From 62975234bbdc389199d90bf4d8a0356d0afe80e7 Mon Sep 17 00:00:00 2001 From: Pootle daemon Date: Tue, 29 Mar 2011 17:04:35 +0000 Subject: Adding language ak via Pootle --- diff --git a/po/Clock.pot b/po/Clock.pot index d471ea8..6f5b33a 100644 --- a/po/Clock.pot +++ b/po/Clock.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-12 00:31-0500\n" +"POT-Creation-Date: 2011-03-25 00:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/ak.po b/po/ak.po new file mode 100644 index 0000000..e61cbc7 --- /dev/null +++ b/po/ak.po @@ -0,0 +1,65 @@ +# 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: 2011-03-25 00:34-0400\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" +"X-Generator: Translate Toolkit 1.7.0\n" + +#: activity/activity.info:2 +msgid "Clock" +msgstr "" + +#. TRANS: The rules to print the time in the localized language. +#. +#. Example syntax: +#. time(h, 15) => a quarter to hour(h) am_pm(h) | +#. The left hand side of the rule defines a pattern with a variable 'h' and a +#. value '15'. +#. The right hand side, when applied, will use the text "a quarter to " and call +#. the first rule matching hour(h) after substituting the variable 'h' by its value, +#. and call the rule matching am_pm(h). +#. Internal spaces are significant on the right side of a rule. In calls, all +#. arguments which are not numbers are considered to be variables. The rule parser +#. is very simple and will let many syntax errors go ignored. +#. +#. A rule ends with the character '|'. +#. The character '_' is a anonymous variable. +#. The character '#' can be used to concatenate two text fragments. For instance: +#. plural(1) => | +#. plural(_) => s | +#. hour(h) => number(h) hour#plural(h) | +#. Use '\#' to use a # character, for instance in a pango color +#. tag like +#. +#. You can put range conditions on firing a rule, with the syntax [var1 < var2] or +#. [var1 < var2 < var3]. For instance: +#. hours(h) [h < 12] => in the morning | +#. hours(h) [12 < h < 18] => in the afternoon | +#. hours(_) => in the night | +#. +#. These rules will be called with the root pattern "time(hour, minute)", with the +#. variable 'hour' bound to the current hour and the variable 'minute' to the +#. current minute. +#. Order of rules is important. Rules are tried from first to last. So most precise +#. rule must be placed first in the list. +#. +#. You can validate your set of rules by running the command line: +#. python timewriter.py LANG +#. +#. You should use pango markup to respect the same colors as for the clock hands. +#. Look at the README file from the activity for explanations on how to create +#. rules. +#: timewriter.py:204 +msgid "time(h, m) => What Time Is It?" +msgstr "" diff --git a/po/es.po b/po/es.po index 7e6343b..672d98d 100644 --- a/po/es.po +++ b/po/es.po @@ -157,7 +157,7 @@ msgid "" msgstr "" "Project-Id-Version: Clock 5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-27 22:49-0400\n" +"POT-Creation-Date: 2011-03-25 00:34-0400\n" "PO-Revision-Date: 2011-03-17 21:13+0200\n" "Last-Translator: Rafael Ortiz \n" "Language-Team: Spanish\n" @@ -168,102 +168,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#. TRANS: Title of the activity -#: clock.py:98 -msgctxt "Activity" -msgid "What Time Is It?" -msgstr "¿Qué hora es?" - -#. TRANS: The format used when writing the time in full letters. -#. You must take care to use a font size large enough so that kids can read it easily, -#. but also small enough so that all times combination fit on the screen, even -#. when the screen is rotated. -#. Pango markup: http://www.pygtk.org/docs/pygtk/pango-markup-language.html -#: clock.py:105 -#, python-format -msgctxt "Write Time" -msgid "%s" -msgstr "%s" - -#. TRANS: The format used to display the weekday and date (example: Tuesday 10/21/2008) -#. We recommend to use the same font size as for the time display. -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats. -#: clock.py:112 -#, no-python-format -msgctxt "Write Date" -msgid "" -"" -"%A, %m/%d/%Y" -msgstr "" -"%" -"A, %d/%" -"m/%Y" - -#: clock.py:166 -msgctxt "Toolbar" -msgid "Simple Clock" -msgstr "El reloj" - -#: clock.py:170 -msgctxt "Toolbar" -msgid "Nice Clock" -msgstr "El bonito reloj" - -#: clock.py:174 -msgctxt "Toolbar" -msgid "Digital Clock" -msgstr "El reloj digital" - -#: clock.py:186 -msgctxt "Toolbar" -msgid "Display time in full letters" -msgstr "Visualizar la hora" - -#: clock.py:192 -msgctxt "Toolbar" -msgid "Display weekday and date" -msgstr "Visualizar el día y la fecha" - -#: clock.py:203 -msgctxt "Toolbar" -msgid "Talking clock" -msgstr "El reloj parlante" - -#. Add the toolbar to the activity menu -#: clock.py:208 +#: activity/activity.info:2 #, fuzzy -msgctxt "Toolbar" msgid "Clock" msgstr "Reloj" -#. TRANS: The format used to display the time for digital clock -#. You can add AM/PM indicator or use 12/24 format, for example "%I:%M:%S %p". -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats -#. If the display of the time is moving horizontally, it means that the glyphs -#. of the digits used in the font don't have the same width. Try to use a -#. Monospace font. -#: clock.py:527 -#, no-python-format -msgctxt "Digital Clock" -msgid "" -"%I:%M:" -"%S%p" -msgstr "" -"%H:%M:%S%p" - -#. TRANS: The format of the font used to print hour numbers, from 1 to 12. -#: clock.py:636 -#, python-format -msgctxt "Hour Number" -msgid "%d" -msgstr "%d" - #. TRANS: The rules to print the time in the localized language. #. #. Example syntax: @@ -299,7 +208,7 @@ msgstr "%d" #. rule must be placed first in the list. #. #. You can validate your set of rules by running the command line: -#. python timewriter.py +#. python timewriter.py LANG #. #. You should use pango markup to respect the same colors as for the clock hands. #. Look at the README file from the activity for explanations on how to create @@ -428,31 +337,78 @@ msgstr "" " number(58) => cincuenta y ocho |\n" " number(59) => cincuenta y nueve" -#. TRANS: The language pitch (range [0 - 99], default 50 for English) -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:29 -msgctxt "espeak-pitch" -msgid "50" -msgstr "50" +#~ msgctxt "Activity" +#~ msgid "What Time Is It?" +#~ msgstr "¿Qué hora es?" + +#, python-format +#~ msgctxt "Write Time" +#~ msgid "%s" +#~ msgstr "%s" + +#, no-python-format +#~ msgctxt "Write Date" +#~ msgid "" +#~ "" +#~ "%A, %m/%d/%Y" +#~ msgstr "" +#~ "%" +#~ "A, %d/%" +#~ "m/%Y" + +#~ msgctxt "Toolbar" +#~ msgid "Simple Clock" +#~ msgstr "El reloj" + +#~ msgctxt "Toolbar" +#~ msgid "Nice Clock" +#~ msgstr "El bonito reloj" + +#~ msgctxt "Toolbar" +#~ msgid "Digital Clock" +#~ msgstr "El reloj digital" + +#~ msgctxt "Toolbar" +#~ msgid "Display time in full letters" +#~ msgstr "Visualizar la hora" + +#~ msgctxt "Toolbar" +#~ msgid "Display weekday and date" +#~ msgstr "Visualizar el día y la fecha" + +#~ msgctxt "Toolbar" +#~ msgid "Talking clock" +#~ msgstr "El reloj parlante" + +#, no-python-format +#~ msgctxt "Digital Clock" +#~ msgid "" +#~ "%I:%M:" +#~ "%S%p" +#~ msgstr "" +#~ "%H:%M:%S%p" + +#, python-format +#~ msgctxt "Hour Number" +#~ msgid "%d" +#~ msgstr "%d" + +#~ msgctxt "espeak-pitch" +#~ msgid "50" +#~ msgstr "50" -#. TRANS: The diction speed, in average words per minute (range [80 - 390], default 170 for English). -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:36 -msgctxt "espeak-speed" -msgid "170" -msgstr "170" +#~ msgctxt "espeak-speed" +#~ msgid "170" +#~ msgstr "170" -#. TRANS: The pause duration between words, in units of 10 ms. -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:43 -msgctxt "espeak-wgap" -msgid "0" -msgstr "0" +#~ msgctxt "espeak-wgap" +#~ msgid "0" +#~ msgstr "0" -#. TRANS: The language and voice variant -#. Look at http://espeak.sourceforge.net/commands.html for details, and -#. http://espeak.sourceforge.net/languages.html to see if your language is supported. -#: speaker.py:51 -msgctxt "espeak-voice" -msgid "en" -msgstr "es" +#~ msgctxt "espeak-voice" +#~ msgid "en" +#~ msgstr "es" diff --git a/po/ne.po b/po/ne.po index 28614ff..6a0af4f 100644 --- a/po/ne.po +++ b/po/ne.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-27 22:49-0400\n" +"POT-Creation-Date: 2011-03-25 00:34-0400\n" "PO-Revision-Date: 2011-01-09 21:49+0200\n" "Last-Translator: dipesh.bhattarai \n" "Language-Team: LANGUAGE \n" @@ -45,96 +45,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.3\n" -#. TRANS: Title of the activity -#: clock.py:98 -msgctxt "Activity" -msgid "What Time Is It?" -msgstr "" - -#. TRANS: The format used when writing the time in full letters. -#. You must take care to use a font size large enough so that kids can read it easily, -#. but also small enough so that all times combination fit on the screen, even -#. when the screen is rotated. -#. Pango markup: http://www.pygtk.org/docs/pygtk/pango-markup-language.html -#: clock.py:105 -#, python-format -msgctxt "Write Time" -msgid "%s" -msgstr "" - -#. TRANS: The format used to display the weekday and date (example: Tuesday 10/21/2008) -#. We recommend to use the same font size as for the time display. -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats. -#: clock.py:112 -#, no-python-format -msgctxt "Write Date" -msgid "" -"" -"%A, %m/%d/%Y" -msgstr "" - -#: clock.py:166 -msgctxt "Toolbar" -msgid "Simple Clock" -msgstr "" - -#: clock.py:170 -msgctxt "Toolbar" -msgid "Nice Clock" -msgstr "" - -#: clock.py:174 -msgctxt "Toolbar" -msgid "Digital Clock" -msgstr "" - -#: clock.py:186 -msgctxt "Toolbar" -msgid "Display time in full letters" -msgstr "" - -#: clock.py:192 -msgctxt "Toolbar" -msgid "Display weekday and date" -msgstr "" - -#: clock.py:203 -msgctxt "Toolbar" -msgid "Talking clock" -msgstr "" - -#. Add the toolbar to the activity menu -#: clock.py:208 +#: activity/activity.info:2 #, fuzzy -msgctxt "Toolbar" msgid "Clock" msgstr "घडि" -#. TRANS: The format used to display the time for digital clock -#. You can add AM/PM indicator or use 12/24 format, for example "%I:%M:%S %p". -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats -#. If the display of the time is moving horizontally, it means that the glyphs -#. of the digits used in the font don't have the same width. Try to use a -#. Monospace font. -#: clock.py:527 -#, no-python-format -msgctxt "Digital Clock" -msgid "" -"%I:%M:" -"%S%p" -msgstr "" - -#. TRANS: The format of the font used to print hour numbers, from 1 to 12. -#: clock.py:636 -#, python-format -msgctxt "Hour Number" -msgid "%d" -msgstr "" - #. TRANS: The rules to print the time in the localized language. #. #. Example syntax: @@ -170,7 +85,7 @@ msgstr "" #. rule must be placed first in the list. #. #. You can validate your set of rules by running the command line: -#. python timewriter.py +#. python timewriter.py LANG #. #. You should use pango markup to respect the same colors as for the clock hands. #. Look at the README file from the activity for explanations on how to create @@ -178,32 +93,3 @@ msgstr "" #: timewriter.py:204 msgid "time(h, m) => What Time Is It?" msgstr "" - -#. TRANS: The language pitch (range [0 - 99], default 50 for English) -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:29 -msgctxt "espeak-pitch" -msgid "50" -msgstr "" - -#. TRANS: The diction speed, in average words per minute (range [80 - 390], default 170 for English). -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:36 -msgctxt "espeak-speed" -msgid "170" -msgstr "" - -#. TRANS: The pause duration between words, in units of 10 ms. -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:43 -msgctxt "espeak-wgap" -msgid "0" -msgstr "" - -#. TRANS: The language and voice variant -#. Look at http://espeak.sourceforge.net/commands.html for details, and -#. http://espeak.sourceforge.net/languages.html to see if your language is supported. -#: speaker.py:51 -msgctxt "espeak-voice" -msgid "en" -msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index a5012e5..ee58021 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-27 22:49-0400\n" +"POT-Creation-Date: 2011-03-25 00:34-0400\n" "PO-Revision-Date: 2010-01-11 20:40-0400\n" "Last-Translator: Robson Mendonça \n" "Language-Team: LANGUAGE \n" @@ -45,102 +45,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 1.2.1\n" -#. TRANS: Title of the activity -#: clock.py:98 -msgctxt "Activity" -msgid "What Time Is It?" -msgstr "Que horas são?" - -#. TRANS: The format used when writing the time in full letters. -#. You must take care to use a font size large enough so that kids can read it easily, -#. but also small enough so that all times combination fit on the screen, even -#. when the screen is rotated. -#. Pango markup: http://www.pygtk.org/docs/pygtk/pango-markup-language.html -#: clock.py:105 -#, python-format -msgctxt "Write Time" -msgid "%s" -msgstr "%s" - -#. TRANS: The format used to display the weekday and date (example: Tuesday 10/21/2008) -#. We recommend to use the same font size as for the time display. -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats. -#: clock.py:112 -#, no-python-format -msgctxt "Write Date" -msgid "" -"" -"%A, %m/%d/%Y" -msgstr "" -"%" -"A, %d/%" -"m/%Y" - -#: clock.py:166 -msgctxt "Toolbar" -msgid "Simple Clock" -msgstr "Relógio Simples" - -#: clock.py:170 -msgctxt "Toolbar" -msgid "Nice Clock" -msgstr "Relógio Maneiro" - -#: clock.py:174 -msgctxt "Toolbar" -msgid "Digital Clock" -msgstr "Relógio Digital" - -#: clock.py:186 -msgctxt "Toolbar" -msgid "Display time in full letters" -msgstr "Mostrar hora por extenso" - -#: clock.py:192 -msgctxt "Toolbar" -msgid "Display weekday and date" -msgstr "Mostrar dia da semana e data" - -#: clock.py:203 -msgctxt "Toolbar" -msgid "Talking clock" -msgstr "Rológio falante" - -#. Add the toolbar to the activity menu -#: clock.py:208 +#: activity/activity.info:2 #, fuzzy -msgctxt "Toolbar" msgid "Clock" msgstr "Relógio" -#. TRANS: The format used to display the time for digital clock -#. You can add AM/PM indicator or use 12/24 format, for example "%I:%M:%S %p". -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats -#. If the display of the time is moving horizontally, it means that the glyphs -#. of the digits used in the font don't have the same width. Try to use a -#. Monospace font. -#: clock.py:527 -#, no-python-format -msgctxt "Digital Clock" -msgid "" -"%I:%M:" -"%S%p" -msgstr "" -"%H:%M:%S%p" - -#. TRANS: The format of the font used to print hour numbers, from 1 to 12. -#: clock.py:636 -#, python-format -msgctxt "Hour Number" -msgid "%d" -msgstr "%d" - #. TRANS: The rules to print the time in the localized language. #. #. Example syntax: @@ -176,7 +85,7 @@ msgstr "%d" #. rule must be placed first in the list. #. #. You can validate your set of rules by running the command line: -#. python timewriter.py +#. python timewriter.py LANG #. #. You should use pango markup to respect the same colors as for the clock hands. #. Look at the README file from the activity for explanations on how to create @@ -185,31 +94,78 @@ msgstr "%d" msgid "time(h, m) => What Time Is It?" msgstr "time(h, m) => Que horas são?" -#. TRANS: The language pitch (range [0 - 99], default 50 for English) -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:29 -msgctxt "espeak-pitch" -msgid "50" -msgstr "50" - -#. TRANS: The diction speed, in average words per minute (range [80 - 390], default 170 for English). -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:36 -msgctxt "espeak-speed" -msgid "170" -msgstr "170" - -#. TRANS: The pause duration between words, in units of 10 ms. -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:43 -msgctxt "espeak-wgap" -msgid "0" -msgstr "0" - -#. TRANS: The language and voice variant -#. Look at http://espeak.sourceforge.net/commands.html for details, and -#. http://espeak.sourceforge.net/languages.html to see if your language is supported. -#: speaker.py:51 -msgctxt "espeak-voice" -msgid "en" -msgstr "pt_br" +#~ msgctxt "Activity" +#~ msgid "What Time Is It?" +#~ msgstr "Que horas são?" + +#, python-format +#~ msgctxt "Write Time" +#~ msgid "%s" +#~ msgstr "%s" + +#, no-python-format +#~ msgctxt "Write Date" +#~ msgid "" +#~ "" +#~ "%A, %m/%d/%Y" +#~ msgstr "" +#~ "%" +#~ "A, %d/%" +#~ "m/%Y" + +#~ msgctxt "Toolbar" +#~ msgid "Simple Clock" +#~ msgstr "Relógio Simples" + +#~ msgctxt "Toolbar" +#~ msgid "Nice Clock" +#~ msgstr "Relógio Maneiro" + +#~ msgctxt "Toolbar" +#~ msgid "Digital Clock" +#~ msgstr "Relógio Digital" + +#~ msgctxt "Toolbar" +#~ msgid "Display time in full letters" +#~ msgstr "Mostrar hora por extenso" + +#~ msgctxt "Toolbar" +#~ msgid "Display weekday and date" +#~ msgstr "Mostrar dia da semana e data" + +#~ msgctxt "Toolbar" +#~ msgid "Talking clock" +#~ msgstr "Rológio falante" + +#, no-python-format +#~ msgctxt "Digital Clock" +#~ msgid "" +#~ "%I:%M:" +#~ "%S%p" +#~ msgstr "" +#~ "%H:%M:%S%p" + +#, python-format +#~ msgctxt "Hour Number" +#~ msgid "%d" +#~ msgstr "%d" + +#~ msgctxt "espeak-pitch" +#~ msgid "50" +#~ msgstr "50" + +#~ msgctxt "espeak-speed" +#~ msgid "170" +#~ msgstr "170" + +#~ msgctxt "espeak-wgap" +#~ msgid "0" +#~ msgstr "0" + +#~ msgctxt "espeak-voice" +#~ msgid "en" +#~ msgstr "pt_br" diff --git a/po/sm.po b/po/sm.po index f44446b..e50969f 100644 --- a/po/sm.po +++ b/po/sm.po @@ -23,14 +23,14 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-10-27 22:49-0400\n" -"PO-Revision-Date: 2010-07-28 13:00+0200\n" -"Last-Translator: Tabitha \n" +"PO-Revision-Date: 2011-03-28 04:53+0200\n" +"Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" "Language: sm\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 2.0.3\n" +"X-Generator: Pootle 2.0.1\n" #. TRANS: Title of the activity #: clock.py:98 @@ -94,7 +94,6 @@ msgstr "" #. Add the toolbar to the activity menu #: clock.py:208 -#, fuzzy msgctxt "Toolbar" msgid "Clock" msgstr "Uati" diff --git a/po/yo.po b/po/yo.po index ae4e54c..aa0f4f7 100644 --- a/po/yo.po +++ b/po/yo.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-27 22:49-0400\n" +"POT-Creation-Date: 2011-03-25 00:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,95 +24,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.3.0\n" -#. TRANS: Title of the activity -#: clock.py:98 -msgctxt "Activity" -msgid "What Time Is It?" -msgstr "" - -#. TRANS: The format used when writing the time in full letters. -#. You must take care to use a font size large enough so that kids can read it easily, -#. but also small enough so that all times combination fit on the screen, even -#. when the screen is rotated. -#. Pango markup: http://www.pygtk.org/docs/pygtk/pango-markup-language.html -#: clock.py:105 -#, python-format -msgctxt "Write Time" -msgid "%s" -msgstr "" - -#. TRANS: The format used to display the weekday and date (example: Tuesday 10/21/2008) -#. We recommend to use the same font size as for the time display. -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats. -#: clock.py:112 -#, no-python-format -msgctxt "Write Date" -msgid "" -"" -"%A, %m/%d/%Y" -msgstr "" - -#: clock.py:166 -msgctxt "Toolbar" -msgid "Simple Clock" -msgstr "" - -#: clock.py:170 -msgctxt "Toolbar" -msgid "Nice Clock" -msgstr "" - -#: clock.py:174 -msgctxt "Toolbar" -msgid "Digital Clock" -msgstr "" - -#: clock.py:186 -msgctxt "Toolbar" -msgid "Display time in full letters" -msgstr "" - -#: clock.py:192 -msgctxt "Toolbar" -msgid "Display weekday and date" -msgstr "" - -#: clock.py:203 -msgctxt "Toolbar" -msgid "Talking clock" -msgstr "" - -#. Add the toolbar to the activity menu -#: clock.py:208 -msgctxt "Toolbar" +#: activity/activity.info:2 msgid "Clock" msgstr "" -#. TRANS: The format used to display the time for digital clock -#. You can add AM/PM indicator or use 12/24 format, for example "%I:%M:%S %p". -#. See http://docs.python.org/lib/module-time.html for -#. available strftime formats -#. If the display of the time is moving horizontally, it means that the glyphs -#. of the digits used in the font don't have the same width. Try to use a -#. Monospace font. -#: clock.py:527 -#, no-python-format -msgctxt "Digital Clock" -msgid "" -"%I:%M:" -"%S%p" -msgstr "" - -#. TRANS: The format of the font used to print hour numbers, from 1 to 12. -#: clock.py:636 -#, python-format -msgctxt "Hour Number" -msgid "%d" -msgstr "" - #. TRANS: The rules to print the time in the localized language. #. #. Example syntax: @@ -148,7 +63,7 @@ msgstr "" #. rule must be placed first in the list. #. #. You can validate your set of rules by running the command line: -#. python timewriter.py +#. python timewriter.py LANG #. #. You should use pango markup to respect the same colors as for the clock hands. #. Look at the README file from the activity for explanations on how to create @@ -156,32 +71,3 @@ msgstr "" #: timewriter.py:204 msgid "time(h, m) => What Time Is It?" msgstr "" - -#. TRANS: The language pitch (range [0 - 99], default 50 for English) -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:29 -msgctxt "espeak-pitch" -msgid "50" -msgstr "" - -#. TRANS: The diction speed, in average words per minute (range [80 - 390], default 170 for English). -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:36 -msgctxt "espeak-speed" -msgid "170" -msgstr "" - -#. TRANS: The pause duration between words, in units of 10 ms. -#. Look at http://espeak.sourceforge.net/commands.html for details -#: speaker.py:43 -msgctxt "espeak-wgap" -msgid "0" -msgstr "" - -#. TRANS: The language and voice variant -#. Look at http://espeak.sourceforge.net/commands.html for details, and -#. http://espeak.sourceforge.net/languages.html to see if your language is supported. -#: speaker.py:51 -msgctxt "espeak-voice" -msgid "en" -msgstr "" -- cgit v0.9.1