Log Message:
-----------
Include Slony and pgAgent in the translations [Hiroshi Saito]

Modified Files:
--------------
    pgadmin3:
        stringextract (r1.9 -> r1.10)
        stringextract.bat (r1.7 -> r1.8)

Index: stringextract.bat
===================================================================
RCS file: /projects/pgadmin3/stringextract.bat,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lstringextract.bat -Lstringextract.bat -u -w -r1.7 -r1.8
--- stringextract.bat
+++ stringextract.bat
@@ -17,5 +17,9 @@
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/schema/*.cpp
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ui/*.cpp
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/include/*.h
 wxrc -g src/ui/common/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -
 
Index: stringextract
===================================================================
RCS file: /projects/pgadmin3/stringextract,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lstringextract -Lstringextract -u -w -r1.9 -r1.10
--- stringextract
+++ stringextract
@@ -16,4 +16,8 @@
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/schema/*.cpp
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ui/*.cpp
 xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
+xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/include/*.h
 wxrc -g src/ui/common/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to