[playonlinux] 129/230: New upstream version 4.0.11

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit dcb83d79baa6d08e7a35451f3a91ab25c65540ff
Author: Bertrand Marc <bmarc at debian.org>
Date:   Sun Jul 9 19:17:36 2017 +0200

    New upstream version 4.0.11
---
 bash/bug_report         |    2 +-
 bash/first_use          |   21 +-
 bash/install            |   65 +--
 bash/install_wver       |    6 +-
 bash/installpolpackages |    3 +-
 bash/killall            |    6 +-
 bash/manual_install     |   36 +-
 bash/pol_update_list    |    2 +-
 bash/polconfigurator    |   44 +-
 bash/polshell           |    5 +-
 bash/run_app            |   35 +-
 bash/run_exe            |   18 +-
 lang/po/pol.pot         | 1210 ++++++++++++++++++++++++++++++++++++++++-------
 lib/debug.lib           |   20 +-
 lib/scripts.lib         |   21 +-
 lib/website.lib         |    4 +-
 lib/wine.lib            |   26 +-
 playonlinux             |    8 +
 playonmac               |    7 +
 python/lib/Variables.py |    2 +-
 20 files changed, 1178 insertions(+), 363 deletions(-)

diff --git a/bash/bug_report b/bash/bug_report
index a7e30f1..52231ee 100755
--- a/bash/bug_report
+++ b/bash/bug_report
@@ -33,7 +33,7 @@ export TITLE="$POL_DEBUG_TITLE"
 
 POL_SetupWindow_Init
 
-POL_SetupWindow_free_presentation "$POL_DEBUG_TITLE" "$(eval_gettext "This wizard can report a bug in an application officially supported by PlayOnLinux.")"
+POL_SetupWindow_free_presentation "$POL_DEBUG_TITLE" "$(eval_gettext "This wizard will help you to report a bug about an officially supported program.")"
 if [ "$LOGTITLE" = "" ]
 then
 POL_SetupWindow_menu_num "$(eval_gettext "What kind of problem do you have?")" "$POL_DEBUG_TITLE" "$(eval_gettext 'My problem concerns $APPLICATION_TITLE itself')~$(eval_gettext "I have a problem with a software")" "~"
diff --git a/bash/first_use b/bash/first_use
index 2f378c5..8c59828 100755
--- a/bash/first_use
+++ b/bash/first_use
@@ -119,12 +119,14 @@ install_x11()
 	if [ "$OSX_VERSION" = "9" ]
 	then
 		XQuartzUrl="http://xquartz.macosforge.org/downloads/Leopard/X11-$XQUARTZ_VERSION.dmg"
+		FilePrefix="X11"
 	else
 		XQuartzUrl="http://xquartz.macosforge.org/downloads/SL/XQuartz-$XQUARTZ_VERSION.dmg"
+		FilePrefix="XQuartz"
 	fi
 	STEP_TITLE="XQuartz"
 	XQuartz_Message="$(eval_gettext "To ensure that your games will be compatible, PlayOnMac must install XQuartz")"
-	POL_SetupWindow_menu_num "$XQuartz_Message" "$STEP_TITLE" "$(eval_gettext "Please download XQuartz for me")~$(eval_gettext "I've downloaded the file by myself") (XQuartz-$XQUARTZ_VERSION.dmg)~$(eval_gettext "Don't install XQuartz for the moment")" "~"
+	POL_SetupWindow_menu_num "$XQuartz_Message" "$STEP_TITLE" "$(eval_gettext "Please download XQuartz for me")~$(eval_gettext "I've downloaded the file by myself") ($FilePrefix-$XQUARTZ_VERSION.dmg)~$(eval_gettext "Don't install XQuartz for the moment")" "~"
 	if [ "$APP_ANSWER" = "0" ]
 	then
 		POL_SetupWindow_download "$(eval_gettext "Downloading XQuartz")" "$STEP_TITLE" "$XQuartzUrl"
@@ -132,7 +134,7 @@ install_x11()
 	fi
 	if [ "$APP_ANSWER" = "1" ]
 	then
-		POL_SetupWindow_browse "$(eval_gettext "Where is") XQuartz-$XQUARTZ_VERSION.dmg ?" "$STEP_TITLE"
+		POL_SetupWindow_browse "$(eval_gettext "Where is") $FilePrefix-$XQUARTZ_VERSION.dmg ?" "$STEP_TITLE"
 		cd "$(dirname "$APP_ANSWER")"
 		got_xquartz="true"
 	fi
@@ -140,20 +142,21 @@ install_x11()
 	if [ "$got_xquartz" = "true" ]
 	then
 		POL_SetupWindow_wait_next_signal "$(eval_gettext "Installing XQuartz...")" "$STEP_TITLE"
-		open XQuartz-$XQUARTZ_VERSION.dmg
-		while [ ! -d "/Volumes/XQuartz-$XQUARTZ_VERSION" ]
+		open $FilePrefix-$XQUARTZ_VERSION.dmg
+		while [ ! -d "/Volumes/$FilePrefix-$XQUARTZ_VERSION" ]
 		do
 			sleep 1
 		done
-		/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /Volumes/XQuartz-$XQUARTZ_VERSION/XQuartz.pkg
-		umount /Volumes/XQuartz-$XQUARTZ_VERSION
+		/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /Volumes/$FilePrefix-$XQUARTZ_VERSION/$FilePrefix.pkg
+		umount /Volumes/$FilePrefix-$XQUARTZ_VERSION
 	fi
 	
 
-	if [ ! -d "/opt/X11" ] || [ -L "/opt/X11" ]
+	if [ ! -e "/Applications/Utilities/XQuartz.app" ] && [ "$OSX_VERSION" = "10" ]
 	then
-		POL_SetupWindow_message "$(eval_gettext "Unable to install XQuartz ! You must install it to improve games compatibility")" "$STEP_TITLE"
+		POL_SetupWindow_message "$(eval_gettext "Unable to install XQuartz! You must install it to improve games compatibility.")" "$STEP_TITLE"
 	fi
+	POL_SetupWindow_message "$(eval_gettext "XQuartz has been installed. You might need to reboot your computer")" "$STEP_TITLE"
 }
 
 install_prefix()
@@ -276,6 +279,8 @@ POL_SetupWindow_Init
 POL_SetupWindow_free_presentation "$(eval_gettext '$APPLICATION_TITLE first use')" "$(eval_gettext 'It appears it is the first time you are using $APPLICATION_TITLE.')\n$(eval_gettext 'This wizard will help you prepare $APPLICATION_TITLE environement')\n$(eval_gettext "Please ensure you are connected to the internet.")"
 
 [ "$POL_OS" == "Mac" ] && [ ! -e "/Applications/Utilities/XQuartz.app" ] && [ "$OSX_VERSION" = "10" ] &&  install_x11
+[ "$POL_OS" == "Mac" ] && [ "$OSX_VERSION" = "9" ] &&  install_x11
+
 install_fonts
 install_prefix
 POL_SetupWindow_message "$(eval_gettext 'Thank you for using $APPLICATION_TITLE')" "$(eval_gettext '$APPLICATION_TITLE first use')"
diff --git a/bash/install b/bash/install
index 397fbfa..2a71ceb 100755
--- a/bash/install
+++ b/bash/install
@@ -17,64 +17,31 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
 
