anjuta r4443 - in trunk: . plugins/git po



Author: sgranjoux
Date: Sun Dec 14 09:26:05 2008
New Revision: 4443
URL: http://svn.gnome.org/viewvc/anjuta?rev=4443&view=rev

Log:
	* plugins/git/anjuta-git.glade:
	Add comments for issues of bug #549374

	* po/POTFILES.in:
	Add two missing files in translation list


Modified:
   trunk/ChangeLog
   trunk/plugins/git/anjuta-git.glade
   trunk/po/POTFILES.in

Modified: trunk/plugins/git/anjuta-git.glade
==============================================================================
--- trunk/plugins/git/anjuta-git.glade	(original)
+++ trunk/plugins/git/anjuta-git.glade	Sun Dec 14 09:26:05 2008
@@ -1797,7 +1797,7 @@
                     <child>
                       <widget class="GtkLabel" id="label30">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">Author/Grep</property>
+                        <property name="label" translatable="yes" comments="&quot;Author&quot; means search for commits whose author matches the given grep expression. &quot;Grep&quot; searches through commit logs and patches.">Author/Grep</property>
                       </widget>
                       <packing>
                         <property name="type">tab</property>
@@ -3379,7 +3379,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">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="label" translatable="yes">Add signed off by line</property>
+                        <property name="label" translatable="yes" comments="A signed off by line is something git adds to the end of a commit message that indicates that a patch passes your scrutiny as you commit it to your git tree.">Add signed off by line</property>
                         <property name="response_id">0</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -3560,7 +3560,7 @@
                           <widget class="GtkCheckButton" id="pull_append_fetch_data_check">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="label" translatable="yes">Append fetch data</property>
+                            <property name="label" translatable="yes" comments="Normally when you fetch new objets from a remote branch you are tracking, git overwrites the data from the last fetch. With this option, data will be appended to the previous information, preserving it if the user should need it.">Append fetch data</property>
                             <property name="response_id">0</property>
                             <property name="draw_indicator">True</property>
                           </widget>

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Sun Dec 14 09:26:05 2008
@@ -188,6 +188,8 @@
 plugins/sourceview/sourceview-io.c
 plugins/sourceview/sourceview-print.c
 plugins/sourceview/anjuta-editor-sourceview.glade
+plugins/starter/plugin.c
+plugins/starter/starter.c
 plugins/subversion/anjuta-subversion.glade
 plugins/subversion/plugin.c
 plugins/subversion/subversion-add-dialog.c



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