From 260e137a99099f75a55f46e5f6c02a9fff8c209f Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 19 Jul 2013 20:08:29 +0100 Subject: [PATCH] Update and transfer guiconfig text to messages.py --- syncplay/messages.py | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 267aa0e..a516b4e 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -98,12 +98,34 @@ en = { "args-argument" : 'player options, if you need to pass options starting with - prepend them with single \'--\' argument', # Client labels - "config-window-title" : 'Syncplay configuration', - "host-label" : 'Host: ', - "username-label" : 'Username: ', - "room-label" : 'Default room: ', - "password-label" : 'Server password (optional): ', - "path-label" : 'Path to player executable: ', + "config-window-title" : "Syncplay configuration", + + "connection-group-title" : "Connection settings", + "host-label" : "Server address: ", + "username-label" : "Username:", + "password-label" : "Server password (optional):", + "room-label" : "Default room: ", + + "media-setting-title" : "Media player settings", + "executable-path-label" : "Path to player executable:", + "media-path-label" : "Path to media file:", + "browse-label" : "Browse", + "slowdown-label" : "Slow down on desync", + "rewind-label" : "Rewind on major desync", + + "mal-title" : "Enable MyAnimeList updater (EXPERIMENTAL)", + "mal-username" : "MAL username:", + "mal-password" : "MAL password:", + + "alwayshow-label" : "Always show this dialog", + "donotstore-label" : "Do not store this configuration", + + "help-label" : "Help", + "run-label" : "Run Syncplay", + "storeandrun-label" : "Store configuration and run Syncplay", + + "roomuser-heading-label" : "Room / User", + "fileplayed-heading-label" : "File being played", # Server notifications "welcome-server-notification" : "Welcome to Syncplay server, ver. {0}", #version