The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via cc26a8dfa5267883c21da7c46c536fde5b86f6c9 (commit) from d1c98b3c61b8f8ea9d110a8f6f2b226e55d5ab2d (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 11187 -> 11167 bytes build/mo/en/LC_MESSAGES/pyhoca-gui.mo | Bin 10614 -> 10614 bytes build/mo/es/LC_MESSAGES/pyhoca-gui.mo | Bin 11169 -> 11155 bytes build/mo/nl/LC_MESSAGES/pyhoca-gui.mo | Bin 10684 -> 10675 bytes debian/changelog | 7 ++ debian/control | 2 +- po/de.po | 214 ++++++++++++++++----------------- po/en.po | 212 ++++++++++++++++---------------- po/es.po | 214 ++++++++++++++++----------------- po/nl.po | 214 ++++++++++++++++----------------- po/pyhoca-gui.pot | 208 ++++++++++++++++---------------- pyhoca/wxgui/__init__.py | 4 +- 12 files changed, 541 insertions(+), 534 deletions(-) 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 index 68e6757..eee7e8a 100644 Binary files a/build/mo/de/LC_MESSAGES/pyhoca-gui.mo 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 index ac16b21..5a5b254 100644 Binary files a/build/mo/en/LC_MESSAGES/pyhoca-gui.mo and b/build/mo/en/LC_MESSAGES/pyhoca-gui.mo differ diff --git a/build/mo/es/LC_MESSAGES/pyhoca-gui.mo b/build/mo/es/LC_MESSAGES/pyhoca-gui.mo index 7dc937e..f2d8ccd 100644 Binary files a/build/mo/es/LC_MESSAGES/pyhoca-gui.mo and b/build/mo/es/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 index c8ae114..8b09fd4 100644 Binary files a/build/mo/nl/LC_MESSAGES/pyhoca-gui.mo and b/build/mo/nl/LC_MESSAGES/pyhoca-gui.mo differ diff --git a/debian/changelog b/debian/changelog index 8fb41b5..efa9a94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (0.0.24-0~nwt1) lucid maverick testing unstable; urgency=low + + * fixed profile manager window for Windows (and KDE4) + * reworked logon window + + -- Mike Gabriel <m.gabriel@das-netzwerkteam.de> Fri, 14 Jan 2011 03:54:00 +0100 + pyhoca-gui (0.0.23-0~nwt1) lucid maverick testing unstable; urgency=low * uncommenting debug code diff --git a/debian/control b/debian/control index 86c2e7c..c7e0caf 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.32-0~nwt1), +Depends: ${misc:Depends}, python, python-x2go (>=0.0.33-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 dc50f33..1b494ae 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-11 21:57+0100\n" +"POT-Creation-Date: 2011-01-14 04:08+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" @@ -19,36 +19,36 @@ msgstr "" "X-Poedit-Country: GERMANY\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../pyhoca/wxgui/logon.py:81 +#: ../pyhoca/wxgui/logon.py:80 #, python-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: ../pyhoca/wxgui/logon.py:83 ../pyhoca/wxgui/logon.py:97 +#: ../pyhoca/wxgui/logon.py:82 ../pyhoca/wxgui/logon.py:92 msgid "Username" msgstr "Benutzername" -#: ../pyhoca/wxgui/logon.py:85 ../pyhoca/wxgui/logon.py:99 +#: ../pyhoca/wxgui/logon.py:84 ../pyhoca/wxgui/logon.py:94 msgid "Password" msgstr "Kennwort" -#: ../pyhoca/wxgui/logon.py:88 +#: ../pyhoca/wxgui/logon.py:87 msgid "Authenticate" msgstr "Anmelden" -#: ../pyhoca/wxgui/logon.py:93 +#: ../pyhoca/wxgui/logon.py:97 +msgid " Start SSH tunnel " +msgstr "SSH Tunnel aufbauen" + +#: ../pyhoca/wxgui/logon.py:103 msgid "Session login" msgstr "Sitzungslogin" -#: ../pyhoca/wxgui/logon.py:94 +#: ../pyhoca/wxgui/logon.py:104 msgid "SSH proxy server login" msgstr "Anmeldung an SSH Proxy" -#: ../pyhoca/wxgui/logon.py:102 -msgid " Start SSH tunnel " -msgstr "SSH Tunnel aufbauen" - -#: ../pyhoca/wxgui/logon.py:112 ../pyhoca/wxgui/profilemanager.py:247 +#: ../pyhoca/wxgui/logon.py:115 ../pyhoca/wxgui/profilemanager.py:246 msgid "Cancel" msgstr "Abbrechen" @@ -132,379 +132,379 @@ msgstr "" "PyHoca-GUI (Python X2goClient)\n" "Verbindungen zu entferntem X2go server aufbauen" -#: ../pyhoca/wxgui/profilemanager.py:56 +#: ../pyhoca/wxgui/profilemanager.py:58 msgid "GNOME Desktop (GNOME)" msgstr "GNOME Desktop (GNOME)" -#: ../pyhoca/wxgui/profilemanager.py:57 +#: ../pyhoca/wxgui/profilemanager.py:59 msgid "K Desktop Environment (KDE)" msgstr "K Desktop Environment (KDE)" -#: ../pyhoca/wxgui/profilemanager.py:58 +#: ../pyhoca/wxgui/profilemanager.py:60 msgid "Lightweight X Desktop (LXDE)" msgstr "Lightweight X Desktop (LXDE)" -#: ../pyhoca/wxgui/profilemanager.py:59 +#: ../pyhoca/wxgui/profilemanager.py:61 msgid "XDMCP Query" msgstr "XDMCP-Serveranfrage (Query)" #. 'EMBEDDED_MENU': _(u'Embedded Application Menu'), -#: ../pyhoca/wxgui/profilemanager.py:61 +#: ../pyhoca/wxgui/profilemanager.py:63 msgid "Windows Terminal Server (RDP-proxy)" msgstr "Windows Terminalserver (RDP-proxy)" #. 'DirectRDP': 'Windows Terminal Server (RDP-direct)', -#: ../pyhoca/wxgui/profilemanager.py:63 +#: ../pyhoca/wxgui/profilemanager.py:65 msgid "Single Application" msgstr "Einzelne Anwendung" -#: ../pyhoca/wxgui/profilemanager.py:64 ../pyhoca/wxgui/profilemanager.py:146 +#: ../pyhoca/wxgui/profilemanager.py:66 ../pyhoca/wxgui/profilemanager.py:145 msgid "Custom command" -msgstr "Benutzerdefiniertes Kommando" +msgstr "Kommando" -#: ../pyhoca/wxgui/profilemanager.py:67 +#: ../pyhoca/wxgui/profilemanager.py:69 msgid "Internet Browser" msgstr "Internetbrowser" -#: ../pyhoca/wxgui/profilemanager.py:68 +#: ../pyhoca/wxgui/profilemanager.py:70 msgid "Email Client" msgstr "E-Mail Programm" -#: ../pyhoca/wxgui/profilemanager.py:69 +#: ../pyhoca/wxgui/profilemanager.py:71 msgid "Openoffice.org" msgstr "Openoffice.org" -#: ../pyhoca/wxgui/profilemanager.py:70 +#: ../pyhoca/wxgui/profilemanager.py:72 msgid "Terminal" msgstr "Terminalkonsole" -#: ../pyhoca/wxgui/profilemanager.py:80 +#: ../pyhoca/wxgui/profilemanager.py:82 msgid "Open file with system's default application" msgstr "Mit Standardanwendung des Systems öffnen" -#: ../pyhoca/wxgui/profilemanager.py:81 +#: ../pyhoca/wxgui/profilemanager.py:83 msgid "Open application chooser dialog" msgstr "Auswahldialog öffnen, um Anwendung auszuwählen" -#: ../pyhoca/wxgui/profilemanager.py:82 +#: ../pyhoca/wxgui/profilemanager.py:84 msgid "Save incoming file as ..." msgstr "Eingehende Datei speichern unter ..." -#: ../pyhoca/wxgui/profilemanager.py:117 +#: ../pyhoca/wxgui/profilemanager.py:116 msgid "Server" msgstr "Server" -#: ../pyhoca/wxgui/profilemanager.py:118 +#: ../pyhoca/wxgui/profilemanager.py:117 msgid "Connection Link Speed" msgstr "Verbindungsgeschwindigkeit" -#: ../pyhoca/wxgui/profilemanager.py:119 +#: ../pyhoca/wxgui/profilemanager.py:118 msgid "Compression" msgstr "Komprimierung" -#: ../pyhoca/wxgui/profilemanager.py:120 +#: ../pyhoca/wxgui/profilemanager.py:119 msgid "Display" msgstr "Anzeige" -#: ../pyhoca/wxgui/profilemanager.py:121 +#: ../pyhoca/wxgui/profilemanager.py:120 msgid "Keyboard" msgstr "Tastatur" -#: ../pyhoca/wxgui/profilemanager.py:122 +#: ../pyhoca/wxgui/profilemanager.py:121 msgid "Sound" msgstr "Audio" -#: ../pyhoca/wxgui/profilemanager.py:123 +#: ../pyhoca/wxgui/profilemanager.py:122 msgid "Printing" msgstr "Drucken" -#: ../pyhoca/wxgui/profilemanager.py:124 +#: ../pyhoca/wxgui/profilemanager.py:123 msgid "Folder Exports" msgstr "Ordnerfreigabe" -#: ../pyhoca/wxgui/profilemanager.py:125 +#: ../pyhoca/wxgui/profilemanager.py:124 msgid "File Import" msgstr "Dateiimport" #. ## #. ## widgets for the SESSION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:130 +#: ../pyhoca/wxgui/profilemanager.py:129 msgid "Profile name" msgstr "Profilname" -#: ../pyhoca/wxgui/profilemanager.py:140 +#: ../pyhoca/wxgui/profilemanager.py:139 msgid "Profile icon" msgstr "Profilsymbol" -#: ../pyhoca/wxgui/profilemanager.py:142 +#: ../pyhoca/wxgui/profilemanager.py:141 msgid "Session type" msgstr "Sitzungstyp" -#: ../pyhoca/wxgui/profilemanager.py:144 +#: ../pyhoca/wxgui/profilemanager.py:143 msgid "Application" msgstr "Anwendung" -#: ../pyhoca/wxgui/profilemanager.py:148 +#: ../pyhoca/wxgui/profilemanager.py:147 msgid "RDP settings" msgstr "RDP Einstellungen" -#: ../pyhoca/wxgui/profilemanager.py:149 +#: ../pyhoca/wxgui/profilemanager.py:148 msgid "RDP server" msgstr "RDP Server" -#: ../pyhoca/wxgui/profilemanager.py:151 +#: ../pyhoca/wxgui/profilemanager.py:150 msgid "RDP options" msgstr "RDP Optionen" -#: ../pyhoca/wxgui/profilemanager.py:153 +#: ../pyhoca/wxgui/profilemanager.py:152 msgid "XDMCP server" msgstr "XDMCP Server" #. ## #. ## widgets for the CONNECTION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:159 ../pyhoca/wxgui/profilemanager.py:171 +#: ../pyhoca/wxgui/profilemanager.py:158 ../pyhoca/wxgui/profilemanager.py:168 msgid "User" msgstr "Benutzer" -#: ../pyhoca/wxgui/profilemanager.py:161 +#: ../pyhoca/wxgui/profilemanager.py:160 msgid "Host" msgstr "Hostname" -#: ../pyhoca/wxgui/profilemanager.py:163 +#: ../pyhoca/wxgui/profilemanager.py:162 msgid "Port" msgstr "Port" -#: ../pyhoca/wxgui/profilemanager.py:165 +#: ../pyhoca/wxgui/profilemanager.py:164 msgid "RSA/DSA private key" msgstr "Privater RSA/DSA Schlüssel" -#: ../pyhoca/wxgui/profilemanager.py:168 +#: ../pyhoca/wxgui/profilemanager.py:167 msgid "Server behind SSH proxy" msgstr "Server hinter SSH-Proxy" -#: ../pyhoca/wxgui/profilemanager.py:169 -msgid "Host[:Port]" -msgstr "Hostname[:Port]" - -#: ../pyhoca/wxgui/profilemanager.py:173 +#: ../pyhoca/wxgui/profilemanager.py:170 msgid "Key file" msgstr "Schlüssel" -#: ../pyhoca/wxgui/profilemanager.py:176 +#: ../pyhoca/wxgui/profilemanager.py:173 +msgid "Host[:Port]" +msgstr "Hostname[:Port]" + +#: ../pyhoca/wxgui/profilemanager.py:175 msgid "SSH Proxy Tunnel" msgstr "SSH-Proxytunnel" -#: ../pyhoca/wxgui/profilemanager.py:184 +#: ../pyhoca/wxgui/profilemanager.py:183 msgid "Modem" msgstr "Modem" -#: ../pyhoca/wxgui/profilemanager.py:185 +#: ../pyhoca/wxgui/profilemanager.py:184 msgid "ISDN" msgstr "ISDN" -#: ../pyhoca/wxgui/profilemanager.py:186 +#: ../pyhoca/wxgui/profilemanager.py:185 msgid "ADSL" msgstr "ADSL" -#: ../pyhoca/wxgui/profilemanager.py:187 +#: ../pyhoca/wxgui/profilemanager.py:186 msgid "WAN" msgstr "WAN" -#: ../pyhoca/wxgui/profilemanager.py:188 +#: ../pyhoca/wxgui/profilemanager.py:187 msgid "LAN" msgstr "LAN" -#: ../pyhoca/wxgui/profilemanager.py:190 +#: ../pyhoca/wxgui/profilemanager.py:189 msgid "Method" msgstr "Methode" -#: ../pyhoca/wxgui/profilemanager.py:192 +#: ../pyhoca/wxgui/profilemanager.py:191 msgid "Image quality" msgstr "Bildqualität" #. ## #. ## wigdets for the SETTINGS tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:198 +#: ../pyhoca/wxgui/profilemanager.py:197 msgid "Fullscreen" msgstr "Vollbild" -#: ../pyhoca/wxgui/profilemanager.py:199 +#: ../pyhoca/wxgui/profilemanager.py:198 msgid "Custom Size" msgstr "Benutzerdefinierte Größe" -#: ../pyhoca/wxgui/profilemanager.py:204 +#: ../pyhoca/wxgui/profilemanager.py:203 msgid "Set display DPI" msgstr "DPI-Wert für Anzeige setzen" -#: ../pyhoca/wxgui/profilemanager.py:206 +#: ../pyhoca/wxgui/profilemanager.py:205 msgid "Keep current keyboard settings" msgstr "Aktuelle Tastatureinstellungen beibehalten" -#: ../pyhoca/wxgui/profilemanager.py:207 +#: ../pyhoca/wxgui/profilemanager.py:206 msgid "Keyboard layout" msgstr "Tastaturlayout" -#: ../pyhoca/wxgui/profilemanager.py:209 +#: ../pyhoca/wxgui/profilemanager.py:208 msgid "Keyboard model" msgstr "Tastaturmodell" -#: ../pyhoca/wxgui/profilemanager.py:211 +#: ../pyhoca/wxgui/profilemanager.py:210 msgid "Enable sound support" msgstr "Audiounterstützung aktivieren" -#: ../pyhoca/wxgui/profilemanager.py:212 +#: ../pyhoca/wxgui/profilemanager.py:211 msgid "Pulse Audio" msgstr "Pulse Audio" -#: ../pyhoca/wxgui/profilemanager.py:213 +#: ../pyhoca/wxgui/profilemanager.py:212 msgid "Arts" msgstr "Arts" -#: ../pyhoca/wxgui/profilemanager.py:214 +#: ../pyhoca/wxgui/profilemanager.py:213 msgid "esd" msgstr "esd" -#: ../pyhoca/wxgui/profilemanager.py:215 +#: ../pyhoca/wxgui/profilemanager.py:214 msgid "Use default sound port" msgstr "Standard Audio-Port verwenden" -#: ../pyhoca/wxgui/profilemanager.py:216 +#: ../pyhoca/wxgui/profilemanager.py:215 msgid "Custom sound port" msgstr "Benutzerdefinierter Audio-Port" -#: ../pyhoca/wxgui/profilemanager.py:218 +#: ../pyhoca/wxgui/profilemanager.py:217 msgid "Client Side printing" msgstr "Unterstützung für lokale Druckeranbindung" -#: ../pyhoca/wxgui/profilemanager.py:220 +#: ../pyhoca/wxgui/profilemanager.py:219 msgid "Use local folder sharing" msgstr "Lokale Ordnerfreigabe verwenden" -#: ../pyhoca/wxgui/profilemanager.py:221 +#: ../pyhoca/wxgui/profilemanager.py:220 msgid "Path" msgstr "Pfad" -#: ../pyhoca/wxgui/profilemanager.py:224 ../pyhoca/wxgui/profilemanager.py:241 +#: ../pyhoca/wxgui/profilemanager.py:223 ../pyhoca/wxgui/profilemanager.py:240 msgid "Add" msgstr "Hinzufügen" -#: ../pyhoca/wxgui/profilemanager.py:226 +#: ../pyhoca/wxgui/profilemanager.py:225 msgid "Delete" msgstr "Entfernen" -#: ../pyhoca/wxgui/profilemanager.py:228 +#: ../pyhoca/wxgui/profilemanager.py:227 msgid "Convert between client and server encodings" msgstr "Zeichenkodierung zwischen Server und Client übersetzen" -#: ../pyhoca/wxgui/profilemanager.py:229 +#: ../pyhoca/wxgui/profilemanager.py:228 msgid "Client encoding" msgstr "Zeichenkodierung Client" -#: ../pyhoca/wxgui/profilemanager.py:231 +#: ../pyhoca/wxgui/profilemanager.py:230 msgid "Server encoding" msgstr "Server" -#: ../pyhoca/wxgui/profilemanager.py:234 +#: ../pyhoca/wxgui/profilemanager.py:233 msgid "Use file dropbox for local file import" msgstr "Datei-Dropbox für lokalen Dateiimport verwenden" -#: ../pyhoca/wxgui/profilemanager.py:235 +#: ../pyhoca/wxgui/profilemanager.py:234 msgid "Extensions" msgstr "Erweiterungen" -#: ../pyhoca/wxgui/profilemanager.py:237 +#: ../pyhoca/wxgui/profilemanager.py:236 msgid "Action" msgstr "Aktion" -#: ../pyhoca/wxgui/profilemanager.py:242 +#: ../pyhoca/wxgui/profilemanager.py:241 msgid "Defaults" msgstr "Standardwerte" -#: ../pyhoca/wxgui/profilemanager.py:244 +#: ../pyhoca/wxgui/profilemanager.py:243 msgid "Save" msgstr "Speichern" -#: ../pyhoca/wxgui/profilemanager.py:245 +#: ../pyhoca/wxgui/profilemanager.py:244 msgid "Reset" msgstr "Zurücksetzen" -#: ../pyhoca/wxgui/profilemanager.py:282 +#: ../pyhoca/wxgui/profilemanager.py:279 msgid "PyHoca-GUI Profile Manager - new profile" msgstr "PyHoca-GUI Profilmanager - neues Sitzungsprofil" -#: ../pyhoca/wxgui/profilemanager.py:284 +#: ../pyhoca/wxgui/profilemanager.py:281 #, python-format msgid "PyHoca-GUI Profile Manager - %s (connected)" msgstr "PyHoca-GUI Profilmanager - %s (verbunden)" -#: ../pyhoca/wxgui/profilemanager.py:286 +#: ../pyhoca/wxgui/profilemanager.py:283 #, python-format msgid "PyHoca-GUI Profile Manager - %s" msgstr "PyHoca-GUI Profilmanager - %s" -#: ../pyhoca/wxgui/profilemanager.py:604 +#: ../pyhoca/wxgui/profilemanager.py:607 msgid "Session Profile" msgstr "Sitzungsprofil" -#: ../pyhoca/wxgui/profilemanager.py:605 +#: ../pyhoca/wxgui/profilemanager.py:608 msgid "Connection" msgstr "Verbindung" -#: ../pyhoca/wxgui/profilemanager.py:606 +#: ../pyhoca/wxgui/profilemanager.py:609 msgid "Settings" msgstr "Einstellungen" -#: ../pyhoca/wxgui/profilemanager.py:607 +#: ../pyhoca/wxgui/profilemanager.py:610 msgid "Sharing" msgstr "Ordnerfreigabe" -#: ../pyhoca/wxgui/profilemanager.py:962 +#: ../pyhoca/wxgui/profilemanager.py:973 msgid "Icon Files (*.png)|*.png|All files (*.*)|*" msgstr "Icon Dateien (*.png)|*.png|Alle Dateien (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:965 +#: ../pyhoca/wxgui/profilemanager.py:976 msgid "Choose an icon for this session profile" msgstr "Sitzungs-Icon für dieses Sitzungsprofil auswählen" -#: ../pyhoca/wxgui/profilemanager.py:1073 +#: ../pyhoca/wxgui/profilemanager.py:1084 msgid "All files (*.*)|*" msgstr "Alle Dateien (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:1075 -#: ../pyhoca/wxgui/profilemanager.py:1090 +#: ../pyhoca/wxgui/profilemanager.py:1086 +#: ../pyhoca/wxgui/profilemanager.py:1101 msgid "Choose a public SSH key" msgstr "Öffentlichen SSH-Schlüssel auswählen" -#: ../pyhoca/wxgui/profilemanager.py:1213 +#: ../pyhoca/wxgui/profilemanager.py:1224 msgid "Choose a folder to share within a session" msgstr "Ordner zur Freigabe für Sitzungen auswählen" -#: ../pyhoca/wxgui/profilemanager.py:1278 ../pyhoca/wxgui/menus_taskbar.py:86 +#: ../pyhoca/wxgui/profilemanager.py:1289 ../pyhoca/wxgui/menus_taskbar.py:86 msgid "Profile Manager" msgstr "Profilmanager" -#: ../pyhoca/wxgui/profilemanager.py:1278 +#: ../pyhoca/wxgui/profilemanager.py:1289 msgid "Profile name is missing, profile unusable!!!" msgstr "Der Profilname fehlt, Profil so nicht verwendbar!!!" -#: ../pyhoca/wxgui/profilemanager.py:1298 +#: ../pyhoca/wxgui/profilemanager.py:1309 #, python-format msgid "%s - profile added" msgstr "%s - Profil hinzugefügt" -#: ../pyhoca/wxgui/profilemanager.py:1299 +#: ../pyhoca/wxgui/profilemanager.py:1310 msgid "A new session profile has been added." msgstr "Ein neues Sitzungsprofil wurde hinzugefügt." -#: ../pyhoca/wxgui/profilemanager.py:1303 +#: ../pyhoca/wxgui/profilemanager.py:1314 #, python-format msgid "%s - modified" msgstr "%s - modifiziert" -#: ../pyhoca/wxgui/profilemanager.py:1304 +#: ../pyhoca/wxgui/profilemanager.py:1315 msgid "Changes to profile have been saved." msgstr "Änderungen am Profil wurden übernommen." diff --git a/po/en.po b/po/en.po index d8caf75..7c4d294 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-11 21:57+0100\n" +"POT-Creation-Date: 2011-01-14 04:08+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" @@ -19,36 +19,36 @@ msgstr "" "X-Poedit-Country: UNITED STATES\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../pyhoca/wxgui/logon.py:81 +#: ../pyhoca/wxgui/logon.py:80 #, python-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: ../pyhoca/wxgui/logon.py:83 ../pyhoca/wxgui/logon.py:97 +#: ../pyhoca/wxgui/logon.py:82 ../pyhoca/wxgui/logon.py:92 msgid "Username" msgstr "Username" -#: ../pyhoca/wxgui/logon.py:85 ../pyhoca/wxgui/logon.py:99 +#: ../pyhoca/wxgui/logon.py:84 ../pyhoca/wxgui/logon.py:94 msgid "Password" msgstr "Password" -#: ../pyhoca/wxgui/logon.py:88 +#: ../pyhoca/wxgui/logon.py:87 msgid "Authenticate" msgstr "Authenticate" -#: ../pyhoca/wxgui/logon.py:93 +#: ../pyhoca/wxgui/logon.py:97 +msgid " Start SSH tunnel " +msgstr " Start SSH tunnel " + +#: ../pyhoca/wxgui/logon.py:103 msgid "Session login" msgstr "Session login" -#: ../pyhoca/wxgui/logon.py:94 +#: ../pyhoca/wxgui/logon.py:104 msgid "SSH proxy server login" msgstr "SSH proxy server login" -#: ../pyhoca/wxgui/logon.py:102 -msgid " Start SSH tunnel " -msgstr " Start SSH tunnel " - -#: ../pyhoca/wxgui/logon.py:112 ../pyhoca/wxgui/profilemanager.py:247 +#: ../pyhoca/wxgui/logon.py:115 ../pyhoca/wxgui/profilemanager.py:246 msgid "Cancel" msgstr "Cancel" @@ -134,379 +134,379 @@ msgstr "" "PyHoca-GUI (Python X2goClient)\n" "Client for connecting you to a remote X2go server" -#: ../pyhoca/wxgui/profilemanager.py:56 +#: ../pyhoca/wxgui/profilemanager.py:58 msgid "GNOME Desktop (GNOME)" msgstr "GNOME Desktop (GNOME)" -#: ../pyhoca/wxgui/profilemanager.py:57 +#: ../pyhoca/wxgui/profilemanager.py:59 msgid "K Desktop Environment (KDE)" msgstr "K Desktop Environment (KDE)" -#: ../pyhoca/wxgui/profilemanager.py:58 +#: ../pyhoca/wxgui/profilemanager.py:60 msgid "Lightweight X Desktop (LXDE)" msgstr "Lightweight X Desktop (LXDE)" -#: ../pyhoca/wxgui/profilemanager.py:59 +#: ../pyhoca/wxgui/profilemanager.py:61 msgid "XDMCP Query" msgstr "XDMCP Query" #. 'EMBEDDED_MENU': _(u'Embedded Application Menu'), -#: ../pyhoca/wxgui/profilemanager.py:61 +#: ../pyhoca/wxgui/profilemanager.py:63 msgid "Windows Terminal Server (RDP-proxy)" msgstr "Windows Terminal Server (RDP-proxy)" #. 'DirectRDP': 'Windows Terminal Server (RDP-direct)', -#: ../pyhoca/wxgui/profilemanager.py:63 +#: ../pyhoca/wxgui/profilemanager.py:65 msgid "Single Application" msgstr "Single Application" -#: ../pyhoca/wxgui/profilemanager.py:64 ../pyhoca/wxgui/profilemanager.py:146 +#: ../pyhoca/wxgui/profilemanager.py:66 ../pyhoca/wxgui/profilemanager.py:145 msgid "Custom command" msgstr "Custom command" -#: ../pyhoca/wxgui/profilemanager.py:67 +#: ../pyhoca/wxgui/profilemanager.py:69 msgid "Internet Browser" msgstr "Internet Browser" -#: ../pyhoca/wxgui/profilemanager.py:68 +#: ../pyhoca/wxgui/profilemanager.py:70 msgid "Email Client" msgstr "Email Client" -#: ../pyhoca/wxgui/profilemanager.py:69 +#: ../pyhoca/wxgui/profilemanager.py:71 msgid "Openoffice.org" msgstr "Openoffice.org" -#: ../pyhoca/wxgui/profilemanager.py:70 +#: ../pyhoca/wxgui/profilemanager.py:72 msgid "Terminal" msgstr "Terminal" -#: ../pyhoca/wxgui/profilemanager.py:80 +#: ../pyhoca/wxgui/profilemanager.py:82 msgid "Open file with system's default application" msgstr "Open file with system's default application" -#: ../pyhoca/wxgui/profilemanager.py:81 +#: ../pyhoca/wxgui/profilemanager.py:83 msgid "Open application chooser dialog" msgstr "Open application chooser dialog" -#: ../pyhoca/wxgui/profilemanager.py:82 +#: ../pyhoca/wxgui/profilemanager.py:84 msgid "Save incoming file as ..." msgstr "Save incoming file as ..." -#: ../pyhoca/wxgui/profilemanager.py:117 +#: ../pyhoca/wxgui/profilemanager.py:116 msgid "Server" msgstr "Server" -#: ../pyhoca/wxgui/profilemanager.py:118 +#: ../pyhoca/wxgui/profilemanager.py:117 msgid "Connection Link Speed" msgstr "Connection Link Speed" -#: ../pyhoca/wxgui/profilemanager.py:119 +#: ../pyhoca/wxgui/profilemanager.py:118 msgid "Compression" msgstr "Compression" -#: ../pyhoca/wxgui/profilemanager.py:120 +#: ../pyhoca/wxgui/profilemanager.py:119 msgid "Display" msgstr "Display" -#: ../pyhoca/wxgui/profilemanager.py:121 +#: ../pyhoca/wxgui/profilemanager.py:120 msgid "Keyboard" msgstr "Keyboard" -#: ../pyhoca/wxgui/profilemanager.py:122 +#: ../pyhoca/wxgui/profilemanager.py:121 msgid "Sound" msgstr "Sound" -#: ../pyhoca/wxgui/profilemanager.py:123 +#: ../pyhoca/wxgui/profilemanager.py:122 msgid "Printing" msgstr "Printing" -#: ../pyhoca/wxgui/profilemanager.py:124 +#: ../pyhoca/wxgui/profilemanager.py:123 msgid "Folder Exports" msgstr "Folder Exports" -#: ../pyhoca/wxgui/profilemanager.py:125 +#: ../pyhoca/wxgui/profilemanager.py:124 msgid "File Import" msgstr "File Import" #. ## #. ## widgets for the SESSION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:130 +#: ../pyhoca/wxgui/profilemanager.py:129 msgid "Profile name" msgstr "Profile name" -#: ../pyhoca/wxgui/profilemanager.py:140 +#: ../pyhoca/wxgui/profilemanager.py:139 msgid "Profile icon" msgstr "Profile icon" -#: ../pyhoca/wxgui/profilemanager.py:142 +#: ../pyhoca/wxgui/profilemanager.py:141 msgid "Session type" msgstr "Session type" -#: ../pyhoca/wxgui/profilemanager.py:144 +#: ../pyhoca/wxgui/profilemanager.py:143 msgid "Application" msgstr "Application" -#: ../pyhoca/wxgui/profilemanager.py:148 +#: ../pyhoca/wxgui/profilemanager.py:147 msgid "RDP settings" msgstr "RDP settings" -#: ../pyhoca/wxgui/profilemanager.py:149 +#: ../pyhoca/wxgui/profilemanager.py:148 msgid "RDP server" msgstr "RDP server" -#: ../pyhoca/wxgui/profilemanager.py:151 +#: ../pyhoca/wxgui/profilemanager.py:150 msgid "RDP options" msgstr "RDP options" -#: ../pyhoca/wxgui/profilemanager.py:153 +#: ../pyhoca/wxgui/profilemanager.py:152 msgid "XDMCP server" msgstr "XDMCP server" #. ## #. ## widgets for the CONNECTION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:159 ../pyhoca/wxgui/profilemanager.py:171 +#: ../pyhoca/wxgui/profilemanager.py:158 ../pyhoca/wxgui/profilemanager.py:168 msgid "User" msgstr "User" -#: ../pyhoca/wxgui/profilemanager.py:161 +#: ../pyhoca/wxgui/profilemanager.py:160 msgid "Host" msgstr "Host" -#: ../pyhoca/wxgui/profilemanager.py:163 +#: ../pyhoca/wxgui/profilemanager.py:162 msgid "Port" msgstr "Port" -#: ../pyhoca/wxgui/profilemanager.py:165 +#: ../pyhoca/wxgui/profilemanager.py:164 msgid "RSA/DSA private key" msgstr "RSA/DSA private key" -#: ../pyhoca/wxgui/profilemanager.py:168 +#: ../pyhoca/wxgui/profilemanager.py:167 msgid "Server behind SSH proxy" msgstr "Server behind SSH proxy" -#: ../pyhoca/wxgui/profilemanager.py:169 -msgid "Host[:Port]" -msgstr "Host[:Port]" - -#: ../pyhoca/wxgui/profilemanager.py:173 +#: ../pyhoca/wxgui/profilemanager.py:170 msgid "Key file" msgstr "Key file" -#: ../pyhoca/wxgui/profilemanager.py:176 +#: ../pyhoca/wxgui/profilemanager.py:173 +msgid "Host[:Port]" +msgstr "Host[:Port]" + +#: ../pyhoca/wxgui/profilemanager.py:175 msgid "SSH Proxy Tunnel" msgstr "SSH Proxy Tunnel" -#: ../pyhoca/wxgui/profilemanager.py:184 +#: ../pyhoca/wxgui/profilemanager.py:183 msgid "Modem" msgstr "Modem" -#: ../pyhoca/wxgui/profilemanager.py:185 +#: ../pyhoca/wxgui/profilemanager.py:184 msgid "ISDN" msgstr "ISDN" -#: ../pyhoca/wxgui/profilemanager.py:186 +#: ../pyhoca/wxgui/profilemanager.py:185 msgid "ADSL" msgstr "ADSL" -#: ../pyhoca/wxgui/profilemanager.py:187 +#: ../pyhoca/wxgui/profilemanager.py:186 msgid "WAN" msgstr "WAN" -#: ../pyhoca/wxgui/profilemanager.py:188 +#: ../pyhoca/wxgui/profilemanager.py:187 msgid "LAN" msgstr "LAN" -#: ../pyhoca/wxgui/profilemanager.py:190 +#: ../pyhoca/wxgui/profilemanager.py:189 msgid "Method" msgstr "Method" -#: ../pyhoca/wxgui/profilemanager.py:192 +#: ../pyhoca/wxgui/profilemanager.py:191 msgid "Image quality" msgstr "Image quality" #. ## #. ## wigdets for the SETTINGS tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:198 +#: ../pyhoca/wxgui/profilemanager.py:197 msgid "Fullscreen" msgstr "Fullscreen" -#: ../pyhoca/wxgui/profilemanager.py:199 +#: ../pyhoca/wxgui/profilemanager.py:198 msgid "Custom Size" msgstr "Custom Size" -#: ../pyhoca/wxgui/profilemanager.py:204 +#: ../pyhoca/wxgui/profilemanager.py:203 msgid "Set display DPI" msgstr "Set display DPI" -#: ../pyhoca/wxgui/profilemanager.py:206 +#: ../pyhoca/wxgui/profilemanager.py:205 msgid "Keep current keyboard settings" msgstr "Keep current keyboard settings" -#: ../pyhoca/wxgui/profilemanager.py:207 +#: ../pyhoca/wxgui/profilemanager.py:206 msgid "Keyboard layout" msgstr "Keyboard layout" -#: ../pyhoca/wxgui/profilemanager.py:209 +#: ../pyhoca/wxgui/profilemanager.py:208 msgid "Keyboard model" msgstr "Keyboard model" -#: ../pyhoca/wxgui/profilemanager.py:211 +#: ../pyhoca/wxgui/profilemanager.py:210 msgid "Enable sound support" msgstr "Enable sound support" -#: ../pyhoca/wxgui/profilemanager.py:212 +#: ../pyhoca/wxgui/profilemanager.py:211 msgid "Pulse Audio" msgstr "Pulse Audio" -#: ../pyhoca/wxgui/profilemanager.py:213 +#: ../pyhoca/wxgui/profilemanager.py:212 msgid "Arts" msgstr "Arts" -#: ../pyhoca/wxgui/profilemanager.py:214 +#: ../pyhoca/wxgui/profilemanager.py:213 msgid "esd" msgstr "esd" -#: ../pyhoca/wxgui/profilemanager.py:215 +#: ../pyhoca/wxgui/profilemanager.py:214 msgid "Use default sound port" msgstr "Use default sound port" -#: ../pyhoca/wxgui/profilemanager.py:216 +#: ../pyhoca/wxgui/profilemanager.py:215 msgid "Custom sound port" msgstr "Custom sound port" -#: ../pyhoca/wxgui/profilemanager.py:218 +#: ../pyhoca/wxgui/profilemanager.py:217 msgid "Client Side printing" msgstr "Client Side printing" -#: ../pyhoca/wxgui/profilemanager.py:220 +#: ../pyhoca/wxgui/profilemanager.py:219 msgid "Use local folder sharing" msgstr "Use local folder sharing" -#: ../pyhoca/wxgui/profilemanager.py:221 +#: ../pyhoca/wxgui/profilemanager.py:220 msgid "Path" msgstr "Path" -#: ../pyhoca/wxgui/profilemanager.py:224 ../pyhoca/wxgui/profilemanager.py:241 +#: ../pyhoca/wxgui/profilemanager.py:223 ../pyhoca/wxgui/profilemanager.py:240 msgid "Add" msgstr "Add" -#: ../pyhoca/wxgui/profilemanager.py:226 +#: ../pyhoca/wxgui/profilemanager.py:225 msgid "Delete" msgstr "Delete" -#: ../pyhoca/wxgui/profilemanager.py:228 +#: ../pyhoca/wxgui/profilemanager.py:227 msgid "Convert between client and server encodings" msgstr "Convert between client and server encodings" -#: ../pyhoca/wxgui/profilemanager.py:229 +#: ../pyhoca/wxgui/profilemanager.py:228 msgid "Client encoding" msgstr "Client encoding" -#: ../pyhoca/wxgui/profilemanager.py:231 +#: ../pyhoca/wxgui/profilemanager.py:230 msgid "Server encoding" msgstr "Server encoding" -#: ../pyhoca/wxgui/profilemanager.py:234 +#: ../pyhoca/wxgui/profilemanager.py:233 msgid "Use file dropbox for local file import" msgstr "Use file dropbox for local file import" -#: ../pyhoca/wxgui/profilemanager.py:235 +#: ../pyhoca/wxgui/profilemanager.py:234 msgid "Extensions" msgstr "Extensions" -#: ../pyhoca/wxgui/profilemanager.py:237 +#: ../pyhoca/wxgui/profilemanager.py:236 msgid "Action" msgstr "Action" -#: ../pyhoca/wxgui/profilemanager.py:242 +#: ../pyhoca/wxgui/profilemanager.py:241 msgid "Defaults" msgstr "Defaults" -#: ../pyhoca/wxgui/profilemanager.py:244 +#: ../pyhoca/wxgui/profilemanager.py:243 msgid "Save" msgstr "Save" -#: ../pyhoca/wxgui/profilemanager.py:245 +#: ../pyhoca/wxgui/profilemanager.py:244 msgid "Reset" msgstr "Reset" -#: ../pyhoca/wxgui/profilemanager.py:282 +#: ../pyhoca/wxgui/profilemanager.py:279 msgid "PyHoca-GUI Profile Manager - new profile" msgstr "PyHoca-GUI Profile Manager - new profile" -#: ../pyhoca/wxgui/profilemanager.py:284 +#: ../pyhoca/wxgui/profilemanager.py:281 #, python-format msgid "PyHoca-GUI Profile Manager - %s (connected)" msgstr "PyHoca-GUI Profile Manager - %s (connected)" -#: ../pyhoca/wxgui/profilemanager.py:286 +#: ../pyhoca/wxgui/profilemanager.py:283 #, python-format msgid "PyHoca-GUI Profile Manager - %s" msgstr "PyHoca-GUI Profile Manager - %s" -#: ../pyhoca/wxgui/profilemanager.py:604 +#: ../pyhoca/wxgui/profilemanager.py:607 msgid "Session Profile" msgstr "Session Profile" -#: ../pyhoca/wxgui/profilemanager.py:605 +#: ../pyhoca/wxgui/profilemanager.py:608 msgid "Connection" msgstr "Connection" -#: ../pyhoca/wxgui/profilemanager.py:606 +#: ../pyhoca/wxgui/profilemanager.py:609 msgid "Settings" msgstr "Settings" -#: ../pyhoca/wxgui/profilemanager.py:607 +#: ../pyhoca/wxgui/profilemanager.py:610 msgid "Sharing" msgstr "Sharing" -#: ../pyhoca/wxgui/profilemanager.py:962 +#: ../pyhoca/wxgui/profilemanager.py:973 msgid "Icon Files (*.png)|*.png|All files (*.*)|*" msgstr "Icon Files (*.png)|*.png|All files (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:965 +#: ../pyhoca/wxgui/profilemanager.py:976 msgid "Choose an icon for this session profile" msgstr "Choose an icon for this session profile" -#: ../pyhoca/wxgui/profilemanager.py:1073 +#: ../pyhoca/wxgui/profilemanager.py:1084 msgid "All files (*.*)|*" msgstr "All files (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:1075 -#: ../pyhoca/wxgui/profilemanager.py:1090 +#: ../pyhoca/wxgui/profilemanager.py:1086 +#: ../pyhoca/wxgui/profilemanager.py:1101 msgid "Choose a public SSH key" msgstr "Choose a public SSH key" -#: ../pyhoca/wxgui/profilemanager.py:1213 +#: ../pyhoca/wxgui/profilemanager.py:1224 msgid "Choose a folder to share within a session" msgstr "Choose a folder to share within a session" -#: ../pyhoca/wxgui/profilemanager.py:1278 ../pyhoca/wxgui/menus_taskbar.py:86 +#: ../pyhoca/wxgui/profilemanager.py:1289 ../pyhoca/wxgui/menus_taskbar.py:86 msgid "Profile Manager" msgstr "Profile Manager" -#: ../pyhoca/wxgui/profilemanager.py:1278 +#: ../pyhoca/wxgui/profilemanager.py:1289 msgid "Profile name is missing, profile unusable!!!" msgstr "Profile name is missing, profile unusable!!!" -#: ../pyhoca/wxgui/profilemanager.py:1298 +#: ../pyhoca/wxgui/profilemanager.py:1309 #, python-format msgid "%s - profile added" msgstr "%s - profile added" -#: ../pyhoca/wxgui/profilemanager.py:1299 +#: ../pyhoca/wxgui/profilemanager.py:1310 msgid "A new session profile has been added." msgstr "A new session profile has been added." -#: ../pyhoca/wxgui/profilemanager.py:1303 +#: ../pyhoca/wxgui/profilemanager.py:1314 #, python-format msgid "%s - modified" msgstr "%s - modified" -#: ../pyhoca/wxgui/profilemanager.py:1304 +#: ../pyhoca/wxgui/profilemanager.py:1315 msgid "Changes to profile have been saved." msgstr "Changes to profile have been saved." diff --git a/po/es.po b/po/es.po index 385ccfb..3383cb4 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PyHoca-GUI VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-11 21:57+0100\n" +"POT-Creation-Date: 2011-01-14 04:08+0100\n" "PO-Revision-Date: 2011-01-11 14:24+0100\n" "Last-Translator: Mike Gabriel <m.gabriel@das-netzwerkteam.de>\n" "Language-Team: es <oceanosoftlapalma@gmail.com>\n" @@ -19,36 +19,36 @@ msgstr "" "X-Poedit-Country: SPAIN\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../pyhoca/wxgui/logon.py:81 +#: ../pyhoca/wxgui/logon.py:80 #, python-format msgid "%s (via %s)" msgstr "%s (vía %s)" -#: ../pyhoca/wxgui/logon.py:83 ../pyhoca/wxgui/logon.py:97 +#: ../pyhoca/wxgui/logon.py:82 ../pyhoca/wxgui/logon.py:92 msgid "Username" msgstr "Nombre de usuario" -#: ../pyhoca/wxgui/logon.py:85 ../pyhoca/wxgui/logon.py:99 +#: ../pyhoca/wxgui/logon.py:84 ../pyhoca/wxgui/logon.py:94 msgid "Password" msgstr "Contraseña" -#: ../pyhoca/wxgui/logon.py:88 +#: ../pyhoca/wxgui/logon.py:87 msgid "Authenticate" msgstr "Autenticar" -#: ../pyhoca/wxgui/logon.py:93 +#: ../pyhoca/wxgui/logon.py:97 +msgid " Start SSH tunnel " +msgstr " Iniciar tunerl SSH " + +#: ../pyhoca/wxgui/logon.py:103 msgid "Session login" msgstr "Inicio de sesión" -#: ../pyhoca/wxgui/logon.py:94 +#: ../pyhoca/wxgui/logon.py:104 msgid "SSH proxy server login" msgstr "Inicio de sesión en el servidor proxy SSH" -#: ../pyhoca/wxgui/logon.py:102 -msgid " Start SSH tunnel " -msgstr " Iniciar tunerl SSH " - -#: ../pyhoca/wxgui/logon.py:112 ../pyhoca/wxgui/profilemanager.py:247 +#: ../pyhoca/wxgui/logon.py:115 ../pyhoca/wxgui/profilemanager.py:246 msgid "Cancel" msgstr "Cancelar" @@ -135,379 +135,379 @@ msgstr "" "PyHoca-GUI (Python X2goClient)\n" "Cliente para conexiones remotas a servidores X2go" -#: ../pyhoca/wxgui/profilemanager.py:56 +#: ../pyhoca/wxgui/profilemanager.py:58 msgid "GNOME Desktop (GNOME)" msgstr "GNOME Desktop (GNOME)" -#: ../pyhoca/wxgui/profilemanager.py:57 +#: ../pyhoca/wxgui/profilemanager.py:59 msgid "K Desktop Environment (KDE)" msgstr "K Desktop Environment (KDE)" -#: ../pyhoca/wxgui/profilemanager.py:58 +#: ../pyhoca/wxgui/profilemanager.py:60 msgid "Lightweight X Desktop (LXDE)" msgstr "Lightweight X Desktop (LXDE)" -#: ../pyhoca/wxgui/profilemanager.py:59 +#: ../pyhoca/wxgui/profilemanager.py:61 msgid "XDMCP Query" msgstr "XDMCP Query" #. 'EMBEDDED_MENU': _(u'Embedded Application Menu'), -#: ../pyhoca/wxgui/profilemanager.py:61 +#: ../pyhoca/wxgui/profilemanager.py:63 msgid "Windows Terminal Server (RDP-proxy)" msgstr "Windows Terminal Server (RDP-proxy)" #. 'DirectRDP': 'Windows Terminal Server (RDP-direct)', -#: ../pyhoca/wxgui/profilemanager.py:63 +#: ../pyhoca/wxgui/profilemanager.py:65 msgid "Single Application" msgstr "Aplicación" -#: ../pyhoca/wxgui/profilemanager.py:64 ../pyhoca/wxgui/profilemanager.py:146 +#: ../pyhoca/wxgui/profilemanager.py:66 ../pyhoca/wxgui/profilemanager.py:145 msgid "Custom command" -msgstr "Comando personalizado" +msgstr "Comando" -#: ../pyhoca/wxgui/profilemanager.py:67 +#: ../pyhoca/wxgui/profilemanager.py:69 msgid "Internet Browser" msgstr "Navegador web" -#: ../pyhoca/wxgui/profilemanager.py:68 +#: ../pyhoca/wxgui/profilemanager.py:70 msgid "Email Client" msgstr "Cliente de Correo" -#: ../pyhoca/wxgui/profilemanager.py:69 +#: ../pyhoca/wxgui/profilemanager.py:71 msgid "Openoffice.org" msgstr "Openoffice.org" -#: ../pyhoca/wxgui/profilemanager.py:70 +#: ../pyhoca/wxgui/profilemanager.py:72 msgid "Terminal" msgstr "Terminal" -#: ../pyhoca/wxgui/profilemanager.py:80 +#: ../pyhoca/wxgui/profilemanager.py:82 msgid "Open file with system's default application" msgstr "Abrir archivo con la aplicación por defecto" -#: ../pyhoca/wxgui/profilemanager.py:81 +#: ../pyhoca/wxgui/profilemanager.py:83 msgid "Open application chooser dialog" msgstr "Abrir selector de aplicaciones" -#: ../pyhoca/wxgui/profilemanager.py:82 +#: ../pyhoca/wxgui/profilemanager.py:84 msgid "Save incoming file as ..." msgstr "Guardar archivo recibido como ..." -#: ../pyhoca/wxgui/profilemanager.py:117 +#: ../pyhoca/wxgui/profilemanager.py:116 msgid "Server" msgstr "Servidor" -#: ../pyhoca/wxgui/profilemanager.py:118 +#: ../pyhoca/wxgui/profilemanager.py:117 msgid "Connection Link Speed" msgstr "Velocidad de conexión" -#: ../pyhoca/wxgui/profilemanager.py:119 +#: ../pyhoca/wxgui/profilemanager.py:118 msgid "Compression" msgstr "Compresión" -#: ../pyhoca/wxgui/profilemanager.py:120 +#: ../pyhoca/wxgui/profilemanager.py:119 msgid "Display" msgstr "Pantalla" -#: ../pyhoca/wxgui/profilemanager.py:121 +#: ../pyhoca/wxgui/profilemanager.py:120 msgid "Keyboard" msgstr "Teclado" -#: ../pyhoca/wxgui/profilemanager.py:122 +#: ../pyhoca/wxgui/profilemanager.py:121 msgid "Sound" msgstr "Sonido" -#: ../pyhoca/wxgui/profilemanager.py:123 +#: ../pyhoca/wxgui/profilemanager.py:122 msgid "Printing" msgstr "Impresora" -#: ../pyhoca/wxgui/profilemanager.py:124 +#: ../pyhoca/wxgui/profilemanager.py:123 msgid "Folder Exports" msgstr "Exportaciones de Carpeta" -#: ../pyhoca/wxgui/profilemanager.py:125 +#: ../pyhoca/wxgui/profilemanager.py:124 msgid "File Import" msgstr "Importar Archivo" #. ## #. ## widgets for the SESSION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:130 +#: ../pyhoca/wxgui/profilemanager.py:129 msgid "Profile name" msgstr "Nombre del perfil" -#: ../pyhoca/wxgui/profilemanager.py:140 +#: ../pyhoca/wxgui/profilemanager.py:139 msgid "Profile icon" msgstr "Icono del perfil" -#: ../pyhoca/wxgui/profilemanager.py:142 +#: ../pyhoca/wxgui/profilemanager.py:141 msgid "Session type" msgstr "Tipo de sesión" -#: ../pyhoca/wxgui/profilemanager.py:144 +#: ../pyhoca/wxgui/profilemanager.py:143 msgid "Application" msgstr "Aplicación" -#: ../pyhoca/wxgui/profilemanager.py:148 +#: ../pyhoca/wxgui/profilemanager.py:147 msgid "RDP settings" msgstr "Parámetros RDP" -#: ../pyhoca/wxgui/profilemanager.py:149 +#: ../pyhoca/wxgui/profilemanager.py:148 msgid "RDP server" msgstr "Servidor RDP" -#: ../pyhoca/wxgui/profilemanager.py:151 +#: ../pyhoca/wxgui/profilemanager.py:150 msgid "RDP options" msgstr "Opciones RDP" -#: ../pyhoca/wxgui/profilemanager.py:153 +#: ../pyhoca/wxgui/profilemanager.py:152 msgid "XDMCP server" msgstr "Servidor XDMCP" #. ## #. ## widgets for the CONNECTION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:159 ../pyhoca/wxgui/profilemanager.py:171 +#: ../pyhoca/wxgui/profilemanager.py:158 ../pyhoca/wxgui/profilemanager.py:168 msgid "User" msgstr "Usuario" -#: ../pyhoca/wxgui/profilemanager.py:161 +#: ../pyhoca/wxgui/profilemanager.py:160 msgid "Host" msgstr "Host" -#: ../pyhoca/wxgui/profilemanager.py:163 +#: ../pyhoca/wxgui/profilemanager.py:162 msgid "Port" msgstr "Puerto" -#: ../pyhoca/wxgui/profilemanager.py:165 +#: ../pyhoca/wxgui/profilemanager.py:164 msgid "RSA/DSA private key" msgstr "Clave privada RSA/DSA" -#: ../pyhoca/wxgui/profilemanager.py:168 +#: ../pyhoca/wxgui/profilemanager.py:167 msgid "Server behind SSH proxy" msgstr "Servidor detrás del proxy SSH" -#: ../pyhoca/wxgui/profilemanager.py:169 -msgid "Host[:Port]" -msgstr "Host[:Puerto]" - -#: ../pyhoca/wxgui/profilemanager.py:173 +#: ../pyhoca/wxgui/profilemanager.py:170 msgid "Key file" msgstr "Clave" -#: ../pyhoca/wxgui/profilemanager.py:176 +#: ../pyhoca/wxgui/profilemanager.py:173 +msgid "Host[:Port]" +msgstr "Host[:Puerto]" + +#: ../pyhoca/wxgui/profilemanager.py:175 msgid "SSH Proxy Tunnel" msgstr "Tunel Proxy SSH" -#: ../pyhoca/wxgui/profilemanager.py:184 +#: ../pyhoca/wxgui/profilemanager.py:183 msgid "Modem" msgstr "Módem" -#: ../pyhoca/wxgui/profilemanager.py:185 +#: ../pyhoca/wxgui/profilemanager.py:184 msgid "ISDN" msgstr "ISDN" -#: ../pyhoca/wxgui/profilemanager.py:186 +#: ../pyhoca/wxgui/profilemanager.py:185 msgid "ADSL" msgstr "ADSL" -#: ../pyhoca/wxgui/profilemanager.py:187 +#: ../pyhoca/wxgui/profilemanager.py:186 msgid "WAN" msgstr "WAN" -#: ../pyhoca/wxgui/profilemanager.py:188 +#: ../pyhoca/wxgui/profilemanager.py:187 msgid "LAN" msgstr "LAN" -#: ../pyhoca/wxgui/profilemanager.py:190 +#: ../pyhoca/wxgui/profilemanager.py:189 msgid "Method" msgstr "Método" -#: ../pyhoca/wxgui/profilemanager.py:192 +#: ../pyhoca/wxgui/profilemanager.py:191 msgid "Image quality" msgstr "Calidad de imagen" #. ## #. ## wigdets for the SETTINGS tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:198 +#: ../pyhoca/wxgui/profilemanager.py:197 msgid "Fullscreen" msgstr "Pantalla Completa" -#: ../pyhoca/wxgui/profilemanager.py:199 +#: ../pyhoca/wxgui/profilemanager.py:198 msgid "Custom Size" msgstr "Tamaño Personalizado" -#: ../pyhoca/wxgui/profilemanager.py:204 +#: ../pyhoca/wxgui/profilemanager.py:203 msgid "Set display DPI" msgstr "Establecer DPI" -#: ../pyhoca/wxgui/profilemanager.py:206 +#: ../pyhoca/wxgui/profilemanager.py:205 msgid "Keep current keyboard settings" msgstr "Mantener configuración actual del teclado" -#: ../pyhoca/wxgui/profilemanager.py:207 +#: ../pyhoca/wxgui/profilemanager.py:206 msgid "Keyboard layout" msgstr "Máscara de teclado" -#: ../pyhoca/wxgui/profilemanager.py:209 +#: ../pyhoca/wxgui/profilemanager.py:208 msgid "Keyboard model" msgstr "Modelo de teclado" -#: ../pyhoca/wxgui/profilemanager.py:211 +#: ../pyhoca/wxgui/profilemanager.py:210 msgid "Enable sound support" msgstr "Activar soporte de sonido" -#: ../pyhoca/wxgui/profilemanager.py:212 +#: ../pyhoca/wxgui/profilemanager.py:211 msgid "Pulse Audio" msgstr "Pulse Audio" -#: ../pyhoca/wxgui/profilemanager.py:213 +#: ../pyhoca/wxgui/profilemanager.py:212 msgid "Arts" msgstr "Arts" -#: ../pyhoca/wxgui/profilemanager.py:214 +#: ../pyhoca/wxgui/profilemanager.py:213 msgid "esd" msgstr "esd" -#: ../pyhoca/wxgui/profilemanager.py:215 +#: ../pyhoca/wxgui/profilemanager.py:214 msgid "Use default sound port" msgstr "Usar puerto de sonido por defecto" -#: ../pyhoca/wxgui/profilemanager.py:216 +#: ../pyhoca/wxgui/profilemanager.py:215 msgid "Custom sound port" msgstr "Puerto de sonido personalizado" -#: ../pyhoca/wxgui/profilemanager.py:218 +#: ../pyhoca/wxgui/profilemanager.py:217 msgid "Client Side printing" msgstr "Impresión local" -#: ../pyhoca/wxgui/profilemanager.py:220 +#: ../pyhoca/wxgui/profilemanager.py:219 msgid "Use local folder sharing" msgstr "Compartir carpetas locales" -#: ../pyhoca/wxgui/profilemanager.py:221 +#: ../pyhoca/wxgui/profilemanager.py:220 msgid "Path" msgstr "Ruta" -#: ../pyhoca/wxgui/profilemanager.py:224 ../pyhoca/wxgui/profilemanager.py:241 +#: ../pyhoca/wxgui/profilemanager.py:223 ../pyhoca/wxgui/profilemanager.py:240 msgid "Add" msgstr "Añadir" -#: ../pyhoca/wxgui/profilemanager.py:226 +#: ../pyhoca/wxgui/profilemanager.py:225 msgid "Delete" msgstr "Eliminar" -#: ../pyhoca/wxgui/profilemanager.py:228 +#: ../pyhoca/wxgui/profilemanager.py:227 msgid "Convert between client and server encodings" msgstr "Convertir codificaciones entre cliente y servidor" -#: ../pyhoca/wxgui/profilemanager.py:229 +#: ../pyhoca/wxgui/profilemanager.py:228 msgid "Client encoding" msgstr "Codificación del cliente" -#: ../pyhoca/wxgui/profilemanager.py:231 +#: ../pyhoca/wxgui/profilemanager.py:230 msgid "Server encoding" msgstr "Del Servidor" -#: ../pyhoca/wxgui/profilemanager.py:234 +#: ../pyhoca/wxgui/profilemanager.py:233 msgid "Use file dropbox for local file import" msgstr "Usar arrastar archivos para la importar archivos locales" -#: ../pyhoca/wxgui/profilemanager.py:235 +#: ../pyhoca/wxgui/profilemanager.py:234 msgid "Extensions" msgstr "Extensiones" -#: ../pyhoca/wxgui/profilemanager.py:237 +#: ../pyhoca/wxgui/profilemanager.py:236 msgid "Action" msgstr "Acción" -#: ../pyhoca/wxgui/profilemanager.py:242 +#: ../pyhoca/wxgui/profilemanager.py:241 msgid "Defaults" msgstr "Valores por defecto" -#: ../pyhoca/wxgui/profilemanager.py:244 +#: ../pyhoca/wxgui/profilemanager.py:243 msgid "Save" msgstr "Guardar" -#: ../pyhoca/wxgui/profilemanager.py:245 +#: ../pyhoca/wxgui/profilemanager.py:244 msgid "Reset" msgstr "Reiniciar" -#: ../pyhoca/wxgui/profilemanager.py:282 +#: ../pyhoca/wxgui/profilemanager.py:279 msgid "PyHoca-GUI Profile Manager - new profile" msgstr "PyHoca-GUI Gestor de Perfiles - nuevo perfil" -#: ../pyhoca/wxgui/profilemanager.py:284 +#: ../pyhoca/wxgui/profilemanager.py:281 #, python-format msgid "PyHoca-GUI Profile Manager - %s (connected)" msgstr "PyHoca-GUI Gestor de Perfiles - %s (conectado)" -#: ../pyhoca/wxgui/profilemanager.py:286 +#: ../pyhoca/wxgui/profilemanager.py:283 #, python-format msgid "PyHoca-GUI Profile Manager - %s" msgstr "PyHoca-GUI Gestor de Perfiles - %s" -#: ../pyhoca/wxgui/profilemanager.py:604 +#: ../pyhoca/wxgui/profilemanager.py:607 msgid "Session Profile" msgstr "Perfil de Sesión" -#: ../pyhoca/wxgui/profilemanager.py:605 +#: ../pyhoca/wxgui/profilemanager.py:608 msgid "Connection" msgstr "Conexión" -#: ../pyhoca/wxgui/profilemanager.py:606 +#: ../pyhoca/wxgui/profilemanager.py:609 msgid "Settings" msgstr "Opciones" -#: ../pyhoca/wxgui/profilemanager.py:607 +#: ../pyhoca/wxgui/profilemanager.py:610 msgid "Sharing" msgstr "Compartir" -#: ../pyhoca/wxgui/profilemanager.py:962 +#: ../pyhoca/wxgui/profilemanager.py:973 msgid "Icon Files (*.png)|*.png|All files (*.*)|*" msgstr "Iconos (*.png)|*.png|Todos (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:965 +#: ../pyhoca/wxgui/profilemanager.py:976 msgid "Choose an icon for this session profile" msgstr "Elige un icono para este perfil de sesión" -#: ../pyhoca/wxgui/profilemanager.py:1073 +#: ../pyhoca/wxgui/profilemanager.py:1084 msgid "All files (*.*)|*" msgstr "Todos (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:1075 -#: ../pyhoca/wxgui/profilemanager.py:1090 +#: ../pyhoca/wxgui/profilemanager.py:1086 +#: ../pyhoca/wxgui/profilemanager.py:1101 msgid "Choose a public SSH key" msgstr "Elige una clave pública SSH" -#: ../pyhoca/wxgui/profilemanager.py:1213 +#: ../pyhoca/wxgui/profilemanager.py:1224 msgid "Choose a folder to share within a session" msgstr "Elige la carpeta que quieres compartir en la conexión" -#: ../pyhoca/wxgui/profilemanager.py:1278 ../pyhoca/wxgui/menus_taskbar.py:86 +#: ../pyhoca/wxgui/profilemanager.py:1289 ../pyhoca/wxgui/menus_taskbar.py:86 msgid "Profile Manager" msgstr "Gestor de Sesiones" -#: ../pyhoca/wxgui/profilemanager.py:1278 +#: ../pyhoca/wxgui/profilemanager.py:1289 msgid "Profile name is missing, profile unusable!!!" msgstr "Nombre de pefil no encontrado o no válido!!!" -#: ../pyhoca/wxgui/profilemanager.py:1298 +#: ../pyhoca/wxgui/profilemanager.py:1309 #, python-format msgid "%s - profile added" msgstr "%s - añadido el perfil" -#: ../pyhoca/wxgui/profilemanager.py:1299 +#: ../pyhoca/wxgui/profilemanager.py:1310 msgid "A new session profile has been added." msgstr "Se ha añadido un nuevo perfil de sesión." -#: ../pyhoca/wxgui/profilemanager.py:1303 +#: ../pyhoca/wxgui/profilemanager.py:1314 #, python-format msgid "%s - modified" msgstr "%s - modificado" -#: ../pyhoca/wxgui/profilemanager.py:1304 +#: ../pyhoca/wxgui/profilemanager.py:1315 msgid "Changes to profile have been saved." msgstr "Se han guardado los cambios en el perfil." diff --git a/po/nl.po b/po/nl.po index 6a86b1a..4685adb 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-11 21:57+0100\n" +"POT-Creation-Date: 2011-01-14 04:08+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" @@ -19,36 +19,36 @@ msgstr "" "X-Poedit-Country: NETHERLANDS\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../pyhoca/wxgui/logon.py:81 +#: ../pyhoca/wxgui/logon.py:80 #, python-format msgid "%s (via %s)" msgstr "%s (via %s)" -#: ../pyhoca/wxgui/logon.py:83 ../pyhoca/wxgui/logon.py:97 +#: ../pyhoca/wxgui/logon.py:82 ../pyhoca/wxgui/logon.py:92 msgid "Username" msgstr "Gebruiker" -#: ../pyhoca/wxgui/logon.py:85 ../pyhoca/wxgui/logon.py:99 +#: ../pyhoca/wxgui/logon.py:84 ../pyhoca/wxgui/logon.py:94 msgid "Password" msgstr "Wachtwoord" -#: ../pyhoca/wxgui/logon.py:88 +#: ../pyhoca/wxgui/logon.py:87 msgid "Authenticate" msgstr "Aanmelden" -#: ../pyhoca/wxgui/logon.py:93 +#: ../pyhoca/wxgui/logon.py:97 +msgid " Start SSH tunnel " +msgstr " Start SSH Tunnel " + +#: ../pyhoca/wxgui/logon.py:103 msgid "Session login" msgstr "Sessie login" -#: ../pyhoca/wxgui/logon.py:94 +#: ../pyhoca/wxgui/logon.py:104 msgid "SSH proxy server login" msgstr "Login via SSH Proxy" -#: ../pyhoca/wxgui/logon.py:102 -msgid " Start SSH tunnel " -msgstr " Start SSH Tunnel " - -#: ../pyhoca/wxgui/logon.py:112 ../pyhoca/wxgui/profilemanager.py:247 +#: ../pyhoca/wxgui/logon.py:115 ../pyhoca/wxgui/profilemanager.py:246 msgid "Cancel" msgstr "Afbreken" @@ -132,379 +132,379 @@ msgstr "" "PyHoca-GUI (Python X2goClient)\n" "Verbinding met remote X2go server aan het opbouwen" -#: ../pyhoca/wxgui/profilemanager.py:56 +#: ../pyhoca/wxgui/profilemanager.py:58 msgid "GNOME Desktop (GNOME)" msgstr "GNOME Desktop (GNOME)" -#: ../pyhoca/wxgui/profilemanager.py:57 +#: ../pyhoca/wxgui/profilemanager.py:59 msgid "K Desktop Environment (KDE)" msgstr "K Desktop Environment (KDE)" -#: ../pyhoca/wxgui/profilemanager.py:58 +#: ../pyhoca/wxgui/profilemanager.py:60 msgid "Lightweight X Desktop (LXDE)" msgstr "Lightweight X Desktop (LXDE)" -#: ../pyhoca/wxgui/profilemanager.py:59 +#: ../pyhoca/wxgui/profilemanager.py:61 msgid "XDMCP Query" msgstr "XDMCP Query" #. 'EMBEDDED_MENU': _(u'Embedded Application Menu'), -#: ../pyhoca/wxgui/profilemanager.py:61 +#: ../pyhoca/wxgui/profilemanager.py:63 msgid "Windows Terminal Server (RDP-proxy)" msgstr "Windows Terminalserver (RDP-proxy)" #. 'DirectRDP': 'Windows Terminal Server (RDP-direct)', -#: ../pyhoca/wxgui/profilemanager.py:63 +#: ../pyhoca/wxgui/profilemanager.py:65 msgid "Single Application" msgstr "Enkelvoudige Applicatie" -#: ../pyhoca/wxgui/profilemanager.py:64 ../pyhoca/wxgui/profilemanager.py:146 +#: ../pyhoca/wxgui/profilemanager.py:66 ../pyhoca/wxgui/profilemanager.py:145 msgid "Custom command" -msgstr "Speciaal commando" +msgstr "Commando" -#: ../pyhoca/wxgui/profilemanager.py:67 +#: ../pyhoca/wxgui/profilemanager.py:69 msgid "Internet Browser" msgstr "Internetbrowser" -#: ../pyhoca/wxgui/profilemanager.py:68 +#: ../pyhoca/wxgui/profilemanager.py:70 msgid "Email Client" msgstr "E-Mail Programma" -#: ../pyhoca/wxgui/profilemanager.py:69 +#: ../pyhoca/wxgui/profilemanager.py:71 msgid "Openoffice.org" msgstr "Openoffice.org" -#: ../pyhoca/wxgui/profilemanager.py:70 +#: ../pyhoca/wxgui/profilemanager.py:72 msgid "Terminal" msgstr "Terminal" -#: ../pyhoca/wxgui/profilemanager.py:80 +#: ../pyhoca/wxgui/profilemanager.py:82 msgid "Open file with system's default application" msgstr "Open bestand met het geassocieerde programma" -#: ../pyhoca/wxgui/profilemanager.py:81 +#: ../pyhoca/wxgui/profilemanager.py:83 msgid "Open application chooser dialog" msgstr "Open dialoog, om Applicatie te kiezen" -#: ../pyhoca/wxgui/profilemanager.py:82 +#: ../pyhoca/wxgui/profilemanager.py:84 msgid "Save incoming file as ..." msgstr "Opslaan bestand als ..." -#: ../pyhoca/wxgui/profilemanager.py:117 +#: ../pyhoca/wxgui/profilemanager.py:116 msgid "Server" msgstr "Server" -#: ../pyhoca/wxgui/profilemanager.py:118 +#: ../pyhoca/wxgui/profilemanager.py:117 msgid "Connection Link Speed" msgstr "Verbindings snelheid" -#: ../pyhoca/wxgui/profilemanager.py:119 +#: ../pyhoca/wxgui/profilemanager.py:118 msgid "Compression" msgstr "Compressie" -#: ../pyhoca/wxgui/profilemanager.py:120 +#: ../pyhoca/wxgui/profilemanager.py:119 msgid "Display" msgstr "Display" -#: ../pyhoca/wxgui/profilemanager.py:121 +#: ../pyhoca/wxgui/profilemanager.py:120 msgid "Keyboard" msgstr "Toetsenbord" -#: ../pyhoca/wxgui/profilemanager.py:122 +#: ../pyhoca/wxgui/profilemanager.py:121 msgid "Sound" msgstr "Geluid" -#: ../pyhoca/wxgui/profilemanager.py:123 +#: ../pyhoca/wxgui/profilemanager.py:122 msgid "Printing" msgstr "Afdrukken" -#: ../pyhoca/wxgui/profilemanager.py:124 +#: ../pyhoca/wxgui/profilemanager.py:123 msgid "Folder Exports" msgstr "Map export" -#: ../pyhoca/wxgui/profilemanager.py:125 +#: ../pyhoca/wxgui/profilemanager.py:124 msgid "File Import" msgstr "Bestands import" #. ## #. ## widgets for the SESSION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:130 +#: ../pyhoca/wxgui/profilemanager.py:129 msgid "Profile name" msgstr "Profile" -#: ../pyhoca/wxgui/profilemanager.py:140 +#: ../pyhoca/wxgui/profilemanager.py:139 msgid "Profile icon" msgstr "Profile icon" -#: ../pyhoca/wxgui/profilemanager.py:142 +#: ../pyhoca/wxgui/profilemanager.py:141 msgid "Session type" msgstr "Sessie type" -#: ../pyhoca/wxgui/profilemanager.py:144 +#: ../pyhoca/wxgui/profilemanager.py:143 msgid "Application" msgstr "Applicatie" -#: ../pyhoca/wxgui/profilemanager.py:148 +#: ../pyhoca/wxgui/profilemanager.py:147 msgid "RDP settings" msgstr "RDP instellingen" -#: ../pyhoca/wxgui/profilemanager.py:149 +#: ../pyhoca/wxgui/profilemanager.py:148 msgid "RDP server" msgstr "RDP Server" -#: ../pyhoca/wxgui/profilemanager.py:151 +#: ../pyhoca/wxgui/profilemanager.py:150 msgid "RDP options" msgstr "RDP Opties" -#: ../pyhoca/wxgui/profilemanager.py:153 +#: ../pyhoca/wxgui/profilemanager.py:152 msgid "XDMCP server" msgstr "XDMCP Server" #. ## #. ## widgets for the CONNECTION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:159 ../pyhoca/wxgui/profilemanager.py:171 +#: ../pyhoca/wxgui/profilemanager.py:158 ../pyhoca/wxgui/profilemanager.py:168 msgid "User" msgstr "Gebruiker" -#: ../pyhoca/wxgui/profilemanager.py:161 +#: ../pyhoca/wxgui/profilemanager.py:160 msgid "Host" msgstr "Host" -#: ../pyhoca/wxgui/profilemanager.py:163 +#: ../pyhoca/wxgui/profilemanager.py:162 msgid "Port" msgstr "Port" -#: ../pyhoca/wxgui/profilemanager.py:165 +#: ../pyhoca/wxgui/profilemanager.py:164 msgid "RSA/DSA private key" msgstr "Private RSA/DSA Key" -#: ../pyhoca/wxgui/profilemanager.py:168 +#: ../pyhoca/wxgui/profilemanager.py:167 msgid "Server behind SSH proxy" msgstr "Server achter SSH-Proxy" -#: ../pyhoca/wxgui/profilemanager.py:169 -msgid "Host[:Port]" -msgstr "Host[:Port]" - -#: ../pyhoca/wxgui/profilemanager.py:173 +#: ../pyhoca/wxgui/profilemanager.py:170 msgid "Key file" msgstr "Key" -#: ../pyhoca/wxgui/profilemanager.py:176 +#: ../pyhoca/wxgui/profilemanager.py:173 +msgid "Host[:Port]" +msgstr "Host[:Port]" + +#: ../pyhoca/wxgui/profilemanager.py:175 msgid "SSH Proxy Tunnel" msgstr "SSH Proxy Tunnel" -#: ../pyhoca/wxgui/profilemanager.py:184 +#: ../pyhoca/wxgui/profilemanager.py:183 msgid "Modem" msgstr "Modem" -#: ../pyhoca/wxgui/profilemanager.py:185 +#: ../pyhoca/wxgui/profilemanager.py:184 msgid "ISDN" msgstr "ISDN" -#: ../pyhoca/wxgui/profilemanager.py:186 +#: ../pyhoca/wxgui/profilemanager.py:185 msgid "ADSL" msgstr "ADSL" -#: ../pyhoca/wxgui/profilemanager.py:187 +#: ../pyhoca/wxgui/profilemanager.py:186 msgid "WAN" msgstr "WAN" -#: ../pyhoca/wxgui/profilemanager.py:188 +#: ../pyhoca/wxgui/profilemanager.py:187 msgid "LAN" msgstr "LAN" -#: ../pyhoca/wxgui/profilemanager.py:190 +#: ../pyhoca/wxgui/profilemanager.py:189 msgid "Method" msgstr "Methode" -#: ../pyhoca/wxgui/profilemanager.py:192 +#: ../pyhoca/wxgui/profilemanager.py:191 msgid "Image quality" msgstr "Beeldkwaliteit" #. ## #. ## wigdets for the SETTINGS tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:198 +#: ../pyhoca/wxgui/profilemanager.py:197 msgid "Fullscreen" msgstr "Fullscreen" -#: ../pyhoca/wxgui/profilemanager.py:199 +#: ../pyhoca/wxgui/profilemanager.py:198 msgid "Custom Size" msgstr "Grootte instellen" -#: ../pyhoca/wxgui/profilemanager.py:204 +#: ../pyhoca/wxgui/profilemanager.py:203 msgid "Set display DPI" msgstr "DPI-waarde instellen" -#: ../pyhoca/wxgui/profilemanager.py:206 +#: ../pyhoca/wxgui/profilemanager.py:205 msgid "Keep current keyboard settings" msgstr "Huidige toetsenbord-instellingen behouden" -#: ../pyhoca/wxgui/profilemanager.py:207 +#: ../pyhoca/wxgui/profilemanager.py:206 msgid "Keyboard layout" msgstr "Toetsenbord layout" -#: ../pyhoca/wxgui/profilemanager.py:209 +#: ../pyhoca/wxgui/profilemanager.py:208 msgid "Keyboard model" msgstr "Toetsenbord model" -#: ../pyhoca/wxgui/profilemanager.py:211 +#: ../pyhoca/wxgui/profilemanager.py:210 msgid "Enable sound support" msgstr "Geluid gebruiken" -#: ../pyhoca/wxgui/profilemanager.py:212 +#: ../pyhoca/wxgui/profilemanager.py:211 msgid "Pulse Audio" msgstr "Pulse Audio" -#: ../pyhoca/wxgui/profilemanager.py:213 +#: ../pyhoca/wxgui/profilemanager.py:212 msgid "Arts" msgstr "Arts" -#: ../pyhoca/wxgui/profilemanager.py:214 +#: ../pyhoca/wxgui/profilemanager.py:213 msgid "esd" msgstr "esd" -#: ../pyhoca/wxgui/profilemanager.py:215 +#: ../pyhoca/wxgui/profilemanager.py:214 msgid "Use default sound port" msgstr "Standaard Audio-Port gebruiken" -#: ../pyhoca/wxgui/profilemanager.py:216 +#: ../pyhoca/wxgui/profilemanager.py:215 msgid "Custom sound port" msgstr "Speciale Audio-Port" -#: ../pyhoca/wxgui/profilemanager.py:218 +#: ../pyhoca/wxgui/profilemanager.py:217 msgid "Client Side printing" msgstr "Client Side printen" -#: ../pyhoca/wxgui/profilemanager.py:220 +#: ../pyhoca/wxgui/profilemanager.py:219 msgid "Use local folder sharing" msgstr "Delen van lokale mappen" -#: ../pyhoca/wxgui/profilemanager.py:221 +#: ../pyhoca/wxgui/profilemanager.py:220 msgid "Path" msgstr "Pad" -#: ../pyhoca/wxgui/profilemanager.py:224 ../pyhoca/wxgui/profilemanager.py:241 +#: ../pyhoca/wxgui/profilemanager.py:223 ../pyhoca/wxgui/profilemanager.py:240 msgid "Add" msgstr "Toevoegen" -#: ../pyhoca/wxgui/profilemanager.py:226 +#: ../pyhoca/wxgui/profilemanager.py:225 msgid "Delete" msgstr "Verwijderen" -#: ../pyhoca/wxgui/profilemanager.py:228 +#: ../pyhoca/wxgui/profilemanager.py:227 msgid "Convert between client and server encodings" msgstr "Encoding tussen client en server vertalen" -#: ../pyhoca/wxgui/profilemanager.py:229 +#: ../pyhoca/wxgui/profilemanager.py:228 msgid "Client encoding" msgstr "Client encoding" -#: ../pyhoca/wxgui/profilemanager.py:231 +#: ../pyhoca/wxgui/profilemanager.py:230 msgid "Server encoding" msgstr "Server encoding" -#: ../pyhoca/wxgui/profilemanager.py:234 +#: ../pyhoca/wxgui/profilemanager.py:233 msgid "Use file dropbox for local file import" msgstr "Importeren lokale bestanden via dropbox" -#: ../pyhoca/wxgui/profilemanager.py:235 +#: ../pyhoca/wxgui/profilemanager.py:234 msgid "Extensions" msgstr "Uitbreidingen" -#: ../pyhoca/wxgui/profilemanager.py:237 +#: ../pyhoca/wxgui/profilemanager.py:236 msgid "Action" msgstr "Actie" -#: ../pyhoca/wxgui/profilemanager.py:242 +#: ../pyhoca/wxgui/profilemanager.py:241 msgid "Defaults" msgstr "Standaardwaarden" -#: ../pyhoca/wxgui/profilemanager.py:244 +#: ../pyhoca/wxgui/profilemanager.py:243 msgid "Save" msgstr "Opslaan" -#: ../pyhoca/wxgui/profilemanager.py:245 +#: ../pyhoca/wxgui/profilemanager.py:244 msgid "Reset" msgstr "Reset" -#: ../pyhoca/wxgui/profilemanager.py:282 +#: ../pyhoca/wxgui/profilemanager.py:279 msgid "PyHoca-GUI Profile Manager - new profile" msgstr "PyHoca-GUI Profile manager - nieuw profile" -#: ../pyhoca/wxgui/profilemanager.py:284 +#: ../pyhoca/wxgui/profilemanager.py:281 #, python-format msgid "PyHoca-GUI Profile Manager - %s (connected)" msgstr "PyHoca-GUI Profile manager - %s (verbonden)" -#: ../pyhoca/wxgui/profilemanager.py:286 +#: ../pyhoca/wxgui/profilemanager.py:283 #, python-format msgid "PyHoca-GUI Profile Manager - %s" msgstr "PyHoca-GUI Profile manager - %s" -#: ../pyhoca/wxgui/profilemanager.py:604 +#: ../pyhoca/wxgui/profilemanager.py:607 msgid "Session Profile" msgstr "Sessie Profile" -#: ../pyhoca/wxgui/profilemanager.py:605 +#: ../pyhoca/wxgui/profilemanager.py:608 msgid "Connection" msgstr "Verbinding" -#: ../pyhoca/wxgui/profilemanager.py:606 +#: ../pyhoca/wxgui/profilemanager.py:609 msgid "Settings" msgstr "Instellingen" -#: ../pyhoca/wxgui/profilemanager.py:607 +#: ../pyhoca/wxgui/profilemanager.py:610 msgid "Sharing" msgstr "Delen" -#: ../pyhoca/wxgui/profilemanager.py:962 +#: ../pyhoca/wxgui/profilemanager.py:973 msgid "Icon Files (*.png)|*.png|All files (*.*)|*" msgstr "Icon Bestanden (*.png)|*.png|Alle Bestanden (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:965 +#: ../pyhoca/wxgui/profilemanager.py:976 msgid "Choose an icon for this session profile" msgstr "Icon voor dit Profile kiezen" -#: ../pyhoca/wxgui/profilemanager.py:1073 +#: ../pyhoca/wxgui/profilemanager.py:1084 msgid "All files (*.*)|*" msgstr "Alle Bestanden (*.*)|*" -#: ../pyhoca/wxgui/profilemanager.py:1075 -#: ../pyhoca/wxgui/profilemanager.py:1090 +#: ../pyhoca/wxgui/profilemanager.py:1086 +#: ../pyhoca/wxgui/profilemanager.py:1101 msgid "Choose a public SSH key" msgstr "Kies een public SSH-key" -#: ../pyhoca/wxgui/profilemanager.py:1213 +#: ../pyhoca/wxgui/profilemanager.py:1224 msgid "Choose a folder to share within a session" msgstr "Kies een map om te delen" -#: ../pyhoca/wxgui/profilemanager.py:1278 ../pyhoca/wxgui/menus_taskbar.py:86 +#: ../pyhoca/wxgui/profilemanager.py:1289 ../pyhoca/wxgui/menus_taskbar.py:86 msgid "Profile Manager" msgstr "Profile manager" -#: ../pyhoca/wxgui/profilemanager.py:1278 +#: ../pyhoca/wxgui/profilemanager.py:1289 msgid "Profile name is missing, profile unusable!!!" msgstr "Profile naam ontbreekt, kan niet gebruikt worden!!!" -#: ../pyhoca/wxgui/profilemanager.py:1298 +#: ../pyhoca/wxgui/profilemanager.py:1309 #, python-format msgid "%s - profile added" msgstr "%s - Profile toegevoegd" -#: ../pyhoca/wxgui/profilemanager.py:1299 +#: ../pyhoca/wxgui/profilemanager.py:1310 msgid "A new session profile has been added." msgstr "Een nieuw Profile is toegevoegd" -#: ../pyhoca/wxgui/profilemanager.py:1303 +#: ../pyhoca/wxgui/profilemanager.py:1314 #, python-format msgid "%s - modified" msgstr "%s - gewijzigd" -#: ../pyhoca/wxgui/profilemanager.py:1304 +#: ../pyhoca/wxgui/profilemanager.py:1315 msgid "Changes to profile have been saved." msgstr "Wijzigingen in het profile zijn opgeslagen." diff --git a/po/pyhoca-gui.pot b/po/pyhoca-gui.pot index 96535e1..5c7ad79 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-12 00:39+0100\n" +"POT-Creation-Date: 2011-01-14 04:08+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" @@ -16,36 +16,36 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../pyhoca/wxgui/logon.py:81 +#: ../pyhoca/wxgui/logon.py:80 #, python-format msgid "%s (via %s)" msgstr "" -#: ../pyhoca/wxgui/logon.py:83 ../pyhoca/wxgui/logon.py:97 +#: ../pyhoca/wxgui/logon.py:82 ../pyhoca/wxgui/logon.py:92 msgid "Username" msgstr "" -#: ../pyhoca/wxgui/logon.py:85 ../pyhoca/wxgui/logon.py:99 +#: ../pyhoca/wxgui/logon.py:84 ../pyhoca/wxgui/logon.py:94 msgid "Password" msgstr "" -#: ../pyhoca/wxgui/logon.py:88 +#: ../pyhoca/wxgui/logon.py:87 msgid "Authenticate" msgstr "" -#: ../pyhoca/wxgui/logon.py:93 -msgid "Session login" +#: ../pyhoca/wxgui/logon.py:97 +msgid " Start SSH tunnel " msgstr "" -#: ../pyhoca/wxgui/logon.py:94 -msgid "SSH proxy server login" +#: ../pyhoca/wxgui/logon.py:103 +msgid "Session login" msgstr "" -#: ../pyhoca/wxgui/logon.py:102 -msgid " Start SSH tunnel " +#: ../pyhoca/wxgui/logon.py:104 +msgid "SSH proxy server login" msgstr "" -#: ../pyhoca/wxgui/logon.py:112 ../pyhoca/wxgui/profilemanager.py:247 +#: ../pyhoca/wxgui/logon.py:115 ../pyhoca/wxgui/profilemanager.py:246 msgid "Cancel" msgstr "" @@ -123,379 +123,379 @@ msgid "" "Client for connecting you to a remote X2go server" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:56 +#: ../pyhoca/wxgui/profilemanager.py:58 msgid "GNOME Desktop (GNOME)" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:57 +#: ../pyhoca/wxgui/profilemanager.py:59 msgid "K Desktop Environment (KDE)" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:58 +#: ../pyhoca/wxgui/profilemanager.py:60 msgid "Lightweight X Desktop (LXDE)" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:59 +#: ../pyhoca/wxgui/profilemanager.py:61 msgid "XDMCP Query" msgstr "" #. 'EMBEDDED_MENU': _(u'Embedded Application Menu'), -#: ../pyhoca/wxgui/profilemanager.py:61 +#: ../pyhoca/wxgui/profilemanager.py:63 msgid "Windows Terminal Server (RDP-proxy)" msgstr "" #. 'DirectRDP': 'Windows Terminal Server (RDP-direct)', -#: ../pyhoca/wxgui/profilemanager.py:63 +#: ../pyhoca/wxgui/profilemanager.py:65 msgid "Single Application" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:64 ../pyhoca/wxgui/profilemanager.py:146 +#: ../pyhoca/wxgui/profilemanager.py:66 ../pyhoca/wxgui/profilemanager.py:145 msgid "Custom command" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:67 +#: ../pyhoca/wxgui/profilemanager.py:69 msgid "Internet Browser" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:68 +#: ../pyhoca/wxgui/profilemanager.py:70 msgid "Email Client" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:69 +#: ../pyhoca/wxgui/profilemanager.py:71 msgid "Openoffice.org" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:70 +#: ../pyhoca/wxgui/profilemanager.py:72 msgid "Terminal" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:80 +#: ../pyhoca/wxgui/profilemanager.py:82 msgid "Open file with system's default application" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:81 +#: ../pyhoca/wxgui/profilemanager.py:83 msgid "Open application chooser dialog" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:82 +#: ../pyhoca/wxgui/profilemanager.py:84 msgid "Save incoming file as ..." msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:117 +#: ../pyhoca/wxgui/profilemanager.py:116 msgid "Server" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:118 +#: ../pyhoca/wxgui/profilemanager.py:117 msgid "Connection Link Speed" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:119 +#: ../pyhoca/wxgui/profilemanager.py:118 msgid "Compression" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:120 +#: ../pyhoca/wxgui/profilemanager.py:119 msgid "Display" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:121 +#: ../pyhoca/wxgui/profilemanager.py:120 msgid "Keyboard" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:122 +#: ../pyhoca/wxgui/profilemanager.py:121 msgid "Sound" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:123 +#: ../pyhoca/wxgui/profilemanager.py:122 msgid "Printing" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:124 +#: ../pyhoca/wxgui/profilemanager.py:123 msgid "Folder Exports" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:125 +#: ../pyhoca/wxgui/profilemanager.py:124 msgid "File Import" msgstr "" #. ## #. ## widgets for the SESSION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:130 +#: ../pyhoca/wxgui/profilemanager.py:129 msgid "Profile name" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:140 +#: ../pyhoca/wxgui/profilemanager.py:139 msgid "Profile icon" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:142 +#: ../pyhoca/wxgui/profilemanager.py:141 msgid "Session type" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:144 +#: ../pyhoca/wxgui/profilemanager.py:143 msgid "Application" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:148 +#: ../pyhoca/wxgui/profilemanager.py:147 msgid "RDP settings" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:149 +#: ../pyhoca/wxgui/profilemanager.py:148 msgid "RDP server" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:151 +#: ../pyhoca/wxgui/profilemanager.py:150 msgid "RDP options" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:153 +#: ../pyhoca/wxgui/profilemanager.py:152 msgid "XDMCP server" msgstr "" #. ## #. ## widgets for the CONNECTION tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:159 ../pyhoca/wxgui/profilemanager.py:171 +#: ../pyhoca/wxgui/profilemanager.py:158 ../pyhoca/wxgui/profilemanager.py:168 msgid "User" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:161 +#: ../pyhoca/wxgui/profilemanager.py:160 msgid "Host" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:163 +#: ../pyhoca/wxgui/profilemanager.py:162 msgid "Port" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:165 +#: ../pyhoca/wxgui/profilemanager.py:164 msgid "RSA/DSA private key" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:168 +#: ../pyhoca/wxgui/profilemanager.py:167 msgid "Server behind SSH proxy" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:169 -msgid "Host[:Port]" +#: ../pyhoca/wxgui/profilemanager.py:170 +msgid "Key file" msgstr "" #: ../pyhoca/wxgui/profilemanager.py:173 -msgid "Key file" +msgid "Host[:Port]" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:176 +#: ../pyhoca/wxgui/profilemanager.py:175 msgid "SSH Proxy Tunnel" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:184 +#: ../pyhoca/wxgui/profilemanager.py:183 msgid "Modem" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:185 +#: ../pyhoca/wxgui/profilemanager.py:184 msgid "ISDN" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:186 +#: ../pyhoca/wxgui/profilemanager.py:185 msgid "ADSL" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:187 +#: ../pyhoca/wxgui/profilemanager.py:186 msgid "WAN" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:188 +#: ../pyhoca/wxgui/profilemanager.py:187 msgid "LAN" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:190 +#: ../pyhoca/wxgui/profilemanager.py:189 msgid "Method" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:192 +#: ../pyhoca/wxgui/profilemanager.py:191 msgid "Image quality" msgstr "" #. ## #. ## wigdets for the SETTINGS tab #. ## -#: ../pyhoca/wxgui/profilemanager.py:198 +#: ../pyhoca/wxgui/profilemanager.py:197 msgid "Fullscreen" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:199 +#: ../pyhoca/wxgui/profilemanager.py:198 msgid "Custom Size" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:204 +#: ../pyhoca/wxgui/profilemanager.py:203 msgid "Set display DPI" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:206 +#: ../pyhoca/wxgui/profilemanager.py:205 msgid "Keep current keyboard settings" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:207 +#: ../pyhoca/wxgui/profilemanager.py:206 msgid "Keyboard layout" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:209 +#: ../pyhoca/wxgui/profilemanager.py:208 msgid "Keyboard model" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:211 +#: ../pyhoca/wxgui/profilemanager.py:210 msgid "Enable sound support" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:212 +#: ../pyhoca/wxgui/profilemanager.py:211 msgid "Pulse Audio" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:213 +#: ../pyhoca/wxgui/profilemanager.py:212 msgid "Arts" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:214 +#: ../pyhoca/wxgui/profilemanager.py:213 msgid "esd" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:215 +#: ../pyhoca/wxgui/profilemanager.py:214 msgid "Use default sound port" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:216 +#: ../pyhoca/wxgui/profilemanager.py:215 msgid "Custom sound port" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:218 +#: ../pyhoca/wxgui/profilemanager.py:217 msgid "Client Side printing" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:220 +#: ../pyhoca/wxgui/profilemanager.py:219 msgid "Use local folder sharing" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:221 +#: ../pyhoca/wxgui/profilemanager.py:220 msgid "Path" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:224 ../pyhoca/wxgui/profilemanager.py:241 +#: ../pyhoca/wxgui/profilemanager.py:223 ../pyhoca/wxgui/profilemanager.py:240 msgid "Add" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:226 +#: ../pyhoca/wxgui/profilemanager.py:225 msgid "Delete" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:228 +#: ../pyhoca/wxgui/profilemanager.py:227 msgid "Convert between client and server encodings" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:229 +#: ../pyhoca/wxgui/profilemanager.py:228 msgid "Client encoding" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:231 +#: ../pyhoca/wxgui/profilemanager.py:230 msgid "Server encoding" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:234 +#: ../pyhoca/wxgui/profilemanager.py:233 msgid "Use file dropbox for local file import" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:235 +#: ../pyhoca/wxgui/profilemanager.py:234 msgid "Extensions" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:237 +#: ../pyhoca/wxgui/profilemanager.py:236 msgid "Action" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:242 +#: ../pyhoca/wxgui/profilemanager.py:241 msgid "Defaults" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:244 +#: ../pyhoca/wxgui/profilemanager.py:243 msgid "Save" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:245 +#: ../pyhoca/wxgui/profilemanager.py:244 msgid "Reset" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:282 +#: ../pyhoca/wxgui/profilemanager.py:279 msgid "PyHoca-GUI Profile Manager - new profile" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:284 +#: ../pyhoca/wxgui/profilemanager.py:281 #, python-format msgid "PyHoca-GUI Profile Manager - %s (connected)" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:286 +#: ../pyhoca/wxgui/profilemanager.py:283 #, python-format msgid "PyHoca-GUI Profile Manager - %s" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:604 +#: ../pyhoca/wxgui/profilemanager.py:607 msgid "Session Profile" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:605 +#: ../pyhoca/wxgui/profilemanager.py:608 msgid "Connection" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:606 +#: ../pyhoca/wxgui/profilemanager.py:609 msgid "Settings" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:607 +#: ../pyhoca/wxgui/profilemanager.py:610 msgid "Sharing" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:962 +#: ../pyhoca/wxgui/profilemanager.py:973 msgid "Icon Files (*.png)|*.png|All files (*.*)|*" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:965 +#: ../pyhoca/wxgui/profilemanager.py:976 msgid "Choose an icon for this session profile" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1073 +#: ../pyhoca/wxgui/profilemanager.py:1084 msgid "All files (*.*)|*" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1075 -#: ../pyhoca/wxgui/profilemanager.py:1090 +#: ../pyhoca/wxgui/profilemanager.py:1086 +#: ../pyhoca/wxgui/profilemanager.py:1101 msgid "Choose a public SSH key" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1213 +#: ../pyhoca/wxgui/profilemanager.py:1224 msgid "Choose a folder to share within a session" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1278 ../pyhoca/wxgui/menus_taskbar.py:86 +#: ../pyhoca/wxgui/profilemanager.py:1289 ../pyhoca/wxgui/menus_taskbar.py:86 msgid "Profile Manager" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1278 +#: ../pyhoca/wxgui/profilemanager.py:1289 msgid "Profile name is missing, profile unusable!!!" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1298 +#: ../pyhoca/wxgui/profilemanager.py:1309 #, python-format msgid "%s - profile added" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1299 +#: ../pyhoca/wxgui/profilemanager.py:1310 msgid "A new session profile has been added." msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1303 +#: ../pyhoca/wxgui/profilemanager.py:1314 #, python-format msgid "%s - modified" msgstr "" -#: ../pyhoca/wxgui/profilemanager.py:1304 +#: ../pyhoca/wxgui/profilemanager.py:1315 msgid "Changes to profile have been saved." msgstr "" diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index b83eb17..3e525df 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,6 +18,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.0.22' +__VERSION__ = '0.0.24' -from frontend import * \ No newline at end of file +from frontend import * 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)).