# HG changeset patch # User Stefano Rivera # Date 1359219274 -7200 # Node ID 5fb9624341590de9e3acab858dd3ec5bdfd149cc # Parent 0548894408a84332ab41ac37f26b6190a1f1fffe Translate the title (thanks Dmitrijs Ledkovs) diff -r 0548894408a8 -r 5fb962434159 gamelib/constants.py --- a/gamelib/constants.py Sat Jan 26 18:49:07 2013 +0200 +++ b/gamelib/constants.py Sat Jan 26 18:54:34 2013 +0200 @@ -1,7 +1,8 @@ from pyntnclick.constants import GameConstants +from pyntnclick.i18n import _ class SSConstants(GameConstants): - title = 'Suspended Sentence' + title = _('Suspended Sentence') icon = 'suspended_sentence24x24.png' i18n_name = 'suspended-sentence' diff -r 0548894408a8 -r 5fb962434159 po/ru.po --- a/po/ru.po Sat Jan 26 18:49:07 2013 +0200 +++ b/po/ru.po Sat Jan 26 18:54:34 2013 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: suspended-sentence 1.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-26 18:15+0200\n" +"POT-Creation-Date: 2013-01-26 18:41+0200\n" "PO-Revision-Date: 2011-03-08 23:13+0600\n" "Last-Translator: Sergey Basalaev \n" "Language-Team: Russian\n" @@ -19,6 +19,10 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#: gamelib/constants.py:6 +msgid "Suspended Sentence" +msgstr "Анабиоз" + #: gamelib/scenes/bridge.py:58 msgid "The brightly coloured wires contrast with the drab walls." msgstr "Яркие разноцветные провода контрастируют с блеклыми стенами." diff -r 0548894408a8 -r 5fb962434159 po/suspended-sentence.pot --- a/po/suspended-sentence.pot Sat Jan 26 18:49:07 2013 +0200 +++ b/po/suspended-sentence.pot Sat Jan 26 18:54:34 2013 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-26 18:15+0200\n" +"POT-Creation-Date: 2013-01-26 18:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,10 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#: gamelib/constants.py:6 +msgid "Suspended Sentence" +msgstr "" + #: gamelib/scenes/bridge.py:58 msgid "The brightly coloured wires contrast with the drab walls." msgstr ""