anjuta r3990 - in trunk: . libanjuta manuals/anjuta-manual/C po



Author: jhs
Date: Fri Jun  6 23:10:26 2008
New Revision: 3990
URL: http://svn.gnome.org/viewvc/anjuta?rev=3990&view=rev

Log:
2008-06-07  Johannes Schmid  <jhs gnome org>

	Patch from Marc Lorber:
	* libanjuta/anjuta-plugin-manager.c (plugin_set_update),
	(anjuta_plugin_manager_get_remembered_plugins_page):
	Add translation
	
	Patch from Arun Raghavan:
	* manuals/anjuta-manual/C/debugger.xml:
	#536889 â anjuta doesn\'t pass \"make check\"

Modified:
   trunk/ChangeLog
   trunk/libanjuta/anjuta-plugin-manager.c
   trunk/manuals/anjuta-manual/C/debugger.xml
   trunk/po/ChangeLog
   trunk/po/POTFILES.in

Modified: trunk/libanjuta/anjuta-plugin-manager.c
==============================================================================
--- trunk/libanjuta/anjuta-plugin-manager.c	(original)
+++ trunk/libanjuta/anjuta-plugin-manager.c	Fri Jun  6 23:10:26 2008
@@ -731,7 +731,7 @@
 				if (!anjuta_plugin_deactivate (ANJUTA_PLUGIN (anjuta_plugin)))
 				{
 					anjuta_util_dialog_info (GTK_WINDOW (priv->shell),
-								 "Plugin '%s' do not want to be deactivated",
+								 _("Plugin '%s' do not want to be deactivated"),
 								 anjuta_plugin_handle_get_name (plugin));
 				}
 			}
@@ -1209,7 +1209,7 @@
 	hbox = gtk_hbox_new (FALSE, 0);
 	gtk_container_set_border_width (GTK_CONTAINER (hbox), 5);
 	gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
-	forget_button = gtk_button_new_with_label ("Forget selected plugin");
+	forget_button = gtk_button_new_with_label (_("Forget selected plugin"));
 	gtk_widget_set_sensitive (forget_button, FALSE);
 	gtk_box_pack_end (GTK_BOX (hbox), forget_button, FALSE, FALSE, 0);
 	

Modified: trunk/manuals/anjuta-manual/C/debugger.xml
==============================================================================
--- trunk/manuals/anjuta-manual/C/debugger.xml	(original)
+++ trunk/manuals/anjuta-manual/C/debugger.xml	Fri Jun  6 23:10:26 2008
@@ -49,10 +49,10 @@
     <menuchoice><guisubmenu>Debug</guisubmenu><guimenuitem>Run Target&hellip;</guimenuitem></menuchoice>
     to display a dialog box where you can select:
     <itemizedlist>
-     <listitem>The program that you want to debug</listitem>
-     <listitem>The command line parameters</listitem>
-     <listitem>If you want a terminal or not (the Anjuta terminal plugin is used)</listitem>
-     <listitem>If you want to stop the program at the beginning or not</listitem>
+     <listitem><para>The program that you want to debug</para></listitem>
+     <listitem><para>The command line parameters</para></listitem>
+     <listitem><para>If you want a terminal or not (the Anjuta terminal plugin is used)</para></listitem>
+     <listitem><para>If you want to stop the program at the beginning or not</para></listitem>
     </itemizedlist>
    </para>
    <para>
@@ -403,13 +403,13 @@
        <para>
         Enter the location at which to set the breakpoint. It has to be specified in one of
         the following formats:
-        <para>
-         <orderedlist>
-          <listitem><para>File_name:Line_number</para></listitem>
-          <listitem><para>Function_name</para></listitem>
-          <listitem><para>File:Function_name</para></listitem>
-         </orderedlist>
-        </para>
+       </para>
+       <para>
+        <orderedlist>
+         <listitem><para>File_name:Line_number</para></listitem>
+         <listitem><para>Function_name</para></listitem>
+         <listitem><para>File:Function_name</para></listitem>
+        </orderedlist>
        </para>
        <para>
         The first one is obvious &mdash; The location refers to the line number 

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Fri Jun  6 23:10:26 2008
@@ -155,6 +155,7 @@
 plugins/search/search_preferences.c
 plugins/search/search-replace.c
 plugins/search/search-replace_backend.c
+plugins/search/file-buffer.c
 plugins/sourceview/anjuta-document-saver.c
 plugins/sourceview/anjuta-document.c
 plugins/sourceview/sourceview.c



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