[labyrinth] r355 committed - Add ResourceThought and use UTF-8 for po/pt_BR.po

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 23, 2011, 11:21:47 AM4/23/11
to labyrinth-...@googlegroups.com
Revision: 355
Author: matthias.v...@gmail.com
Date: Sat Apr 23 08:21:34 2011
Log: Add ResourceThought and use UTF-8 for po/pt_BR.po

http://code.google.com/p/labyrinth/source/detail?r=355

Modified:
/trunk/ChangeLog
/trunk/po/ChangeLog
/trunk/po/Makefile.in.in
/trunk/po/pt_BR.po

=======================================
--- /trunk/ChangeLog Sat Apr 23 07:36:47 2011
+++ /trunk/ChangeLog Sat Apr 23 08:21:34 2011
@@ -1,17 +1,22 @@
2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>

- * src/MapList.py
+ * src/Makefile.in:
+ Add ResourceThought
+
+2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>
+
+ * src/MapList.py:
Fix issue 148 with Patch from "perlhead"

2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>

- * src/*.py
+ * src/*.py:
Respect PEP-8.

2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>

* src/MainWindow.py
- * src/utils.py
+ * src/utils.py:
Replace deprecated libs

2009-03-08 Matthias Vogelgesang <matthias.v...@gmail.com>
=======================================
--- /trunk/po/ChangeLog Wed Mar 26 13:18:14 2008
+++ /trunk/po/ChangeLog Sat Apr 23 08:21:34 2011
@@ -1,3 +1,8 @@
+2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>
+
+ * po/pt_BR.po:
+ Fixed issue 142
+
2008-03-26 Don Scorgie <D...@Scorgie.org>

* LINGUAS:
=======================================
--- /trunk/po/Makefile.in.in Wed Apr 2 10:17:22 2008
+++ /trunk/po/Makefile.in.in Sat Apr 23 08:21:34 2011
@@ -1,10 +1,10 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <dre...@gnu.ai.mit.edu>
-#
-# This file file be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU Public License
+# Copyright (C) 2004-2008 Rodney Dawes <dobey...@gmail.com>
+#
+# This file may be copied and used freely without restrictions. It may
+# be used in projects which are not available under a GNU Public License,
# but which still want to provide support for the GNU gettext
functionality.
-# Please note that the actual code is *not* freely available.
#
# - Modified by Owen Taylor <ota...@redhat.com> to use GETTEXT_PACKAGE
# instead of PACKAGE and to look for po2tbl in ./ not in intl/
@@ -12,7 +12,7 @@
# - Modified by jacob berkman <ja...@ximian.com> to install
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
#
-# - Modified by Rodney Dawes <do...@novell.com> for use with intltool
+# - Modified by Rodney Dawes <dobey...@gmail.com> for use with intltool
#
# We have the following line for use by intltoolize:
# INTLTOOL_MAKEFILE
@@ -21,7 +21,7 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@

-SHELL = /bin/sh
+SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -54,16 +54,16 @@

ALL_LINGUAS = @ALL_LINGUAS@

-PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#"
$(srcdir)/LINGUAS; fi)
-
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)";
ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep
^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`";
then printf "$$lang "; fi; done; fi)
-
-USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then
LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then
LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang
in $$LLINGUAS; do printf "$$lang "; done)
-
-POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do
printf "$$lang.po "; done)
-
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
-EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
+PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#"
$(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)";
ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep
\^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|
tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then
LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then
LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang
in $$LLINGUAS; do printf "$$lang "; done)
+
+POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do
printf "$$lang.po "; done)
+
+DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
+EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS

POTFILES = \
# This comment gets stripped out
@@ -101,7 +101,6 @@
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
- $(mkdir_p) $(DESTDIR)$(itlocaledir)
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
@@ -130,7 +129,7 @@
done

# Empty stubs to satisfy archaic automake needs
-dvi info tags TAGS ID:
+dvi info ctags tags CTAGS TAGS ID:

# Define this as empty until I found a useful application.
install-exec installcheck:

Reply all
Reply to author
Forward
0 new messages