From 94aa72e9ec77384cec6bd92ec9fd129993bd48b6 Mon Sep 17 00:00:00 2001 From: Benjamin Schwartz Date: Sun, 06 Dec 2009 00:57:40 +0000 Subject: Add Spanish translation and bump to version 4 --- diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 10dfe98..0000000 --- a/MANIFEST +++ /dev/null @@ -1,7 +0,0 @@ -activity.py -stopwatch.py -check.svg -circle.svg -x.svg -dobject.py -dobject_helpers.py diff --git a/activity/activity.info b/activity/activity.info index 61ce949..2fb9189 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,5 +3,5 @@ name = StopWatch service_name = org.laptop.StopWatchActivity class = activity.StopWatchActivity icon = activity-stopwatch -activity_version = 3 +activity_version = 4 show_launcher = yes diff --git a/po/StopWatch.pot b/po/StopWatch.pot new file mode 100755 index 0000000..01685fc --- /dev/null +++ b/po/StopWatch.pot @@ -0,0 +1,37 @@ +# 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: 2009-12-06 00:41+0000\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" + +#: activity/activity.info:2 +msgid "StopWatch" +msgstr "" + +#: stopwatch.py:162 +msgid "Start/Stop" +msgstr "" + +#: stopwatch.py:170 +msgid "Zero" +msgstr "" + +#: stopwatch.py:177 +msgid "Mark" +msgstr "" + +#: stopwatch.py:410 +msgid "Stopwatch" +msgstr "" diff --git a/po/es.po b/po/es.po new file mode 100755 index 0000000..c4dd712 --- /dev/null +++ b/po/es.po @@ -0,0 +1,40 @@ +# 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: 2009-12-05 18:14-0500\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=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: activity/activity.info:2 +msgid "StopWatch" +msgstr "CronóMetro" + +#: /home/cjb/git/stopwatch/stopwatch.py:162 +msgid "Start/Stop" +msgstr "Iniciar/Detener" + +#: /home/cjb/git/stopwatch/stopwatch.py:170 +msgid "Zero" +msgstr "Cero" + +#: /home/cjb/git/stopwatch/stopwatch.py:177 +msgid "Mark" +msgstr "Marca" + +#: /home/cjb/git/stopwatch/stopwatch.py:410 +msgid "Stopwatch" +msgstr "Cronómetro" + + + -- cgit v0.9.1