Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
* imported Portuguese and Galician language files
Browse files Browse the repository at this point in the history
* improved build-debian-package.sh
  • Loading branch information
Konrad Gräfe committed Apr 24, 2010
2 parents 85aabb3 + 2a49080 commit db36e13
Show file tree
Hide file tree
Showing 8 changed files with 674 additions and 15 deletions.
1 change: 1 addition & 0 deletions DEB_REVISION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
14 changes: 12 additions & 2 deletions build-debian-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@
PROJECT=pidgin-birthday-reminder
VERSION=$(cat VERSION)
REPOSITORY=ppa:konradgraefe/pidgin-plugins
DEB_REVISION=1
if [ -f DEB_REVISION ]; then
DEB_REVISION=$(cat DEB_REVISION)
else
DEB_REVISION=1
fi

src_dir=$(pwd)

echo -n "make dist? (y/N) "
read -n 1 in
echo ""

if [ "$in" == "y" ]; then
make dist
fi

echo -n "Debian package revision? ($DEB_REVISION) "
read in
if [ "$in" != "" ]; then
DEB_REVISION=$in
echo $DEB_REVISION >DEB_REVISION
fi

rm -rf deb-pkg
mkdir deb-pkg
cd deb-pkg
Expand Down
2 changes: 1 addition & 1 deletion configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AC_PROG_INTLTOOL
GETTEXT_PACKAGE=pidgin-birthday-reminder
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define the gettext package to be used])
ALL_LINGUAS="de ru fr es tr he"
ALL_LINGUAS="de ru fr es tr he gl pt"
AM_GLIB_GNU_GETTEXT

# Checks for libraries.
Expand Down
16 changes: 10 additions & 6 deletions po-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
cd po
echo "Updating POT template..."
intltool-update -po
echo "Checking german language file..."
echo "Checking German language file..."
intltool-update de
echo "Checking russian language file..."
echo "Checking Russian language file..."
intltool-update ru
echo "Checking french language file..."
echo "Checking French language file..."
intltool-update fr
echo "Checking spanish language file..."
echo "Checking Spanish language file..."
intltool-update es
echo "Checking turkish language file..."
echo "Checking Turkish language file..."
intltool-update tr
echo "Checking hebrew language file..."
echo "Checking Hebrew language file..."
intltool-update he
echo "Checking Portuguese language file..."
intltool-update pt
echo "Checking Galician language file..."
intltool-update gl
4 changes: 2 additions & 2 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-18 12:57+0200\n"
"PO-Revision-Date: 2010-04-18 16:10+0000\n"
"PO-Revision-Date: 2010-04-19 04:28+0000\n"
"Last-Translator: DiegoJ <[email protected]>\n"
"Language-Team: es_ES <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-04-19 03:54+0000\n"
"X-Launchpad-Export-Date: 2010-04-20 03:43+0000\n"
"X-Generator: Launchpad (build Unknown)\n"

#: ../src/birthday_list.c:152
Expand Down
8 changes: 4 additions & 4 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-18 12:57+0200\n"
"PO-Revision-Date: 2010-04-08 09:46+0000\n"
"Last-Translator: Pierre Etchemaite <Unknown>\n"
"PO-Revision-Date: 2010-04-20 04:13+0000\n"
"Last-Translator: kgraefe <Unknown>\n"
"Language-Team: fr_FR <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-04-19 03:54+0000\n"
"X-Launchpad-Export-Date: 2010-04-21 04:16+0000\n"
"X-Generator: Launchpad (build Unknown)\n"

#: ../src/birthday_list.c:152
Expand Down Expand Up @@ -232,7 +232,7 @@ msgstr "Jouer un son"

#: ../src/prefs.c:258
msgid "You have muted sounds in Pidgin!"
msgstr ""
msgstr "Vous avez désactivé les sons dans Pidgin !"

#: ../src/prefs.c:269
msgid "Tooltip"
Expand Down
Loading

0 comments on commit db36e13

Please sign in to comment.