[nautilus-actions] Fix #635521: translatable sentences of the *.ui files don't appear in .po file



commit 145597a4e93e1803ab9e685ff617e01fb70b25fe
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Nov 22 22:29:07 2010 +0100

    Fix #635521: translatable sentences of the *.ui files don't appear in .po file

 ChangeLog      |   16 +++++++++++++++-
 po/POTFILES.in |   12 ++++++------
 2 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4301743..ae35332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-22 Pierre Wieser <pwieser trychlos org>
+
+	* po/POTFILES.in:
+	Fix #635521: translatable sentences of the *.ui files don't appear in .po file.
+
+	* run-autogen.sh:
+	Clean up aborted make distcheck before running autogen.
+
+	* doc/nact/C/nact-execution.xml:
+	Fix typo in NACT user's manual.
+
+	* src/core/na-icontext-factory.c:
+	Fix #632992: add comment about default value translation.
+
 2010-09-23 Pierre Wieser <pwieser trychlos org>
 
 	* configure.ac: Pre-release version bump.
@@ -35,7 +49,7 @@
 	Fix make distcheck when distributing tranlations of NACT user's manual.
 
 	* configure.ac:
-	Revert inversion of AC_CANONICAL_TARGET and	AM_INIT_AUTOMAKE.
+	Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE.
 
 	* src/io-desktop/nadp-writer.c (write_done_write_subitems_list):
 	Improve debug messages.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 97caa99..ce94e7d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,7 +4,7 @@ src/core/na-iabout.c
 src/core/na-icontext-factory.c
 src/core/na-iimporter.c
 src/core/na-importer-ask.c
-src/core/na-importer-ask.ui
+[type: gettext/glade] src/core/na-importer-ask.ui
 src/core/na-io-provider.c
 src/core/na-object-action.c
 src/core/na-object-action-factory.c
@@ -26,10 +26,10 @@ src/nact/egg-desktop-file.c
 src/nact/egg-sm-client.c
 src/nact/nact-application.c
 src/nact/nact-add-capability-dialog.c
-src/nact/nact-add-capability.ui
-src/nact/nact-add-scheme.ui
+[type: gettext/glade] src/nact/nact-add-capability.ui
+[type: gettext/glade] src/nact/nact-add-scheme.ui
 src/nact/nact-assistant-export.c
-src/nact/nact-assistant-export.ui
+[type: gettext/glade] src/nact/nact-assistant-export.ui
 src/nact/nact-assistant-import.c
 src/nact/nact.desktop.in
 src/nact/nact-export-ask.c
@@ -48,12 +48,12 @@ src/nact/nact-main-menubar-edit.c
 src/nact/nact-main-menubar-file.c
 src/nact/nact-main-window.c
 src/nact/nact-match-list.c
-src/nact/nact-preferences.ui
+[type: gettext/glade] src/nact/nact-preferences.ui
 src/nact/nact-providers-list.c
 src/nact/nact-schemes-list.c
 src/nact/nact-tree-model-dnd.c
 src/nact/nact-window.c
-src/nact/nautilus-actions-config-tool.ui
+[type: gettext/glade] src/nact/nautilus-actions-config-tool.ui
 src/plugin-menu/nautilus-actions.c
 src/test/test-reader.c
 src/utils/nautilus-actions-new.c



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