[Monodevelop-patches-list] r1343 - in trunk/MonoDevelop: po src/Main/Base/Gui/Dialogs

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Fri Apr 2 05:14:24 EST 2004


Author: tberman
Date: 2004-04-02 05:14:24 -0500 (Fri, 02 Apr 2004)
New Revision: 1343

Modified:
   trunk/MonoDevelop/po/POTFILES.in
   trunk/MonoDevelop/po/en_CA.po
   trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
Log:
gonna have to get used to updating po/POTFILES.in


Modified: trunk/MonoDevelop/po/POTFILES.in
===================================================================
--- trunk/MonoDevelop/po/POTFILES.in	2004-04-02 10:09:34 UTC (rev 1342)
+++ trunk/MonoDevelop/po/POTFILES.in	2004-04-02 10:14:24 UTC (rev 1343)
@@ -1,3 +1,6 @@
 [encoding: UTF-8]
 data/resources/glade/Base.glade
 src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
+src/Main/Base/Gui/Dialogs/NewProjectDialog.cs
+src/Main/Base/Gui/Dialogs/NewFileDialog.cs
+src/Main/Base/Gui/Dialogs/OptionPanels/EditTemplateDialog.cs

Modified: trunk/MonoDevelop/po/en_CA.po
===================================================================
--- trunk/MonoDevelop/po/en_CA.po	2004-04-02 10:09:34 UTC (rev 1342)
+++ trunk/MonoDevelop/po/en_CA.po	2004-04-02 10:14:24 UTC (rev 1343)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: MonoDevelop 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-02 04:24-0500\n"
+"POT-Creation-Date: 2004-04-02 05:41-0500\n"
 "PO-Revision-Date: 2004-04-02 03:31-0500\n"
 "Last-Translator: Todd Berman <tberman at sevenl.net>\n"
 "Language-Team: Todd Berman <tberman at sevenl.net>\n"
@@ -360,6 +360,13 @@
 msgid "radiobutton2"
 msgstr ""
 
-#: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:129
+#: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:128
+#: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:145
 msgid "About MonoDevelop"
 msgstr "Aboot MonoDevelop"
+
+#. nb.AppendPage (aatp, new Label ("Authors"));
+#. nb.AppendPage (changelog, new Label ("ChangeLog"));
+#: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:148
+msgid "Version Info"
+msgstr ""

Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs	2004-04-02 10:09:34 UTC (rev 1342)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs	2004-04-02 10:14:24 UTC (rev 1343)
@@ -145,6 +145,7 @@
 			nb.AppendPage (new AboutMonoDevelopTabPage (), new Label (GettextCatalog.GetString ("About MonoDevelop")));
 			//nb.AppendPage (aatp, new Label ("Authors"));
 			//nb.AppendPage (changelog, new Label ("ChangeLog"));
+
 			nb.AppendPage (vinfo, new Label (GettextCatalog.GetString ("Version Info")));
 			this.VBox.PackStart (nb);
 			this.AddButton (Gtk.Stock.Close, (int) ResponseType.Close);




More information about the Monodevelop-patches-list mailing list