gbrainy r482 - in trunk: po src



Author: jmas
Date: Tue Dec 23 20:17:03 2008
New Revision: 482
URL: http://svn.gnome.org/viewvc/gbrainy?rev=482&view=rev

Log:
Mono-addins strings for translation

Added:
   trunk/src/mono-addins-strings.xml
Modified:
   trunk/po/POTFILES.in
   trunk/src/ChangeLog
   trunk/src/Makefile.am
   trunk/src/gbrainy.cs

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Tue Dec 23 20:17:03 2008
@@ -19,10 +19,11 @@
 src/MemoryGames/MemoryColouredText.cs
 src/MemoryGames/MemoryCountDots.cs
 src/MemoryGames/MemoryFigures.cs
-src/MemoryGames/MemoryIndications.cs
 src/MemoryGames/MemoryFiguresNumbers.cs
+src/MemoryGames/MemoryIndications.cs
 src/MemoryGames/MemoryNumbers.cs
 src/MemoryGames/MemoryWords.cs
+src/mono-addins-strings.xml
 src/PlayerHistoryDialog.cs
 src/PuzzleGames/PuzzleBalance.cs
 src/PuzzleGames/PuzzleBuildTriangle.cs

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Tue Dec 23 20:17:03 2008
@@ -107,6 +107,7 @@
 EXTRA_DIST =					\
 	gbrainy.glade \
 	$(srcdir)/gbrainy.addin.xml \
+	$(srcdir)/mono-addins-strings.xml \
 	$(GBRAINY_CSDISTFILES)			
 
 

Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs	(original)
+++ trunk/src/gbrainy.cs	Tue Dec 23 20:17:03 2008
@@ -157,7 +157,7 @@
 		settings_menu.Append (item);
 		item.Activated += delegate (object sender, EventArgs ar) { Mono.Addins.Gui.AddinManagerWindow.Run (app_window);};
 
-		item = new Gtk.MenuItem (Catalog.GetString ("Develop your own puzzles for gbrainy"));
+		item = new Gtk.MenuItem (Catalog.GetString ("Develop your own puzzles"));
 		help_menu.Prepend (item);
 		item.Activated += delegate (object sender, EventArgs ar) { Process.Start ("http://live.gnome.org/gbrainy/Extensions";);};
 

Added: trunk/src/mono-addins-strings.xml
==============================================================================
--- (empty file)
+++ trunk/src/mono-addins-strings.xml	Tue Dec 23 20:17:03 2008
@@ -0,0 +1,36 @@
+<!-- 
+	To localize Mono.Addins.Gui we should include the GUI strings in the application
+	See: http://groups.google.com/group/mono-addins/browse_thread/thread/b6c1d648c3493a65
+ -->
+<ui>
+<_string>Add-in Manager</_string>
+<_string>Additional extensions are required to perform this operation.</_string>
+<_string>The following add-ins will be installed:</_string>
+<_string><big><b>Add-in Manager</b></big></_string>
+<_string>The following add-ins are currently installed:</_string>
+<_string>_Install Add-ins...</_string>
+<_string>_Repositories...</_string>
+<_string>_Uninstall...</_string>
+<_string>Enable</_string>
+<_string>Disable</_string>
+<_string>Add-in</_string>
+<_string>Version</_string>
+<_string>Other</_string>
+<_string>Version:</_string>
+<_string>Author:</_string>
+<_string>Copyright:</_string>
+<_string>Add-in Dependencies:</_string>
+<_string><b>Select the add-ins to install and click on Next</b></_string>
+<_string>Show all packages</_string>
+<_string>Show new versions only</_string>
+<_string>Show updates only</_string>
+<_string>_Unselect All</_string>
+<_string>Select _All</_string>
+<_string>Add-in Installation</_string>
+<_string>Name</_string>
+<_string>Url</_string>
+<_string>Install from:</_string>
+<_string>Repository</_string>
+<_string>All registered repositories</_string>
+</ui>
+



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