[Xfce4-commits] <xfce4-time-out-plugin:master> Add an about dialog

Florian Rivoal noreply at xfce.org
Sun Nov 7 17:16:02 CET 2010


Updating branch refs/heads/master
         to b9f98fea1042be429a8f8c52c64a84c7bd36170e (commit)
       from 73e1caa3af5779dea7a70b5d46df502e15277275 (commit)

commit b9f98fea1042be429a8f8c52c64a84c7bd36170e
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Mon Nov 8 01:08:25 2010 +0900

    Add an about dialog
    
    Fixes bug 4287, based on the patch submitted there.

 panel-plugin/time-out.c      |   29 ++++++++++++++++++++++++++++-
 po/ast.po                    |   41 +++++++++++++++++++++++++----------------
 po/ca.po                     |   41 +++++++++++++++++++++++++----------------
 po/cs.po                     |   41 +++++++++++++++++++++++++----------------
 po/da.po                     |   41 +++++++++++++++++++++++++----------------
 po/de.po                     |   41 +++++++++++++++++++++++++----------------
 po/el.po                     |   41 +++++++++++++++++++++++++----------------
 po/en_GB.po                  |   41 +++++++++++++++++++++++++----------------
 po/es.po                     |   41 +++++++++++++++++++++++++----------------
 po/eu.po                     |   41 +++++++++++++++++++++++++----------------
 po/fr.po                     |   41 +++++++++++++++++++++++++----------------
 po/gl.po                     |   41 +++++++++++++++++++++++++----------------
 po/hu.po                     |   41 +++++++++++++++++++++++++----------------
 po/id.po                     |   41 +++++++++++++++++++++++++----------------
 po/it.po                     |   41 +++++++++++++++++++++++++----------------
 po/ja.po                     |   41 +++++++++++++++++++++++++----------------
 po/kk.po                     |   41 +++++++++++++++++++++++++----------------
 po/lv.po                     |   41 +++++++++++++++++++++++++----------------
 po/pl.po                     |   41 +++++++++++++++++++++++++----------------
 po/pt.po                     |   41 +++++++++++++++++++++++++----------------
 po/pt_BR.po                  |   41 +++++++++++++++++++++++++----------------
 po/ru.po                     |   41 +++++++++++++++++++++++++----------------
 po/sv.po                     |   41 +++++++++++++++++++++++++----------------
 po/tr.po                     |   41 +++++++++++++++++++++++++----------------
 po/ug.po                     |   41 +++++++++++++++++++++++++----------------
 po/uk.po                     |   41 +++++++++++++++++++++++++----------------
 po/ur.po                     |   41 +++++++++++++++++++++++++----------------
 po/ur_PK.po                  |   41 +++++++++++++++++++++++++----------------
 po/xfce4-time-out-plugin.pot |   41 +++++++++++++++++++++++++----------------
 po/zh_CN.po                  |   41 +++++++++++++++++++++++++----------------
 30 files changed, 753 insertions(+), 465 deletions(-)

diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 7d0b98e..7673a7a 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -93,6 +93,7 @@ static gboolean       time_out_size_changed                       (XfcePanelPlug
 static void           time_out_orientation_changed                (XfcePanelPlugin   *plugin,
                                                                    GtkOrientation     orientation,
                                                                    TimeOutPlugin     *time_out);
+static void           time_out_about                              (XfcePanelPlugin   *plugin);
 static void           time_out_configure                          (XfcePanelPlugin   *plugin,
                                                                    TimeOutPlugin     *time_out);
 static void           time_out_end_configure                      (GtkDialog         *dialog,
@@ -274,6 +275,7 @@ time_out_construct (XfcePanelPlugin *plugin)
   g_signal_connect (G_OBJECT (plugin), "size-changed", G_CALLBACK (time_out_size_changed), time_out);
   g_signal_connect (G_OBJECT (plugin), "configure-plugin", G_CALLBACK (time_out_configure), time_out);
   g_signal_connect (G_OBJECT (plugin), "orientation-changed", G_CALLBACK (time_out_orientation_changed), time_out);
+  g_signal_connect (G_OBJECT (plugin), "about", G_CALLBACK (time_out_about), NULL);
 
   /* Display the configure menu item */
   xfce_panel_plugin_menu_show_configure (plugin);
@@ -371,7 +373,32 @@ time_out_orientation_changed (XfcePanelPlugin *plugin,
   xfce_hvbox_set_orientation (XFCE_HVBOX (time_out->hvbox), orientation);
 }
 
-
+static void
+time_out_about (XfcePanelPlugin *plugin)
+{
+  static const gchar *authors[] =
+  {
+    "Jannis Pohlmann <jannis at xfce.org>",
+    "Florian Rivoal <frivoal at xfce.org>",
+    NULL
+  };
+
+  gtk_show_about_dialog (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
+                         "authors", authors,
+                         "comments", _("Xfce Panel plugin for taking a break from computer work every now and then."),
+                         "destroy-with-parent", TRUE,
+                         "logo-icon-name", "xfce4-time-out-plugin",
+#if GTK_CHECK_VERSION (2,12,0)
+                         "program-name", PACKAGE_NAME,
+#else
+                         "name", PACKAGE_NAME,
+#endif
+                         "version", PACKAGE_VERSION,
+                         "translator-credits", _("translator-credits"),
+                         "license", XFCE_LICENSE_GPL,
+                         "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin",
+                         NULL);
+}
 
 static void
 time_out_configure (XfcePanelPlugin *plugin,
diff --git a/po/ast.po b/po/ast.po
index 3bdce7e..5702a42 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-07-13 19:55+0100\n"
 "Last-Translator: Marcos Antonio Alvarez Costales <marcoscostales at gmail.com>\n"
 "Language-Team: Asturian <alministradores at softastur.org>\n"
@@ -14,79 +14,88 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Asele un pocu"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Activáu"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Tiempu colar"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Opciones de tiempu"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundos"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tiempu ente descansos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Duración del descansu:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Duración de posposición:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamientu"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Permitir posponer"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aspeutu"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Amosar tiempu restante nel panel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Amosar hores"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Amosar segundos"
 
diff --git a/po/ca.po b/po/ca.po
index fbce8a1..b3db9aa 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-04-03 12:50+0100\n"
 "Last-Translator: Harald Servat <redcrash at gmail.com>\n"
 "Language-Team: Harald Servat\n"
@@ -20,79 +20,88 @@ msgstr ""
 "X-Poedit-Country: Spain\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Pren un descans"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Activat"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Pausa"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Opcions del temps"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minuts"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segons"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Temps entre descansos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Durada del descans:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Durada de la posposició:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportament"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Permetre posposar"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aparença"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Mostrar el temps restant en el panell"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Mostrar hores"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Mostrar segons"
 
diff --git a/po/cs.po b/po/cs.po
index 652ff38..dfd4e4f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2007-12-17 14:22+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech\n"
@@ -18,79 +18,88 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Vzít si přestávku"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Povoleno"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Čas vypršel"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Nastavení času"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minut "
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekund"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "čas mezi přestávkami:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Délka přestávky:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Délka odložení:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Chování"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Povolit odložení"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Vzhled"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Zobrazovat zbývající čas v panelu"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Zobrazovat hodiny"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Zobrazovat sekundy"
 
diff --git a/po/da.po b/po/da.po
index 4582135..5855cc4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-10-14 15:10+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -20,79 +20,88 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Tag en pause"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Aktiveret"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Timeout"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Tidsindstillinger"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutter"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekunder"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tid mellem pauser:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Pauselængde:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Udsættelseslængde:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Opførsel"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Tillad udsættelse"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Udseende"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Vis tilbageværende tid i panelet"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Vis timer"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Vis sekunder"
 
diff --git a/po/de.po b/po/de.po
index c0c138e..61ca08f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2007-05-06 01:25++0200\n"
 "Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Eine Pause machen"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Aktiviert"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Auszeit"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Zeiten"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minuten"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekunden"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Zeit zwischen den Pausen:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Dauer der Pausen:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Dauer des Verschiebens:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Verhalten"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Erlaube das Verschieben von Pausen"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aussehen"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Zeige verbleibende Zeit in der Leiste an"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Zeige Stunden an"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Zeige Sekunden an"
 
diff --git a/po/el.po b/po/el.po
index 9a726d8..35a7cde 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-04-28 18:45+0300\n"
 "Last-Translator: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -18,79 +18,88 @@ msgstr ""
 "X-Generator: KBabel 1.11.4\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Κάνε διάλειμμα"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Ενεργοποίηση"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Χρονική ανάπαυλα"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Ρυθμίσεις ώρας"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Λεπτά "
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Δευτερόλεπτα"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Χρόνος μεταξύ των διαλειμμάτων:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Διάρκεια διαλείμματος:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Διάρκεια αναβολής:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Συμπεριφορά"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Να επιτρέπονται οι αναβολές"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Εμφάνιση"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Εμφάνιση χρόνου που απομένει στο ταμπλό"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Να εμφανίζονται οι ώρες"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Να εμφανίζονται τα δευτερόλεπτα"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 62a6793..efe0b1b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-05-10 13:36+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
@@ -19,77 +19,86 @@ msgstr ""
 "X-Poedit-Country: UNITED KINGDOM\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Take a break"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Enabled"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Time Out"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Time settings"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 msgid "Minutes"
 msgstr "Minutes"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 msgid "Seconds"
 msgstr "Seconds"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Time between breaks:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Break length:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Postpone length:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Behaviour"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Allow postpone"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Appearance"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Display remaining time in the panel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Display hours"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Display seconds"
 
diff --git a/po/es.po b/po/es.po
index cb04902..063df18 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-02-11 21:46+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish\n"
@@ -19,79 +19,88 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Tómese un descanso"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Activado"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Tiempo de salir"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Opciones de tiempo"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundo"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tiempo entre descansos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Duración de descanso:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Duración de posposición:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamiento"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Permitir posponer"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Apariencia"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Mostrar tiempo restante en el panel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Mostrar horas"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Mostrar segundos"
 
diff --git a/po/eu.po b/po/eu.po
index 0029143..ae3e878 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-11-05 13:57+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -19,79 +19,88 @@ msgstr ""
 "X-Generator: Pootle 1.2.0\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Atseden bat hartu"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Gaituta"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Orduz-kanpo"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Ordu ezarpenak"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutu"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundu"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Atseden arteko denbora:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Atseden iraupena:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Atzerapen denbora:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Portaera"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Gaitu atzeratzea"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Itxura"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Bistaratu gelditzen den denbora panelean"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Bistaratu orduak"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Bistaratu segunduak"
 
diff --git a/po/fr.po b/po/fr.po
index 44a0cec..d1723cb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2010-11-07 16:28+0900\n"
 "Last-Translator: Florian Rivoal <frivoal at xfce.org>\n"
 "Language-Team: Xfce <xfce-i18n at xfce.org>\n"
@@ -19,77 +19,86 @@ msgstr ""
 "X-Poedit-Country: FRANCE\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Prendre une pause"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Activé"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Temps Mort"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Réglage du temps"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 msgid "Minutes"
 msgstr "Minutes"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 msgid "Seconds"
 msgstr "Secondes"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Temps entre les pauses:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Durée des pauses:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Durée de remise à plus tard:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportement"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Autoriser à remettre les pauses à plus tard"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Apparence"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Afficher le temps restant dans le panneau"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Afficher les heures"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Afficher les secondes"
 
diff --git a/po/gl.po b/po/gl.po
index e849506..ca17cb2 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-07-15 18:13+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -22,79 +22,88 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Tome un descanso"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Activado"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Tempo de espera"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Configuración de tempo"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundos"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tempo entre descansos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Duración do descanso:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Duración da posposición:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamento"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Permitir pospoñer"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aparencia"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Mostrar o tempo restante no panel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Mostrar as horas"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Mostrar os segundos"
 
diff --git a/po/hu.po b/po/hu.po
index 44dddf5..ea4d6fb 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-07-25 01:40+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Language-Team: Hungarian <gnome at gnome dot hu>\n"
@@ -20,79 +20,88 @@ msgstr ""
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Tartson szünetet"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Engedélyezve"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Időkorlát"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Időbeállítások"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Perc"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Másodperc"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Szünetek közti idő:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Szünet hossza:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Elhalasztás hossza:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Viselkedés"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Elhalasztás engedélyezése"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Megjelenés"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Hátralévő idő megjelenítése a panelen"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Órák megjelenítése"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Másodpercek megjelenítése"
 
diff --git a/po/id.po b/po/id.po
index cda35f9..7175fce 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-06-21 15:09+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Istirahat sejenak"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Aktifkan"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Istirahat"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Pengaturan waktu"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Menit"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Detik"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Lama antara jeda:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Lama istirahat:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Lama penundaan:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Perilaku"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Izinkan penundaan"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Tampilan"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Tampilkan waktu tersisa di panel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Tampilkan jam"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Tampilkan detik"
 
diff --git a/po/it.po b/po/it.po
index a83be11..fe8a730 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-01-31 15:10+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: Italian <xfce-it-translators at googlegroups.com>\n"
@@ -24,79 +24,88 @@ msgstr ""
 # postpone = rinvia, rinviare
 # display = visualizzare (verbo)
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Fai una pausa"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Abilitato"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Interruzione"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Impostazioni del tempo"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minuti"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Secondi"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Intervallo fra le pause:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Lunghezza della pausa"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Lunghezza del rinvio:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamento"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Permetti il rinvio"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aspetto"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Visualizza il tempo rimanente nel pannello"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Visualizza le ore"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Visualizza i secondi"
 
diff --git a/po/ja.po b/po/ja.po
index ec895b9..36b7517 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: fce4-time-out-plugin 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-11-16 22:32+0900\n"
 "Last-Translator: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>\n"
 "Language-Team: Japanese <xfce-i18n at xfce.org>\n"
@@ -17,77 +17,86 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "ひと休みする"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "有効"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "タイムアウト"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "時間設定"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 msgid "Minutes"
 msgstr "分"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 msgid "Seconds"
 msgstr "秒"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "休憩間の時間:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "休憩時間:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "延期時間:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "挙動"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "許容遅延時間"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "外観"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "パネルに残り時間を表示する"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "時間を表示する"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "分を表示する"
 
diff --git a/po/kk.po b/po/kk.po
index fe81879..246ac6b 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2010-09-01 14:31+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
@@ -20,79 +20,88 @@ msgstr ""
 "X-Poedit-Country: KAZAKHSTAN\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Демалу уақыты"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Қосулы"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Үзіліс"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Уақыт баптаулары"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Минут"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Секунд"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Жұмыс уақытының ұзақтығы:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Үзіліс ұзақтығы:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Кейінге қалдыру:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Мінез-құлығы"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Кейінге қалдыруды рұқсат ету"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Сыртқы түрі"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Қалған уақытты панельде көрсету"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Сағаттарды көрсету"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Секундтарды көрсету"
 
diff --git a/po/lv.po b/po/lv.po
index ecba556..f2918a6 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-09-18 23:22+0100\n"
 "Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
@@ -21,79 +21,88 @@ msgstr ""
 "2);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Laiks pārtraukumam"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Ieslēgt"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Laiks iztecējis"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Laika uzstādījumi"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minūtes"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekundes"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Laiks starp pārtraukumiem:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Pārtraukuma garums:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Aizkavēšanas garums:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Uzvedība"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Atļaut aizkavēt"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Izskats"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Rādīt atlikušo laiku panelī"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Rādīt stundas"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Rādīt sekundes"
 
diff --git a/po/pl.po b/po/pl.po
index 5f97aa0..6ffc951 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Tomasz Chudyk <chudyk at gmail.com>\n"
 "Language-Team: Polish\n"
@@ -15,79 +15,88 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Przerwa"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Aktywny"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Przerywanie pracy"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Ustawienia czasu"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minuty"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekundy"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Czas między przerwami:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Długość przerwy:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Czas odłożenia przerwy:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Zachowanie"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Pozwól odłożyć przerwę"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Wygląd"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Wyświetlaj pozostały czas w panelu"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Wyświetlaj godziny"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Wyświetlaj sekundy"
 
diff --git a/po/pt.po b/po/pt.po
index edea246..69baf7d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-03-18 20:11+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Fazer pausa"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Ligado"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Tempo esgotado"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Definições de tempo"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundos"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tempo entre intervalos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Duração do intervalo:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Duração do adiamento:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamento"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Ligar adiamento"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aparência"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Mostrar tempo restante no painel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Mostrar horas"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Mostra segundos"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3b948b2..ec51a1d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2007-11-09 09:44-0300\n"
 "Last-Translator: Fábio Nogueira <deb-user-ba at ubuntu.com>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -18,79 +18,88 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Pausar"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Habilitado"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Tempo Esgotado"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Configurações do tempo"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Segundos"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tempo entre os intervalos:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Duração do intervalo:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Duração do adiamento:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Comportamento"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Habilitar adiamento"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Aparência"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Exibir o tempo restante no painel"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Exibir horas"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Exibir segundos"
 
diff --git a/po/ru.po b/po/ru.po
index 9ede9fe..eb8badb 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2010-01-04 18:55+0300\n"
 "Last-Translator: dima <info at cnc-parts.info>\n"
 "Language-Team: xfce _ru_ <arch at cnc-parts.info>\n"
@@ -19,79 +19,88 @@ msgstr ""
 "X-Poedit-Country: LATVIA\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Время отдохнуть"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Включен"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Перерыв"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Установка временных промежутков"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Минут"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Секунд"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Длительность рабочего времени:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Длительность перерыва:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Откладывание:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Поведение"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Разрешить откладывание"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Внешний вид"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Отображать оставшееся время на панели"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Отображать часы"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Отображать секунды"
 
diff --git a/po/sv.po b/po/sv.po
index 4db833c..bc5eb2f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-12-14 21:06+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Ta en paus"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Aktiverad"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Rast"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Tidsinställningar"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Minuter"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Sekunder"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Tid mellan pauser:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Tidslängd:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Tidslängd på framflyttning:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Beteende"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Tillåt framflyttning"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Utseende"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Visa återstående tid i panelen"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Visa timmar"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Visa sekunder"
 
diff --git a/po/tr.po b/po/tr.po
index f914bc0..5116803 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4 timeout plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Samed Beyribey <ras0ir at eventualis.org>\n"
 "Language-Team: Xfce-TR <xfce-tr at googlegroups.com>\n"
@@ -13,79 +13,88 @@ msgstr ""
 "X-Poedit-Country: TURKEY\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Mola ver"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Etkin"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Zaman Aşımı"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Süre ayarları"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Dakika"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Saniye"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Molalar arası süre:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Mola süresi:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Erteleme süresi:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Davranış ayarları"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Ertelemeye izin ver"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Görünüm"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Kalan süreyi panelde görüntüle"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Saati görüntüle"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Saniyeyi görüntüle"
 
diff --git a/po/ug.po b/po/ug.po
index 9edd528..f0386cf 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: fce4-time-out-plugin 0.1.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-11-16 22:32+0900\n"
 "Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "ئارام ئال"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "ئىناۋەتلىك"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "ۋاقىت ئېشىپ كەتتى"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "ۋاقىت تەڭشىكى"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "ﻡﻰﻧۇﺕ "
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "ﺱېﻙۇﻦﺗ"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "ئاراملار ئارىسىدىكى ۋاقىت:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "ئارام ۋاقتى:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "ئۇزارتىش ۋاقتى:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "قىلمىش"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "يول قويغان ئۇزارتىش ۋاقتى"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "كۆرۈنۈشى"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "panel دا قالغان ۋاقىتنى كۆرسەتسۇن"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "سائەتنى كۆرسەت"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "مىنۇتنى كۆرسەت"
 
diff --git a/po/uk.po b/po/uk.po
index b448c37..db345d1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2008-11-27 21:02+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
@@ -18,79 +18,88 @@ msgstr ""
 "X-Generator: KBabel 1.11.4\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "Зробити перерву"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "Активно"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "Пауза"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "Налаштування часу"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "Хвилин"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "Секунд"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "Час до перерви:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "Тривалість перерви:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "Тривалість затримки:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "Заголовок"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "Дозволити затримку"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "Зовнішній вигляд"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "Відображати в панелі час, що залишився"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "Показувати години"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "Показувати секунди"
 
diff --git a/po/ur.po b/po/ur.po
index 688782d..a4ee08f 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-05-14 03:23+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -21,79 +21,88 @@ msgstr ""
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "وقفہ لیں"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "فعال"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "وقت تمام"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "وقت ترتیبات"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "ﻢﻧٹ"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "ﺱیکﻥڈ"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "وقفوں کا درمیانی وقت:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "وقفہ طول:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "مؤخر طول:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "سلوک"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "مؤخر کی اجازت"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "مظہر"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "باقی وقت پینل میں ظاہر کریں"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "گھنٹے ظاہر کریں"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "سیکنڈ ظاہر کریں"
 
diff --git a/po/ur_PK.po b/po/ur_PK.po
index 688782d..a4ee08f 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-05-14 03:23+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -21,79 +21,88 @@ msgstr ""
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "وقفہ لیں"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "فعال"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "وقت تمام"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "وقت ترتیبات"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "ﻢﻧٹ"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "ﺱیکﻥڈ"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "وقفوں کا درمیانی وقت:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "وقفہ طول:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "مؤخر طول:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "سلوک"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "مؤخر کی اجازت"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "مظہر"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "باقی وقت پینل میں ظاہر کریں"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "گھنٹے ظاہر کریں"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "سیکنڈ ظاہر کریں"
 
diff --git a/po/xfce4-time-out-plugin.pot b/po/xfce4-time-out-plugin.pot
index fc244ae..39619b1 100644
--- a/po/xfce4-time-out-plugin.pot
+++ b/po/xfce4-time-out-plugin.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -18,77 +18,86 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr ""
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr ""
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr ""
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr ""
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 msgid "Minutes"
 msgstr ""
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 msgid "Seconds"
 msgstr ""
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr ""
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr ""
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr ""
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr ""
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr ""
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr ""
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr ""
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr ""
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr ""
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index e5fa042..b375860 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-time-out-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-06 16:27+0900\n"
+"POT-Creation-Date: 2010-11-08 01:10+0900\n"
 "PO-Revision-Date: 2009-05-13 11:48+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (simplified)\n"
@@ -17,79 +17,88 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:253
+#: ../panel-plugin/time-out.c:255
 msgid "Take a break"
 msgstr "休息一下"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:261
+#: ../panel-plugin/time-out.c:263
 msgid "Enabled"
 msgstr "启动"
 
+#: ../panel-plugin/time-out.c:388
+msgid ""
+"Xfce Panel plugin for taking a break from computer work every now and then."
+msgstr ""
+
+#: ../panel-plugin/time-out.c:397
+msgid "translator-credits"
+msgstr ""
+
 #. Create properties dialog
-#: ../panel-plugin/time-out.c:401
+#: ../panel-plugin/time-out.c:429
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
 msgid "Time Out"
 msgstr "超时"
 
 #. Create time settings section
-#: ../panel-plugin/time-out.c:418
+#: ../panel-plugin/time-out.c:446
 msgid "Time settings"
 msgstr "时间设置"
 
 #. Create the labels for the minutes and seconds spins
-#: ../panel-plugin/time-out.c:431
+#: ../panel-plugin/time-out.c:459
 #, fuzzy
 msgid "Minutes"
 msgstr "分钟"
 
-#: ../panel-plugin/time-out.c:436
+#: ../panel-plugin/time-out.c:464
 #, fuzzy
 msgid "Seconds"
 msgstr "秒"
 
 #. Create break countdown time label
-#: ../panel-plugin/time-out.c:442
+#: ../panel-plugin/time-out.c:470
 msgid "Time between breaks:"
 msgstr "每次休息的时间间隔:"
 
 #. Create lock countdown time label
-#: ../panel-plugin/time-out.c:466
+#: ../panel-plugin/time-out.c:494
 msgid "Break length:"
 msgstr "休息时间:"
 
 #. Create postpone countdown time label
-#: ../panel-plugin/time-out.c:484
+#: ../panel-plugin/time-out.c:512
 msgid "Postpone length:"
 msgstr "延迟时间:"
 
 #. Create behaviour section
-#: ../panel-plugin/time-out.c:502
+#: ../panel-plugin/time-out.c:530
 msgid "Behaviour"
 msgstr "行为"
 
 #. Create postpone check button
-#: ../panel-plugin/time-out.c:508
+#: ../panel-plugin/time-out.c:536
 msgid "Allow postpone"
 msgstr "允许延迟"
 
 #. Create appearance section
-#: ../panel-plugin/time-out.c:515
+#: ../panel-plugin/time-out.c:543
 msgid "Appearance"
 msgstr "外观"
 
 #. Create display time check button
-#: ../panel-plugin/time-out.c:526
+#: ../panel-plugin/time-out.c:554
 msgid "Display remaining time in the panel"
 msgstr "在面板上显示剩余时间"
 
 #. Create display hours check button
-#: ../panel-plugin/time-out.c:533
+#: ../panel-plugin/time-out.c:561
 msgid "Display hours"
 msgstr "显示小时数"
 
 #. Create display seconds check button
-#: ../panel-plugin/time-out.c:540
+#: ../panel-plugin/time-out.c:568
 msgid "Display seconds"
 msgstr "显示秒数"
 



More information about the Xfce4-commits mailing list