From f0c0da1c2990a4e1c5d178a59ee4b9cc864706a7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 21 Jun 2007 15:23:01 +0000 Subject: Refactor translation system a bit --- diff --git a/.gitignore b/.gitignore index 4c48368..13eb198 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ configure install-sh missing py-compile -*.pot *.mo *.pyc *.xo diff --git a/locale/es/LC_MESSAGES/es.po b/po/es.po index 15a1fc0..15a1fc0 100644 --- a/locale/es/LC_MESSAGES/es.po +++ b/po/es.po diff --git a/locale/pt/LC_MESSAGES/pt.po b/po/pt.po index ee24105..ee24105 100644 --- a/locale/pt/LC_MESSAGES/pt.po +++ b/po/pt.po diff --git a/po/web-activity.pot b/po/web-activity.pot new file mode 100644 index 0000000..d1a6a1a --- /dev/null +++ b/po/web-activity.pot @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-06-21 16:54+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: downloadmanager.py:91 +#, python-format +msgid "" +"File %s downloaded from\n" +"%s." +msgstr "" + +#: downloadmanager.py:118 +#, python-format +msgid "" +"Downloading %s from\n" +"%s. Progress %i%%." +msgstr "" + +#: downloadmanager.py:129 +#, python-format +msgid "" +"Downloading %s from \n" +"%s." +msgstr "" + +#: webactivity.py:44 +msgid "Web Activity" +msgstr "" + +#: webactivity.py:57 +msgid "Browse" +msgstr "" -- cgit v0.9.1