rev 3178 - in kde-extras/rsibreak/trunk/debian: . patches

Achim Bohnet ach-guest at costa.debian.org
Tue Feb 21 21:17:18 UTC 2006


Author: ach-guest
Date: 2006-02-21 21:17:16 +0000 (Tue, 21 Feb 2006)
New Revision: 3178

Added:
   kde-extras/rsibreak/trunk/debian/patches/12_aclocal_m4_not_catched_by_buildprep.diff
Modified:
   kde-extras/rsibreak/trunk/debian/changelog
   kde-extras/rsibreak/trunk/debian/copyright
   kde-extras/rsibreak/trunk/debian/patches/98_buildprep.diff
Log:
rsibreak:

  "Get me in before dapper freeze" commit

  * debian/copyright: year 2006 changes in copyrights
  * Update patches/98_buildprep.diff and added
    12_aclocal_m4_not_catched_by_buildprep.diff


Modified: kde-extras/rsibreak/trunk/debian/changelog
===================================================================
--- kde-extras/rsibreak/trunk/debian/changelog	2006-02-21 18:14:37 UTC (rev 3177)
+++ kde-extras/rsibreak/trunk/debian/changelog	2006-02-21 21:17:16 UTC (rev 3178)
@@ -1,4 +1,4 @@
-rsibreak (0.5.0-0) UNRELEASED; urgency=low
+rsibreak (0.5.0-0ubuntu1) dapper; urgency=low
 
   [ Tom Albers ]
   * New upstream release
@@ -7,13 +7,17 @@
   * Updated debian copyright file
     + Bram Schoenmakers is now author instead of contributor
     + Made it more complete, with regard to used images
-  * Update buildprep
   * Removed patches/10_add_newline_to_AUTHORS.diff to add missing final
     newline, this is implemented upstream
   * debian/copyright: update list of translators
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 10 Jan 2006 01:43:11 +0100
+  [ Achim Bohnet ]
+  * debian/copyright: year 2006 changes in copyrights
+  * Update patches/98_buildprep.diff and added
+    12_aclocal_m4_not_catched_by_buildprep.diff
 
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 21 Feb 2006 22:07:36 +0100
+
 rsibreak (0.4.0-1) unstable; urgency=low
 
   [ Achim Bohnet ]

Modified: kde-extras/rsibreak/trunk/debian/copyright
===================================================================
--- kde-extras/rsibreak/trunk/debian/copyright	2006-02-21 18:14:37 UTC (rev 3177)
+++ kde-extras/rsibreak/trunk/debian/copyright	2006-02-21 21:17:16 UTC (rev 3178)
@@ -35,8 +35,8 @@
              Engin Çağatay <engincagatay at yahoo.com>
 
 Copyrights:
-    (C) 2005 Tom Albers <tomalbers at kde.nl>
-    (C) 2005 Bram Schoenmakers <bramschoenmakers at kde.nl>
+    (C) 2005,2006 Tom Albers <tomalbers at kde.nl>
+    (C) 2005,2006 Bram Schoenmakers <bramschoenmakers at kde.nl>
         (C) 2005 Gilles Caulier <caulier dot gilles at free.fr>
         (C) 2004 Nadeem Hasan <nhasan at kde.org>
         (C) 2005 Leonid Zeitlin <lz at europe.com>

Added: kde-extras/rsibreak/trunk/debian/patches/12_aclocal_m4_not_catched_by_buildprep.diff
===================================================================
--- kde-extras/rsibreak/trunk/debian/patches/12_aclocal_m4_not_catched_by_buildprep.diff	2006-02-21 18:14:37 UTC (rev 3177)
+++ kde-extras/rsibreak/trunk/debian/patches/12_aclocal_m4_not_catched_by_buildprep.diff	2006-02-21 21:17:16 UTC (rev 3178)
@@ -0,0 +1,38 @@
+--- rsibreak-0.5.0.orig/aclocal.m4
++++ rsibreak-0.5.0/aclocal.m4
+@@ -522,6 +522,35 @@
+   LEX=${am_missing_run}flex
+ fi])
+ 
++# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
++# From Jim Meyering
++
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# serial 4
++
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++]
++)
++
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++
+ # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ 
+ # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.

Modified: kde-extras/rsibreak/trunk/debian/patches/98_buildprep.diff
===================================================================
--- kde-extras/rsibreak/trunk/debian/patches/98_buildprep.diff	2006-02-21 18:14:37 UTC (rev 3177)
+++ kde-extras/rsibreak/trunk/debian/patches/98_buildprep.diff	2006-02-21 21:17:16 UTC (rev 3178)
@@ -1,5 +1,50 @@
 #DPATCHLEVEL=0
 # vi: ft=diff
+--- Makefile.in
++++ Makefile.in
+@@ -210,6 +210,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -354,7 +357,7 @@
+ .SUFFIXES:
+ am--refresh:
+ 	@:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -396,12 +399,12 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	$(SHELL) ./config.status --recheck
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ #>- 	cd $(srcdir) && $(AUTOCONF)
+ #>+ 2
+ 	cd $(srcdir) && rm -f configure
+ 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 
+ config.h: stamp-h1
+@@ -413,7 +416,7 @@
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+-$(srcdir)/config.h.in:  $(am__configure_deps) 
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h1
+ 	touch $@
 --- acinclude.m4
 +++ acinclude.m4
 @@ -2144,9 +2144,6 @@
@@ -8786,7 +8831,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -35818,6 +36847,13 @@
+@@ -35820,6 +36849,13 @@
  LTLIBOBJS=$ac_ltlibobjs
  
  
@@ -8800,7 +8845,7 @@
  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  Usually this means the macro was only invoked conditionally." >&5
-@@ -36473,6 +37509,9 @@
+@@ -36476,6 +37512,9 @@
  s, at AMTAR@,$AMTAR,;t t
  s, at am__tar@,$am__tar,;t t
  s, at am__untar@,$am__untar,;t t
@@ -8814,25 +8859,239 @@
 +++ configure.in
 @@ -42,6 +42,8 @@
  dnl Automake doc recommends to do this only here. (Janos)
- AM_INIT_AUTOMAKE(rsibreak-0.5.0-rc1, "3.5.1") dnl searches for some needed programs
+ AM_INIT_AUTOMAKE(rsibreak-0.5.0, "3.5.1") dnl searches for some needed programs
  
 +AM_MAINTAINER_MODE
 +
  KDE_SET_PREFIX
  
  dnl generate the config header
+--- doc/Makefile.in
++++ doc/Makefile.in
+@@ -192,6 +192,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -335,7 +338,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -344,9 +347,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  doc/Makefile
++#>- 	  $(AUTOMAKE) --foreign  doc/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -356,9 +359,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  doc/Makefile
++	  $(AUTOMAKE) --foreign  doc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -373,9 +376,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -703,9 +706,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  doc/Makefile
++	  $(AUTOMAKE) --foreign  doc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
+ 
+ 
+--- po/Makefile.in
++++ po/Makefile.in
+@@ -192,6 +192,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -333,7 +336,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -342,9 +345,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -354,9 +357,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/Makefile
++	  $(AUTOMAKE) --foreign  po/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -371,9 +374,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -675,9 +678,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/Makefile
++	  $(AUTOMAKE) --foreign  po/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/Makefile.in
+ 
+ 
+--- po/bg/Makefile.in
++++ po/bg/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/bg/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/bg/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/bg/Makefile
++	  $(AUTOMAKE) --foreign  po/bg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/bg/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/bg/Makefile
++	  $(AUTOMAKE) --foreign  po/bg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/bg/Makefile.in
+ 
+ 
 --- po/bg/rsibreak.gmo
 +++ po/bg/rsibreak.gmo
