The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via bb77e381baa8f5aeaf56443b7c97c4860e71f1e0 (commit) from 976a6899da8e8038651b6f6dae3d7d5a064a60ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: build/mo/de/LC_MESSAGES/pyhoca-gui.mo | Bin 0 -> 11185 bytes build/mo/en/LC_MESSAGES/pyhoca-gui.mo | Bin 0 -> 10614 bytes build/mo/nl/LC_MESSAGES/pyhoca-gui.mo | Bin 0 -> 11168 bytes debian/control | 2 +- po/de.po | 6 +++--- po/en.po | 2 +- po/nl.po | 2 +- po/pyhoca-gui.pot | 2 +- pyhoca/wxgui/basepath.py | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 build/mo/de/LC_MESSAGES/pyhoca-gui.mo create mode 100644 build/mo/en/LC_MESSAGES/pyhoca-gui.mo create mode 100644 build/mo/nl/LC_MESSAGES/pyhoca-gui.mo The diff of changes is: diff --git a/build/mo/de/LC_MESSAGES/pyhoca-gui.mo b/build/mo/de/LC_MESSAGES/pyhoca-gui.mo new file mode 100644 index 0000000..16f8e75 Binary files /dev/null and b/build/mo/de/LC_MESSAGES/pyhoca-gui.mo differ diff --git a/build/mo/en/LC_MESSAGES/pyhoca-gui.mo b/build/mo/en/LC_MESSAGES/pyhoca-gui.mo new file mode 100644 index 0000000..e2fcb2f Binary files /dev/null and b/build/mo/en/LC_MESSAGES/pyhoca-gui.mo differ diff --git a/build/mo/nl/LC_MESSAGES/pyhoca-gui.mo b/build/mo/nl/LC_MESSAGES/pyhoca-gui.mo new file mode 100644 index 0000000..2ba1186 Binary files /dev/null and b/build/mo/nl/LC_MESSAGES/pyhoca-gui.mo differ diff --git a/debian/control b/debian/control index 71f199e..86c2e7c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: >= 2.6 Package: pyhoca-gui Architecture: all -Depends: ${misc:Depends}, python, python-x2go (>=0.0.31-0~nwt1), +Depends: ${misc:Depends}, python, python-x2go (>=0.0.32-0~nwt1), python-argparse, python-notify, python-setproctitle (>=1.0.1-1), wx-common(>=2.8.10.0), python-wxtools (>=2.8.10.0) Description: An graphical X2go client written in (wx)Python diff --git a/po/de.po b/po/de.po index 7c5fde3..eb19ace 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PyHoca-GUI VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 18:36+0100\n" +"POT-Creation-Date: 2011-01-10 20:31+0100\n" "PO-Revision-Date: 2011-01-10 17:32+0100\n" "Last-Translator: Mike Gabriel <m.gabriel@das-netzwerkteam.de>\n" "Language-Team: de <m.gabriel@das-netzwerkteam.de>\n" @@ -532,7 +532,7 @@ msgstr "&Beenden" #: ../pyhoca/wxgui/menus_taskbar.py:142 msgid "Resume Session" -msgstr "Sitzung fortfahren" +msgstr "Sitzung fortsetzen" #: ../pyhoca/wxgui/menus_taskbar.py:145 msgid "Transfer Session" @@ -584,7 +584,7 @@ msgstr "keine Sitzungsprofile definiert" #: ../pyhoca/wxgui/menus_taskbar.py:305 msgid "Start/Resume Session" -msgstr "Sitzung starten/fortfahren" +msgstr "Sitzung starten/fortsetzen" #: ../pyhoca/wxgui/menus_taskbar.py:305 msgid "Connect Server" diff --git a/po/en.po b/po/en.po index 2453fbf..ad8d9a2 100644 --- a/po/en.po +++ b/po/en.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PyHoca-GUI VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 18:36+0100\n" +"POT-Creation-Date: 2011-01-10 20:31+0100\n" "PO-Revision-Date: 2011-01-10 17:31+0100\n" "Last-Translator: Mike Gabriel <m.gabriel@das-netzwerkteam.de>\n" "Language-Team: en <m.gabriel@das-netzwerkteam.de>\n" diff --git a/po/nl.po b/po/nl.po index 3bc8210..c99ab19 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PyHoca-GUI VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 18:36+0100\n" +"POT-Creation-Date: 2011-01-10 20:31+0100\n" "PO-Revision-Date: 2011-01-10 17:32+0100\n" "Last-Translator: Dick Kniep <dick.kniep@lindix.nl>\n" "Language-Team: nl <dick.kniep@lindix.nl>\n" diff --git a/po/pyhoca-gui.pot b/po/pyhoca-gui.pot index 213f5c9..a6dec04 100644 --- a/po/pyhoca-gui.pot +++ b/po/pyhoca-gui.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 18:36+0100\n" +"POT-Creation-Date: 2011-01-10 20:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index d46b887..255b603 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -38,7 +38,7 @@ else: else: _icons_location = '/usr/share/icons' _images_location = '/usr/share/pyhoca/img' - _locale_location = '/usr/share/pyhoca/locale' + _locale_location = '/usr/share/locale' icons_basepath = _icons_location images_basepath = _images_location hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).