hamster-applet r427 - in trunk: . data po



Author: jojeda
Date: Thu Aug 21 12:15:51 2008
New Revision: 427
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=427&view=rev

Log:
acinclude.m4 AUTHORS autogen.sh bye-hamster.sh ChangeLog configure.ac COPYING data debian hamster INSTALL m4 MAINTAINERS Makefile.am NEWS po README TODO tools Market for translations some missing strings (tooltips) acinclude.m4 AUTHORS autogen.sh bye-hamster.sh ChangeLog configure.ac COPYING data debian hamster INSTALL m4 MAINTAINERS Makefile.am NEWS po README TODO tools Updated Spanish translations


Modified:
   trunk/ChangeLog
   trunk/data/stats.glade
   trunk/po/es.po

Modified: trunk/data/stats.glade
==============================================================================
--- trunk/data/stats.glade	(original)
+++ trunk/data/stats.glade	Thu Aug 21 12:15:51 2008
@@ -23,7 +23,7 @@
               <widget class="GtkToolButton" id="prev">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Earlier activities</property>
+                <property name="tooltip_text" translatable="yes">Earlier activities</property>
                 <property name="stock_id">gtk-go-back</property>
                 <signal name="clicked" handler="on_prev_clicked"/>
               </widget>
@@ -35,7 +35,7 @@
               <widget class="GtkToolButton" id="home">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Today</property>
+                <property name="tooltip_text" translatable="yes">Today</property>
                 <property name="label">Today</property>
                 <property name="use_underline">True</property>
                 <property name="stock_id">gtk-home</property>
@@ -49,7 +49,7 @@
               <widget class="GtkToolButton" id="next">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Newer activities</property>
+                <property name="tooltip_text" translatable="yes">Newer activities</property>
                 <property name="stock_id">gtk-go-forward</property>
                 <signal name="clicked" handler="on_next_clicked"/>
               </widget>
@@ -71,7 +71,7 @@
               <widget class="GtkToolButton" id="remove">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Delete activity</property>
+                <property name="tooltip_text" translatable="yes">Delete activity</property>
                 <property name="stock_id">gtk-remove</property>
                 <signal name="clicked" handler="on_remove_clicked"/>
               </widget>
@@ -83,7 +83,7 @@
               <widget class="GtkToolButton" id="add">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Add activity</property>
+                <property name="tooltip_text" translatable="yes">Add activity</property>
                 <property name="stock_id">gtk-add</property>
                 <signal name="clicked" handler="on_add_clicked"/>
               </widget>
@@ -94,7 +94,7 @@
             <child>
               <widget class="GtkToolButton" id="edit">
                 <property name="visible">True</property>
-                <property name="tooltip_text">Edit activity</property>
+                <property name="tooltip_text" translatable="yes">Edit activity</property>
                 <property name="stock_id">gtk-edit</property>
                 <signal name="clicked" handler="on_edit_clicked"/>
               </widget>
@@ -116,7 +116,7 @@
               <widget class="GtkRadioToolButton" id="day">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Show day</property>
+                <property name="tooltip_text" translatable="yes">Show day</property>
                 <property name="is_important">True</property>
                 <property name="label" translatable="yes"> _Day</property>
                 <property name="use_underline">True</property>
@@ -131,7 +131,7 @@
               <widget class="GtkRadioToolButton" id="week">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Show week</property>
+                <property name="tooltip_text" translatable="yes">Show week</property>
                 <property name="is_important">True</property>
                 <property name="label" translatable="yes"> _Week</property>
                 <property name="use_underline">True</property>
@@ -147,7 +147,7 @@
               <widget class="GtkRadioToolButton" id="month">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text">Show month</property>
+                <property name="tooltip_text" translatable="yes">Show month</property>
                 <property name="is_important">True</property>
                 <property name="label" translatable="yes"> _Month</property>
                 <property name="use_underline">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]