-@@ -0,0 +1,55 @@
-+Þ•    <      ü  S   Ü      (  (   )     R  
-+   f     q     y     Œ  
-+   “     ž  
   ­  	   »     Å  
-+   Ô     ß     ç     ü               -     5     F     L     ^     k  	   z  &   „     «     ±  
   º     È     Ø      ë  ,   Œ  7   ¹  –   ñ  	   ˆ     ’  	   £  !   ­     Ï     ×  D   ã     (	  ý   0	  Ù   .
-+  {     Õ   „  ^   Z  Ÿ   ¹  T   Y
  #   ®
  !   Ò
  >   ô
     3     L     e       9   ™     Ó     Û  K  ã  T   /  '   „     ¬  
-+   ¿  /   Ê     ú       6     (   P     y  
   ‚          ¬  ;   È  +     
-+   0     ;     S     \     x  >   Š  &   É     ð     ÿ  &     !   =     _  )   h  $   ’  #   ·  ö   Û  .   Ò  b     E  d     ª     ¼     Ù  Q   æ     8     O  «   i       Ò  +  ³  þ  ð   ²  ‡  £  ¨   +  ,  Ô  ¨         ª      Ã      ß      õ      û   %   !  )   '!  e   Q!     ·!     Ä!                   2          3   5   7         0               #   $   	      8   /                    '               )   .   (            +      1          *       6   :       
       
-+                  ;   9   <          !                 "       %   &      ,                        -              4    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
+@@ -0,0 +1,71 @@
++Þ•    I      d  a   ¬      0  (   1     Z  
++   n     y          ›     ®  
++   µ     À  
   Ï  	   Ý     ç     ö  
++   ý               !  ÿ   6  c   6     š     °     ¸     Ë     Ó     ä     ê     ü     	     	     *	  	   @	  &   J	     q	     w	  
   €	     Ž	     ž	      ±	  ,   R
++  7   
++  –   ·
++     N  	   S     ]  	   n  !   x     š     ¢     ®  D   À       ý   
  Ù   
  {   å
  Õ   a  ^   7  Ÿ   –  T   6  ^   ‹  _   ê  #   J  p   n  q   ß  !   Q  >   s     ²     Ë     ä     þ  9        R     Z  K  b  T   ®  '        +  
++   >  L   I  /   –     Æ     Ó  6   å  (        E  
   N     \     c  ,        ¬  ;   È  «    Ô   °  +   …  
++   ±     ¼     Ô     Ý     ù  =     >   I  &   ˆ     ¯     ¾     Ô  &   ë  !        4  )   =  $   g  #   Œ  ö   °  .   §  b   Ö  E  9          ”     ¦     à  Q   Ð     "     9  #   S  «   w     #   Ò  9   ³  "  ð   À#  ‡  ±$  ¨   9&  ,  â&  ¨   (  G   ¸(  :    )     ;)  M   T)  @   ¢)     ã)     ÿ)     *     *  %   !*  )   G*  e   q*     ×*     ä*     4      ,       1          B   !       =   5   ?   3   I   *           &      H   >   .          #       /   +   
++                  '   	   G   $      %   -   C   <                        
   "   @         A         F   8                   7             E              ;   :            0               2                            D   )       6   9   (       &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Changes in RSIBreak 0.5.0
 +
++In this version we have changed the way the timers work. Instead of indicating after how many tiny breaks you want a big break, you can now setup after how many minutes you want a bigbreak.
++Please review your current settings.
++
++ Check this option to disable and hide the skip button. This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
@@ -8844,8 +9103,12 @@
 +turn this function off. When the popup is shown, it can flash
 +when there is activity detected. You 
 +can turn it off when you find it too
-+intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: EMAIL OF TRANSLATORS
-+Your emails _: NAME OF TRANSLATORS
++intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next big break _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next tiny break _: EMAIL OF TRANSLATORS
++Your emails _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next big break _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next tiny break _: NAME OF TRANSLATORS
 +Your names _: This is where the user can request a break
 +Take a break now _: minutes:seconds
 +%1:%2 _: minutes:seconds
@@ -8853,16 +9116,21 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2006-01-24 15:00+0200
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-20 09:26+0200
 +Last-Translator: Zlatko Popov <zlatkopopov at fsa-bg.org>
 +Language-Team: Bulgarian <dict at linux.zonebg.com>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
-+X-Generator: KBabel 1.10.2
-+ &Автоматично зареждане на RSIBreak при стартиране &Промяна на пряк път... &Промяна... &Цвят: &Примигване при активност &Шрифт: &Пряк път: &Използване на изскачащ екран Прекъсване на почивка За KDE За RSIBreak Големи почивки П&отребителски Смяна на изображенията на всеки: Конфигуриране на RSIBreak... Брояч За период от: Общи Общи настройки Скр&иване Път до директорията с изображения Заключване на екрана Logo and Icons Минимизиран Packaging and help with related issues Изскачащ прозорец RSIBreak Съобщаване за грешка... Продължение на RSIBreak Рекурсивно търсене Избор на цвят на брояча. Тъй като ще се появява над изображенията, може би ще предпочетете цвят, който е видим при повечето изображения. Изберете шрифт за брояча. Изберете на прекият път за прекратяване на почивката. Изберете директория от която искате да виждате изображения. Изображенията ще бъдат показвани в случаен ред по време на почивките. Ако искате, търсенето може да бъде рекурсивно... Слайд шоу Спиране на RSIBreak Спряна По този начин ще можете да направите почивка Отброявания Малки почивки Опит за предотвратяване на хронична умора посредством напомняне на потребителя да си почива. Добре дошли Добре дошли в RSIBreak
++X-Generator: KBabel 1.11.1
++ &Автоматично зареждане на RSIBreak при стартиране &Промяна на пряк път... &Промяна... &Цвят: &Изключване на прекия път до пропускането &Примигване при активност &Шрифт: &Пряк път: &Използване на изскачащ екран Прекъсване на почивка За KDE За RSIBreak Author Големи почивки Голяма почивка на всеки: П&отребителски Смяна на изображенията на всеки: Промени в RSIBreak 0.5.0
 +
++В тази версия променихме начина на работа на таймерите. Вместо индикация след колко малки почивки искате голяма, сега вече директно можете да зададете след колко време искате да стане това.
++Моля, вижте настройките.
++
++ Включете тази опция за да изключите и скриете бутона за пропускане. По този начин почивката няма да бъде пропусната. Конфигуриране на RSIBreak... Брояч За период от: Общи Общи настройки Скр&иване С&криване на бутона за пропускане Път до директорията с изображения Заключване на екрана Logo and Icons Maintainer and Author Минимизиран Packaging and help with related issues Изскачащ прозорец RSIBreak Съобщаване за грешка... Продължение на RSIBreak Рекурсивно търсене Избор на цвят на брояча. Тъй като ще се появява над изображенията, може би ще предпочетете цвят, който е видим при повечето изображения. Изберете шрифт за брояча. Изберете на прекият път за прекратяване на почивката. Изберете директория от която искате да виждате изображения. Изображенията ще бъдат показвани в случаен ред по време на почивките. Ако искате, търсенето може да бъде рекурсивно... Пропускане Слайд шоу Спиране на RSIBreak Спряна По този начин ще можете да направите почивка Отброявания Малки почивки Малка почивка след: Опит за предотвратяване на хронична умора посредством напомняне на потребителя да си почива. Добре дошли Добре дошли в RSIBreak
++
 +В лентата можете да видите часовник. При щракване с десен бутон върху него се появява меню от което се влиза в конфигурацията.
 +Ако искате да знаете кога ще бъде следващата почивка, задръжте мишката върху иконата.
 +
@@ -8875,41 +9143,308 @@
 +изключете тази функция. Когато се показва изскачащия прозорец,
 +той може да примигва ако има активност.
 +Можете да го изключите, ако го намирате
-+за натрапчив. Посредством тази отметка указвате дали броячът да се вижда по време на почивките. Той ще отброява обратно до нула, така че ще знаете продължителността на почивката. Броячът ще стои над изображенията при появата им. Посредством тази отметка указвате, че искате прозореца да изкача при отчитане на активност. Посредством тази отметка указвате дали по време на почивките броячът да се вижда. Той ще отброява обратно до нула, така че ще знаете продължителността на почивката. Посредством тази отметка указвате, че искате RSIBreak да бъде стартирана при стартирането на KDE. iglika_gardeva at yahoo.com Иглика Гърдева Починете си %1:%2 %1:00 Една минута
++за натрапчив. Посредством тази отметка указвате дали броячът да се вижда по време на почивките. Той ще отброява обратно до нула, така че ще знаете продължителността на почивката. Броячът ще стои над изображенията при появата им. Посредством тази отметка указвате, че искате прозореца да изкача при отчитане на активност. Посредством тази отметка указвате дали по време на почивките броячът да се вижда. Той ще отброява обратно до нула, така че ще знаете продължителността на почивката. Посредством тази отметка указвате, че искате RSIBreak да бъде стартирана при стартирането на KDE. Остават %1 до следващата голяма почивка Остават %1 до следващата почивка iglika_gardeva at yahoo.com Остават %1 и %2 до следващата голяма почивка Остават %1 и %2 до следващата почивка Иглика Гърдева Починете си %1:%2 %1:00 Една минута
 +%n минути Една секунда
 +%n секунди Моля, починете си за секунда
 +Моля, починете си %n секунди минути секунди 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/br/Makefile.in
++++ po/br/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/br/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/br/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/br/Makefile
++	  $(AUTOMAKE) --foreign  po/br/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/br/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/br/Makefile
++	  $(AUTOMAKE) --foreign  po/br/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/br/Makefile.in
+ 
+ 
 --- po/br/rsibreak.gmo
 +++ po/br/rsibreak.gmo
 @@ -0,0 +1,14 @@
-+Þ•          Ô      Œ           	  
-+        (     0  
-+   7  	   B     L     [     c     k     |     ‚  	   ”     ž  
   §     µ  	   º     Ä  #   Ì  !   ð            U  "     x  
   “     ¡     ©  
   µ     Ã     Ò     æ     ò     ú               *     2  !   ;  
   ]     k     „  0   Œ  !   ½     ß  	   è                                                                                    
   	      
-+           &Change Shortcut... &Change... &Color: &Font: &Shortcut: About KDE About RSIBreak C&ustom General General Settings H&ide Image Folder Path Maximized RSIBreak Report Bug... Skip Slideshow Welcome _: EMAIL OF TRANSLATORS
++Þ•          Ü   %   œ      0     1  
++   E     P     X  
++   _  	   j     t     ƒ     Š     ’     š     «     ±  	   Ã     Í  
   Ö     ä  	   é     ó  #   û  !        A     I  U  Q     §  
   Â     Ð     Ø  
   ä     ò                    )     1     C     K     a     i  !   r  
   ”     ¢     »  0   Ã  !   ô       	                                                                                  	          
            
++                          &Change Shortcut... &Change... &Color: &Font: &Shortcut: About KDE About RSIBreak Author C&ustom General General Settings H&ide Image Folder Path Maximized RSIBreak Report Bug... Skip Slideshow Welcome _: EMAIL OF TRANSLATORS
 +Your emails _: NAME OF TRANSLATORS
 +Your names minutes seconds Project-Id-Version: ../../br/messages//playground-utils/rsibreak.po
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2004-09-20 15:44+0200
 +Last-Translator: Thierry Vignaud <tvignaud at mandrakesoft.com>
 +Language-Team: br <kde-i18n-doc at kde.org>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
-+ &Kemmañ ar berradenn ... &Kemmañ ... &Liv : &Nodrezh : &Berradenn : Diwar-benn KDE Diwar-benn RSIBreak &Diouzhoc'h Pennañ Dibarzhoù hollek K&uzhat Hent renkell skeudenn Uhelaet RSIBreak Reiñ da c'houzout ur gudenn ... Tremen e-biou Diskouezadur skeudennoù Degemer tvignaud at mandriva.com, jdrapier at club-internet.fr Thierry Vignaud, Jañ-Mai Drapier munutoù eilennoù 
-\ No newline at end of file
++ &Kemmañ ar berradenn ... &Kemmañ ... &Liv : &Nodrezh : &Berradenn : Diwar-benn KDE Diwar-benn RSIBreak Oberour &Diouzhoc'h Pennañ Dibarzhoù hollek K&uzhat Hent renkell skeudenn Uhelaet RSIBreak Reiñ da c'houzout ur gudenn ... Tremen e-biou Diskouezadur skeudennoù Degemer tvignaud at mandriva.com, jdrapier at club-internet.fr Thierry Vignaud, Jañ-Mai Drapier munutoù eilennoù 
+\ Kein Zeilenumbruch am Dateiende.
+--- po/ca/Makefile.in
++++ po/ca/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/ca/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/ca/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/ca/Makefile
++	  $(AUTOMAKE) --foreign  po/ca/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/ca/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/ca/Makefile
++	  $(AUTOMAKE) --foreign  po/ca/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/ca/Makefile.in
+ 
+ 
+--- po/ca/rsibreak.gmo
++++ po/ca/rsibreak.gmo
+@@ -0,0 +1,47 @@
++Þ•    3      ´  G   L      h  (   i  
++   ’          ¥  	   ¬     ¶     Å  
++   Ì     ×     è     ð               #     6     >     O     U     b     q  	   ‡  &   ‘     ¸     ¾  
   Ç     Õ  	   Ú     ä  	   õ     ÿ            D   %     j  ý   r  T   p  ^   Å  _   $  #   „  p   ¨  q   	  !   ‹	  >   ­	     ì	     
++     
++     8
++  9   R
++     Œ
++     ”
++  C  œ
++      à  
++                       '     8     >     N     d     l     …  	   ›     ¥     ­     µ     Ê     Ò     è     ù  
++   
  /   
     G
     P
     Y
     m
     s
     ‡
     ˜
      
     ¦
     ·
  S   Ï
  	   #    -  Z   H  %   £  &   É  
   ð  *   þ  +   )     U     g     z     €     †     ™  ;   ¬     è     ï     ,                          .   2           -              3   )   &   
++             "      (                %              $       !                       /   1          '      
                 #                     *      0   	   +                     &Automatically start RSIBreak at startup &Change... &Color: &Font: About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Skip Slideshow Suspend RSIBreak Suspended Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
++In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
++When you want to know when the next break is, hover over the icon.
++
++Use RSIBreak wisely. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next big break _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next tiny break _: EMAIL OF TRANSLATORS
++Your emails _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next big break _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next tiny break _: NAME OF TRANSLATORS
++Your names _: This is where the user can request a break
++Take a break now _: minutes:seconds
++%1:%2 _: minutes:seconds
++%1:00 _n: One minute
++%n minutes _n: One second
++%n seconds _n: Please relax for 1 second
++Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-18 17:26+0100
++Last-Translator: Albert Astals Cid <aacid at kde.org>
++Language-Team: Catalan <kde-i18n-ca at kde.org>
++MIME-Version: 1.0
++Content-Type: text/plain; charset=UTF-8
++Content-Transfer-Encoding: 8bit
++X-Generator: KBabel 1.11.1
++ &Inicia RSIBreak automàticament &Canvia... &Color: &Font: Quant a KDE Quant a RSIBreak Autor Descansos grans Un descans gran cada: A &mida Canvia les imatges cada: Configura RSIBreak... Comptador Durant: General Paràmetres generals Ocul&ta Bloqueja l'escriptori Logotip i icones Mantenidor i Autor Maximitzat Empaquetament i ajuda amb problemes relacionats Emergent RSIBreak Informe d'errors... Salta Pas de diapositives Suspèn RSIBreak Suspès Temps Descansos petits Un descans petits cada: Intenta prevenir el síndrome del túnel carpià recordant a l'usuari que descansi. Benvingut Benvingut a RSIBreak
++
++A la safata de sistema podeu veure ara un rellotge. Quan cliqueu amb el botó dret sobre ell veureu un menú des del quant podeu anar a la configuració.
++Quant vulgueu saber quan serà el proper descans poseu el cursor sobre la icona.
++
++Useu RSIBreak sabiament. Amb aquesta opció podeu indicar que voleu iniciar RSIBreak cada cop que s'iniciï el KDE. Queden %1 fins al proper descans gran Queden %1 fins al proper descans petit aacid at kde.org Queden %1 i %2 fins al proper descans gran Queden %1 i %2 fins al proper descans petit Albert Astals Cid Vull descansar ara %1:%2 %1:00 Un minut
++%n minuts Un segon
++%n segons Si us plau descanseu 1 segon
++Si us plau descanseu %n segons minuts segons 
+\ Kein Zeilenumbruch am Dateiende.
+--- po/da/Makefile.in
++++ po/da/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/da/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/da/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/da/Makefile
++	  $(AUTOMAKE) --foreign  po/da/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/da/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/da/Makefile
++	  $(AUTOMAKE) --foreign  po/da/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/da/Makefile.in
+ 
+ 
 --- po/da/rsibreak.gmo
 +++ po/da/rsibreak.gmo
-@@ -0,0 +1,54 @@
-+Þ•    <      ü  S   Ü      (  (   )     R  
-+   f     q     y     Œ  
-+   “     ž  
   ­  	   »     Å  
-+   Ô     ß     ç     ü               -     5     F     L     ^     k  	   z  &   „     «     ±  
   º     È     Ø      ë  ,   Œ  7   ¹  –   ñ  	   ˆ     ’  	   £  !   ­     Ï     ×  D   ã     (	  ý   0	  Ù   .
-+  {     Õ   „  ^   Z  Ÿ   ¹  T   Y
  #   ®
  !   Ò
  >   ô
     3     L     e       9   ™     Ó     Û  B  ã  #   &     J  	   [     e     m     ‚          œ     ´     Ä     Ë     ×     ä     õ     
-+          &     6     ?     W     ^     w     „  
-+   —  &   ¢     É     Û     ä     ú       Ÿ     (   »  5   ä  w     
   ’           ´  (   À     é     ï  H   ü  	   E  ö   O  ð   F  ‹   7  À   à  s   „     ø  `   †     ç     û                &     ,     A  (   W     €     ‰                   2          3   5   7         0               #   $   	      8   /                    '               )   .   (            +      1          *       6   :       
       
-+                  ;   9   <          !                 "       %   &      ,                        -              4    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
+@@ -0,0 +1,72 @@
++Þ•    J      l  e   ¼      P  (   Q     z  
++   Ž     ™     ¡     »     Î  
++   Õ     à  
   ï  	   ý            
++        (     9     A  ÿ   V  c   V  [   º     	     ,	     4	     G	     O	     `	     f	     x	     Š	     —	     ¦	  	   ¼	  &   Æ	     í	     ó	  
   ü	     
 +
++     
++      -
++  ,   Î
++  7   û
++  –   3     Ê  	   Ï     Ù  	   ê  !   ô               *  D   <       ý   ‰  Ù   ‡
  {   a  Õ   Ý  ^   ³  Ÿ     T   ²  ^     _   f  #   Æ  p   ê  q   [  !   Í  >   ï     .     G     `     z  9   ”     Î     Ö  D  Þ  #   #     G  	   X     b  %   j          ¥     ²     ¿     ×     ç     î  	   ú               #     4  !  I  r   k  g   Þ     F     Z     b     r     {     “     š     ¬     Å     Ò     å  
++      &        2     D     M     c     u  Ÿ   „  (   $  5   M  w   ƒ     û  
             )  (   5     ^     d     q  H   ƒ  	   Ì  ö   Ö  ð   Í  ‹   ¾  À   J  s          `   
   '   n   '   –      ¾   -   Ò   -    !     .!     B!     S!     Y!     _!     t!  (   Š!     ³!     ¼!     6   B              &   )   @   >   C          1                E   ?                       +       0             :   	   9      7         A       .   J   5   (      
++   "       H       G   /   I   =             <   %                  -              !          2      
       D          #      ;   F                         $       4   *          8              ,   '   3    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Changes in RSIBreak 0.5.0
++
++In this version we have changed the way the timers work. Instead of indicating after how many tiny breaks you want a big break, you can now setup after how many minutes you want a bigbreak.
++Please review your current settings.
++
++ Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut.This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
@@ -8921,8 +9456,12 @@
 +turn this function off. When the popup is shown, it can flash
 +when there is activity detected. You 
 +can turn it off when you find it too
-+intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: EMAIL OF TRANSLATORS
-+Your emails _: NAME OF TRANSLATORS
++intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next big break _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next tiny break _: EMAIL OF TRANSLATORS
++Your emails _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next big break _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next tiny break _: NAME OF TRANSLATORS
 +Your names _: This is where the user can request a break
 +Take a break now _: minutes:seconds
 +%1:%2 _: minutes:seconds
@@ -8930,16 +9469,21 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2006-01-24 21:40-0500
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-20 21:24+0100
 +Last-Translator: Erik Kjær Pedersen <erik at binghamton.edu>
 +Language-Team: Danish <dansk at klid.dk>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
-+X-Generator: KBabel 1.11
-+ Kør &automatisk RSIbreak ved start Æ&ndr genvej... Æ&ndr... &Farve: &Blink ved aktivitet &Skrifttype: &Hurtigtast: &Brug meddelelsesvindue Afbryd en pause Om KDE Om RSIbreak Lange pauser &Brugerdefineret Ændr billeder hver: Indstil RSIbreak... Tæller I så lang tid: Generelt Generelle indstillinger S&kjul Søgesti til billedmappe Lås desktop Logotype og ikoner Maksimeret Pakning og hjælp med beslægtede ting Meddelelsesvindue RSIbreak Rapportér problem... Genoptag RSIbreak Søg rekursivt Vælg farven at bruge for tælleren. Eftersom den bruges ovenpå billederne, kan du villa indstille den til en farve som er synlig med de fleste af billederne. Vælg skrifttype at bruge for tælleren. Vælg genvejstasten at bruge for at afbryde pauserne. Vælg mappen du vil se billeder fra. Billederne vises tilfældigt i pauserne. Den gennemsøges rekursivt hvis du vil... Lysbilledshow Suspendér RSIbreak Suspenderet På denne måde kan du holde en pause nu Tider Korte pauser Forsøg at forhindre belastningsskader ved at minde brugere om at hvile. Velkommen Velkommen til RSIbreak
++X-Generator: KBabel 1.11.1
++ Kør &automatisk RSIbreak ved start Æ&ndr genvej... Æ&ndr... &Farve: &Deaktivér genvejstast for at skippe &Blink ved aktivitet &Skrifttype: &Hurtigtast: &Brug meddelelsesvindue Afbryd en pause Om KDE Om RSIbreak Forfatter Lange pauser Lang hvile efter: &Brugerdefineret Ændr billeder hver: Ændringer i RSIbreak 0.5.0
 +
++Måden som tidtagning virker er ændret i denne version. I stedet for at angive efter hvor mange korte hviler du vil have en lang hvile, kan du nu indstille efter hvor mange minutter du vil have en lang hvile.
++Gennemse venligst dine nuværende indstillinger.
++
++ Markér dette for at deaktivere og skjule skippeknappen. På den måde kan du forhindre at en pause springes over. Markér dette for at deaktivere skippegenvejen. På den måde kan du forhindre at pausen springes over. Indstil RSIbreak... Tæller I så lang tid: Generelt Generelle indstillinger S&kjul Skjul skippe&knap Søgesti til billedmappe Lås desktop Logotype og ikoner Vedligeholder og forfatter Maksimeret Pakning og hjælp med beslægtede ting Meddelelsesvindue RSIbreak Rapportér problem... Genoptag RSIbreak Søg rekursivt Vælg farven at bruge for tælleren. Eftersom den bruges ovenpå billederne, kan du villa indstille den til en farve som er synlig med de fleste af billederne. Vælg skrifttype at bruge for tælleren. Vælg genvejstasten at bruge for at afbryde pauserne. Vælg mappen du vil se billeder fra. Billederne vises tilfældigt i pauserne. Den gennemsøges rekursivt hvis du vil... Spring over Lysbilledshow Suspendér RSIbreak Suspenderet På denne måde kan du holde en pause nu Tider Korte pauser Kort hvile efter: Forsøg at forhindre belastningsskader ved at minde brugere om at hvile. Velkommen Velkommen til RSIbreak
++
 +Du ser nu et ur i statusfeltet. Når du højreklikker på det ser du en menu hvor du for eksempel kan vise indstillingerne.
 +Hvis du vil vide hvornår næste pause er, så hold musen over ikonen.
 +
@@ -8951,11 +9495,80 @@
 +funktion. NÃ¥r meddelelsevinduet vises kan det
 +blinke når aktivitet detekteres. Du kan
 +lukke af for dette hvis du synes at det er
-+for påtrængende. Du kan angive om du vil se en tæller i pauserne med dette afkrydsningsfelt. Den tæller ned til nul, så du véd hvor lang pausen vil være. Den vises ovenpå billederne, når billeder vises. Du kan angive om du ønsker at meddelelsevinduet skal blinke når aktivitet indtræffer med dette afkrydsningsfelt. Du kan angive om du vil se et meddelelsevindue når det er tid til en pause. Den tæller ned til nul, så du véd hvor lang pausen vil blive. Du kan angive at du ønsker at RSIbreak skal køres når KDE startes med dette afkrydsningsfelt. erik at binghamton.edu Erik Kjær Pedersen Hold en pause nu %1:%2 %1:00 Et minut
++for påtrængende. Du kan angive om du vil se en tæller i pauserne med dette afkrydsningsfelt. Den tæller ned til nul, så du véd hvor lang pausen vil være. Den vises ovenpå billederne, når billeder vises. Du kan angive om du ønsker at meddelelsevinduet skal blinke når aktivitet indtræffer med dette afkrydsningsfelt. Du kan angive om du vil se et meddelelsevindue når det er tid til en pause. Den tæller ned til nul, så du véd hvor lang pausen vil blive. Du kan angive at du ønsker at RSIbreak skal køres når KDE startes med dette afkrydsningsfelt. %1 er tilbage indtil næste lange hvile %1 er tilbage indtil næste korte hvile erik at binghamton.edu %1 og %2 er tilbage indtil næste lange hvile %1 og %2 er tilbage indtil næste korte hvile Erik Kjær Pedersen Hold en pause nu %1:%2 %1:00 Et minut
 +%n minutter Et sekund
 +%n sekunder Slap af i 1 sekund
 +Slap af i %n sekunder minutter sekunder 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/el/Makefile.in
++++ po/el/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/el/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/el/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/el/Makefile
++	  $(AUTOMAKE) --foreign  po/el/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/el/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/el/Makefile
++	  $(AUTOMAKE) --foreign  po/el/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/el/Makefile.in
+ 
+ 
 --- po/el/rsibreak.gmo
 +++ po/el/rsibreak.gmo
 @@ -0,0 +1,15 @@
@@ -8965,7 +9578,7 @@
 +                                           &Change... &Color: &Font: C&ustom Counter General General Settings H&ide Report Bug... Welcome _: EMAIL OF TRANSLATORS
 +Your emails _: NAME OF TRANSLATORS
 +Your names minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-10-03 13:16+0300
 +Last-Translator: Spiros Georgaras <sngeorgaras at otenet.gr>
 +Language-Team: Greek <i18ngr at lists.hellug.gr>
@@ -8974,7 +9587,76 @@
 +Content-Transfer-Encoding: 8bit
 +X-Generator: KBabel 1.10.2
 + Αλλα&γή... &Χρώμα: Γ&ραμματοσειρά: &Προσαρμοσμένο Μετρητής Γενικά Γενικές ρυθμίσεις Α&πόκρυψη Αναφορά σφάλματος... Καλώς ήλθατε sngeorgaras at otenet.gr Σπύρος Γεωργαράς λεπτά δευτερόλεπτα 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/en_GB/Makefile.in
++++ po/en_GB/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/en_GB/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/en_GB/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/en_GB/Makefile
++	  $(AUTOMAKE) --foreign  po/en_GB/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/en_GB/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/en_GB/Makefile
++	  $(AUTOMAKE) --foreign  po/en_GB/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/en_GB/Makefile.in
+ 
+ 
 --- po/en_GB/rsibreak.gmo
 +++ po/en_GB/rsibreak.gmo
 @@ -0,0 +1,50 @@
@@ -9005,7 +9687,7 @@
 +Your names _: This is where the user can request a break
 +Take a break now _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-12-11 22:48+0000
 +Last-Translator: Malcolm Hunter <malcolm.hunter at gmx.co.uk>
 +Language-Team: British English <kde-en-gb at kde.me.uk>
@@ -9028,7 +9710,76 @@
 +can turn it off when you find it too
 +intrusive. With this tickbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this tickbox you can indicate if you want to see the popup flash when there is activity. With this tickbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this tickbox you can indicate that you want RSIBreak to start when KDE starts. malcolm.hunter at gmx.co.uk Malcolm Hunter Take a break now Please relax for 1 second
 +Please relax for %n seconds minutes seconds 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/es/Makefile.in
++++ po/es/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/es/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/es/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/es/Makefile
++	  $(AUTOMAKE) --foreign  po/es/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/es/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/es/Makefile
++	  $(AUTOMAKE) --foreign  po/es/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/es/Makefile.in
+ 
+ 
 --- po/es/rsibreak.gmo
 +++ po/es/rsibreak.gmo
 @@ -0,0 +1,54 @@
@@ -9062,7 +9813,7 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-12-26 00:42+0100
 +Last-Translator: santi <santi at est.unileon.es>
 +Language-Team: Español <kde-es at kybs.de>
@@ -9086,29 +9837,106 @@
 +%n minutos un segundo
 +%n segundos Por favor, relájese durante 1 segundo
 +Por favor, relájese durante %n segundos minutos segundos 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/ga/Makefile.in
++++ po/ga/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/ga/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/ga/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/ga/Makefile
++	  $(AUTOMAKE) --foreign  po/ga/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/ga/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ga/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ga/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/ga/Makefile
++	  $(AUTOMAKE) --foreign  po/ga/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/ga/Makefile.in
+ 
+ 
 --- po/ga/rsibreak.gmo
 +++ po/ga/rsibreak.gmo
-@@ -0,0 +1,27 @@
-+Þ•             +         È     É  
-+   Ý     è     ð  
-+   ÷  	                  #     9     A     I     Z     `  	   r     |     ‚  
   ‹     ™     ©  	   ¼  	   Æ     Ð  #   Ø  !   ü          7     P     j     „     Œ  U  ”     ê                 
-+     
   *     8  
   K     Y     n     z     †          ¦  
   à     Ñ     à     é               .     F     N  *   V  %        §     ­  @   ³  8   ô  	   -     7                           	                             
                                                                                
-+        &Change Shortcut... &Change... &Color: &Font: &Shortcut: About KDE About RSIBreak C&ustom Configure RSIBreak... Counter General General Settings H&ide H&ide skip button Maximized Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Slideshow Suspended Welcome _: EMAIL OF TRANSLATORS
+@@ -0,0 +1,35 @@
++Þ•    *      l  ;   ¼      ¨     ©  
++   ½     È     Ð  
++   ×  	   â     ì     û  
++        
          &     ;     Q     Y     a     r     x     Š     —     ¦  	   ¼     Æ     Ì  
   Õ     ã     ó  	     	             &     8  #   @  !   d  >   †     Å     Þ     ÷          +     3  U  ;     ‘     «     ¸     ¿  
++   Æ  
   Ñ     ß     ò     ø       
        &     @     U     a     m     „          ª     à     Û  
   ó     	     	     	     6	     H	     ^	     v	     ~	     	     ¢	  *   ª	  %   Õ	     û	     
++     
++  @   
++  8   \
++  	   •
++     Ÿ
++                   "             
                    *       %             
++                       $      	      &   #                                         !   )               '               (              &Change Shortcut... &Change... &Color: &Font: &Shortcut: About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Configure RSIBreak... Counter General General Settings H&ide H&ide skip button Lock desktop Logo and Icons Maintainer and Author Maximized Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Slideshow Suspended Tiny Breaks Tiny break every: Welcome _: EMAIL OF TRANSLATORS
 +Your emails _: NAME OF TRANSLATORS
-+Your names _: minutes:seconds
++Your names _: This is where the user can request a break
++Take a break now _: minutes:seconds
 +%1:%2 _: minutes:seconds
 +%1:00 _n: One minute
 +%n minutes _n: One second
 +%n seconds minutes seconds Project-Id-Version: playground-utils/rsibreak.po
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-10-01 03:02-0500
 +Last-Translator: Kevin Patrick Scannell <scannell at SLU.EDU>
 +Language-Team: Irish <gaeilge-gnulinux at lists.sourceforge.net>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
-+ &Athraigh an tAicearra... &Athraigh... &Dath: &Cló: &Aicearra: Maidir le KDE Maidir le RSIBreak Sain&cheaptha Cumraigh RSIBreak... Áiritheoir Ginearálta Socruithe Ghinearálta Fola&igh Fola&igh an cnaipe scipeála Uaslaghdaithe Preabfhuinneog RSIBreak Seol tuairisc faoi fhabht... Atosaigh RSIBreak Cuardach athchúrsach Taispeántas Sleamhnán Crochta Fáilte seoc at iolfree.ie,scannell at slu dot edu Séamus Ó Ciardhuáin,Kevin Scannell %1:%2 %1:00 %n nóiméad
++ &Athraigh an tAicearra... &Athraigh... &Dath: &Cló: &Aicearra: Maidir le KDE Maidir le RSIBreak Údar Scíth Fhada Scíth fhada gach: Sain&cheaptha Athraigh íomhánna gach: Cumraigh RSIBreak... Áiritheoir Ginearálta Socruithe Ghinearálta Fola&igh Fola&igh an cnaipe scipeála Cuir an deasc faoi ghlas Lógó agus Deilbhíní Cothaitheoir agus Údar Uaslaghdaithe Preabfhuinneog RSIBreak Seol tuairisc faoi fhabht... Atosaigh RSIBreak Cuardach athchúrsach Taispeántas Sleamhnán Crochta Scíth Ghairid Scíth ghairid gach: Fáilte seoc at iolfree.ie,scannell at slu dot edu Séamus Ó Ciardhuáin,Kevin Scannell Lig do scíth anois %1:%2 %1:00 %n nóiméad
 +%n nóiméad
 +%n nóiméad
 +%n nóiméad
@@ -9117,21 +9945,89 @@
 +%n shoicind
 +%n soicind
 +%n soicind nóiméad soicind 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/gl/Makefile.in
++++ po/gl/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/gl/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/gl/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/gl/Makefile
++	  $(AUTOMAKE) --foreign  po/gl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/gl/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/gl/Makefile
++	  $(AUTOMAKE) --foreign  po/gl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/gl/Makefile.in
+ 
+ 
 --- po/gl/rsibreak.gmo
 +++ po/gl/rsibreak.gmo
-@@ -0,0 +1,51 @@
-+Þ•    ;      ô  O   Ì        (   	     2  
-+   F     Q     Y     l  
-+   s     ~  
     	   ›     ¥  
-+   ´     ¿     Ç     Ü     ò     ú     
          &     ,     >     K  
-+   Z  	   e  &   o     –     œ  
   ¥     ³     Ã      Ö  ,   w  7   ¤  –   Ü  	   s     }  	   Ž  !   ˜     º     Â  D   Î     	     )	  ý   1	  Ù   /
-+  {   	  Õ   …  ^   [  Ÿ   º  T   Z
  #   ¯
  !   Ó
  >   õ
     4     M     f     n  O  v  ,   Æ     ó  
                   ;     K     T     e  
   |     Š          ®     ½     Ò     é     ò     û                    ;     O  
-+   b  
-+   m  .   x  	   §     ±     º     Ï     â  ™   ú  4   ”  .   É  —   ø  
        ž  
-+   ±  +   ¼     è     ï  X        [     r  1  z  è   ¬  v   •  Ê     W   ×      /  M   Ð        
-+   ?     J     Z     `     f     n                 	   9              
          !   :                 (             &         5       3               %   +              7   ,   0   8      #          -   /      '                  
-+   .   6          1             *   )   2       4   "                             $   ;       &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maintainer Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Try to prevent Repetitive Strain Injury by reminding a user to rest. Various contributions Welcome Welcome to RSIBreak
+@@ -0,0 +1,50 @@
++Þ•    9      ä  O   ¬      è  (   é       
++   &     1     9     L  
++   S     ^  
   m  	   {     …  
++   ”     Ÿ     §     ¼     Ò     Ú     í     õ                    +  	   :  &   D     k     q  
   z     ˆ     ˜      «  ,   L  7   y  –   ±  	   H     R  	   c  !   m          —  D   £     è  ý   ð  Ù   î	  {   È
++  Õ   D  ^     Ÿ   y  T   
  #   n
  !   ’
  >   ´
     ó
          %     -  O  5  ,   …     ²  
   Å     Ó      Ù     ú     
++          $  
   ;     I     \     m     |     ‘     ¨     ±     º     À     Ô     Ý     ú       
++   !  .   ,  	   [     e     n     ƒ     –  ™   ®  4   H  .   }  —   ¬  
   D     R  
++   e  +   p     œ     £  X   ¶       1    è   I  v   2  Ê   ©  W   t      Ì  M   m      »  
++   Ü     ç     ÷     ý                           	   7              
              8                 '             %         3       1              $   *              5   2   .   6      "              -      &                  
++   ,   4          /             )   (   0           !                             #   9   +    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
 +
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
@@ -9150,7 +10046,7 @@
 +Take a break now _: minutes:seconds
 +%1:%2 _: minutes:seconds
 +%1:00 minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-16 11:06+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2006-01-15 11:22+0100
 +Last-Translator: mvillarino <mvillarino at users.sourceforge.net>
 +Language-Team: Galician <trasno at ceu.fi.udc.es>
@@ -9158,7 +10054,7 @@
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
 +X-Generator: KBabel 1.10
-+ Iniciar &automaticamente RSIBreak no início &Cambiar atallo... Modifi&car... &Cor: &Destellar se detecta actividade T&ipo de letra: A&tallo: &Usar o diálogo Interromper unha pausa Acerca de KDE Acerca de RSIBreak Descansos Longos Personali&zado Cambiar imaxes cada: Configurar RSIBreak... Contador Durante: Xeral Configurazón xeral &Agochar Rota ao Cartafol coas Imaxes Trancar Escritório Logotivo e Ícones Mantimento Maximizado Empacotamento e axuda con asuntos relacionados Emerxente RSIBreak Comunicar un Erro... Continuar RSIBreak Procurar recursivamente Escolla aqui a cor a usar para o contador. Dado que se usa por riba de imaxes, pode querer axustá-lo a unha cor que sexa visíbel na maioria das imaxes. Escolla aqui o tipo de letra a usar para o contador. Escolla aqui o atallo para abortar o descanso. Escolla o cartafol do cal quere ver as imaxes. Esta imaxes son mostradas aleatoriamente durante os descansos. Buscará-se recursivamente se o desexa... Apresentazón Suspender RSIBreak Suspendido Deste xeito pode tomar-se un descanso agora Tempos Descansos pequenos Tenta evitar a Lesión por Tensión Repetitiva, recordando-lle ao usuário que descanse. Várias contribuizóns Benvido Benvido a RSIBreak
++ Iniciar &automaticamente RSIBreak no início &Cambiar atallo... Modifi&car... &Cor: &Destellar se detecta actividade T&ipo de letra: A&tallo: &Usar o diálogo Interromper unha pausa Acerca de KDE Acerca de RSIBreak Descansos Longos Personali&zado Cambiar imaxes cada: Configurar RSIBreak... Contador Durante: Xeral Configurazón xeral &Agochar Rota ao Cartafol coas Imaxes Trancar Escritório Logotivo e Ícones Maximizado Empacotamento e axuda con asuntos relacionados Emerxente RSIBreak Comunicar un Erro... Continuar RSIBreak Procurar recursivamente Escolla aqui a cor a usar para o contador. Dado que se usa por riba de imaxes, pode querer axustá-lo a unha cor que sexa visíbel na maioria das imaxes. Escolla aqui o tipo de letra a usar para o contador. Escolla aqui o atallo para abortar o descanso. Escolla o cartafol do cal quere ver as imaxes. Esta imaxes son mostradas aleatoriamente durante os descansos. Buscará-se recursivamente se o desexa... Apresentazón Suspender RSIBreak Suspendido Deste xeito pode tomar-se un descanso agora Tempos Descansos pequenos Tenta evitar a Lesión por Tensión Repetitiva, recordando-lle ao usuário que descanse. Benvido Benvido a RSIBreak
 +
 +Na sua bandexa do sistema, poderá ver un relóxio. cando prema co botón direito do rato nel, poderá ver un menu, no cal poderá ir á configurazón, por exemplo.
 +Cando queira saber cando é a próxima pausa, pase o cursor do rato sobre o ícone.
@@ -9172,7 +10068,76 @@
 +cando detecte actividade. Pode 
 +desabilitar esta opzón se a atopa
 +molesta. Con esta opzón pode indicar se quere ver un contador durante os descansos. Mostrará unha conta atrás, para que saiba canto durará o descanso. Mostrará-se por riba da imaxe, cando se mostren imaxes. Con esta opzón pode indicar se quer ver o diálogo destellar cando detecte actividade. Con esta opzón pode indicar se quer ver o diálogo cando chegue o descanso. Fará unha contra atrás até cero, polo que saberá canto tempo queda de descanso. Con esta caixa pode indicar que quere que RSIBreak se arrinque xunto con KDE. mvillarino at users.sourceforge.net mvillarino Descansar agora %1:%2 %1:00 minutos segundos 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/it/Makefile.in
++++ po/it/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/it/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/it/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/it/Makefile
++	  $(AUTOMAKE) --foreign  po/it/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/it/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/it/Makefile
++	  $(AUTOMAKE) --foreign  po/it/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/it/Makefile.in
+ 
+ 
 --- po/it/rsibreak.gmo
 +++ po/it/rsibreak.gmo
 @@ -0,0 +1,54 @@
@@ -9205,7 +10170,7 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-12-28 14:18+0100
 +Last-Translator: Nicola Ruggero <nixprog.adsl at tiscali.it>
 +Language-Team: Italian <kde-i18n-it at kde.org>
@@ -9230,19 +10195,100 @@
 +%n minuti Un secondo
 +%n secondi Per favore riposati per 1 secondo
 +Per favore riposati per %n secondi minuti secondi 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/nl/Makefile.in
++++ po/nl/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/nl/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/nl/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/nl/Makefile
++	  $(AUTOMAKE) --foreign  po/nl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/nl/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/nl/Makefile
++	  $(AUTOMAKE) --foreign  po/nl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/nl/Makefile.in
+ 
+ 
 --- po/nl/rsibreak.gmo
 +++ po/nl/rsibreak.gmo
-@@ -0,0 +1,54 @@
-+Þ•    :      ì  O   ¼      ø  (   ù     "  
-+   6     A     I     \  
-+   c     n  
   }  	   ‹     •  
-+   ¤     ¯     ·     Ì     â     ê     ý                    .     ;  	   J  &   T     {       
   Š     ˜     ¨      »  ,   \  7   ‰  –   Á  	   X     b  	   s  !   }     Ÿ     §  D   ³     ø  ý    	  Ù   þ	  {   Ø
-+  Õ   T  ^   *  Ÿ   ‰  T   )
  #   ~
  !   ¢
  >   Ä
            9   5     o     w  d    +   ä          '     4     <     V     c     o     €  
   “     ¡     ´  	   Á     Ë     ã     ù  
-+                
-+   *     5     J     _     t  2   „     ·     ½     Æ     Ù     î  ª     (   ­  9   Ö  €        ‘     ¡     ¶  '        ê     ñ  H   þ     G  2  N  ÿ     ˜     Ì     I   ç  –   1  I   È  $        7     Q     g     m  9   s     ­     µ                 	   7          8   
              9                 '             %         3       1              $   *              5   2   .   6      "              -      &                  
-+   ,   4          /             )   (   0           !                             #   :   +    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter For a duration of: General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
+@@ -0,0 +1,79 @@
++Þ•    J      l  e   ¼      P  (   Q     z  
++   Ž     ™     ¡     »     Î  
++   Õ     à  
   ï  	   ý            
++        (     9     A  ÿ   V  c   V  [   º     	     ,	     4	     G	     O	     `	     f	     x	     Š	     —	     ¦	  	   ¼	  &   Æ	     í	     ó	  
   ü	     
 +
++     
++      -
++  ,   Î
++  7   û
++  –   3     Ê  	   Ï     Ù  	   ê  !   ô               *  D   <       ý   ‰  Ù   ‡
  {   a  Õ   Ý  ^   ³  Ÿ     T   ²  ^     _   f  #   Æ  p   ê  q   [  !   Í  >   ï     .     G     `     z  9   ”     Î     Ö  d  Þ  +   C     o     †     “  *   ›     Æ     à     í     ù     
++  
        +     >     E     R  
++   b     m    …  ‡      |   (     ¥     »  
++   Â     Í     Ö  
++   ì     ÷          ,     A     V     l  2   |     ¯     µ     ¾     Ñ     æ  ª   ú  (   ¥  9   Î  €     
   ‰     —     §     ¼  '   È     ð     ÷       H        ]  2  d  ÿ   —  ˜   —  Ì   0  I   ý  –   G   I   Þ   (   (!  (   Q!  $   z!  .   Ÿ!  .   Î!     ý!     "     -"     3"     9"     P"  9   i"     £"     «"     6   B              &   )   @   >   C          1                E   ?                       +       0             :   	   9      7         A       .   J   5   (      
++   "       H       G   /   I   =             <   %                  -              !          2      
       D          #      ;   F                         $       4   *          8              ,   '   3    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Changes in RSIBreak 0.5.0
++
++In this version we have changed the way the timers work. Instead of indicating after how many tiny breaks you want a big break, you can now setup after how many minutes you want a bigbreak.
++Please review your current settings.
++
++ Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut.This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
@@ -9254,15 +10300,21 @@
 +turn this function off. When the popup is shown, it can flash
 +when there is activity detected. You 
 +can turn it off when you find it too
-+intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: EMAIL OF TRANSLATORS
-+Your emails _: NAME OF TRANSLATORS
++intrusive. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup flash when there is activity. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next big break _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next tiny break _: EMAIL OF TRANSLATORS
++Your emails _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next big break _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next tiny break _: NAME OF TRANSLATORS
 +Your names _: This is where the user can request a break
 +Take a break now _: minutes:seconds
 +%1:%2 _: minutes:seconds
-+%1:00 _n: Please relax for 1 second
++%1:00 _n: One minute
++%n minutes _n: One second
++%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2005-12-14 20:27+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-21 18:08+0100
 +Last-Translator: Tom Albers <tomalbers at kde.nl>
 +Language-Team:  <kde-i18n-nl at kde.org>
 +MIME-Version: 1.0
@@ -9270,8 +10322,13 @@
 +Content-Transfer-Encoding: 8bit
 +X-Generator: KBabel 1.11.1
 +Plural-Forms:  nplurals=2; plural=(n != 1);
-+ RSIBreak &automatisch starten bij start KDE Sneltoets &wijzigen... &Wijzigen... &Kleur: &Knipperen bij activiteit &Lettertype: &Sneltoets: &Popup gebruiken Een pauze afbreken Info over KDE Info over RSIBreak Lange pauzes Aangepast Wissel afbeelding elke: RSIBreak instellen... Teller Gedurende: Algemeen Algemene instellingen &Verbergen Map met afbeeldingen Desktop vergrendelen Logo en pictogrammen Gemaximaliseerd Hulp bij het maken van een pakket voor distributie Popup RSIBreak Bug rapporteren... RSIBreak voortzetten Inclusief submappen Selecteer de kleur die gebruikt moet worden voor de teller. De teller wordt geplaatst over een foto heen, dus kies een kleur die leesbaar is voor de meeste van uw foto's. Selecteer het lettertype voor de teller. Selecteer de sneltoets voor het onderbreken van de pauze. Selecteer de map die afbeeldingen bevat die u wilt zien tijdens de pauze. Deze kan recursief doorzocht worden, indien gewenst... Diavoorstelling RSIBreak onderbreken Onderbroken Op deze manier is een pauze te forceren Tijden Korte pauzes Probeert RSI te voorkomen door de gebruiker te herinneren aan een pauze. Welkom Welkom bij RSIBreak
++ RSIBreak &automatisch starten bij start KDE Sneltoets &wijzigen... &Wijzigen... &Kleur: Sneltoets voor minimaliseren uits&chakelen &Knipperen bij activiteit &Lettertype: &Sneltoets: &Popup gebruiken Een pauze afbreken Info over KDE Info over RSIBreak Auteur Lange pauzes Lange pauze na: &Aangepast Wissel afbeelding elke: Wijzigingen in RSIBreak 0.5
 +
++In deze versie is het systeem van de pauzetijden veranderd. In plaats van een lange pauze na een aantal kleine pauzes, geeft u nu aan na hoeveel minuten een lange pauze zou moeten plaatsvinden.
++Het is dus belangrijk dat u uw instellingen even nakijkt.
++
++ Selecteer deze optie om de minimaliseerknop uit te schakelen en te verbergen. Zo kunt u voorkomen dat de pauze kan worden overgeslagen. Selecteer deze optie om de minimaliseersneltoets uit te schakelen. Zo kunt u voorkomen dat de pauze kan worden overgeslagen. RSIBreak instellen... Teller Gedurende: Algemeen Algemene instellingen &Verbergen Knop '&Minimaliseren' verbergen Map met afbeeldingen Desktop vergrendelen Logo en pictogrammen Onderhouder en Auteur Gemaximaliseerd Hulp bij het maken van een pakket voor distributie Popup RSIBreak Bug rapporteren... RSIBreak voortzetten Inclusief submappen Selecteer de kleur die gebruikt moet worden voor de teller. De teller wordt geplaatst over een foto heen, dus kies een kleur die leesbaar is voor de meeste van uw foto's. Selecteer het lettertype voor de teller. Selecteer de sneltoets voor het onderbreken van de pauze. Selecteer de map die afbeeldingen bevat die u wilt zien tijdens de pauze. Deze kan recursief doorzocht worden, indien gewenst... Minimaliseren Diavoorstelling RSIBreak onderbreken Onderbroken Op deze manier is een pauze te forceren Tijden Korte pauzes Korte pauze na: Probeert RSI te voorkomen door de gebruiker te herinneren aan een pauze. Welkom Welkom bij RSIBreak
++
 +In uw systeemvak ziet u nu een klok. Als u daar met de rechter muisknop op klikt, dan wordt er een contextmenu geopend waarin u onder andere het programma kunt instellen.
 +Als u wilt weten wanneer de volgende pauze is, beweeg de muisaanwijzer over de klok.
 +
@@ -9286,28 +10343,101 @@
 +kan het knipperen wanneer er activiteit
 +gedetecteerd wordt. U kunt het
 +uitschakelen wanneer u dit te
-+overheersend vindt. Hier kunt u aangeven of u de teller wilt zien gedurende de pauzes. Het zal aftellen naar nul, zodat u kunt zien hoe lang de pauze duurt. De teller wordt bovenop de foto getoond, als foto's worden getoond. Hier kunt u aangeven of de popup moet knipperen wanneer er activiteit is. Hier kunt u aangeven of u de popup wilt zien wanneer het tijd is voor een pauze. Het zal aftellen naar nul, zodat u kunt zien hoe lang de pauze duurt. Hier kunt u aangeven of RSIBreak gestart moet worden wanneer u KDE start. tomalbers at kde.nl,rinsedevries at kde.nl Tom Albers,Rinse de Vries Nu een pauze inlassen %1:%2 %1:00 Pauzeer gedurende 1 seconde
++overheersend vindt. Hier kunt u aangeven of u de teller wilt zien gedurende de pauzes. Het zal aftellen naar nul, zodat u kunt zien hoe lang de pauze duurt. De teller wordt bovenop de foto getoond, als foto's worden getoond. Hier kunt u aangeven of de popup moet knipperen wanneer er activiteit is. Hier kunt u aangeven of u de popup wilt zien wanneer het tijd is voor een pauze. Het zal aftellen naar nul, zodat u kunt zien hoe lang de pauze duurt. Hier kunt u aangeven of RSIBreak gestart moet worden wanneer u KDE start. %1 resterend tot de volgende lange pauze %1 resterend tot de volgende korte pauze tomalbers at kde.nl,rinsedevries at kde.nl %1 en %2 resterend tot de volgende lange pauze %1 en %2 resterend tot de volgende korte pauze Tom Albers,Rinse de Vries Nu een pauze inlassen %1:%2 %1:00 Eén minuut
++%n minuten Eén seconde
++%n seconden Pauzeer gedurende 1 seconde
 +Pauzeer gedurende %n seconden minuten seconden 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/pt/Makefile.in
++++ po/pt/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/pt/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/pt/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/pt/Makefile
++	  $(AUTOMAKE) --foreign  po/pt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/pt/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/pt/Makefile
++	  $(AUTOMAKE) --foreign  po/pt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/pt/Makefile.in
+ 
+ 
 --- po/pt/rsibreak.gmo
 +++ po/pt/rsibreak.gmo
-@@ -0,0 +1,64 @@
-+Þ•    G      T  a   Œ        (        :  
-+   N     Y     a     {     Ž  
-+   •        
   ¯  	   ½     Ç  
-+   Ö     á     ò     ú  c     c   s     ×     í     õ               !     '     9     K     X  	   g  &   q     ˜     ž  
   §     µ     Å      Ø  ,   y	  7   ¦	  –   Þ	     u
-+  	   z
-+     „
-+  	   •
-+  !   Ÿ
-+     Á
-+     É
-+     Õ
-+  D   ç
-+     ,  ý   4  Ù   2  {   
  Õ   ˆ
  ^   ^  Ÿ   ½  T   ]  ^   ²  _     #   q  p   •  q     !   x  >   š     Ù     ò          %  9   ?     y       N  ‰  /   Ø       
        -  !   3     U     s     ƒ     Œ       
   ³     Á     Ô     ã     ø       s      h   ”     ý               (     .  	   C     M     m     ‡     ˜  
-+   ¬  5   ·     í     ö     ÿ          )  µ   A  7   ÷  D   /  ¦   t          #     2     G  *   P     {     ‚     ’  V   ¨  	   ÿ  ;  	  ô   E  ’   :  Þ   Í  c   ¬  ó     U     '   Z  (   ‚     «  ,   Ê  -   ÷     %      C      Y      _      e      z   M   ‘      ß      ç      2      *       /          @          ;   3   =   1   G              $      F   <   ,           !   A   -   )   
-+                  %   	   E   "      #   +      :                        
       D         ?             6                (   5             C              9   8            .               0      >                      B   '       4   7   &       &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks Big break every: C&ustom Change images every: Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut button. This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
+@@ -0,0 +1,71 @@
++Þ•    J      l  e   ¼      P  (   Q     z  
++   Ž     ™     ¡     »     Î  
++   Õ     à  
   ï  	   ý            
++        (     9     A  ÿ   V  c   V  [   º     	     ,	     4	     G	     O	     `	     f	     x	     Š	     —	     ¦	  	   ¼	  &   Æ	     í	     ó	  
   ü	     
 +
++     
++      -
++  ,   Î
++  7   û
++  –   3     Ê  	   Ï     Ù  	   ê  !   ô               *  D   <       ý   ‰  Ù   ‡
  {   a  Õ   Ý  ^   ³  Ÿ     T   ²  ^     _   f  #   Æ  p   ê  q   [  !   Í  >   ï     .     G     `     z  9   ”     Î     Ö  N  Þ  /   -     ]  
   t     ‚  !   ˆ     ª     È     Ø     á     ò  
             )     /     >     S     b  !  {  s     h        z     “     œ     ¥     «  	   À     Ê     ê               )  
++   @  5   K          Š     “     ¨     ½  µ   Õ  7   ‹  D   à  ¦        ¯     ·     Æ     Û  *   ä               &  V   <  	   “  ;    ô   Ù  ’   Î  Þ   a  c   @   ó   ¤   U   ˜!  '   î!  (   "     ?"  ,   ^"  -   ‹"     ¹"     ×"     í"     ó"     ù"     #  M   %#     s#     {#     6   B              &   )   @   >   C          1                E   ?                       +       0             :   	   9      7         A       .   J   5   (      
++   "       H       G   /   I   =             <   %                  -              !          2      
       D          #      ;   F                         $       4   *          8              ,   '   3    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Changes in RSIBreak 0.5.0
++
++In this version we have changed the way the timers work. Instead of indicating after how many tiny breaks you want a big break, you can now setup after how many minutes you want a bigbreak.
++Please review your current settings.
++
++ Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut.This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
@@ -9332,16 +10462,21 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2006-02-16 16:37+0000
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-20 16:37+0000
 +Last-Translator: José Nuno Coelho Pires <jncp at netcabo.pt>
 +Language-Team: pt <kde-i18n-doc at kde.org>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
 +X-POFile-SpellExtra: RSIBreak ESC
-+ Iniciar &automaticamente o RSIBreak no arranque Modifi&car o Atalho... Modifi&car... &Cor: &Desactivar o atalho para ignorar Piscar em caso de acti&vidade T&ipo de letra: A&talho: &Usar a mensagem Interromper uma pausa Acerca do KDE Acerca do RSIBreak Grandes Pausas Pausa grande a cada: Personali&zado Mudar as imagens a cada: Assinale esta opção para desactivar e esconder o botão para ignorar. Desta forma, poderá evitar saltar a pausa. Assinale esta opção para desactivar o botão para ignorar. Desta forma, poderá evitar saltar a pausa. Configurar o RSIBreak... Contador Durante: Geral Configuração Geral &Esconder Esconder o botão para &ignorar Local da Pasta de Imagens Bloquear o ecrã Logótipo e Ícones Maximizada Gestão de pacotes e ajuda com problemas relacionados Mensagem RSIBreak Comunicar um Erro... Continuar o RSIBreak Procurar recursivamente Seleccione aqui a cor a usar para o contador. Dado que este será apresentado no cimo das imagens, poderá querer configurá-lo com uma cor que seja visível na maioria das imagens. Seleccione aqui o tipo de letra a usar para o contador. Seleccione aqui o atalho de teclado a usar para interromper a pausa. Seleccione a pasta onde deseja ver as imagens. Estas serão mostradas de forma aleatória durante as pausas. Será percorrida de forma recursiva se você o desejar... Ignorar Apresentação Suspender o RSIBreak Suspenso Desta forma, poderá fazer agora uma pausa Tempos Pequenas Pausas Pausa pequena a cada: Tenta evitar a Lesão por Tensão Repetitiva, recordando um utilizador para descansar. Bem-vindo Bem-vindo ao RSIBreak
++ Iniciar &automaticamente o RSIBreak no arranque Modifi&car o Atalho... Modifi&car... &Cor: &Desactivar o atalho para ignorar Piscar em caso de acti&vidade T&ipo de letra: A&talho: &Usar a mensagem Interromper uma pausa Acerca do KDE Acerca do RSIBreak Autor Grandes Pausas Pausa grande a cada: Personali&zado Mudar as imagens a cada: Mudanças no RSIBreak 0.5.0
 +
++Nesta versão, mudou-se a forma como funcionam os relógios. Em vez de indicar ao fim de quantas pausas pequenas terá uma pausa grande, poderá configurar ao fim de quantos minutos deseja fazer uma pausa grande.
++Por favor reveja a sua configuração global.
++
++ Assinale esta opção para desactivar e esconder o botão para ignorar. Desta forma, poderá evitar saltar a pausa. Assinale esta opção para desactivar o atalho para ignorar. Desta forma, poderá evitar saltar a pausa. Configurar o RSIBreak... Contador Durante: Geral Configuração Geral &Esconder Esconder o botão para &ignorar Local da Pasta de Imagens Bloquear o ecrã Logótipo e Ícones Manutenção e Autoria Maximizada Gestão de pacotes e ajuda com problemas relacionados Mensagem RSIBreak Comunicar um Erro... Continuar o RSIBreak Procurar recursivamente Seleccione aqui a cor a usar para o contador. Dado que este será apresentado no cimo das imagens, poderá querer configurá-lo com uma cor que seja visível na maioria das imagens. Seleccione aqui o tipo de letra a usar para o contador. Seleccione aqui o atalho de teclado a usar para interromper a pausa. Seleccione a pasta onde deseja ver as imagens. Estas serão mostradas de forma aleatória durante as pausas. Será percorrida de forma recursiva se você o desejar... Ignorar Apresentação Suspender o RSIBreak Suspenso Desta forma, poderá fazer agora uma pausa Tempos Pequenas Pausas Pausa pequena a cada: Tenta evitar a Lesão por Tensão Repetitiva, recordando um utilizador para descansar. Bem-vindo Bem-vindo ao RSIBreak
++
 +Na sua bandeja do sistema, poderá ver um relógio. Quando carregar com o botão direito do rato nele, poderá ver um menu, no qual poderá ir à configuração, por exemplo.
 +Quando quiser saber quando é a próxima pausa, passe o cursor do rato sobre o ícone.
 +
@@ -9356,7 +10491,76 @@
 +%n minutos Um segundo
 +%n segundos Por favor, descanse durante 1 segundo
 +Por favor, descanse durante %n segundos minutos segundos 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/sr/Makefile.in
++++ po/sr/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/sr/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/sr/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sr/Makefile
++	  $(AUTOMAKE) --foreign  po/sr/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sr/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sr/Makefile
++	  $(AUTOMAKE) --foreign  po/sr/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sr/Makefile.in
+ 
+ 
 --- po/sr/rsibreak.gmo
 +++ po/sr/rsibreak.gmo
 @@ -0,0 +1,21 @@
@@ -9370,7 +10574,7 @@
 +Your emails _: NAME OF TRANSLATORS
 +Your names _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-11-17 15:27+0100
 +Last-Translator: Slobodan Simic <simicsl at verat.net>
 +Language-Team: Serbian <kde-yu at kde-yu.org>
@@ -9381,7 +10585,76 @@
 + &Промени... &Боја: &Фонт: &Пречица: Прекини паузу Произ&вољно Измени слике сваких: Подеси RSIBreak... Бројач Опште Опште поставке &Сакриј Путања фасцикле слике RSIBreak Пријавите грешку... Тражи рекурзивно Слајд-шоу Темпирања Покушај превенције повреда од понављајућих покрета подсећањем корисника да се одмори. Добродошли simicsl at verat.net Слободан Симић Молим вас да одморите %n секунду
 +Молим вас да одморите %n секунде
 +Молим вас да одморите %n секунди минута секунди 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/sr at Latn/Makefile.in
++++ po/sr at Latn/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr at Latn/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr at Latn/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/sr at Latn/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/sr at Latn/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr at Latn/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr at Latn/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sr at Latn/Makefile
++	  $(AUTOMAKE) --foreign  po/sr at Latn/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sr at Latn/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr at Latn/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr at Latn/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sr at Latn/Makefile
++	  $(AUTOMAKE) --foreign  po/sr at Latn/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sr at Latn/Makefile.in
+ 
+ 
 --- po/sr at Latn/rsibreak.gmo
 +++ po/sr at Latn/rsibreak.gmo
 @@ -0,0 +1,21 @@
@@ -9395,7 +10668,7 @@
 +Your emails _: NAME OF TRANSLATORS
 +Your names _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
 +PO-Revision-Date: 2005-11-17 15:27+0100
 +Last-Translator: Slobodan Simic <simicsl at verat.net>
 +Language-Team: Serbian <kde-yu at kde-yu.org>
@@ -9406,27 +10679,99 @@
 + &Promeni... &Boja: &Font: &Prečica: Prekini pauzu Proiz&voljno Izmeni slike svakih: Podesi RSIBreak... Brojač Opšte Opšte postavke &Sakrij Putanja fascikle slike RSIBreak Prijavite grešku... Traži rekurzivno Slajd-šou Tempiranja Pokušaj prevencije povreda od ponavljajućih pokreta podsećanjem korisnika da se odmori. Dobrodošli simicsl at verat.net Slobodan Simić Molim vas da odmorite %n sekundu
 +Molim vas da odmorite %n sekunde
 +Molim vas da odmorite %n sekundi minuta sekundi 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/sv/Makefile.in
++++ po/sv/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/sv/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/sv/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sv/Makefile
++	  $(AUTOMAKE) --foreign  po/sv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sv/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/sv/Makefile
++	  $(AUTOMAKE) --foreign  po/sv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/sv/Makefile.in
+ 
+ 
 --- po/sv/rsibreak.gmo
 +++ po/sv/rsibreak.gmo
-@@ -0,0 +1,66 @@
-+Þ•    G      T  a   Œ        (        :  
-+   N     Y     a     {     Ž  
-+   •        
   ¯  	   ½     Ç  
-+   Ö     á     ò     ú  c     c   s     ×     í     õ               !     '     9     K     X  	   g  &   q     ˜     ž  
   §     µ     Å      Ø  ,   y	  7   ¦	  –   Þ	     u
-+  	   z
-+     „
-+  	   •
-+  !   Ÿ
-+     Á
-+     É
-+     Õ
-+  D   ç
-+     ,  ý   4  Ù   2  {   
  Õ   ˆ
  ^   ^  Ÿ   ½  T   ]  ^   ²  _     #   q  p   •  q     !   x  >   š     Ù     ò          %  9   ?     y       F  ‰  $   Ð     õ  
-+   
       +         L  
   b     p          ›     ª     ±  
   ½     Ë     Ý     ã  „   ö  ‚   {     þ               (     1     J     Q     l     †     •  	   ¨  +   ²     Þ     ñ     ú             ¯   /  3   ß  ?     ~   S     Ò     Þ     ç  	   ú  $        )     /     <  P   M  
-+   ž  ý   ©  ñ   §  ‹   ™  Ç   %  l   í  ›   Z  Y   ö  &   P  %   w       -   ¸  ,   æ       
   $     2     8     >     R  4   h          ¥     2      *       /          @          ;   3   =   1   G              $      F   <   ,           !   A   -   )   
-+                  %   	   E   "      #   +      :                        
       D         ?             6                (   5             C              9   8            .               0      >                      B   '       4   7   &       &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Big Breaks Big break every: C&ustom Change images every: Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut button. This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
+@@ -0,0 +1,74 @@
++Þ•    J      l  e   ¼      P  (   Q     z  
++   Ž     ™     ¡     »     Î  
++   Õ     à  
   ï  	   ý            
++        (     9     A  ÿ   V  c   V  [   º     	     ,	     4	     G	     O	     `	     f	     x	     Š	     —	     ¦	  	   ¼	  &   Æ	     í	     ó	  
   ü	     
 +
++     
++      -
++  ,   Î
++  7   û
++  –   3     Ê  	   Ï     Ù  	   ê  !   ô               *  D   <       ý   ‰  Ù   ‡
  {   a  Õ   Ý  ^   ³  Ÿ     T   ²  ^     _   f  #   Æ  p   ê  q   [  !   Í  >   ï     .     G     `     z  9   ”     Î     Ö  F  Þ  $   %     J  
++   b     m  +   u     ¡  
   ·     Å     Ô     ð     ÿ       
++     
        +     =     C  &  V  „   }  „        ‡     ›     ¤     ±     º     Ó     Ú     õ               1  	   K  +   U          ”          ¯     à  ¯   Ò  3   ‚  ?   ¶  ~   ö     u          Š  	     $   §     Ì     Ò     ß  P   ð  
++   A  ý   L  ñ   J  ‹   <  Ç   È  l     ›   ý  Y   ™   &   ó   %   !     @!  -   [!  ,   ‰!     ¶!  
   Ç!     Õ!     Û!     á!     õ!  4   "     @"     H"     6   B              &   )   @   >   C          1                E   ?                       +       0             :   	   9      7         A       .   J   5   (      
++   "       H       G   /   I   =             <   %                  -              !          2      
       D          #      ;   F                         $       4   *          8              ,   '   3    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Flash on activity &Font: &Shortcut: &Use the popup Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Changes in RSIBreak 0.5.0
++
++In this version we have changed the way the timers work. Instead of indicating after how many tiny breaks you want a big break, you can now setup after how many minutes you want a bigbreak.
++Please review your current settings.
++
++ Check this option to disable and hide the skip button. This way you can prevent skipping the break. Check this option to disable the skip shortcut.This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues Popup RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended This way you can have a break now Timings Tiny Breaks Tiny break every: Try to prevent Repetitive Strain Injury by reminding a user to rest. Welcome Welcome to RSIBreak
++
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
@@ -9451,16 +10796,21 @@
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2006-02-16 18:38+0100
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-20 19:20+0100
 +Last-Translator: Stefan Asserhäll <stefan.asserhall at comhem.se>
 +Language-Team: Swedish <sv at li.org>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
 +X-Generator: KBabel 1.11.2
-+ Kör &automatiskt RSIbreak vid start Ä&ndra snabbtangent... Ä&ndra... &Färg: &Inaktivera snabbtangent för överhoppning &Blinka vid aktivitet &Teckensnitt: &Snabbtangent: An&vänd meddelandefönster Avbryt en rast Om KDE Om RSIbreak Långa raster Lång rast efter: E&gen Ändra bilder var: Markera alternativet för att inaktivera och dölja överhoppningsknappen. På så sätt kan du förhindra att en rast hoppas över. Markera alternativet för att inaktivera snabbknappen för överhoppning. På så sätt kan du förhindra att rasten hoppas över. Anpassa RSIbreak... Räknare Under tiden: Allmänt Allmänna inställningar &Dölj Dölj över&hoppningsknapp Sökväg till bildkatalog Lås skrivbord Logotyp och ikoner Maximerad Paketering och hjälp med besläktade saker Meddelandefönster RSIbreak Rapportera fel... Återuppta RSIbreak Sök rekursivt Välj färgen att använda för räknaren här. Eftersom den används ovanpå bilderna, kan du nog vilja ställa in den till en färg som är synlig med de flesta av bilderna. Välj teckensnitt att använda för räknaren här. Välj snabbtangenten att använda för att avbryta rasten här. Välj katalogen du vill se bilder från. Bilderna visas slumpmässigt under rasterna. Den söks igenom rekursivt om du vill... Hoppa över Bildspel Stäng av RSIbreak Avstängt På detta sätt kan du ta en rast nu Tider Korta raster Kort rast efter: Försök förhindra belastningsskador genom att påminna användare om att vila. Välkommen Välkommen till RSIbreak
++ Kör &automatiskt RSIbreak vid start Ä&ndra snabbtangent... Ä&ndra... &Färg: &Inaktivera snabbtangent för överhoppning &Blinka vid aktivitet &Teckensnitt: &Snabbtangent: An&vänd meddelandefönster Avbryt en rast Om KDE Om RSIbreak Upphovsman Långa raster Lång rast efter: E&gen Ändra bilder var: Ändringar i RSIbreak 0.5.0
 +
++Sättet som tidtagning fungerar har ändrats i denna version. Istället för att ange efter hur många korta raster du vill ha en lång rast, kan du nu ställa in efter hur många minuter du vill ha en lång rast.
++Kontrollera gärna dina nuvarande inställningar.
++
++ Markera alternativet för att inaktivera och dölja överhoppningsknappen. På så sätt kan du förhindra att en rast hoppas över. Markera alternativet för att inaktivera snabbknappen för att hoppa över. På så sätt kan du förhindra att rasten hoppas över. Anpassa RSIbreak... Räknare Under tiden: Allmänt Allmänna inställningar &Dölj Dölj över&hoppningsknapp Sökväg till bildkatalog Lås skrivbord Logotyp och ikoner Utvecklare och upphovsman Maximerad Paketering och hjälp med besläktade saker Meddelandefönster RSIbreak Rapportera fel... Återuppta RSIbreak Sök rekursivt Välj färgen att använda för räknaren här. Eftersom den används ovanpå bilderna, kan du nog vilja ställa in den till en färg som är synlig med de flesta av bilderna. Välj teckensnitt att använda för räknaren här. Välj snabbtangenten att använda för att avbryta rasten här. Välj katalogen du vill se bilder från. Bilderna visas slumpmässigt under rasterna. Den söks igenom rekursivt om du vill... Hoppa över Bildspel Stäng av RSIbreak Avstängt På detta sätt kan du ta en rast nu Tider Korta raster Kort rast efter: Försök förhindra belastningsskador genom att påminna användare om att vila. Välkommen Välkommen till RSIbreak
++
 +Du ser nu en klocka i systembrickan. När du högerklickar på den ser du en meny där du till exempel kan visa inställningarna.
 +Om du vill veta när nästa rast är, håll musen över ikonen.
 +
@@ -9476,48 +10826,272 @@
 +%n minuter En sekund
 +%n sekunder Koppla av under 1 sekund
 +Koppla av under %n sekunder minuter sekunder 
-\ No newline at end of file
+\ Kein Zeilenumbruch am Dateiende.
+--- po/tr/Makefile.in
++++ po/tr/Makefile.in
+@@ -194,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -340,7 +343,7 @@
+ all: all-nls docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -349,9 +352,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  po/tr/Makefile
++#>- 	  $(AUTOMAKE) --foreign  po/tr/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -361,9 +364,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/tr/Makefile
++	  $(AUTOMAKE) --foreign  po/tr/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/tr/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -378,9 +381,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -726,9 +729,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  po/tr/Makefile
++	  $(AUTOMAKE) --foreign  po/tr/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit po/tr/Makefile.in
+ 
+ 
 --- po/tr/rsibreak.gmo
 +++ po/tr/rsibreak.gmo
-@@ -0,0 +1,40 @@
-+Þ•    1      ¤  C   ,      8  (   9     b  
-+   v          ‰  
-+     
   ›  	   ©     ³  
-+   Â     Í     Õ     ê                     !     '     9     F  	   U  &   _     †  
             ­      À  ,   a  7   Ž  –   Æ  	   ]     g  	   x     ‚     Š     –  ý   ž  Õ   œ  Ÿ   r	  #   
-+  !   6
-+     X
-+     q
-+     Š
-+     ¤
-+  9   ¾
-+     ø
-+        A    0   J     {     ”     £     ª  
-+   ·     Â  
   Ö     ä     ÷     
     
     .
     J
     Q
  
   W
     e
     l
     
     •
     ¦
  %   ¶
     Ü
     å
     õ
       ¯   !  6   Ñ  E     ¦   N     õ               -  
   :  
   H  Í   V    $    -     6     G     V     \  	   b  	   l  #   v     š     ¡                 "                    #      -                        0      (          '   $   1          %             !                               &           	       /                 ,      )   *      
-+          
   .             +    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Font: &Shortcut: Abort a break About KDE About RSIBreak Big Breaks C&ustom Change images every: Configure RSIBreak... Counter General General Settings H&ide Image Folder Path Lock desktop Logo and Icons Maximized Packaging and help with related issues RSIBreak Report Bug... Resume RSIBreak Search recursively Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Slideshow Suspend RSIBreak Suspended Timings Tiny Breaks Welcome Welcome to RSIBreak
+@@ -0,0 +1,38 @@
++Þ•    >        S   ü      H  (   I     r  
++   †     ‘     ™     ³  
++   º  
   Å  	   Ó     Ý     ì  
++   ó     þ            c   ,          ¦     ®     Á     É     Ú     à     ò                  	   6  &   @     g  
   p     ~      Ž  ,   /  7   \  –   ”     +	  	   0	     :	  	   K	     U	     ]	     i	     {	  ý   ƒ	  Õ   
++  Ÿ   W  T   ÷  ^   L  _   «  #   
  p   /
  q    
  !        4     M     f     €  9   š     Ô     Ü  7  ä  0        M     f     u      |       
++   ©     ´  
   Å     Ó     æ     ì     ü            ~   ;     º     Ê  
   Ñ     ß  
   å     ó     ú               5     F     N  %   _     …     Ž     ž  ¯   §  6   W  9   Ž  r   È     ;     @     Q  
++   X     c     s     €  
   š  .  ¨  ¶   ×    Ž  j   –        !   "     D  &   V  '   }     ¥     ²     ¸  	   ¾  	   È  #   Ò     ö     ý     
++          &   1                               /           %             :   -                   >                +       *                   0       !   4       8   ,       
       	          '   3   =   5   2   (      #   "             $   ;      )       .                 9      6   <          7    &Automatically start RSIBreak at startup &Change Shortcut... &Change... &Color: &Disable shortcut to skip &Font: &Shortcut: Abort a break About KDE About RSIBreak Author Big Breaks Big break every: C&ustom Change images every: Check this option to disable and hide the skip button. This way you can prevent skipping the break. Configure RSIBreak... Counter For a duration of: General General Settings H&ide H&ide skip button Image Folder Path Lock desktop Logo and Icons Maintainer and Author Maximized Packaging and help with related issues RSIBreak Report Bug... Resume RSIBreak Select here the color to use for the counter. As this is used on top of the images, you might want to set it to a color which is visible for most of the images. Select here the font to use for the counter. Select here the shortcut to use for aborting the break. Select the folder from which you want to see images. These images are randomly shown during the breaks. It will be searched recursively if you want... Skip Slideshow Suspend RSIBreak Suspended Timings Tiny Breaks Tiny break every: Welcome Welcome to RSIBreak
 +
 +In your tray you can now see a clock. When you right-click on that you will see a menu, from which you can go to the configuration for example.
 +When you want to know when the next break is, hover over the icon.
 +
-+Use RSIBreak wisely. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. _: EMAIL OF TRANSLATORS
-+Your emails _: NAME OF TRANSLATORS
++Use RSIBreak wisely. With this checkbox you can indicate if you want to see a counter during the breaks. It will count down to zero, so you know how long this break will be. It will be shown on top of the image, when images are shown. With this checkbox you can indicate if you want to see the popup when it is time to break. It will count down to zero, so you know how long this break will be. With this checkbox you can indicate that you want RSIBreak to start when KDE starts. _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next big break _: Argument: seconds part or minutes part as defined earlier
++%1 remaining until next tiny break _: EMAIL OF TRANSLATORS
++Your emails _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next big break _: First argument: minutes, second: seconds both as you defined earlier
++%1 and %2 remaining until next tiny break _: NAME OF TRANSLATORS
 +Your names _: minutes:seconds
 +%1:%2 _: minutes:seconds
 +%1:00 _n: One minute
 +%n minutes _n: One second
 +%n seconds _n: Please relax for 1 second
 +Please relax for %n seconds minutes seconds Project-Id-Version: rsibreak
-+POT-Creation-Date: 2006-02-18 10:51+0100
-+PO-Revision-Date: 2006-02-03 21:31+0200
-+Last-Translator: Engin Çağatay <engincagatay at yahoo.com>
++POT-Creation-Date: 2006-02-20 11:19+0100
++PO-Revision-Date: 2006-02-19 22:23+0200
++Last-Translator: Ahmet AYGÃœN <ahmet at kivi.com.tr>
 +Language-Team: Türkçe <tr at li.org>
 +MIME-Version: 1.0
 +Content-Type: text/plain; charset=UTF-8
 +Content-Transfer-Encoding: 8bit
-+X-Generator: KBabel 1.10.2
-+ RSIBreak'i &açılışta otomatik olarak başlat &Kısayolu Değiştir... &Değiştir... &Renk: &Yazı Tipi: Kı&sayol: Bir kesme hakkında KDE Hakkında RSIBreak Hakkında Büyük Kesmeler &Özel Resim değiştirme aralığı: RSIBreak'ı yapılandır... Sayaç Genel Genel Ayarlar G&izle Resim Klasör Yolu Masaüstünü kilitle Logo ve Simgeler Büyütülmüş Paketleme ve ilgili konularda yardım RSIBreak Hata Raporla... RSIBreak'i Devam Ettir Tekrarlı olarak ara Burada sayaç için kullanılacak rengi seçin. Bunun gibi resimlerin üstünde kullanılır, resimlerin pek çoğu için görünmez olan bir rengi ayarlamak isteyebilirsiniz. Burada sayaç için kullanılacak yazı tipini seçin. Burada kesmayi yarıda bırakmak için kullanılacak kısayolu seçin Görmek istediğiniz resimlerin klasörünü seçin. Bu resimler rastgele olarak kesmeler boyunca gösterilir. Bu eğer isterseniz tekrarlı olarak arayabilecektir... Slayt gösterisi RSIBreak'i Askıya Al Askıya Alındı Zamanlamalar Ufak Kesmeler Hoş geldiniz RSIBreak'e hoşgeldiniz
++X-Generator: KBabel 1.11
++ RSIBreak'i &açılışta otomatik olarak başlat &Kısayolu Değiştir... &Değiştir... &Renk: Atla kısayolunu &etkisizleştir &Yazıtipi: Kı&sayol: Molayı iptal et KDE Hakkında RSIBreak Hakkında Yazar Büyük Molalar Büyük mola aralığı: &Özel Resim değiştirme aralığı: Atla düğmesini gizlemek ve etkisizleştirmek için bu seçeneği kontrol edin. Bu yolla mola atlamasını önleyebilirsiniz. Yapılandır... Sayaç Mola süresi: Genel Genel Ayarlar G&izle Atla düğmesini g&izle Resim Dizini Masaüstünü kilitle Logo ve Simgeler Sorumlu Slayt Gösterisi Paketleme ve ilgili konularda yardım RSIBreak Hata Raporla... Devam Et Burada sayaç için kullanılacak rengi seçin. Bunun gibi resimlerin üstünde kullanılır, resimlerin pek çoğu için görünmez olan bir rengi ayarlamak isteyebilirsiniz. Burada sayaç için kullanılacak yazı tipini seçin. Molayı iptal etmek için kullanılacak kısayolu seçin. Görmek istediğiniz resimlerin klasörünü seçin. Bu resimler rastgele olarak molalar süresince gösterilir... Atla Slayt gösterisi Durdur Durduruldu Zaman Ayarları Ufak Molalar Küçük mola aralığı: Hoş geldiniz RSIBreak'e hoşgeldiniz
 +
-+Şimdi tepsiniz içinde bir saat görebilirsiniz.
-+Sonraki kesmenin ne zaman olacağını bilmek istediğiniz zaman, hover simgeyi bitirir.
++Şimdi sistem tepsiniz içinde bir saat görebilirsiniz. Saate sağ tıklayarak yapabileceğiniz işlemleri görebilirsiniz.
++Sonraki molanın ne zaman olacağını bilmek isterseniz farenizi saatin üzerinde biraz bekletmeniz yeterli.
 +
-+Her ihtimale karşı RSIBreak kullanın. Kesmeler boyunca eğer bir sayaç görmek istiyorsanız bu onay kutusu ile imleyebilirsiniz. Bu sıfıra doğru geriye sayacaktır, bu yüzden kesmenin ne kadar uzunlukta olacağını bilirsiniz. Resimler gösterildiği zaman, bu resmin üzerinde gösterilecektir. Kesmeler boyunca eğer bir sayaç görmek istiyorsanız bu onay kutusu ile imleyebilirsiniz. Bu sıfıra doğru geriye sayacaktır, bu yüzden kesmenin ne kadar uzunlukta olacağını bilirsiniz. Resimler gösterildiği zaman, bu resmin üzerinde gösterilecektir. aydin at kde.org.tr Aydın Demirel %1:%2 %1:00 %n dakika %n saniye Lütfen %n saniye için rahatlayın dakika saniye 
-\ No newline at end of file
++Sağlığınız için RSIBreak kullanın. Bu kutucuğu işaretlerseniz mola süresince ekranınızda ufak bir sayaç görünmesini sağlarsınız. Sayaç mola süresinden sıfıra doğru geri sayarak sizi bilgilendirecektir. Molalar boyunca eğer bir sayaç görmek istiyorsanız bu onay kutusu ile imleyebilirsiniz. Bu sıfıra doğru geriye sayacaktır, bu yüzden kesmenin ne kadar uzunlukta olacağını bilirsiniz. Resimler gösterildiği zaman, bu resmin üzerinde gösterilecektir. Bu kutucuğu işaretlerseniz KDE başladığı anda otomatik olarak RSIBreak çalışmaya başlayacaktır. Sonraki büyük molaya %1 kaldı Sonraki küçük molaya %1 kaldı ahmet at zion.gen.tr Sonraki büyük molaya %1 ve %2 kaldı Sonraki küçük molaya %1 ve %2 kaldı Ahmet AYGÜN %1:%2 %1:00 %n dakika %n saniye Lütfen %n saniye için rahatlayın dakika saniye 
+\ Kein Zeilenumbruch am Dateiende.
+--- rsibreak/Makefile.in
++++ rsibreak/Makefile.in
+@@ -193,6 +193,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -332,7 +335,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -341,9 +344,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  rsibreak/Makefile
++#>- 	  $(AUTOMAKE) --foreign  rsibreak/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -353,9 +356,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  rsibreak/Makefile
++	  $(AUTOMAKE) --foreign  rsibreak/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit rsibreak/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -370,9 +373,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+@@ -768,9 +771,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  rsibreak/Makefile
++	  $(AUTOMAKE) --foreign  rsibreak/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit rsibreak/Makefile.in
+ 
+ 
+--- rsibreak/src/Makefile.in
++++ rsibreak/src/Makefile.in
+@@ -72,8 +72,7 @@
+ @KDE_USE_FINAL_FALSE at rsibreak_OBJECTS = $(rsibreak_nofinal_OBJECTS)
+ @KDE_USE_FINAL_TRUE at rsibreak_OBJECTS = $(rsibreak_final_OBJECTS)
+ am__DEPENDENCIES_1 =
+-rsibreak_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+-	$(am__DEPENDENCIES_1)
++rsibreak_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+ am__depfiles_maybe = depfiles
+@@ -236,6 +235,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -393,7 +395,7 @@
+ 	setupmaximized.cpp rsitooltip.cpp dcopiface.cpp  dcopiface_skel.cpp
+ 
+ rsibreak_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-rsibreak_LDADD = $(LIB_KDEUI) $(LIB_KIO) $(LIBXSS)
++rsibreak_LDADD = $(LIB_KDEUI) $(LIB_KIO) -lXss
+ 
+ # this is where the desktop file will go
+ xdg_apps_DATA = rsibreak.desktop
+@@ -405,7 +407,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -414,9 +416,9 @@
+ #>- 	      exit 1;; \
+ #>- 	  esac; \
+ #>- 	done; \
+-#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/src/Makefile'; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/src/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --gnu  rsibreak/src/Makefile
++#>- 	  $(AUTOMAKE) --foreign  rsibreak/src/Makefile
+ #>+ 12
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+@@ -426,9 +428,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/src/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/src/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  rsibreak/src/Makefile
++	  $(AUTOMAKE) --foreign  rsibreak/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit rsibreak/src/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+@@ -443,9 +445,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+@@ -992,9 +994,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rsibreak/src/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  rsibreak/src/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  rsibreak/src/Makefile
++	  $(AUTOMAKE) --foreign  rsibreak/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit rsibreak/src/Makefile.in
+ 
+ 




More information about the pkg-kde-commits mailing list