-if [ "$PLAYONLINUX" = "" ]
-then
-	exit 0
-fi
-
+[ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources" 
 
-#if [ ! "$OFFLINE" == "1" ]
-#then
-#	menu=$($PYTHON "$PLAYONLINUX/python/install.py" | tail -n 1);
-#fi
 menu="$1"
-if [ "$menu" = "ExecLiveInstall" -o "$OFFLINE" == "1" ]
+if [ "$menu" = "ExecLiveInstall" ]
 then
-	if [ "$installbis" = "$LNG_MAIN_INSTALL_LIVE" ]
-	then
-		bash "$PLAYONLINUX/bash/manual_install"
-	fi
+	bash "$PLAYONLINUX/bash/manual_install"
 	exit
 fi
-if [ "$?" != 0 ]
-then
-	exit	
-fi
-#check_network "playonlinux.com" --quiet
-if [ $? == 0 ]
+
+if [ ! "$menu" = "" ]
 then
-	if [ ! "$menu" = "" ]
+	export TITLE="$menu"
+	type="$(echo $menu | cut -d ':' -f1)"
+	if [ "$type" = "get" ]
 	then
-		export TITLE="$menu"
-		type="$(echo $menu | cut -d ':' -f1)"
-		#echo $type
-		if [ "$type" = "get" ]
-		then
-			id=$(echo "$menu" | cut -d ":" -f2)
-		
-			#POL_SetupWindow_Init ""
-			#POL_SetupWindow_free_presentation "Install a non-validated script" "PlayOnLinux is going to execute a non-validated script.\n\nThese scripts have not been checked by PlayOnLinux validators. Please ensure you know what you are doing !"
-			rm "$REPERTOIRE/install"
-			wget "$SITE/V4_data/repository/get_file_n.php?version=PlayOn$POL_OS-$VERSION&id=$id" -O "$REPERTOIRE/install" -q
-			#POL_SetupWindow_licence "Here the source code of the script. Check it carrefully" "Non validated script" "$REPERTOIRE/install"
-			#POL_SetupWindow_Close
-
-			
-
-			if [ -e "$REPERTOIRE/install" ]
-			then
-				POL_Bash "$REPERTOIRE/install"
-			fi
-			exit
-		fi
-		menu=${menu//" "/"%20"}
+		id=$(echo "$menu" | cut -d ":" -f2)
 		rm "$REPERTOIRE/install"
-		wget "$SITE/V4_data/repository/get_file.php?version=playonlinux-$VERSION&id=$menu" -O "$REPERTOIRE/install" -q
-		if [ -e "$REPERTOIRE/install" ]
-		then
-			POL_Bash "$REPERTOIRE/install"
-		fi
+		wget "$SITE/V4_data/repository/get_file_n.php?version=PlayOn$POL_OS-$VERSION&id=$id" -O "$REPERTOIRE/install" -q
+		[ -e "$REPERTOIRE/install" ] && POL_Bash "$REPERTOIRE/install"
+		exit
 	fi
+	menu=${menu//" "/"%20"}
+	rm "$REPERTOIRE/install"
+	wget "$SITE/V4_data/repository/get_file.php?version=playonlinux-$VERSION&id=$menu" -O "$REPERTOIRE/install" -q
+	[ -e "$REPERTOIRE/install" ] && POL_Bash "$REPERTOIRE/install"
 fi
 
diff --git a/bash/install_wver b/bash/install_wver
index 38215d6..694fb2c 100755
--- a/bash/install_wver
+++ b/bash/install_wver
@@ -17,11 +17,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
 
-if [ "$PLAYONLINUX" = "" ]
-then
-	exit 0
-fi
-
+[ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources" 
 
 POL_SetupWindow_Init
diff --git a/bash/installpolpackages b/bash/installpolpackages
index 305321e..33ef423 100755
--- a/bash/installpolpackages
+++ b/bash/installpolpackages
@@ -36,8 +36,7 @@ shift
 export POL_WINEVERSION="$(POL_Config_PrefixRead VERSION)"
 
 POL_Wine_AutoSetVersionEnv
-#[ "$WINEVERSION" = "" ] || Use_WineVersion $WINEVERSION
-POL_Call "$1"
+POL_Call "$1" --force
 
 POL_SetupWindow_Close
 exit
diff --git a/bash/killall b/bash/killall
index f6c3dd0..39357d9 100755
--- a/bash/killall
+++ b/bash/killall
@@ -17,11 +17,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
 
-if [ "$PLAYONLINUX" = "" ]
-then
-	exit 0
-fi
-
+[ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources" 
 
 
diff --git a/bash/manual_install b/bash/manual_install
index d19efc2..8ae9b2f 100755
--- a/bash/manual_install
+++ b/bash/manual_install
@@ -194,36 +194,10 @@ if [ "$(echo $WHATTORUNBEFORE | grep -o "$LNG_WC_CONFWINE")" == "$LNG_WC_CONFWIN
 then
 	POL_SetupWindow_wait_next_signal "$(eval_gettext "Configure Wine")" "$(eval_gettext 'Manual installation')"
 	cd "$WINEPREFIX"
-	ls
-	cp user.reg user.org
-	cp system.reg system.org
-	
-	wine winecfg
-
-# La je sens qu'on va bien s'amuser comme des petits fous :)
-# En fait on oublit cette idée ! Trop de trucs utilisateurs merdiques
-	cat << EOF >> /dev/null 
-cat << END1 > "\$REPERTOIRE/tmp/user.diff"
-$(diff user.org user.reg)
-END1
-
-cat << END2 > "\$REPERTOIRE/tmp/system.diff"
-$(diff system.org system.reg)
-END2
-
-cd "\$WINEPREFIX"
-mv user.reg user.org
-mv system.reg system.org
-
-patch -p0 < "\$REPERTOIRE/tmp/user.diff"
-patch -p0 < "\$REPERTOIRE/tmp/system.diff"
-
-mv user.org user.reg
-mv system.org system.reg
-EOF
+	POL_Wine winecfg
 fi
 
-#Running WineTricks
+#Running POL_Calls
 if [ "$(echo $WHATTORUNBEFORE | grep -o "$LNG_WC_USEWT")" == "$LNG_WC_USEWT" ]
 then
 	[ "$WINEPREFIX" == "" ] && POL_Debug_Fatal "WINEPREFIX is not set"
@@ -253,7 +227,7 @@ fi
 
 A_LIST=""
 i=0
-POL_SetupWindow_wait_next_signal "$(eval_gettext 'Looking for runnable CD-ROMs')" "$TITLE"
+POL_SetupWindow_wait "$(eval_gettext 'Looking for runnable CD-ROMs')" "$TITLE"
 cd "$MEDIA_DIR"
 
 for device in *
@@ -274,7 +248,7 @@ do
 		i=$(( i+1 ))
 	fi
 done
-POL_Debug_Message "Autorun : Found $i media"
+POL_Debug_Message "Autorun: Found $i media"
 
 LNG_MANUAL_FILE="$(eval_gettext "Select another file")"
 
@@ -343,8 +317,6 @@ POL_Wine "$SETUP_PATH"
 echo "POL_Wine \"\$SETUP_PATH\"" >> "$SCRIPTPATH"
 fi 
 
-#POL_SetupWindow_message "$(eval_gettext 'Please do not press Next until the installation has been completed.')" "$TITLE"
-#echo "POL_SetupWindow_message \"\$(eval_gettext 'Please do not press Next until the installation has been completed.')\" \"\$TITLE\"" >> "$SCRIPTPATH"
 POL_Wine_WaitExit
 echo "POL_Wine_WaitExit" >> "$SCRIPTPATH"
 rm "$POL_USER_ROOT/tmp/shortcuts" 2> /dev/null
diff --git a/bash/pol_update_list b/bash/pol_update_list
index c005a3a..7c460e8 100755
--- a/bash/pol_update_list
+++ b/bash/pol_update_list
@@ -70,7 +70,7 @@ maj_check ()
 		POL_Debug_Message "Updating list"
 		mkdir -p "$REPERTOIRE/configurations/listes/"
 		cd "$REPERTOIRE/configurations/listes"
-		rm -f * 2> /dev/null
+		rm -f "$REPERTOIRE/configurations/listes/"* 2> /dev/null
 		touch 0 1 2 3 4 5 6 7 8 9 10 rate download search
 		mv "$REPERTOIRE/configurations/POL_Functions" "$REPERTOIRE/configurations/listes/POL_Functions"
 					
diff --git a/bash/polconfigurator b/bash/polconfigurator
index 3c7e580..c46c6f0 100755
--- a/bash/polconfigurator
+++ b/bash/polconfigurator
@@ -18,10 +18,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
 
-if [ "$PLAYONLINUX" = "" ]
-then
-exit 0
-fi
+[ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 TITLE="$(eval_gettext '$APPLICATION_TITLE Application Configurator')"
 pol_winecfg()
@@ -149,24 +146,9 @@ redirect_to_pol_configure_function()
 	elif [ "$1" = "$LNG_KPROCESS" -o "$1" = "KillApp" ] # Encoding problem ! Be careful	
 	then
 		pol_kprocess
-	elif [ "$1" = "$LNG_UPDATEPREFIX" ] 
-	then
-		POL_SetupWindow_prefixcreate
-	elif [ "$1" = "$LNG_WINDOWS_REBOOT" ] 
-	then
-		pol_wineboot
-	elif [ "$1" = "$LNG_APLUGIN" ] 
-	then
-		pol_awinecfg
-	elif [ "$1" = "$LNG_POLCFG $APP" ] 
-	then
-		pol_scfg
 	elif [ "$1" = "IconChange" ] || [ "$1" = "$LNG_CHANGEICON" ]
 	then
 		pol_changeicon
-	elif [ "$1" = "$LNG_WINETRICKS" ] 
-	then
-		pol_winetricks
 	fi
 }
 
@@ -174,30 +156,8 @@ APP="$1"
 FUNCTIONTORUN="$2"	#0-run menu; other-run remotely
 FIRSTARGUMENT="$3"	#argument for function run remotely
 prefixe=$(detect_wineprefix "$1")
-wineversion=$(detect_wineversion "$1")
-
-if [ "$wineversion" != "" ]
-then
-    export PATH="$REPERTOIRE/WineVersions/$wineversion/usr/bin/:$PATH"
-    export LD_LIBRARY_PATH="$REPERTOIRE/WineVersions/$wineversion/usr/lib/wine/:$LD_LIBRARY_PATH"
-fi
 export WINEPREFIX="$prefixe"
-#Use_WineVersion "$wineversion"
 
-if [ "$FUNCTIONTORUN" != "" ]
-then
-    redirect_to_pol_configure_function "$FUNCTIONTORUN"
-else
+redirect_to_pol_configure_function "$FUNCTIONTORUN"
 
-    POL_SetupWindow_Init
-    POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome to $APPLICATION_TITLE Application Configurator.\nThis wizard will help you to configure: ')$1 $(eval_gettext "\n\nThe following Wine prefix will be updated: ")$prefixe $(eval_gettext "\n\nBe careful! $APPLICATION_TITLE will need to kill all the programs running in this prefix!")"
-    while [ 1 ]
-    do
-        main_menu
-        sleep 1
-    done
-    #Why there is something after an infinite while loop?
-    #We will never here!
-    POL_SetupWindow_Close
-fi
 exit
diff --git a/bash/polshell b/bash/polshell
index 037f431..5291821 100755
--- a/bash/polshell
+++ b/bash/polshell
@@ -18,10 +18,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
 
-if [ "$PLAYONLINUX" = "" ]
-then
-exit 0
-fi
+[ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 bash --rcfile "$PLAYONLINUX/etc/pol_bash"
diff --git a/bash/run_app b/bash/run_app
index 26864c6..0e29902 100755
--- a/bash/run_app
+++ b/bash/run_app
@@ -23,9 +23,10 @@ source "$PLAYONLINUX/lib/sources"
 
 debug_menu()
 {
-	POL_SetupWindow_menu_num "$PACKAGE $(eval_gettext "crashed.") $(eval_gettext "What do you want to do ?")" "$TITLE" "$(eval_gettext "Show me the log file")~$(eval_gettext "Show me the full report")~$(eval_gettext "Send the report to us")~$(eval_gettext "Nothing")" "~"
+	POL_SetupWindow_menu_num "$PACKAGE $(eval_gettext "crashed.") $(eval_gettext "What do you want to do ?")" "$TITLE" "$(eval_gettext "Show me the log file")~$(eval_gettext "Show me the full report")~$(eval_gettext "Send the report to us")~$(eval_gettext "Send to pastebin")~$(eval_gettext "Nothing")" "~"
 	ACTION="$APP_ANSWER"
-	echo $ACTION
+	
+	
 	if [ "$ACTION" = "0" ]
 	then
 		debug_log
@@ -34,9 +35,17 @@ debug_menu()
 	then
 		debug_fulllog
 	fi
-	
 	if [ "$ACTION" = "3" ]
 	then
+		contenu="$(cat "$LOGFILE")"
+		PACKAGE="$(POL_Website_urlparse "$PACKAGE")"
+		contenu="$(POL_Website_urlparse "$contenu")"
+		pastebinurl="$(echo "$contenu" | pastebin)"
+		POL_Browser "$pastebinurl"
+		POL_SetupWindow_message "Pastebin url : $pastebinurl" "$TITLE"
+	fi
+	if [ "$ACTION" = "4" ]
+	then
 		POL_SetupWindow_Close
 		exit
 	fi
@@ -46,6 +55,15 @@ debug_menu()
 	fi
 	debug_menu
 }
+pastebin()
+{
+	INPUT="$(</dev/stdin)"
+
+	querystring="paste_private=0&paste_code=${INPUT}&paste_name=${PACKAGE}&paste_email=&paste_format="
+
+	#post data to pastebin.com API
+	curl -d "${querystring}" http://pastebin.com/api_public.php
+}
 debug_log()
 {
 	POL_SetupWindow_file "Log file" "$TITLE" "$LOGFILE.e"
@@ -59,8 +77,8 @@ debug_sendtopom()
 	[ "$POL_OS" == "Linux" ] && TRACKER="1"
 	[ "$POL_OS" == "Mac" ] && TRACKER="4"
 	
-	POL_SetupWindow_textbox_multiline "$(eval_gettext "Please add everything that could help us.")" "$TITLE"
-	[ "$APP_ANSWER" = "" ] && POL_SetupWindow_message "$(eval_gettext "Please enter a description")" "$TITLE" && POL_SetupWindow_Close
+	POL_SetupWindow_textbox_multiline "$(eval_gettext "Please enter everything that might help us in english.\nIf you are not accurate, your bug will be closed")" "$TITLE"
+	[ "$APP_ANSWER" = "" ] && POL_SetupWindow_message "$(eval_gettext "Please enter a description in english.\nIf you are not accurate, your bug will be closed")" "$TITLE" && POL_SetupWindow_Close
 	echo "$APP_ANSWER" >> "$LOGFILE"
 	POL_Website_login
 	POL_Website_Init
@@ -118,15 +136,13 @@ fi
 
 $(POL_Config_Read PRE_RUNNING)
 bash "$PACKAGE" 2>> "$LOGFILE.e" >> "$LOGFILE.e"
-$(POL_Config_Read POST_RUNNING)
-
 
 if [ ! "$?" = "0" ]
 then 
 
 
 	POL_SetupWindow_Init
-	POL_SetupWindow_wait_next_signal "$(eval_gettext "$APPLICATION_TITLE debugger is starting...")" "$TITLE"
+	POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE debugger is starting...')" "$TITLE"
 	if [ ! "$(cat "$PACKAGE" | grep 'export WINEDEBUG="-all"')" = "" ]
 	then
 		POL_SetupWindow_message "$(eval_gettext "The program you run crashed.\n\nYou need to enable debugging to get more details.\nPlease go to configure menu")" "$TITLE"
@@ -141,4 +157,5 @@ then
 		debug_menu	
 	fi
 	POL_SetupWindow_Close
-fi
\ No newline at end of file
+fi
+$(POL_Config_Read POST_RUNNING)
\ No newline at end of file
diff --git a/bash/run_exe b/bash/run_exe
index a431b3b..34ea91c 100755
--- a/bash/run_exe
+++ b/bash/run_exe
@@ -28,29 +28,29 @@ POL_Debug_Init
 
 install_wizard()
 {
-POL_SetupWindow_free_presentation "$TITRE" "Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer"
-POL_SetupWindow_textbox "What is the name of you program ?" "$TITRE"
+POL_SetupWindow_free_presentation "$TITRE" "$(eval_gettext 'Welcome to $APPLICATION_TITLE assistant.\nIt will help you to install $file on your computer.\n\nBe careful! This program is not officially supported by $APPLICATION_TITLE.\nTherefore, it might not work as expected')"
+POL_SetupWindow_textbox "$(eval_gettext 'What is the name of you program?')" "$TITRE"
 PRGM_NAME="$APP_ANSWER"
 #PRGM_NAME="Notepad++"
 PREFIX_NAME=`echo "$PRGM_NAME"| tr -c [[a-zA-Z0-9]\.] '_'`
 echo "$md5:$PREFIX_NAME" >> $md5file
 select_prefix "$REPERTOIRE/wineprefix/$PREFIX_NAME"
 POL_Wine_PrefixCreate
-POL_SetupWindow_wait "$APPLICATION_TITLE is installing $PRGM_NAME" "$TITRE"
+POL_SetupWindow_wait "$(eval_gettext '$APPLICATION_TITLE is installing $PRGM_NAME')" "$TITRE"
 POL_Wine "$line"
+POL_Wine_WaitExit
 POL_SetupWindow_shortcut_creator
-POL_SetupWindow_message "Installation finished." "$TITRE"
+POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITRE"
 }
 
 run_wizard()
 {
-POL_SetupWindow_wait_next_signal "$APPLICATION_TITLE is running your program" "$TITRE"
+POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is running your program')" "$TITRE"
 PREFIX_NAME="$(cat $md5file | grep $md5 | cut -d ':' -f2)"
 select_prefix "$REPERTOIRE/wineprefix/$PREFIX_NAME"
 sleep 2
-wine "$line" &
+POL_Wine "$line" &
 sleep 2
-POL_SetupWindow_detect_exit
 }
 
 
@@ -60,7 +60,7 @@ POL_SetupWindow_Init # Quoi qu'il arrive on ouvre la fenêtre
 
 if [ "$(POL_Config_Read FIRST_USE)" = "" ] # PlayOn* pas initialisé ? Alors on attend que ce soit fini
 then
-	POL_SetupWindow_wait_next_signal "$(eval_gettext "Waiting for the first-assistant to be finished")" "$TITRE"
+	POL_SetupWindow_wait_next_signal "$(eval_gettext 'Waiting for the first-assistant to be finished')" "$TITRE"
 	sleep 1
 	#bash "$PLAYONLINUX/bash/first_use" & #### Fixme ! La ya des test à faire !
 fi
@@ -98,7 +98,7 @@ fi
 
 if [ ! "$(cat $md5file | grep $md5)" = "" ] # Le programme a déjà été lancé
 then
-	POL_SetupWindow_question "$(eval_gettext "$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?")" "$TITRE"
+	POL_SetupWindow_question "$(eval_gettext '$APPLICATION_TITLE has already run this program.\nDo you want to keep the old settings ?')" "$TITRE"
 	if [ "$APP_ANSWER" = "TRUE" ]
 	then
 		run_wizard
diff --git a/lang/po/pol.pot b/lang/po/pol.pot
index ffba42c..980b7a5 100644
--- a/lang/po/pol.pot
+++ b/lang/po/pol.pot
@@ -1,25 +1,26 @@
+# PlayOnLinux translation template
+# Copyright (C) 2007-2011 PlayOnLinux Team
+# This file is distributed under the same license as the PlayOnLiux package.
+#
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PlayOnLinux\n"
 "Report-Msgid-Bugs-To: MulX <os2mule at gmail.com>\n"
-"POT-Creation-Date: 2011-08-15 15:23+0200\n"
+"POT-Creation-Date: 2011-08-29 10:18:12+02:00\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2011-08-26 13:16+0000\n"
-"X-Generator: Launchpad (build 13794)\n"
 
 #: Capture plugin:2, Detour plugin:4
 msgid "Which application do you want to apply the modification to?"
 msgstr ""
 
 #: Capture plugin:3
-msgid ""
-"This plugin wil allow you to capture you applications under PlayOnLinux"
+msgid "This plugin wil allow you to capture you applications under PlayOnLinux"
 msgstr ""
 
 #: Capture plugin:4
@@ -204,6 +205,820 @@ msgstr ""
 #: Detour plugin:6
 msgid "Operation done"
 msgstr ""
+#: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:40
+#: PlayOnLinux_Scripts/Age_Of_Empires_II___The_Age_of_Kings_:40
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:49
+#: PlayOnLinux_Scripts/Assassin_s_Creed_:49
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:52
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:52
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:91
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:84
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:47
+#: PlayOnLinux_Scripts/Bioshock_:49 PlayOnLinux_Scripts/Blur_:49
+#: PlayOnLinux_Scripts/Borderlands_:49 PlayOnLinux_Scripts/Brink_:51
+#: PlayOnLinux_Scripts/Bulletstorm_:52
+#: PlayOnLinux_Scripts/Call_of_Duty___Black_Ops_:48
+#: PlayOnLinux_Scripts/Cars_2_:44
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:53
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:49
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:45
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:93
+#: PlayOnLinux_Scripts/Crysis_2_:49
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:49
+#: PlayOnLinux_Scripts/Dead_Rising_2_:50 PlayOnLinux_Scripts/Dead_Space_:49
+#: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/DiRT_3_:51
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:57
+#: PlayOnLinux_Scripts/Fallout_3_:49 PlayOnLinux_Scripts/Mass_Effect_:49
+#: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
+#, sh-format
+msgid "Please insert game media into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44
+#: PlayOnLinux_Scripts/Age_Of_Empires_II___The_Age_of_Kings_:44
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:53
+#: PlayOnLinux_Scripts/Assassin_s_Creed_:53
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:59
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:59
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:83 PlayOnLinux_Scripts/Baldur_s_Gate_:95
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:76
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:88
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:51
+#: PlayOnLinux_Scripts/Bioshock_:53 PlayOnLinux_Scripts/Blur_:53
+#: PlayOnLinux_Scripts/Borderlands_:60 PlayOnLinux_Scripts/Brink_:55
+#: PlayOnLinux_Scripts/Bulletstorm_:56
+#: PlayOnLinux_Scripts/Call_of_Duty___Black_Ops_:52
+#: PlayOnLinux_Scripts/Cars_2_:49
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:57
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:59
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:60
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:53
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:49
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:97
+#: PlayOnLinux_Scripts/Crysis_2_:53
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
+#: PlayOnLinux_Scripts/Dead_Rising_2_:54 PlayOnLinux_Scripts/Dead_Space_:53
+#: PlayOnLinux_Scripts/Dead_Space_2_:81
+#: PlayOnLinux_Scripts/Devil_May_Cry_4_:54 PlayOnLinux_Scripts/DiRT_3_:55
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:61
+#: PlayOnLinux_Scripts/Mass_Effect_:53
+#: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:62
+#, sh-format
+msgid ""
+"Click on \"Forward\" ONLY when the game installation is finished\\nor you "
+"will have to redo the installation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:48
+#: PlayOnLinux_Scripts/Age_Of_Empires_II___The_Age_of_Kings_:48
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:61
+#: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:54
+#: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:53
+#: PlayOnLinux_Scripts/Alien_Breed___Impact_:53
+#: PlayOnLinux_Scripts/Ancients_of_Ooga_:59
+#: PlayOnLinux_Scripts/Anomaly___Warzone_Earth_:85
+#: PlayOnLinux_Scripts/Assassin_s_Creed_:61
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:74
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:74
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:99
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:92
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:55
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:55
+#: PlayOnLinux_Scripts/Bioshock_:61 PlayOnLinux_Scripts/Bit._Trip_Runner_:56
+#: PlayOnLinux_Scripts/Blur_:61 PlayOnLinux_Scripts/Borderlands_:77
+#: PlayOnLinux_Scripts/Brink_:63 PlayOnLinux_Scripts/Bulletstorm_:64
+#: PlayOnLinux_Scripts/Call_of_Duty___Black_Ops_:60
+#: PlayOnLinux_Scripts/Cars_2_:54
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:69
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:100
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:61
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:57
+#: PlayOnLinux_Scripts/CreaVures_:52 PlayOnLinux_Scripts/Crysis_2_:61
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:61
+#: PlayOnLinux_Scripts/Dead_Rising_2_:62 PlayOnLinux_Scripts/Dead_Space_:61
+#: PlayOnLinux_Scripts/Dead_Space_2_:93
+#: PlayOnLinux_Scripts/Devil_May_Cry_4_:62 PlayOnLinux_Scripts/DiRT_3_:63
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:73
+#: PlayOnLinux_Scripts/Fallout_3_:70 PlayOnLinux_Scripts/Magicka_:69
+#: PlayOnLinux_Scripts/Mass_Effect_:61
+#: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:66
+#, sh-format
+msgid "Please select the setup file to run:"
+msgstr ""
+
+#: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:50
+#: PlayOnLinux_Scripts/Age_Of_Empires_II___The_Age_of_Kings_:50
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:63
+#: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:56
+#: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:55
+#: PlayOnLinux_Scripts/Alien_Breed___Impact_:55
+#: PlayOnLinux_Scripts/Ancients_of_Ooga_:61
+#: PlayOnLinux_Scripts/Anomaly___Warzone_Earth_:87
+#: PlayOnLinux_Scripts/Assassin_s_Creed_:63
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:76
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:76
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:101
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:94
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:57
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:57
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:54
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:64
+#: PlayOnLinux_Scripts/Bit._Trip_Runner_:58 PlayOnLinux_Scripts/Blur_:63
+#: PlayOnLinux_Scripts/Borderlands_:79 PlayOnLinux_Scripts/Brink_:65
+#: PlayOnLinux_Scripts/Bulletstorm_:66
+#: PlayOnLinux_Scripts/Call_of_Duty___Black_Ops_:62
+#: PlayOnLinux_Scripts/Cars_2_:56
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:71
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:65
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:81
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:102
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:80
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:103
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:63
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:68
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:59
+#: PlayOnLinux_Scripts/CreaVures_:54 PlayOnLinux_Scripts/Crysis_2_:63
+#: PlayOnLinux_Scripts/Crysis_2_Multiplayer_Demo_:53
+#: PlayOnLinux_Scripts/DiRT_3_:65
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:75
+#: PlayOnLinux_Scripts/Fallout_3_:72 PlayOnLinux_Scripts/Magicka_:71
+#: PlayOnLinux_Scripts/Mass_Effect_:63 PlayOnLinux_Scripts/Sonic_Fan_Remix_:41
+#, sh-format
+msgid "Installation in progress..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Age_Of_Empires_II___The_Age_of_Kings_:62
+#, sh-format
+msgid "Downloading fix..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:57
+#: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:50
+#: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:49
+#: PlayOnLinux_Scripts/Alien_Breed___Impact_:49
+#: PlayOnLinux_Scripts/Ancients_of_Ooga_:51
+#: PlayOnLinux_Scripts/Ancients_of_Ooga_:55
+#: PlayOnLinux_Scripts/Anomaly___Warzone_Earth_:77
+#: PlayOnLinux_Scripts/Anomaly___Warzone_Earth_:81
+#: PlayOnLinux_Scripts/Assassin_s_Creed_:57
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:63
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:63
+#: PlayOnLinux_Scripts/Bioshock_:57 PlayOnLinux_Scripts/Bit._Trip_Runner_:52
+#: PlayOnLinux_Scripts/Blur_:57 PlayOnLinux_Scripts/Borderlands_:73
+#: PlayOnLinux_Scripts/Brink_:59 PlayOnLinux_Scripts/Bulletstorm_:60
+#: PlayOnLinux_Scripts/Call_of_Duty___Black_Ops_:56
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:61
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:65
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:96
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:97
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:57
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:53
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:101
+#: PlayOnLinux_Scripts/CreaVures_:48 PlayOnLinux_Scripts/Crysis_2_:57
+#: PlayOnLinux_Scripts/Crysis_2_Multiplayer_Demo_:59
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:57
+#: PlayOnLinux_Scripts/Dead_Rising_2_:58 PlayOnLinux_Scripts/Dead_Space_:57
+#: PlayOnLinux_Scripts/Dead_Space_2_:89
+#: PlayOnLinux_Scripts/Devil_May_Cry_4_:58 PlayOnLinux_Scripts/DiRT_3_:59
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:65
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:69
+#: PlayOnLinux_Scripts/Fallout_3_:66 PlayOnLinux_Scripts/Magicka_:61
+#: PlayOnLinux_Scripts/Magicka_:65 PlayOnLinux_Scripts/Mass_Effect_:57
+#, sh-format
+msgid ""
+"Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or "
+"you will have to redo the installation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Alice___Madness_Returns_:93
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:110
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:109
+#: PlayOnLinux_Scripts/Blur_:94 PlayOnLinux_Scripts/Borderlands_:112
+#: PlayOnLinux_Scripts/Brink_:118 PlayOnLinux_Scripts/Bulletstorm_:145
+#: PlayOnLinux_Scripts/Cars_2_:86
+#: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:106
+#: PlayOnLinux_Scripts/Crysis_2_:92 PlayOnLinux_Scripts/Dead_Rising_2_:143
+#: PlayOnLinux_Scripts/Dead_Space_:95 PlayOnLinux_Scripts/Dead_Space_2_:130
+#: PlayOnLinux_Scripts/Devil_May_Cry_4_:96 PlayOnLinux_Scripts/DiRT_3_:141
+#: PlayOnLinux_Scripts/Divinity_II___The_Dragon_Knight_Saga_:114
+#: PlayOnLinux_Scripts/Fallout_3_:109
+#, sh-format
+msgid ""
+"You must disable anti-piracy protections of this game\\nif you want to play "
+"it with wine."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:62
+#: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:61
+#: PlayOnLinux_Scripts/Alien_Breed___Impact_:61
+#, sh-format
+msgid ".NET 3.0 installation will fail, dont"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:55
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:70
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:55
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:70
+#, sh-format
+msgid "Installation of the Ubisoft Game Launcher in progress..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_:68
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:68
+#, sh-format
+msgid "Downloading the Ubisoft Game Launcher..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:26
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:26
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:25
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:26
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:26
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:26
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:26
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:25
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:25
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:25
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:24
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:24
+#, sh-format
+msgid "Welcome in the patch $PVERSION Installer for $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:31
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:30
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:31
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:31
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:30
+#: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:50
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:31
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:30
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:31
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:29
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:29
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:29
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:30
+#: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:28
+#: PlayOnLinux_Scripts/Fallout_3___DLC_:27
+#, sh-format
+msgid "Game is not installed."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:45
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:44
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:44
+#: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:64
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:45
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:45
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:43
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:43
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:44
+#: PlayOnLinux_Scripts/Dead_Space_2_:36 PlayOnLinux_Scripts/Dead_Space_2_:40
+#: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:42
+#, sh-format
+msgid "Steam have is own automatic update system."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:54
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:53
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:46
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:46
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:53
+#: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:73
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:64
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:64
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:52
+#: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:51
+#, sh-format
+msgid "Select patch to execute"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:61
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:61
+#: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:60
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:65
+#: PlayOnLinux_Scripts/Bioshock_Patch_1.1_:62
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:80
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:79
+#: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:67
+#: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:72
+#, sh-format
+msgid ""
+"Wait while the patch is downloading...\\nThis operation can take time, "
+"depending of your connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:47
+#, sh-format
+msgid "Please insert game media 1 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:50 PlayOnLinux_Scripts/Baldur_s_Gate_:57
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:64 PlayOnLinux_Scripts/Baldur_s_Gate_:71
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:78
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:50
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:57
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:64
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:71
+#: PlayOnLinux_Scripts/Dead_Space_2_:70 PlayOnLinux_Scripts/Dead_Space_2_:77
+#, sh-format
+msgid "Wait while the installation is prepared..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:55
+#, sh-format
+msgid "Please insert game media 2 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:62
+#, sh-format
+msgid "Please insert game media 3 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:69
+#, sh-format
+msgid "Please insert game media 4 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_:76
+#, sh-format
+msgid "Please insert game media 5 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:47
+#: PlayOnLinux_Scripts/Dead_Space_2_:67
+#, sh-format
+msgid "Please insert media 1 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:55
+#: PlayOnLinux_Scripts/Dead_Space_2_:74
+#, sh-format
+msgid "Please insert media 2 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
+#, sh-format
+msgid "Please insert media 3 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_:69
+#, sh-format
+msgid "Please insert media 4 into your disk drive\\nif not already done."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:52
+#, sh-format
+msgid "English version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
+#, sh-format
+msgid "Internationnal version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55
+#, sh-format
+msgid "Italian version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:58
+#, sh-format
+msgid "Japanese version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
+#: PlayOnLinux_Scripts/Borderlands_:63 PlayOnLinux_Scripts/Fallout_3_:56
+#, sh-format
+msgid "Which version do you have?"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:73
+#, sh-format
+msgid "This addon automatically install patch 2.5.26461."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:59
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:63
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:68
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:64
+#, sh-format
+msgid ""
+"Wait while the 1st patch is downloading...\\nThis operation can take time, "
+"depending of your connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52
+#, sh-format
+msgid "US or Canadian version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:64
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:69
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:65
+#, sh-format
+msgid ""
+"Wait while the 2nd patch is downloading...\\nThis operation can take time, "
+"depending of your connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:73
+#, sh-format
+msgid "This addon automatically install patch 1.3.5511."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
+#: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:57
+#, sh-format
+msgid "UK version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Borderlands_:63 PlayOnLinux_Scripts/Fallout_3_:56
+#, sh-format
+msgid "Game Of The Year version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Borderlands_:63 PlayOnLinux_Scripts/Borderlands_:64
+#: PlayOnLinux_Scripts/Fallout_3_:56 PlayOnLinux_Scripts/Fallout_3_:57
+#, sh-format
+msgid "Normal version"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:45
+#, sh-format
+msgid "Welcome in the patch $PVERSION Installation script for $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:81
+#, sh-format
+msgid ""
+"Wait while the patch is downloading...\\nThis operation can take time, "
+"depending of you connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Command_And_Conquer_3_Patch_1.09_:51
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:47
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:51
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:49
+#, sh-format
+msgid "Choose the game language you want"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:78
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:63
+#: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:79
+#, sh-format
+msgid "Wait while language pack is configured..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:52
+#: PlayOnLinux_Scripts/Half_Life_2_:77
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:58
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:58
+#: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:71
+#: PlayOnLinux_Scripts/Portal_:58 PlayOnLinux_Scripts/Team_Fortress_2_:56
+#: python/guiv3.py:141
+#, sh-format
+msgid "No"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:52
+#, sh-format
+msgid ""
+"Steam installation has been detected\\nwould you like to install this game "
+"in the same virtual drive?"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:52
+#: PlayOnLinux_Scripts/Counter_Strike___Source_:54
+#: PlayOnLinux_Scripts/Half_Life_2_:77 PlayOnLinux_Scripts/Half_Life_2_:79
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:58
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:60
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:58
+#: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:60
+#: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:71
+#: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:73
+#: PlayOnLinux_Scripts/Portal_:58 PlayOnLinux_Scripts/Portal_:60
+#: PlayOnLinux_Scripts/Team_Fortress_2_:56
+#: PlayOnLinux_Scripts/Team_Fortress_2_:58 python/guiv3.py:142
+#, sh-format
+msgid "Yes"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:52
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:52
+#, sh-format
+msgid "Select 1st patch to execute"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Crysis_2_Patch_1.9_and_HiRes_Texture_Pack_:55
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:55
+#, sh-format
+msgid "Select 2nd patch to execute"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:25
+#, sh-format
+msgid "Welcome in the patch $PVERSION1 and $PVERSION2 installer for $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:64
+#, sh-format
+msgid ""
+"Wait while the 1st patch is downloading...\\nThis operation can take time, "
+"depending of you connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:65
+#, sh-format
+msgid ""
+"Wait while the 2nd patch is downloading...\\nThis operation can take time, "
+"depending of you connexion."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Desura_:37
+#, sh-format
+msgid "Please wait while $TITLE is downloaded..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Diablo_II_:29
+#, sh-format
+msgid "Installing $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Diablo_II_:41
+#, sh-format
+msgid "$TITLE has been installed successfully."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Diablo_II___Lord_Of_Destruction_:29
+#, sh-format
+msgid "Please insert $TITLE disc"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Diablo_II___Lord_Of_Destruction_:43
+#, sh-format
+msgid "$TITLE has been installed successfully"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Fallout_3_Patch_1.07_:23
+#, sh-format
+msgid "Welcome in the patch $PVERSION installer for $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Fallout_3___DLC_:22
+#, sh-format
+msgid "Welcome in the DLC Installer for $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Fallout_3___DLC_:39
+#, sh-format
+msgid "Select a DLC to install"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Microsoft_Money_2005_:33
+#, sh-format
+msgid "Where is $TITLE install file?"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Microsoft_Office_2007_:45
+#, sh-format
+msgid "$TITLE has been successfully installed"
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Function_RootCommand_:8
+#, sh-format
+msgid "No root command specified, abording installation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Function_RootCommand_:13
+#: PlayOnLinux_Scripts/POL_Function_RootCommand_:17
+#, sh-format
+msgid ""
+"PlayOnLinux/PlayOnMac philosophy is to never ask super-user password, "
+"however, for this script, it s mandatory. So, we give you the command you "
+"must type yourself for this installation to go on :"
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_AdobeAir_:5
+#, sh-format
+msgid "Installing Adobe Air"
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_d3dx10_:10
+#, sh-format
+msgid "Installing DirectX 10 dlls..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_d3dx11_:11
+#, sh-format
+msgid "Installing DirectX 11 dlls..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_d3dx9_:10
+#, sh-format
+msgid "Installing DirectX 9 dlls..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_desura_:11
+#, sh-format
+msgid "Please wait while Desura is downloaded..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_dinput8_:13
+#, sh-format
+msgid "Installing dinput8 DLL..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_gecko_:101
+#, sh-format
+msgid "Downloading gecko ..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_gfwl86_:3
+#, sh-format
+msgid "Installing Games For Windows Live"
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_gfwl_:26
+#: PlayOnLinux_Scripts/POL_Remove_gfwl_:12
+#, sh-format
+msgid "Downloading Game For Windows Live..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_gfwl_:32
+#, sh-format
+msgid "Warning : GFWL seems to be already installed.\\nForcing reinstallation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_ie6_:52
+#, sh-format
+msgid "Installing libraries"
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_msxml3_:15
+#, sh-format
+msgid "Downloading msxml3..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_msxml3_:22
+#, sh-format
+msgid ""
+"Warning : msxml3 seems to be already installed.\\nForcing reinstallation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_steam_:24
+#, sh-format
+msgid "Please wait while Steam is downloaded..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2005_:19
+#: PlayOnLinux_Scripts/POL_Install_vcrun2005_:21
+#, sh-format
+msgid "Downloading vcrun2005 sp1 x64..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2005_:28
+#: PlayOnLinux_Scripts/POL_Install_vcrun2005_:30
+#, sh-format
+msgid "Downloading vcrun2005 sp1 x86..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2005_:38
+#, sh-format
+msgid ""
+"Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2008_:19
+#: PlayOnLinux_Scripts/POL_Install_vcrun2008_:21
+#, sh-format
+msgid "Downloading vcrun2008 sp1 x64..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2008_:28
+#: PlayOnLinux_Scripts/POL_Install_vcrun2008_:30
+#, sh-format
+msgid "Downloading vcrun2008 sp1 x86..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2008_:38
+#, sh-format
+msgid ""
+"Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2010_:17
+#, sh-format
+msgid "Downloading vcrun2010 sp1 x64..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2010_:22
+#, sh-format
+msgid "Downloading vcrun2010 sp1 x86..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_vcrun2010_:29
+#, sh-format
+msgid ""
+"Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_wmp9_:13
+#, sh-format
+msgid "Downloading scripten..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_wmp9_:16
+#, sh-format
+msgid "Downloading WMP9..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:14
+#, sh-format
+msgid "Downloading WMP Codecs..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:19
+#, sh-format
+msgid "Downloading WMP Codecs 2..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Remove_gfwl_:14
+#, sh-format
+msgid "Remove Game For Windows Live..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/POL_Remove_gfwl_:21
+#, sh-format
+msgid "Game For Windows Live is not installed\\nskipping uninstall routine."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Sonic_Fan_Remix_:37
+#, sh-format
+msgid "Downloading $TITLE Freeware..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:48
+#, sh-format
+msgid "Waiting for users commands..."
+msgstr ""
+
+#: PlayOnLinux_Scripts/Steam_:48
+#, sh-format
+msgid "Please choose a virtual drive name"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Steam_:63
+#, sh-format
+msgid "Downloading $TITLE"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Steam_:68
+#, sh-format
+msgid "Installing Steam"
+msgstr ""
+
+#: PlayOnLinux_Scripts/Steam_:77
+#, sh-format
+msgid ""
+"If you want to install $TITLE in another virtual drive\\nRun this script "
+"again"
+msgstr ""
+
+#: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:127
+#, sh-format
+msgid ""
+"WARNING : You must disable anti-piracy protections of this game\\nif you "
+"want to play it with wine."
+msgstr ""
 
 #: bash/bug_report:31 python/mainwindow.py:152
 #, sh-format
@@ -213,8 +1028,8 @@ msgstr ""
 #: bash/bug_report:36
 #, sh-format
 msgid ""
-"This wizard can report a bug in an application officially supported by "
-"PlayOnLinux."
+"This wizard will help you to report a bug about an officially supported "
+"program."
 msgstr ""
 
 #: bash/bug_report:39
@@ -252,7 +1067,7 @@ msgstr ""
 msgid "Detailed description:"
 msgstr ""
 
-#: bash/bug_report:67
+#: bash/bug_report:70
 #, sh-format
 msgid ""
 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
@@ -367,106 +1182,111 @@ msgstr ""
 msgid "Microsoft fonts have been installed successfully."
 msgstr ""
 
-#: bash/first_use:126
+#: bash/first_use:128
 #, sh-format
 msgid ""
 "To ensure that your games will be compatible, PlayOnMac must install XQuartz"
 msgstr ""
 
-#: bash/first_use:127
+#: bash/first_use:129
 #, sh-format
 msgid "Don't install XQuartz for the moment"
 msgstr ""
 
-#: bash/first_use:127
+#: bash/first_use:129
 #, sh-format
 msgid "I've downloaded the file by myself"
 msgstr ""
 
-#: bash/first_use:127
+#: bash/first_use:129
 #, sh-format
 msgid "Please download XQuartz for me"
 msgstr ""
 
-#: bash/first_use:130
+#: bash/first_use:132
 #, sh-format
 msgid "Downloading XQuartz"
 msgstr ""
 
-#: bash/first_use:135
+#: bash/first_use:137
 #, sh-format
 msgid "Where is"
 msgstr ""
 
-#: bash/first_use:142
+#: bash/first_use:144
 #, sh-format
 msgid "Installing XQuartz..."
 msgstr ""
 
-#: bash/first_use:155
+#: bash/first_use:157
 #, sh-format
 msgid ""
-"Unable to install XQuartz ! You must install it to improve games "
-"compatibility"
+"Unable to install XQuartz! You must install it to improve games "
+"compatibility."
 msgstr ""
 
-#: bash/first_use:161
+#: bash/first_use:159
+#, sh-format
+msgid "XQuartz has been installed. You might need to reboot your computer"
+msgstr ""
+
+#: bash/first_use:164
 #, sh-format
 msgid "Default virtual drive configuration"
 msgstr ""
 
-#: bash/first_use:162
+#: bash/first_use:165
 #, sh-format
 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
 msgstr ""
 
-#: bash/first_use:276 bash/first_use:281
+#: bash/first_use:279 bash/first_use:286
 #, sh-format
 msgid "$APPLICATION_TITLE first use"
 msgstr ""
 
-#: bash/first_use:276
+#: bash/first_use:279
 #, sh-format
 msgid "It appears it is the first time you are using $APPLICATION_TITLE."
 msgstr ""
 
-#: bash/first_use:276
+#: bash/first_use:279
 #, sh-format
 msgid "Please ensure you are connected to the internet."
 msgstr ""
 
-#: bash/first_use:276
+#: bash/first_use:279
 #, sh-format
 msgid "This wizard will help you prepare $APPLICATION_TITLE environement"
 msgstr ""
 
-#: bash/first_use:281
+#: bash/first_use:286
 #, sh-format
 msgid "Thank you for using $APPLICATION_TITLE"
 msgstr ""
 
-#: bash/install_wver:30
+#: bash/install_wver:26
 #, sh-format
 msgid "This wizard will help you to install Wine: "
 msgstr ""
 
-#: bash/install_wver:30
+#: bash/install_wver:26
 #, sh-format
 msgid "on the $APPLICATION_TITLE environment."
 msgstr ""
 
-#: bash/installpolpackages:26 bash/polconfigurator:26 bash/winebash:27
+#: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27
 #, sh-format
 msgid "$APPLICATION_TITLE Application Configurator"
 msgstr ""
 
-#: bash/installpolpackages:26 bash/killall:33 bash/winebash:27
-#: lib/wine.lib:617
+#: bash/installpolpackages:26 bash/killall:29 bash/winebash:27
+#: lib/wine.lib:625
 #, sh-format
 msgid "Please wait..."
 msgstr ""
 
-#: bash/killall:30
+#: bash/killall:26
 #, sh-format
 msgid ""
 "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?"
@@ -599,8 +1419,8 @@ msgstr ""
 msgid "Use another version of Wine"
 msgstr ""
 
-#: bash/manual_install:160 bash/manual_install:195 bash/polconfigurator:110
-#: python/configure.py:150 python/mainwindow.py:330 python/mainwindow.py:361
+#: bash/manual_install:160 bash/manual_install:195 bash/polconfigurator:107
+#: python/configure.py:150 python/mainwindow.py:332 python/mainwindow.py:363
 #, sh-format
 msgid "Configure Wine"
 msgstr ""
@@ -625,37 +1445,37 @@ msgstr ""
 msgid "Which version of Wine would you like to use?"
 msgstr ""
 
-#: bash/manual_install:232 lib/scripts.lib:235
+#: bash/manual_install:206 lib/scripts.lib:283
 #, sh-format
 msgid "Please make your choice"
 msgstr ""
 
-#: bash/manual_install:256
+#: bash/manual_install:230
 #, sh-format
 msgid "Looking for runnable CD-ROMs"
 msgstr ""
 
-#: bash/manual_install:279
+#: bash/manual_install:253
 #, sh-format
 msgid "Select another file"
 msgstr ""
 
-#: bash/manual_install:287
+#: bash/manual_install:261
 #, sh-format
 msgid "Please choose a way to install your program"
 msgstr ""
 
-#: bash/manual_install:296
+#: bash/manual_install:270
 #, sh-format
 msgid "Please select the install file to run."
 msgstr ""
 
-#: bash/manual_install:326
+#: bash/manual_install:300
 #, sh-format
 msgid "You must choose a file!"
 msgstr ""
 
-#: bash/manual_install:332
+#: bash/manual_install:306
 #, sh-format
 msgid "$APPLICATION_TITLE is installing your application..."
 msgstr ""
@@ -745,15 +1565,14 @@ msgstr ""
 
 #: bash/playonlinux_online:30
 #, sh-format
-msgid ""
-"This is the list of the scripts you sent to us. You can run one of them"
+msgid "This is the list of the scripts you sent to us. You can run one of them"
 msgstr ""
 
 #: bash/playonlinux_online:39
 #, sh-format
 msgid ""
-"If you have successfully installed a program with 'Install a non-listed\\"
-"nsoftware' button, it will allow you to add this program in our list"
+"If you have successfully installed a program with 'Install a non-listed"
+"\\nsoftware' button, it will allow you to add this program in our list"
 msgstr ""
 
 #: bash/playonlinux_online:39
@@ -764,8 +1583,8 @@ msgstr ""
 #: bash/playonlinux_online:39
 #, sh-format
 msgid ""
-"We're going to ask you some questions, please be as much accurate as\\"
-"npossible"
+"We're going to ask you some questions, please be as much accurate as"
+"\\npossible"
 msgstr ""
 
 #: bash/playonlinux_online:47
@@ -899,129 +1718,122 @@ msgid ""
 "safely close this window"
 msgstr ""
 
-#: bash/polconfigurator:29 bash/polconfigurator:40 bash/polconfigurator:52
-#: bash/polconfigurator:59 bash/polconfigurator:66 bash/polconfigurator:73
-#: bash/polconfigurator:80
+#: bash/polconfigurator:26 bash/polconfigurator:37 bash/polconfigurator:49
+#: bash/polconfigurator:56 bash/polconfigurator:63 bash/polconfigurator:70
+#: bash/polconfigurator:77
 #, sh-format
 msgid "Killing processes in the prefix..."
 msgstr ""
 
-#: bash/polconfigurator:31
+#: bash/polconfigurator:28
 #, sh-format
 msgid "Starting Wine configuration"
 msgstr ""
 
-#: bash/polconfigurator:54
+#: bash/polconfigurator:51
 #, sh-format
 msgid "Starting regedit"
 msgstr ""
 
-#: bash/polconfigurator:61
+#: bash/polconfigurator:58
 #, sh-format
 msgid "Simulating Windows reboot"
 msgstr ""
 
-#: bash/polconfigurator:68
+#: bash/polconfigurator:65
 #, sh-format
 msgid "Starting Advanced Wine Configuration"
 msgstr ""
 
-#: bash/polconfigurator:75
+#: bash/polconfigurator:72
 #, sh-format
 msgid "Starting WineTricks plug-in"
 msgstr ""
 
-#: bash/polconfigurator:82
+#: bash/polconfigurator:79
 #, sh-format
 msgid "Starting specific Wine configurator"
 msgstr ""
 
-#: bash/polconfigurator:94
+#: bash/polconfigurator:91
 #, sh-format
 msgid "Icon selection"
 msgstr ""
 
-#: bash/polconfigurator:94
+#: bash/polconfigurator:91
 #, sh-format
 msgid "Please select an icon file"
 msgstr ""
 
-#: bash/polconfigurator:101
+#: bash/polconfigurator:98
 #, sh-format
 msgid "Bad file extension"
 msgstr ""
 
-#: bash/polconfigurator:101
+#: bash/polconfigurator:98
 #, sh-format
 msgid "is not an icon extension"
 msgstr ""
 
-#: bash/polconfigurator:111 python/configure.py:156 python/mainwindow.py:334
-#: python/mainwindow.py:367
+#: bash/polconfigurator:108 python/configure.py:156 python/mainwindow.py:336
+#: python/mainwindow.py:369
 #, sh-format
 msgid "Registry Editor"
 msgstr ""
 
-#: bash/polconfigurator:112
+#: bash/polconfigurator:109
 #, sh-format
 msgid "Kill all prefix processes"
 msgstr ""
 
-#: bash/polconfigurator:113
+#: bash/polconfigurator:110
 #, sh-format
 msgid "Update wineprefix"
 msgstr ""
 
-#: bash/polconfigurator:114
+#: bash/polconfigurator:111
 #, sh-format
 msgid "Simulate Windows reboot"
 msgstr ""
 
-#: bash/polconfigurator:115
+#: bash/polconfigurator:112
 #, sh-format
 msgid "Use Advanced Wine Configuration plugin"
 msgstr ""
 
-#: bash/polconfigurator:116
+#: bash/polconfigurator:113
 #, sh-format
 msgid "Use PlayOnLinux's configurator for"
 msgstr ""
 
-#: bash/polconfigurator:118
+#: bash/polconfigurator:115
 #, sh-format
 msgid "Change the icon"
 msgstr ""
 
-#: bash/polconfigurator:119
+#: bash/polconfigurator:116
 #, sh-format
 msgid "Use WineTricks"
 msgstr ""
 
-#: bash/polconfigurator:138
+#: bash/polconfigurator:135
 #, sh-format
 msgid "Please choose an action to perform"
 msgstr ""
 
-#: bash/polconfigurator:193
-#, sh-format
-msgid ""
-"Welcome to $APPLICATION_TITLE Application Configurator.\\nThis wizard will "
-"help you to configure: "
-msgstr ""
-
-#: bash/polconfigurator:193
+#: bash/run_app:26
 #, sh-format
-msgid "\\n\\nThe following Wine prefix will be updated: "
+msgid "Nothing"
 msgstr ""
 
 #: bash/run_app:26
 #, sh-format
-msgid "Nothing"
+msgid "Send the report to us"
 msgstr ""
 
 #: bash/run_app:26
 #, sh-format
-msgid "Send the report to us"
+msgid "Send to pastebin"
 msgstr ""
 
 #: bash/run_app:26
@@ -1044,45 +1856,99 @@ msgstr ""
 msgid "crashed."
 msgstr ""
 
-#: bash/run_app:62
+#: bash/run_app:80
 #, sh-format
-msgid "Please add everything that could help us."
+msgid ""
+"Please enter everything that might help us in english.\\nIf you are not "
+"accurate, your bug will be closed"
 msgstr ""
 
-#: bash/run_app:63
+#: bash/run_app:81
 #, sh-format
-msgid "Please enter a description"
+msgid ""
+"Please enter a description in english.\\nIf you are not accurate, your bug "
+"will be closed"
 msgstr ""
 
-#: bash/run_app:71
+#: bash/run_app:91
 #, sh-format
 msgid ""
 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
 "you an answer very soon by mail\\n\\n"
 msgstr ""
 
-#: bash/run_app:85
+#: bash/run_app:105
 #, sh-format
 msgid "Please choose a software to run"
 msgstr ""
 
-#: bash/run_app:121
+#: bash/run_app:145
+#, sh-format
+msgid "$APPLICATION_TITLE debugger is starting..."
+msgstr ""
+
+#: bash/run_app:148
 #, sh-format
 msgid ""
 "The program you run crashed.\\n\\nYou need to enable debugging to get more "
 "details.\\nPlease go to configure menu"
 msgstr ""
 
+#: bash/run_exe:31
+#, sh-format
+msgid ""
+"Welcome to $APPLICATION_TITLE assistant.\\nIt will help you to install $file "
+"on your computer.\\n\\nBe careful! This program is not officially supported "
+"by $APPLICATION_TITLE.\\nTherefore, it might not work as expected"
+msgstr ""
+
+#: bash/run_exe:32
+#, sh-format
+msgid "What is the name of you program?"
+msgstr ""
+
+#: bash/run_exe:39
+#, sh-format
+msgid "$APPLICATION_TITLE is installing $PRGM_NAME"
+msgstr ""
+
+#: bash/run_exe:43
+#, sh-format
+msgid "Installation finished."
+msgstr ""
+
+#: bash/run_exe:48
+#, sh-format
+msgid "$APPLICATION_TITLE is running your program"
+msgstr ""
+
 #: bash/run_exe:63
 #, sh-format
 msgid "Waiting for the first-assistant to be finished"
 msgstr ""
 
+#: bash/run_exe:80
+#, sh-format
+msgid "$APPLICATION_TITLE is analysing your application"
+msgstr ""
+
+#: bash/run_exe:89
+#, sh-format
+msgid "Do you want $APPLICATION_TITLE to install it automatically for you?"
+msgstr ""
+
 #: bash/run_exe:89
 #, sh-format
 msgid "We have detected that the program you want to install is :"
 msgstr ""
 
+#: bash/run_exe:101
+#, sh-format
+msgid ""
+"$APPLICATION_TITLE has already run this program.\\nDo you want to keep the "
+"old settings ?"
+msgstr ""
+
 #: bash/startup:38
 #, sh-format
 msgid "Are you sure you want to start $APPLICATION_TITLE?"
@@ -1215,8 +2081,8 @@ msgstr ""
 msgid "Free space on your hard drives:"
 msgstr ""
 
-#: bash/uninstall:25 bash/uninstall:52 bash/uninstall:56
-#: lib/playonlinux.lib:656
+#: bash/uninstall:25 bash/uninstall:52 bash/uninstall:55
+#: lib/playonlinux.lib:670
 #, sh-format
 msgid "$APPLICATION_TITLE Uninstaller"
 msgstr ""
@@ -1236,22 +2102,22 @@ msgstr ""
 msgid "This wizard will help you to uninstall: "
 msgstr ""
 
-#: bash/uninstall:52 lib/playonlinux.lib:656
+#: bash/uninstall:52 lib/playonlinux.lib:670
 #, sh-format
 msgid "Uninstalling..."
 msgstr ""
 
-#: bash/uninstall:56
+#: bash/uninstall:55
 #, sh-format
 msgid " has been uninstalled successfully."
 msgstr ""
 
-#: bash/uninstall:58
+#: bash/uninstall:57
 #, sh-format
 msgid "Cannot find the shortcut"
 msgstr ""
 
-#: bash/uninstall:58 lib/setupwindow.lib:143
+#: bash/uninstall:57 lib/setupwindow.lib:143
 #, sh-format
 msgid "Error"
 msgstr ""
@@ -1293,12 +2159,12 @@ msgid ""
 msgstr ""
 
 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
-#: lib/wine.lib:528
+#: lib/wine.lib:534
 #, sh-format
 msgid "Please wait while the virtual drive is being created..."
 msgstr ""
 
-#: lib/deprecated.lib:427 lib/wine.lib:626
+#: lib/deprecated.lib:427 lib/wine.lib:635
 #, sh-format
 msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot"
 msgstr ""
@@ -1308,20 +2174,20 @@ msgstr ""
 msgid "Setting Program Files var"
 msgstr ""
 
-#: lib/playonlinux.lib:166 lib/playonlinux.lib:171 lib/playonlinux.lib:176
-#: lib/playonlinux.lib:181 lib/playonlinux.lib:186 lib/playonlinux.lib:191
-#: lib/playonlinux.lib:197 lib/playonlinux.lib:202 lib/playonlinux.lib:207
-#: lib/playonlinux.lib:212 lib/playonlinux.lib:217 lib/playonlinux.lib:222
+#: lib/playonlinux.lib:167 lib/playonlinux.lib:173 lib/playonlinux.lib:179
+#: lib/playonlinux.lib:185 lib/playonlinux.lib:191 lib/playonlinux.lib:197
+#: lib/playonlinux.lib:204 lib/playonlinux.lib:210 lib/playonlinux.lib:216
+#: lib/playonlinux.lib:222 lib/playonlinux.lib:228 lib/playonlinux.lib:234
 #, sh-format
 msgid "This function is disabled in the PlayOnlinux environment."
 msgstr ""
 
-#: lib/playonlinux.lib:532
+#: lib/playonlinux.lib:546
 #, sh-format
 msgid "Making shortcut..."
 msgstr ""
 
-#: lib/playonlinux.lib:654
+#: lib/playonlinux.lib:668
 #, sh-format
 msgid "Do you want to delete the virtual drive:"
 msgstr ""
@@ -1346,33 +2212,43 @@ msgstr ""
 msgid "Installing plugin: "
 msgstr ""
 
-#: lib/scripts.lib:380
+#: lib/scripts.lib:334
+#, sh-format
+msgid "Please wait while $APPLICATION_TITLE is downloading:"
+msgstr ""
+
+#: lib/scripts.lib:343
+#, sh-format
+msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
+msgstr ""
+
+#: lib/scripts.lib:430
 #, sh-format
 msgid ""
 "7z not installed, please check that you have 7zip installed and try again"
 msgstr ""
 
-#: lib/scripts.lib:387
+#: lib/scripts.lib:437
 #, sh-format
 msgid "Failed to locate ${dest} from ${archive}"
 msgstr ""
 
-#: lib/scripts.lib:391
+#: lib/scripts.lib:441
 #, sh-format
 msgid "Extracting ${filename} from ${archivename}"
 msgstr ""
 
-#: lib/scripts.lib:406
+#: lib/scripts.lib:456
 #, sh-format
 msgid "Extracted file size does not match!"
 msgstr ""
 
-#: lib/scripts.lib:425
+#: lib/scripts.lib:475
 #, sh-format
 msgid "Copying ${filename}"
 msgstr ""
 
-#: lib/scripts.lib:438
+#: lib/scripts.lib:488
 #, sh-format
 msgid "File size does not match!"
 msgstr ""
@@ -1489,6 +2365,11 @@ msgstr ""
 msgid "Browse"
 msgstr ""
 
+#: lib/website.lib:29
+#, sh-format
+msgid "Connect to your $APPLICATION_TITLE account"
+msgstr ""
+
 #: lib/website.lib:122
 #, sh-format
 msgid "Connecting..."
@@ -1501,34 +2382,39 @@ msgid ""
 "valid."
 msgstr ""
 
-#: lib/wine.lib:390
+#: lib/wine.lib:396
 #, sh-format
 msgid ""
 "Wine seems to have crashed\\n\\nIf you're program is running, just ignore "
 "this message"
 msgstr ""
 
-#: lib/wine.lib:436
+#: lib/wine.lib:445
 #, sh-format
 msgid "Unable to find version: "
 msgstr ""
 
-#: lib/wine.lib:442 lib/wine.lib:443
+#: lib/wine.lib:451 lib/wine.lib:452
 #, sh-format
 msgid "Downloading Wine: "
 msgstr ""
 
-#: lib/wine.lib:453
+#: lib/wine.lib:462
 #, sh-format
 msgid "The download seems to have failed."
 msgstr ""
 
-#: lib/wine.lib:455
+#: lib/wine.lib:464
 #, sh-format
 msgid "Extracting Wine..."
 msgstr ""
 
-#: python/configure.py:111 python/configure.py:525
+#: lib/wine.lib:625
+#, sh-format
+msgid "Please wait while $SOFTNAME is installed..."
+msgstr ""
+
+#: python/configure.py:111 python/configure.py:528
 msgid "General"
 msgstr ""
 
@@ -1585,80 +2471,80 @@ msgstr ""
 msgid "Open virtual drive's directory"
 msgstr ""
 
-#: python/configure.py:409
+#: python/configure.py:412
 msgid "GLSL Support"
 msgstr ""
 
-#: python/configure.py:410
+#: python/configure.py:413
 msgid "Direct Draw Renderer"
 msgstr ""
 
-#: python/configure.py:411
+#: python/configure.py:414
 msgid "Video memory size"
 msgstr ""
 
-#: python/configure.py:412
+#: python/configure.py:415
 msgid "Offscreen rendering mode"
 msgstr ""
 
-#: python/configure.py:413
+#: python/configure.py:416
 msgid "Render target mode lock"
 msgstr ""
 
-#: python/configure.py:414
+#: python/configure.py:417
 msgid "Multisampling"
 msgstr ""
 
-#: python/configure.py:415
+#: python/configure.py:418
 msgid "Strict Draw Ordering"
 msgstr ""
 
-#: python/configure.py:425
+#: python/configure.py:428
 msgid "Mouse warp override"
 msgstr ""
 
-#: python/configure.py:427
+#: python/configure.py:430
 msgid "Open a shell"
 msgstr ""
 
-#: python/configure.py:428
+#: python/configure.py:431
 msgid "Run a .exe file in this virtual drive"
 msgstr ""
 
-#: python/configure.py:488 python/mainwindow.py:481 python/mainwindow.py:483
+#: python/configure.py:491 python/mainwindow.py:483 python/mainwindow.py:485
 msgid "{0} configuration"
 msgstr ""
 
-#: python/configure.py:509
+#: python/configure.py:512
 msgid "New"
 msgstr ""
 
-#: python/configure.py:510 python/mainwindow.py:113 python/mainwindow.py:251
-#: python/mainwindow.py:346 python/wine_versions.py:202
+#: python/configure.py:513 python/mainwindow.py:113 python/mainwindow.py:251
+#: python/mainwindow.py:348 python/wine_versions.py:202
 msgid "Remove"
 msgstr ""
 
-#: python/configure.py:527
+#: python/configure.py:530
 msgid "Install packages"
 msgstr ""
 
-#: python/configure.py:528
+#: python/configure.py:531
 msgid "Display"
 msgstr ""
 
-#: python/configure.py:529
+#: python/configure.py:532
 msgid "Miscellaneous"
 msgstr ""
 
-#: python/configure.py:546
+#: python/configure.py:549
 msgid "Choose the name of the virtual drive"
 msgstr ""
 
-#: python/configure.py:553
+#: python/configure.py:556
 msgid "This virtual drive is protected"
 msgstr ""
 
-#: python/configure.py:555 python/configure.py:562
+#: python/configure.py:558 python/configure.py:565
 msgid "Are you sure you want to delete "
 msgstr ""
 
@@ -1678,14 +2564,6 @@ msgstr ""
 msgid "Back"
 msgstr ""
 
-#: python/guiv3.py:141
-msgid "No"
-msgstr ""
-
-#: python/guiv3.py:142
-msgid "Yes"
-msgstr ""
-
 #: python/guiv3.py:150
 msgid "I Agree"
 msgstr ""
@@ -1750,26 +2628,30 @@ msgstr ""
 msgid "Most downloaded"
 msgstr ""
 
-#: python/irc.py:132
+#: python/irc.py:136
 msgid "Send"
 msgstr ""
 
-#: python/irc.py:133
+#: python/irc.py:137
 msgid "Connect"
 msgstr ""
 
-#: python/irc.py:134
+#: python/irc.py:138
 msgid "Disconnect"
 msgstr ""
 
-#: python/irc.py:223
+#: python/irc.py:226
 msgid "Join a channel"
 msgstr ""
 
-#: python/irc.py:253
+#: python/irc.py:256 python/mainwindow.py:257
 msgid "Messenger"
 msgstr ""
 
+#: python/irc.py:272
+msgid "Are you sure you want to this window?"
+msgstr ""
+
 #: python/mainwindow.py:64
 msgid "{0} website is unavailable. Please check your connexion"
 msgstr ""
@@ -1842,77 +2724,77 @@ msgstr ""
 msgid "Shortcut"
 msgstr ""
 
-#: python/mainwindow.py:338
+#: python/mainwindow.py:340
 msgid "Open the application's directory"
 msgstr ""
 
-#: python/mainwindow.py:342
+#: python/mainwindow.py:344
 msgid "Set the icon"
 msgstr ""
 
-#: python/mainwindow.py:350
+#: python/mainwindow.py:352
 msgid "Close this application"
 msgstr ""
 
-#: python/mainwindow.py:364
+#: python/mainwindow.py:366
 msgid "KillApp"
 msgstr ""
 
-#: python/mainwindow.py:456 python/mainwindow.py:458
+#: python/mainwindow.py:458 python/mainwindow.py:460
 msgid "{0} settings"
 msgstr ""
 
-#: python/mainwindow.py:527
+#: python/mainwindow.py:529
 msgid "{0} install menu"
 msgstr ""
 
-#: python/mainwindow.py:533
+#: python/mainwindow.py:535
 msgid "{0} wine versions manager"
 msgstr ""
 
-#: python/mainwindow.py:546
+#: python/mainwindow.py:548
 msgid "Are you sure you want to close all {0} Windows?"
 msgstr ""
 
-#: python/mainwindow.py:559
+#: python/mainwindow.py:561
 msgid "Run your Windows programs on "
 msgstr ""
 
-#: python/mainwindow.py:560
+#: python/mainwindow.py:562
 msgid ""
 "(C) PlayOnLinux and PlayOnMac team 2011\n"
 "Under GPL licence version 3"
 msgstr ""
 
-#: python/mainwindow.py:561
+#: python/mainwindow.py:563
 msgid "Developer and Website: "
 msgstr ""
 
-#: python/mainwindow.py:562
+#: python/mainwindow.py:564
 msgid "Scriptors: "
 msgstr ""
 
-#: python/mainwindow.py:563
+#: python/mainwindow.py:565
 msgid "Packager: "
 msgstr ""
 
-#: python/mainwindow.py:564
+#: python/mainwindow.py:566
 msgid "Icons:"
 msgstr ""
 
-#: python/mainwindow.py:565
+#: python/mainwindow.py:567
 msgid "The following people contributed to this program: "
 msgstr ""
 
-#: python/mainwindow.py:566
+#: python/mainwindow.py:568
 msgid "Translation made on Launchpad:"
 msgstr ""
 
-#: python/mainwindow.py:581
+#: python/mainwindow.py:583
 msgid "{0} is not supposed to be run as root. Sorry"
 msgstr ""
 
-#: python/mainwindow.py:637
+#: python/mainwindow.py:639
 msgid "Are you sure you want to  want to install {0} package?"
 msgstr ""
 
diff --git a/lib/debug.lib b/lib/debug.lib
index e8d2355..3cedbbe 100755
--- a/lib/debug.lib
+++ b/lib/debug.lib
@@ -87,16 +87,16 @@ POL_Debug_Message()
 	# Use this function to say something to the person who read the log file
 	# Usage : POL_Debug_Message [MESSAGE]
 	
-	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Message: $1" >> "$LOGFILE"
-	echo "[${FUNCNAME[1]}] Message: $1" 1>&2
+	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Message: $@" >> "$LOGFILE"
+	echo "[${FUNCNAME[1]}] Message: $@" 1>&2
 }
 POL_Debug_Warning()
 {
 	# Use this function if you have found a problem that should not have consequences
 	# Usage : POL_Debug_Warning [MESSAGE]
 	
-	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Warning: $1" >> "$LOGFILE"
-	echo "[${FUNCNAME[1]}] Warning: $1" 1>&2
+	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Warning: $@" >> "$LOGFILE"
+	echo "[${FUNCNAME[1]}] Warning: $@" 1>&2
 }
 POL_Debug_Error()
 {
@@ -104,9 +104,9 @@ POL_Debug_Error()
 	# At the end of the script, the user will be able to report a bug to playonlinux's bug tracker
 	# Usage : POL_Debug_Error [MESSAGE]
 	
-	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Error: $1" >> "$LOGFILE"
-	echo "[${FUNCNAME[1]}] Error: $1" 1>&2
-	POL_SetupWindow_message "Error: $1" "$TITLE" # La on affiche quand même 
+	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Error: $@" >> "$LOGFILE"
+	echo "[${FUNCNAME[1]}] Error: $@" 1>&2
+	POL_SetupWindow_message "Error: $@" "$TITLE" # La on affiche quand même 
 	export POL_SCRIPT_FAILED="YES"
 }
 POL_Debug_Fatal()
@@ -115,9 +115,9 @@ POL_Debug_Fatal()
 	# The effect is the same that POL_Debug_Error, except that the script will end
 	# Usage : POL_Debug_Fatal [MESSAGE]
 	
-	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Fatal: $1" >> "$LOGFILE"
-	echo "[${FUNCNAME[1]}] Fatal: $1" 1>&2
-	POL_SetupWindow_message "[${FUNCNAME[1]}] Fatal: $1" "$TITLE" # La on affiche quand même 
+	echo "$(Get_CurrentDate) - [${FUNCNAME[1]}] Fatal: $@" >> "$LOGFILE"
+	echo "[${FUNCNAME[1]}] Fatal: $@" 1>&2
+	POL_SetupWindow_message "[${FUNCNAME[1]}] Fatal: $@" "$TITLE" # La on affiche quand même 
 	export POL_SCRIPT_FAILED="YES"
 	POL_SetupWindow_Close
 	exit 1
diff --git a/lib/scripts.lib b/lib/scripts.lib
index 53e0fd9..5021c81 100755
--- a/lib/scripts.lib
+++ b/lib/scripts.lib
@@ -213,16 +213,14 @@ POL_Shortcut()
 			convert -resize 32 "$REPERTOIRE/icones/full_size/$NOMICONE_" "$REPERTOIRE/icones/32/$NOMICONE_" # On fabrique l'icone 32*32
 			ICON_OK=1
 		fi
-	elif [ "$ICON_OK" -ne 1 ]; then # Pas d'incone sur le web => Création à partir de l'exe...
-		echo "No internet icon..."
-		
+	elif [ "$ICON_OK" -ne 1 ]; then # Pas d'incone sur le web => Création à partir de l'exe...	
 		POL_ExtractIcon "$WINEPREFIX/drive_c/$binary_dir/$Binaire" "$REPERTOIRE/icones/32/$NOMICONE_"
 		POL_ExtractBiggestIcon "$WINEPREFIX/drive_c/$binary_dir/$Binaire" "$REPERTOIRE/icones/full_size/$NOMICONE_"
 	fi
 
 	if [ "$Binaire" = "" ]
 	then
-		POL_Debug_Fatal "Binary $Binaire not found!"
+		POL_Debug_Error "Binary not found! : $Binaire"
 	fi
 	## On génère le binaire 
 	echo "#!/bin/bash" > "$REPERTOIRE/shortcuts/$NOMICONE_"
@@ -334,12 +332,13 @@ POL_Download ()
 		POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading:') $FICHIER" "$TITLE" "$URL"
 		if [ "$2" = "" ]
 		then
-			POL_Debug_Warning "POL_Download - MD5 is missing !"
+			POL_Debug_Warning "POL_Download - MD5 is missing!"
 		else
 			LOCAL_MD5="$(POL_MD5_file "$FICHIER")"
 			if [ ! "$2" = "$LOCAL_MD5" ]
 			then
-				POL_SetupWindow_message "Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $2"
+				SERVER_MD5="$2"
+				POL_SetupWindow_message "$(eval_gettext 'Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5')"
 				POL_Debug_Error "POL_Download - MD5 sum mismatch !"
 			fi
 		fi	
@@ -348,14 +347,15 @@ POL_Download ()
 POL_Download_Resource ()
 {
 	# Download a file and place it in the resource directory (if it does not exist)
-	# Usage: POL_Resource [URL] [MD5]
-	
+	# Usage: POL_Resource [URL] [MD5] (Folder)
+
 	POL_Debug_Message "Downloading resource $1"
 	# 1 - URL
 	# 2 - MD5 SUM
 	URL="$1"
 	FICHIER="${URL##*/}"
-	cd "$POL_USER_ROOT/ressources"
+	mkdir -p "$POL_USER_ROOT/ressources/$3"
+	cd "$POL_USER_ROOT/ressources/$3"
 	if [ ! -e "$FICHIER" ] || [ ! "$(POL_MD5_file "$FICHIER")" = "$2" ]
 	then
 		if [ "$URL" = "" ]
@@ -371,7 +371,8 @@ POL_Download_Resource ()
 				LOCAL_MD5="$(POL_MD5_file "$FICHIER")"
 				if [ ! "$2" = "$LOCAL_MD5" ]
 				then
-					POL_SetupWindow_message "Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $2"
+					SERVER_MD5="$2"
+					POL_SetupWindow_message "$(eval_gettext 'Error ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5')"
 					POL_Debug_Error "POL_Download - MD5 sum mismatch !"
 				fi
 			fi	
diff --git a/lib/website.lib b/lib/website.lib
index 6914d48..5ca1782 100755
--- a/lib/website.lib
+++ b/lib/website.lib
@@ -26,7 +26,7 @@ POL_Website_login()
 {
 	# Ask for PlayOnLinux's login and check it
 	# Usage: POL_Website_login
-	POL_SetupWindow_login "$(eval_gettext "Connect to your $APPLICATION_TITLE account")" "$TITLE" 
+	POL_SetupWindow_login "$(eval_gettext 'Connect to your $APPLICATION_TITLE account')" "$TITLE" 
 	POL_Website_check_login
 }
 POL_Website_logout()
@@ -121,7 +121,7 @@ POL_Website_check_login()
 	# Usage: POL_Website_check_login
 	POL_SetupWindow_wait_next_signal "$(eval_gettext "Connecting...")" "$TITLE"
 
-	result="$(wget -q http://repository.playonmac.org/V4_data/repository/check_login.php?l=$POL_LOGIN\&p=$POL_PASSWORD -O-)"
+	result="$(wget -q http://repository.playonlinux.com/V4_data/repository/check_login.php?l=$POL_LOGIN\&p=$POL_PASSWORD -O-)"
 	if [ "$result" = "0" ]
 	then
 		POL_SetupWindow_message "$(eval_gettext "Failed to connect !\nPlease ensure that your login and your password are valid.")" "$TITLE"
diff --git a/lib/wine.lib b/lib/wine.lib
index 859f334..cf31a5d 100755
--- a/lib/wine.lib
+++ b/lib/wine.lib
@@ -250,9 +250,11 @@ POL_Wine_InstallFonts()
 	# Install microsoft fonts
 	# Usage: POL_Wine_InstallFonts
 	OLDDIR="$PWD"
-	cd "$WINEPREFIX/drive_c/windows/"
-	rm -rf ./Fonts
-	ln -s "$REPERTOIRE/fonts" ./Fonts
+	POL_Debug_Message "Installing microsoft fonts"
+	rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null # It's a symlink? If yes, remove it
+	mkdir -p "$WINEPREFIX/drive_c/windows/Fonts"
+	cd "$WINEPREFIX/drive_c/windows/Fonts"
+	cp "$POL_USER_ROOT/fonts/"* ./
 	cd "$OLDDIR"	
 }
 
@@ -395,6 +397,7 @@ POL_Wine ()
 	then
 		[ "$?" = "0" ] || POL_Debug_Error "$(eval_gettext "Wine seems to have crashed\n\nIf you're program is running, just ignore this message")"
 	fi
+	POL_Debug_Message "Wine return: $errors"
 	return $errors
 }
 POL_Wine_SelectPrefix()
@@ -402,6 +405,7 @@ POL_Wine_SelectPrefix()
 	# Select a wineprefix and remove unexpected chars
 	# Usage: POL_Wine_SelectPrefix [prefixname]
 	PREFNAME=`printf "$1"| tr -c [[a-zA-Z0-9]\.] '_'`
+	POL_Debug_Message "Selecting prefix: $PREFIXNAME"
 	export WINEPREFIX="$POL_USER_ROOT/wineprefix/$PREFNAME"
 	export DOSPREFIX="$WINEPREFIX"
 	export POL_WINEVERSION="$(POL_Config_PrefixRead VERSION)"
@@ -474,11 +478,8 @@ POL_Wine_AutoSetVersionEnv()
 	# Usage: POL_Wine_AutoSetVersionEnv
 	[ "$WINEPREFIX" = "" ] && POL_Debug_Fatal "WINEPREFIX is not set!"
 	POL_WINEVERSION="$(POL_Config_PrefixRead "VERSION")"
-	POL_Debug_Message "Reading version : $POL_WINEVERSION"
-	POL_Debug_Message "wineprefix : $WINEPREFIX"
-	
 	POL_ARCH="$(POL_Config_PrefixRead "ARCH")"
-	[ "$POL_WINEVERSION" = "" ] && POL_Debug_Message "POL_WINEVERSION is not set" || POL_Wine_SetVersionEnv
+	[ "$POL_WINEVERSION" = "" ] || POL_Wine_SetVersionEnv
 }
 POL_Wine_SetVersionEnv()
 {
@@ -622,9 +623,16 @@ POL_Wine_OverrideDLL_App()
 POL_Wine_WaitExit ()
 {
 	# Lock bash commands until wine is exited
-	[ "$1" = "" ] && message="$(eval_gettext "Please wait...")" || message="$(eval_gettext 'Please wait while $1 is installed...')"
+	if [ "$1" = "--force-input" ] 
+	then
+		forceInput="true"
+		shift
+	fi
+	SOFTNAME="$1"
+	[ "$1" = "" ] && message="$(eval_gettext "Please wait...")" || message="$(eval_gettext 'Please wait while $SOFTNAME is installed...')"
 	POL_SetupWindow_wait "$message" "$TITLE"
-	wineserver -w
+	wineserver -w || POL_SetupWindow_message "$(eval_gettext 'Press next only when the installation process is finished')" "$TITLE"
+	[ "$forceInput" = "true" ] && POL_SetupWindow_message "$(eval_gettext 'Press next only when the installation process is finished')" "$TITLE"
 }
 
 
diff --git a/playonlinux b/playonlinux
index ca01610..2070e31 100755
--- a/playonlinux
+++ b/playonlinux
@@ -23,6 +23,14 @@ die() ## PHP function copy
 	echo "$@"
 	exit
 }
+
+if [ "$1" == "--version" ]
+then
+	cd "$(dirname "$0")"
+	version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")"
+	die "PlayOnLinux $version"
+fi
+
 [ "$(uname -s)" = "Linux" ] || die "This script must be run on a linux system"
 
 export PYTHON="python"
diff --git a/playonmac b/playonmac
index 62889ee..3908889 100755
--- a/playonmac
+++ b/playonmac
@@ -25,6 +25,13 @@ die() ## PHP function copy
 }
 [ "$(uname -s)" = "Darwin" ] || die "This script must be run on a Darwin system"
 
+if [ "$1" == "--version" ]
+then
+	cd "$(dirname "$0")"
+	version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")"
+	die "PlayOnMac $version"
+fi
+
 export PYTHON="python"
 export POL_OS="Mac"
 
diff --git a/python/lib/Variables.py b/python/lib/Variables.py
index 028eea9..e32689e 100755
--- a/python/lib/Variables.py
+++ b/python/lib/Variables.py
@@ -42,7 +42,7 @@ else:
 os.environ["POL_USER_ROOT"] = os.environ["REPERTOIRE"]
 os.environ["TITRE"] = os.environ["APPLICATION_TITLE"]
 os.environ["SITE"] = "http://repository.playonlinux.com"
-os.environ["VERSION"] = "4.0.8"
+os.environ["VERSION"] = "4.0.11"
 os.environ["POL_ID"] = str(random.randint(1,100000000))
 os.environ["WINEPREFIX"] = os.environ["REPERTOIRE"]+"/wineprefix/default"
 os.environ["WINE_SITE"] = "http://www.playonlinux.com/wine/binaries/"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git



More information about the Pkg-games-commits mailing list