From 67ecf46f95cb2cef0716cabf534494a122021f64 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Fri, 05 Aug 2011 14:06:02 +0000 Subject: Update pot file I needed change a string in the topbar because we had two unnamed parameters of the same type. Gonzalo Odiard --- diff --git a/po/Read.pot b/po/Read.pot index 43d5791..c0f2bc8 100644 --- a/po/Read.pot +++ b/po/Read.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-22 00:32-0500\n" +"POT-Creation-Date: 2011-08-05 11:05-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,129 +21,136 @@ msgstr "" msgid "Read" msgstr "" -#: readactivity.py:242 -msgid "Highlight" +#: readtoolbar.py:67 +msgid "Previous" msgstr "" -#: readactivity.py:345 -msgid "Back" +#: readtoolbar.py:74 +msgid "Next" msgstr "" -#: readactivity.py:348 -msgid "Previous page" +#: readtoolbar.py:157 +msgid "Find first" msgstr "" -#: readactivity.py:351 -msgid "Previous bookmark" +#: readtoolbar.py:163 +msgid "Find previous" msgstr "" -#: readactivity.py:361 -msgid "Forward" +#: readtoolbar.py:165 +msgid "Find next" msgstr "" -#: readactivity.py:364 -msgid "Next page" +#: readtoolbar.py:181 +msgid "Zoom out" msgstr "" -#: readactivity.py:367 -msgid "Next bookmark" +#: readtoolbar.py:187 +msgid "Zoom in" msgstr "" -#: readactivity.py:582 -msgid "Choose document" +#: readtoolbar.py:193 +msgid "Zoom to width" msgstr "" -#: readdialog.py:51 -msgid "Cancel" +#: readtoolbar.py:199 +msgid "Zoom to fit" msgstr "" -#: readdialog.py:57 -msgid "Ok" +#: readtoolbar.py:204 +msgid "Actual size" msgstr "" -#: readdialog.py:111 -msgid "Title:" +#: readtoolbar.py:221 +msgid "%" msgstr "" -#: readdialog.py:137 -msgid "Details:" +#: readtoolbar.py:234 +msgid "Fullscreen" +msgstr "" + +#: readtoolbar.py:324 +msgid "Play / Pause" +msgstr "" + +#: readtoolbar.py:377 +msgid "pitch adjusted" +msgstr "" + +#: readtoolbar.py:382 +msgid "rate adjusted" msgstr "" -#. TRANS: This goes like Bookmark added by User 5 days ago (the elapsed string gets translated -#. TRANS: automatically) -#: readsidebar.py:86 +#. TRANS: This goes like Bookmark added by User 5 days ago +#. TRANS: (the elapsed string gets translated automatically) +#: readsidebar.py:88 #, python-format msgid "Bookmark added by %(user)s %(time)s" msgstr "" -#: readsidebar.py:128 readsidebar.py:169 +#: readsidebar.py:131 readsidebar.py:173 msgid "Add notes for bookmark: " msgstr "" -#: readsidebar.py:165 +#: readsidebar.py:169 #, python-format msgid "%s's bookmark" msgstr "" -#: readsidebar.py:166 +#: readsidebar.py:170 #, python-format msgid "Bookmark for page %d" msgstr "" -#: readtoolbar.py:65 -msgid "Previous" -msgstr "" - -#: readtoolbar.py:72 -msgid "Next" +#: readactivity.py:239 +msgid "Highlight" msgstr "" -#: readtoolbar.py:155 -msgid "Find first" +#: readactivity.py:349 +msgid "Back" msgstr "" -#: readtoolbar.py:161 -msgid "Find previous" +#: readactivity.py:352 +msgid "Previous page" msgstr "" -#: readtoolbar.py:163 -msgid "Find next" +#: readactivity.py:355 +msgid "Previous bookmark" msgstr "" -#: readtoolbar.py:179 -msgid "Zoom out" +#: readactivity.py:365 +msgid "Forward" msgstr "" -#: readtoolbar.py:185 -msgid "Zoom in" +#: readactivity.py:368 +msgid "Next page" msgstr "" -#: readtoolbar.py:191 -msgid "Zoom to width" +#: readactivity.py:371 +msgid "Next bookmark" msgstr "" -#: readtoolbar.py:197 -msgid "Zoom to fit" +#: readactivity.py:570 +msgid "Choose document" msgstr "" -#: readtoolbar.py:202 -msgid "Actual size" +#: readtopbar.py:141 +#, python-format +msgid "Page %(current)i of %(total_pages)i" msgstr "" -#: readtoolbar.py:219 -msgid "%" +#: readdialog.py:51 +msgid "Cancel" msgstr "" -#: readtoolbar.py:232 -msgid "Fullscreen" +#: readdialog.py:57 +msgid "Ok" msgstr "" -#: readtoolbar.py:329 -msgid "Play / Pause" +#: readdialog.py:112 +msgid "Title:" msgstr "" -#. TRANS: Translate this as Page i of m (eg: Page 4 of 334) -#: readtopbar.py:206 -#, python-format -msgid "Page %i of %i" +#: readdialog.py:138 +msgid "Details:" msgstr "" diff --git a/readtopbar.py b/readtopbar.py index 93b15b9..56901d0 100644 --- a/readtopbar.py +++ b/readtopbar.py @@ -138,4 +138,4 @@ class TopBar(_TopBar): #TRANS: Translate this as Page i of m (eg: Page 4 of 334) self._progressbar.set_text( - _("Page %i of %i") % (current_page, n_pages)) + _("Page %(current)i of %(total_pages)i") % (current_page, n_pages)) -- cgit v0.9.1