Codebase list playonlinux / aef46bd
New upstream version 4.2.3 Bertrand Marc 6 years ago
158 changed file(s) with 36692 addition(s) and 32291 deletion(s). Raw diff Collapse all Expand all
0 # 4.2.3
1
2 * Fix for Python version "2.7" (#3749)
3 * POL_SetupWindow_shortcut_creator: always suggest unused shortcut names;
4 If user chooses an already used name, warn before overwrite (#3770)
5 * Fix for "Error 427" http://www.playonlinux.com/en/topic-11490-Error_427.html
6 regression in 4.2.2 (functions override)
7 * Fix IE3 icon extraction (#3885)
8 * Debugger: if behind by too many lines, skip displaying some
9 (...skipped n lines...) to keep up
10 * wineserver not in path problem fixed again (debian bug, but they won't fix it)
11 * Fix "Open a shell" to enable the wine version of the prefix
12 * New attempt at fixing download gauge overflow (#2123)
13 * Do not totally silence gpg import errors
14 * Allow POL_SetupWindow_textbox to accept an extra max length parameter
15 * Limit bug reports title to 80 characters
16 * virtual drive removal: use os.lstat() instead of os.stat() to check for broken rights (reported by Xenos5)
17 * change of Wine version used in a virtual drive: kill running wineserver after asking for permission
18 * Experimental: FreeBSD support
19 * Removing PlayOnLinux_Online
20 * Corefonts are now managed as any other POL_Call package. (Debian.lib is consequently no longer needed)
21 * Removing installation process of missing gecko and mono at startup. It should not happen anymore
22 * Cleaner way to save panel position
23 * Fix a bug in GetSettings() where the value contain the equal ('=') character
24 * PlayOnMac does no longer need a reboot after installing XQuartz
25 * PlayOnMac does no longer popup a warning before xterm is installed
26 * Removing IRC
27 * Icones install can now be bigger than 22x22
28
029 # 4.2.2
130
231 * Changelog move from plaintext to Markdown syntax.
77 Adam Maćkowiak from https://launchpad.net/~admc
88 Ade Malsasa Akbar from https://launchpad.net/~rockmania52
99 Adi Roiban from https://launchpad.net/~adiroiban
10 Adolfo Jayme from https://launchpad.net/~fitoschido
10 Adolfo Jayme from https://launchpad.net/~fitojb
1111 Aiguanachein from https://launchpad.net/~aiguanachein
1212 Akira Nakagawa from https://launchpad.net/~matyapiro31
1313 Alejandro Pérez from https://launchpad.net/~alexperezalonso
6060 Igor Seryogin from https://launchpad.net/~igor.seryogin
6161 Igor Zinovyev from https://launchpad.net/~zinigor
6262 Ilja Lobanov from https://launchpad.net/~lisiano256
63 Ilya Gorbachevsky from https://launchpad.net/~igorbachevsky
6364 Ismael Ferreras from https://launchpad.net/~swyterzone
6465 Jakob Kramer from https://launchpad.net/~jakobk
6566 Jamie Quinlan from https://launchpad.net/~jaymeskeller
8283 Mat3910 from https://launchpad.net/~gaillard-mathieu-39
8384 Matej Urbančič from https://launchpad.net/~mateju
8485 Max_ym from https://launchpad.net/~kontact-cat
86 Meriuță Cornel from https://launchpad.net/~meriutacornel-c
8587 Michal Lelek from https://launchpad.net/~kozodoj
8688 Miguel Anxo Bouzada from https://launchpad.net/~mbouzada
8789 Mihkel Tõnnov from https://launchpad.net/~v6lur
114116 Richard Somlói from https://launchpad.net/~ricsipontaz
115117 Richard Sparrow from https://launchpad.net/~richard-sparrow
116118 Roberto Marson from https://launchpad.net/~robs87
119 Rodolfo Guagnini from https://launchpad.net/~rodolfo-lagalaxia
117120 Rokhmat Sudiana Bakhtiar from https://launchpad.net/~spaceterz
118121 Ronaldo Luiz Pedroso from https://launchpad.net/~ronaldo-luiz-pedroso
119122 S.Victor from https://launchpad.net/~thadd
125128 Svetoslav Stefanov from https://launchpad.net/~svetlisashkov
126129 Szymon 'simpo' Porwolik from https://launchpad.net/~szporwolik
127130 Tadeáš Pařík from https://launchpad.net/~pariktadeas
128 Tanel Mae from https://launchpad.net/~tuxest
131 Tanel Mae from https://launchpad.net/~tanelmae
129132 Teromene from https://launchpad.net/~teromene
130133 Thambaru Wijesekara from https://launchpad.net/~thambaru
131134 Tiago Hillebrandt from https://launchpad.net/~tiagohillebrandt
165168 martinamca from https://launchpad.net/~martinamca
166169 minchul lee from https://launchpad.net/~minchulmando
167170 peregrine from https://launchpad.net/~andrej1741
171 qysnn from https://launchpad.net/~qysnn1
168172 raymond from https://launchpad.net/~raymondv
169173 rm from https://launchpad.net/~r-m333-deactivatedaccount
170174 rob from https://launchpad.net/~rvdb
174178 someone from https://launchpad.net/~somehow
175179 stephane from https://launchpad.net/~georget-stephane
176180 student4 from https://launchpad.net/~iputnik-msn
181 yusuf b. from https://launchpad.net/~yusufbeyaz
177182 zaenal arifin from https://launchpad.net/~www-pilihankedua
178183 zs.dani1@gmail.com from https://launchpad.net/~zs-dani1
179184 zvacet from https://launchpad.net/~ivicakolic
180185 Şâkir Aşçı from https://launchpad.net/~sakirasci
181186 Ђорђе Васиљевић from https://launchpad.net/~susexe
187 Андрей Елманов from https://launchpad.net/~3lmanov
182188 Радослав Иванов from https://launchpad.net/~reckku
183189 Саша Петровић from https://launchpad.net/~salepetronije
184190 赵驰 from https://launchpad.net/~teddyherry
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2008 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007-2011 Pâris Quentin
2121 source "$PLAYONLINUX/lib/sources"
2222
2323 [ "$POL_OS" == "Linux" ] && TRACKER="1"
24 [ "$POL_OS" == "FreeBSD" ] && TRACKER="1"
2425 [ "$POL_OS" == "Mac" ] && TRACKER="4"
2526
2627 # $1 = Nom de l'application
6566 [ "$APP_ANSWER" = "$LNG_NO_JOIN" ] || LOGTITLE="$APP_ANSWER"
6667 fi
6768 fi
68 POL_SetupWindow_textbox "$(eval_gettext "Please give a very short description (title, english only)")" "$POL_DEBUG_TITLE"
69 POL_SetupWindow_textbox "$(eval_gettext "Please give a very short description (title, english only)")" "$POL_DEBUG_TITLE" "" 80
6970 BUGTITLE="$APP_ANSWER"
7071 TEMPLATE="- What were you doing when the problem occurred?
7172
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
2121 [ "$PLAYONLINUX" = "" ] && exit 0
2222 source "$PLAYONLINUX/lib/sources"
2323
24 [ "$POL_OS" = "Mac" ] && exit 0
24 [ "$POL_OS" = "Linux" ] || exit 0
2525 # This script tests OpenGL libs
2626 # Usage :
2727
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
1919 [ "$PLAYONLINUX" = "" ] && exit 0
2020 source "$PLAYONLINUX/lib/sources"
2121
22 POL_Internal_SetXQuartzDisplay
2223 [ "$DEBIAN_PACKAGE" = "FALSE" ] && TITLEADD="-T $APPLICATION_TITLE"
2324 "$POL_TERM" $TITLEADD -e "$PLAYONLINUX/bash/polshell"
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Python versions
33 search_python () {
88 local Version=$($POL_PYTHON --version 2>&1 |sed -e 's/^Python //')
99 echo -n "$Version - " 1>&2
1010 case "$Version" in
11 2.6.*|2.7.*)
11 2.6|2.6.*|2.7|2.7.*)
1212 echo "selected" 1>&2
1313 return
1414 ;;
15 2.5.*)
15 2.5|2.5.*)
1616 # Compatibility broken a while ago
1717 echo "skipped" 1>&2
1818 ;;
5151 search_python
5252
5353 if [ "$POL_PYTHON" = "none" ]; then
54 echo "Please install python before trying to run PlayOnLinux" 1>&2
54 echo "Please install python before trying to run this program" 1>&2
5555 exit 1
5656 fi
5757 fi
+0
-275
bash/first_use less more
0 #!/bin/bash
1
2 # Copyright (C) 2007-2010 PlayOnLinux Team
3 # Copyright (C) 2007-2011 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 # This is the first use script
20 [ "$PLAYONLINUX" = "" ] && exit 0
21 source "$PLAYONLINUX/lib/sources"
22
23 export XQUARTZ_VERSION_LEO="2.7.1"
24 export XQUARTZ_VERSION="2.7.5"
25
26 install_fonts () # Install Microsoft Fonts
27 {
28 if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ]; then
29 WebVersion=$($POL_WGET $SITE/check.txt -O-)
30 if [ "$WebVersion" == "" ]; then
31 POL_SetupWindow_message "$(eval_gettext 'The PlayOnLinux website is unavailable.')$(eval_gettext "\nPlease make sure you are connected to the Internet.")" "$(eval_gettext 'Microsoft fonts')"
32 POL_SetupWindow_Close
33 return 1
34 else
35 POL_Call POL_Internal_InstallFonts || return 1
36 fi
37 fi
38 return 0
39 }
40
41
42 POL_Internal_XQuartz_Warning()
43 {
44 cat << EOF_X > "$REPERTOIRE/tmp/xquartz"
45 $(eval_gettext "Please read this carefully")
46
47 $(eval_gettext 'XQuartz $XQUARTZ_VERSION has been installed on your computer.')
48 $(eval_gettext "However, it won't be activated until you reboot your computer.")
49
50 $(eval_gettext 'Please reboot your computer now, and run PlayOnMac')
51
52 EOF_X
53 POL_SetupWindow_licence "$(eval_gettext "Pleaase read this carefully.")" "$STEP_TITLE" "$REPERTOIRE/tmp/xquartz"
54 POL_SetupWindow_Close
55 killall playonmac.real
56 touch /tmp/playonmac_needs_reboot
57 }
58
59 install_x11()
60 {
61 if [ "$OSX_VERSION" = "9" ]
62 then
63 XQuartzUrl="http://xquartz.macosforge.org/downloads/Leopard/X11-$XQUARTZ_VERSION_LEO.dmg"
64 FilePrefix="X11"
65 else
66 XQuartzUrl="http://xquartz.macosforge.org/downloads/SL/XQuartz-$XQUARTZ_VERSION.dmg"
67 FilePrefix="XQuartz"
68 fi
69 STEP_TITLE="XQuartz"
70 if [ "$OSX_VERSION" = "10" ]
71 then
72 XQuartz_Message="$(eval_gettext "To ensure that your games will be compatible, PlayOnMac must install XQuartz")"
73 else
74 XQuartz_Message="$(eval_gettext "PlayOnMac needs to install XQuartz to work")"
75 fi
76 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")" "~"
77 if [ "$APP_ANSWER" = "0" ]
78 then
79 POL_SetupWindow_download "$(eval_gettext "Downloading XQuartz")" "$STEP_TITLE" "$XQuartzUrl"
80 got_xquartz="true"
81 fi
82 if [ "$APP_ANSWER" = "1" ]
83 then
84 POL_SetupWindow_browse "$(eval_gettext "Where is") $FilePrefix-$XQUARTZ_VERSION.dmg ?" "$STEP_TITLE"
85 cd "$(dirname "$APP_ANSWER")"
86 got_xquartz="true"
87 fi
88
89 if [ "$got_xquartz" = "true" ]
90 then
91 POL_SetupWindow_wait_next_signal "$(eval_gettext "Installing XQuartz...")" "$STEP_TITLE"
92 open $FilePrefix-$XQUARTZ_VERSION.dmg
93 while [ ! -d "/Volumes/$FilePrefix-$XQUARTZ_VERSION" ]
94 do
95 sleep 1
96 done
97 /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /Volumes/$FilePrefix-$XQUARTZ_VERSION/$FilePrefix.pkg
98 umount /Volumes/$FilePrefix-$XQUARTZ_VERSION
99 POL_Internal_RunXQuartz
100
101 if [ ! "FORCE_X11_Reinstall" = "True" ]; then
102 POL_Internal_XQuartz_Warning
103 fi
104 POL_SetupWindow_message "$(eval_gettext "XQuartz has been installed.")" "$STEP_TITLE"
105 fi
106
107
108 if [ ! -e "/Applications/Utilities/XQuartz.app" ] && [ ! "$OSX_VERSION" = "11" ]
109 then
110 POL_SetupWindow_message "$(eval_gettext "Unable to install XQuartz! You must install it to improve games compatibility.")" "$STEP_TITLE"
111 fi
112 #POL_Internal_XQuartz_Warning
113
114 }
115
116 install_prefix()
117 {
118 if [ ! -e "$POL_USER_ROOT/wineprefix/default" ]
119 then
120 STEP_TITLE="$(eval_gettext "Default virtual drive configuration")"
121 POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is making a virtual windows hard drive')" "$STEP_TITLE"
122 POL_Wine_SelectPrefix "default"
123 POL_Wine_PrefixCreate
124 fi
125 }
126 POL_Shortcut_GetOLDPrefix()
127 {
128 [ "$1" = "" ] && POL_Debug_Error "No shortcut specified"
129 fichier="$REPERTOIRE/configurations/installed/$1"
130 #fichier=${fichier//"\""/""}
131 #fichier=${fichier//"//"/"/"}
132 if [ -e "$fichier" ]
133 then
134 fichier="$(cat "$fichier" | grep WINEPREFIX | tail -n 1 | sed s/'\/\//\/'/)"
135 fichier="${fichier/"$POL_USER_ROOT"/""}"
136 fichier="$(printf "$fichier" | cut -d "/" -f2)"
137 fi
138 printf "$fichier" | tr -d \"
139 }
140 POL_Shortcut_GetOLDVersion()
141 {
142 [ "$1" = "" ] && POL_Debug_Error "No shortcut specified"
143 fichier="$REPERTOIRE/configurations/installed/$1"
144 #fichier=${fichier//"\""/""}
145 #fichier=${fichier//"//"/"/"}
146 if [ -e "$fichier" ]
147 then
148 fichier="$(cat "$fichier" | grep PATH | tail -n 1 | sed s/'\/\//\/'/)"
149 fichier="${fichier/"$POL_USER_ROOT"/""}"
150 fichier="$(printf "$fichier" | cut -d "/" -f2)"
151 fi
152 printf "$fichier" | tr -d \"
153 }
154 migrate_oldpol()
155 {
156 rmdir "$POL_USER_ROOT/configurations/installed" 2> /dev/null
157 if [ -e "$POL_USER_ROOT/configurations/installed" ]
158 then
159 # On commence par les raccourcis
160 POL_Debug_Message "Upgrading shortcuts"
161
162 cd "$POL_USER_ROOT/configurations/installed"
163 for shortcut in *
164 do
165 POL_Debug_Message "Updating shortcut : $shortcut"
166 sVERSION="$(POL_Shortcut_GetOLDVersion "$shortcut")"
167 sPREFIX="$(POL_Shortcut_GetOLDPrefix "$shortcut")"
168 sTITLE="$shortcut"
169 sWINE="$(cat "$shortcut" | grep '^wine')"
170 sWINE="${sWINE/wine/POL_Wine}"
171 sWINEPREFIX="$(cat "$shortcut" | grep '^export WINEPREFIX')"
172 sCD="$(cat "$shortcut" | grep '^cd')"
173
174 cat <<EOF > "$POL_USER_ROOT/shortcuts/$shortcut"
175 #!/bin/bash
176 [ "\$PLAYONLINUX" = "" ] && exit 0
177 source "\$PLAYONLINUX/lib/sources"
178 $sWINEPREFIX
179 export WINEDEBUG="-all"
180 $sCD
181 $sWINE
182 EOF
183 chmod +x "$POL_USER_ROOT/shortcuts/$shortcut"
184 if [ ! "$sVERSION" = "" ]
185 then
186 POL_Debug_Message "Setting shortcut $sTITLE, prefix $sPREFIX to version $sVERSION"
187 export WINEPREFIX="$POL_USER_ROOT/wineprefix/$sPREFIX"
188 POL_Wine_SetVersionPrefix "$sVERSION"
189 fi
190 done
191
192
193 POL_Debug_Message "Upgrading virtual drives"
194 cd "$POL_USER_ROOT/wineprefix"
195 for prefix in *
196 do
197 POL_Debug_Message "Updating $prefix"
198 export WINEPREFIX="$POL_USER_ROOT/wineprefix/$prefix"
199 [ "$(POL_Config_PrefixRead ARCH)" = "" ] && POL_Config_PrefixWrite "ARCH" "x86"
200 done
201
202 if [ -e "$POL_USER_ROOT/WineVersions" ]
203 then
204
205 POL_Debug_Message "Upgrading wine versions"
206 cd "$POL_USER_ROOT/WineVersions"
207 [ "$POL_OS" = "Mac" ] && vprefix="darwin-"
208 [ "$POL_OS" = "Linux" ] && vprefix="linux-"
209 new_vroot="$POL_USER_ROOT/wine/${vprefix}x86"
210 mkdir -p "$new_vroot"
211 for version in *
212 do
213 POL_Debug_Message "Updating $version"
214 mv "$POL_USER_ROOT/WineVersions/$version" "$new_vroot/"
215 done
216 rmdir "$POL_USER_ROOT/WineVersions"
217
218 if [ "$POL_OS" = "Linux" ]
219 then
220 cd "$new_vroot"
221 for version in *
222 do
223 POL_Debug_Message "Removing /usr in path $version"
224 cd "$new_vroot/$version"
225 mv usr/* ./
226 rmdir usr
227 done
228 fi
229 fi
230 mv "$POL_USER_ROOT/configurations/installed" "$POL_USER_ROOT/configurations/installed.backup"
231 fi
232 export POL_WINEVERSION=""
233 }
234 migrate_oldpol
235
236 POL_SetupWindow_Init --protect
237 if [ "$(POL_Config_Read FIRST_FIRST_USE)" = "TRUE" ]
238 then
239 POL_SetupWindow_free_presentation "$(eval_gettext '$APPLICATION_TITLE first use')" "$(eval_gettext '$APPLICATION_TITLE is going to finish its preparation')\n$(eval_gettext "Please ensure you are connected to the internet.")"
240 else
241 POL_Config_Write FIRST_FIRST_USE TRUE
242 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 environment')\n$(eval_gettext "Please ensure you are connected to the internet.")"
243 fi
244
245 [ "$POL_OS" == "Mac" ] && [ ! -e "/Applications/Utilities/XQuartz.app" ] && install_x11
246 [ "$POL_OS" == "Mac" ] && [ "$OSX_VERSION" = "9" ] && install_x11
247
248 if [ "$DEBIAN_PACKAGE" = "TRUE" ]; then
249 fonts_install
250 else
251 if ! install_fonts; then
252 POL_SetupWindow_message "$(eval_gettext 'Error while installing fonts')" "$TITLE"
253 POL_SetupWindow_Close
254 exit 0
255 fi
256 fi
257
258 if [ "$POL_OS" = "Mac" ]; then
259 if [ "$OSX_VERSION" = "11" -a "$OSX_SUB_VERSION" -gt "4" ] || [ "$OSX_VERSION" = "12" -a "$OSX_SUB_VERSION" -gt "1" ]; then
260 # XQuartz 2.7.4 is needed here... See http://bugs.winehq.org/show_bug.cgi?id=31751
261 XVERSION="$(cat "/Applications/Utilities/XQuartz.app/Contents/Info.plist" | grep -A1 "<key>CFBundleShortVersionString</key>" | tail -n1 | cut -d '>' -f2 | cut -d '<' -f1)"
262 if VersionLower "$XVERSION" "2.7.4"; then
263 export FORCE_X11_Reinstall="True"
264 install_x11
265 fi
266 fi
267 fi
268
269
270 POL_SetupWindow_message "$(eval_gettext 'Enjoy using $APPLICATION_TITLE')" "$(eval_gettext '$APPLICATION_TITLE first use')"
271 POL_SetupWindow_Close
272 POL_Config_Write FIRST_USE TRUE
273 POL_Config_Write GECKO_INSTALLED TRUE
274 exit 0
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
+0
-39
bash/install_gecko less more
0 #!/bin/bash
1
2 # Copyright (C) 2007-2011 PlayOnLinux Team
3 # Copyright (C) 2007-2011 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 # Install gecko
20
21 [ "$PLAYONLINUX" = "" ] && exit 0
22 source "$PLAYONLINUX/lib/sources"
23
24 TITLE="$(eval_gettext '$APPLICATION_TITLE Gecko installer')"
25 POL_SetupWindow_Init
26 [ "$POL_OS" = "Linux" ] && wos="linux"
27 [ "$POL_OS" = "Mac" ] && wos="darwin"
28
29 cd "$POL_USER_ROOT/wine/$wos-x86" || exit 1
30 for file in *; do
31 [ -d "$POL_USER_ROOT/wine/$wos-x86/$file" ] && POL_Wine_Install_resources gecko "$file"
32 done
33
34 cd "$POL_USER_ROOT/wine/$wos-amd64" || exit 1
35 for file in *; do
36 [ -d "$POL_USER_ROOT/wine/$wos-amd64/$file" ] && POL_Wine_Install_resources gecko "$file" "amd64"
37 done
38 POL_SetupWindow_Close
+0
-39
bash/install_mono less more
0 #!/bin/bash
1
2 # Copyright (C) 2007-2013 PlayOnLinux Team
3 # Copyright (C) 2007-2013 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 # Install wine-mono
20
21 [ "$PLAYONLINUX" = "" ] && exit 0
22 source "$PLAYONLINUX/lib/sources"
23
24 TITLE="$(eval_gettext '$APPLICATION_TITLE Mono installer')"
25 POL_SetupWindow_Init
26 [ "$POL_OS" = "Linux" ] && wos="linux"
27 [ "$POL_OS" = "Mac" ] && wos="darwin"
28
29 cd "$POL_USER_ROOT/wine/$wos-x86" || exit 1
30 for file in *; do
31 [ -d "$POL_USER_ROOT/wine/$wos-x86/$file" ] && POL_Wine_Install_resources mono "$file"
32 done
33
34 cd "$POL_USER_ROOT/wine/$wos-amd64" || exit 1
35 for file in *; do
36 [ -d "$POL_USER_ROOT/wine/$wos-amd64/$file" ] && POL_Wine_Install_resources mono "$file" "amd64"
37 done
38 POL_SetupWindow_Close
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2008 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2011 Pâris Quentin
33
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
247247
248248
249249 [ "$POL_OS" = "Mac" ] && MEDIA_DIR="/Volumes"
250 if [ "$POL_OS" = "Linux" ]; then
250 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then
251251 MEDIA_DIR="/media"
252252 # Ubuntu Quantal workaround
253253 [ -d "/media/$USER" ] && MEDIA_DIR="/media/$USER"
334334 POL_SetupWindow_wait "$(eval_gettext '$APPLICATION_TITLE is installing your application...')" "$TITLE"
335335 echo "POL_SetupWindow_wait \"\$(eval_gettext '$APPLICATION_TITLE is installing your application...')\" \"\$TITLE\"" >> "$SCRIPTPATH"
336336
337 extension=$(echo "$SETUP_PATH" | sed 's/.*\.//g')
337 extension=$(echo "$SETUP_PATH" | $SED 's/.*\.//g')
338338 if [ "$extension" = "msi" ]
339339 then
340340 POL_Wine msiexec /i "$SETUP_PATH"
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 Pâris Quentin
33 # Copyright (C) 2007-2010 PlayOnLinux Team
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
+0
-134
bash/playonlinux_online less more
0 #!/bin/bash
1
2 # Copyright (C) 2007-2010 PlayOnLinux Team
3 # Copyright (C) 2011 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 # PlayOnLinux / PlayOnMac Online
20
21 [ "$PLAYONLINUX" = "" ] && exit
22 source "$PLAYONLINUX/lib/sources"
23
24 TITLE="$APPLICATION_TITLE Online"
25
26 personal_scripts()
27 {
28 POL_Website_GET "$SITE/V4_data/repository/get_personal_list.php"
29 PSCRIPTS="$(POL_Website_Result)"
30 if [ "$PSCRIPTS" ]; then
31 POL_SetupWindow_menu "$(eval_gettext "This is the list of the scripts you sent to us. You can run one of them")" "$TITLE" "$PSCRIPTS~Back" "~"
32
33 if [ ! "$APP_ANSWER" = "" -a ! "$APP_ANSWER" = "Back" ]; then
34 POL_Website_GET "$SITE/V4_data/repository/get_file.php?id=$APP_ANSWER"
35 POL_Website_Result > "$POL_USER_ROOT/install"
36 cd "$POL_USER_ROOT"
37 POL_SetupWindow_wait "$(eval_gettext "Running...")" "$TITLE"
38 POL_Bash "install"
39 fi
40 else
41 POL_SetupWindow_message "$(eval_gettext 'You do not seems to have any personal script')" "$TITLE"
42 fi
43 }
44 send_script()
45 {
46 POL_SetupWindow_message "$(eval_gettext "This tools will allow you to help us :")\n$(eval_gettext "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")\n\n$(eval_gettext "We're going to ask you some questions, please be as much accurate as\npossible")" "$TITLE"
47 LIST=""
48 cd "$POL_USER_ROOT/scripts"
49 for file in *
50 do
51 LIST="$LIST~$file"
52 done
53 LIST="${LIST:1}"
54 POL_SetupWindow_menu "$(eval_gettext "Choose the file corresponding to your program.")" "$TITLE" "$LIST" "~"
55 SCRIPTFILE="$APP_ANSWER"
56 script="$(cat "$SCRIPTFILE")"
57 script="$(POL_Website_urlparse "$script")"
58 POL_SetupWindow_question "$(eval_gettext "Does your program run?")" "$TITLE"
59 if [ "$APP_ANSWER" = "TRUE" ]
60 then
61 POL_SetupWindow_textbox "$(eval_gettext "What is the title of your program?")" "$TITLE"
62 SCRIPTTITLE="$APP_ANSWER"
63 POL_SetupWindow_textbox "$(eval_gettext "What is the editor of your program?")" "$TITLE"
64 EDITOR="$APP_ANSWER"
65 POL_SetupWindow_textbox "$(eval_gettext "What is the editor website of your program?")" "$TITLE" "http://"
66 URL="$APP_ANSWER"
67
68 POL_SetupWindow_menu_num "$(eval_gettext "Select a category for your program")" "$TITLE" "$(eval_gettext "Other")~$(eval_gettext "Games")~$(eval_gettext "Accessories")~$(eval_gettext "Office")~$(eval_gettext "Internet")~$(eval_gettext "Multimedia")~$(eval_gettext "Graphics")~$(eval_gettext "Development")~$(eval_gettext "Education")~$(eval_gettext "Patches")~$(eval_gettext "Testing")" "~"
69 CATEGORY="$APP_ANSWER"
70 URL="$(printf $APP_ANSWER | sed s/\\//\\\\\\//g)" # J'adore ce genre de ligne la
71 POL_SetupWindow_textbox_multiline "$(eval_gettext "What feature of your program does not work?\nIf everything works, please mention it")" "$TITLE"
72 FEATURE="$APP_ANSWER"
73 POL_SetupWindow_textbox_multiline "$(eval_gettext "Write any change you made to wine configuration here:")" "$TITLE"
74 DESCRIPTION="Features
75 $FEATURE
76
77 Wine configuration :
78 $APP_ANSWER"
79
80
81 script="${script/'{SCRIPT_NAME}'/$SCRIPTTITLE}"
82 script="${script/'{SCRIPT_EDITEUR}'/$EDITOR}"
83 script="${script/'{SCRIPT_URL}'/$URL}"
84 script="${script/'{SCRIPT_USER}'/$POL_LOGIN}"
85
86 [ "$POL_OS" == "Mac" ] && repos="playonmac"
87 [ "$POL_OS" == "Linux" ] && repos="playonlinux"
88 POL_Website_Request "http://www.$repos.com/repository/new.php" "name=Generated $SCRIPTTITLE&send=Add"
89
90 #POL_SetupWindow_message "Debug : premiere requete faite" "$TITLE"
91 SCRIPT_ID="$(POL_Website_Result | grep '<input type="hidden" name="id"'| cut -d"\"" -f16)"
92
93 POL_Debug_Message "SCRIPT ID generated : $SCRIPT_ID"
94
95 POL_Website_Request "http://www.$repos.com/repository/edit.php" "name=Generated $SCRIPTTITLE $SCRIPT_ID&cat=$CATEGORY&dosbox=0&message=$script&description=$DESCRIPTION&send=Edit&id=$SCRIPT_ID"
96
97 POL_Website_GET "http://www.$repos.com/repository/state.php?sur=1&id=$SCRIPT_ID&state=0"
98 #POL_Website_Result
99 #echo "name=Generated $SCRIPTTITLE $SCRIPT_ID&cat=$CATEGORY&dosbox=0&message=$script&description=$DESCRIPTION&send=Edit&id=$SCRIPT_ID"
100 else
101 POL_SetupWindow_message "$(eval_gettext "You must be able to run this program!")" "$TITLE"
102 fi
103 }
104 main_menu()
105 {
106 LNG_SCRIPTS="$(eval_gettext "Run one of your personal scripts")"
107 LNG_SEND="$(eval_gettext "Send to us a working script generated by manual installation")"
108 LNG_LOGOUT="$(eval_gettext "Logout")"
109 POL_SetupWindow_menu_num "$(eval_gettext 'You are connected to $APPLICATION_TITLE online as $POL_LOGIN')" "$TITLE" "$LNG_SCRIPTS~$LNG_SEND~$LNG_LOGOUT" "~"
110 ACTION="$APP_ANSWER"
111 if [ "$ACTION" = "0" ]
112 then
113 personal_scripts
114 fi
115 if [ "$ACTION" = "1" ]
116 then
117 send_script
118 fi
119 if [ "$ACTION" = "2" ]
120 then
121 POL_Website_Close
122 POL_Website_logout
123 POL_SetupWindow_message "$(eval_gettext 'You have been successfully logged out of $APPLICATION_TITLE Online\nYou can safely close this window')" "$TITLE"
124 POL_SetupWindow_Close
125 fi
126 main_menu
127 }
128 POL_SetupWindow_Init
129 POL_Website_login
130 POL_Website_Init
131 main_menu
132
133 exit 0
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2009 Pâris Quentin
5050 i=0
5151 cd "$POL_USER_ROOT/configurations/icones"
5252 ${POL_WGET/-q} -nv -nd -i "$POL_USER_ROOT/tmp/icons_fetch_list" 2>&1 |\
53 sed -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\
53 $SED -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\
5454 while read content; do
5555 [ -e "$content" -a ! -s "$content" ] && rm "$content"
5656 i=$(( i + 1 ))
7171 done > "$POL_USER_ROOT/tmp/icons_fetch_list2"
7272 cd "$POL_USER_ROOT/configurations/icones"
7373 ${POL_WGET/-q} -nv -nd -i "$POL_USER_ROOT/tmp/icons_fetch_list2" 2>&1 |\
74 sed -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\
74 $SED -ue '/URL:/!d; s/^.*-> "\(.*\)".*$/\1/'|\
7575 while read content; do
7676 [ -e "$content" -a ! -s "$content" ] && rm "$content"
7777 done
106106 then
107107 $POL_WGET "$SITE/V4_data/repository/get_list_v4.php" -O- | config_maj
108108 $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonlinux=1" -O- > md5sums
109 elif [ "$POL_OS" = "FreeBSD" ]
110 then
111 $POL_WGET "$SITE/V4_data/repository/get_list_v4.php" -O- | config_maj
112 $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonlinux=1" -O- > md5sums
113
109114 else
110115 $POL_WGET "$SITE/V4_data/repository/get_list_v4.php?playonmac=1" -O- | config_maj
111116 $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonmac=1" -O- > md5sums
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2008 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2007 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
2424 TITLE="$(eval_gettext 'PC CD-ROM reader')"
2525
2626 POL_SetupWindow_Init
27 if [ "$POL_OS" = "Linux" ]; then
27 if [ ! "$POL_OS" = "Mac" ]; then
2828 POL_SetupWindow_message "This tool is made for OSX" "$TITLE"
2929 POL_SetupWindow_Close
3030 exit 0
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2011 Pâris Quentin
33
4848 fi
4949
5050 # OS (currentOS ; 0 = linux ; 1 = Mac)
51 [ "$POL_OS" = "Linux" ] && currentOS="0" || currentOS="1"
52
51 [ "$POL_OS" = "Linux" ] && currentOS="0"
52 [ "$POL_OS" = "Mac" ] && currentOS="1"
53 [ "$POL_OS" = "FreeBSD" ] && currentOS="2"
54
5355 # User Report = -1
5456
5557 # Unique anonymous id (autorisation to edit the review)
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
9898 md5=$(POL_MD5_file "$line")
9999 md5file="$REPERTOIRE/configurations/md5"
100100 md5scripts="$REPERTOIRE/configurations/listes/md5sums"
101 md5sreplace=$(cat $md5scripts | grep $md5 | sed s/" $md5"/""/)
101 md5sreplace=$(cat $md5scripts | grep $md5 | $SED s/" $md5"/""/)
102102
103103 if [ ! "$(cat $md5scripts | grep $md5)" = "" ] # Le programme est connu, on propose le bon script
104104 then
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
3434
3535 (
3636 # Run XQuartz
37 # [ "$POL_OS" = "Mac" ] && POL_Internal_RunXQuartz
3837
3938 if [ "$(POL_Config_Read VDRIVES_LINK_MADE)" = "" ]; then
4039 POL_Config_Write VDRIVES_LINK_MADE TRUE
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
2323
2424 source "$PLAYONLINUX/lib/sources"
2525
26 export XQUARTZ_VERSION="2.7.6"
27
28
29 install_x11()
30 {
31
32 XQuartzUrl="http://xquartz.macosforge.org/downloads/SL/XQuartz-$XQUARTZ_VERSION.dmg"
33 FilePrefix="XQuartz"
34
35 STEP_TITLE="XQuartz"
36
37 XQuartz_Message="$(eval_gettext "PlayOnMac needs to install XQuartz to work properly.")"
38 XQuartz_Message2="$(eval_gettext "PlayOnMac will help you to simplify this step")"
39 POL_SetupWindow_free_presentation "$STEP_TITLE" "$XQuartz_Message\n\n$XQuartz_Message2"
40
41 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")" "~"
42
43 if [ "$APP_ANSWER" = "0" ]
44 then
45 POL_SetupWindow_download "$(eval_gettext "Downloading XQuartz")" "$STEP_TITLE" "$XQuartzUrl"
46 got_xquartz="true"
47 fi
48 if [ "$APP_ANSWER" = "1" ]
49 then
50 POL_SetupWindow_browse "$(eval_gettext "Where is") $FilePrefix-$XQUARTZ_VERSION.dmg ?" "$STEP_TITLE"
51 cd "$(dirname "$APP_ANSWER")"
52 got_xquartz="true"
53 fi
54
55 if [ "$got_xquartz" = "true" ]
56 then
57 POL_SetupWindow_wait_next_signal "$(eval_gettext "Installing XQuartz...")" "$STEP_TITLE"
58 open $FilePrefix-$XQUARTZ_VERSION.dmg
59 while [ ! -d "/Volumes/$FilePrefix-$XQUARTZ_VERSION" ]
60 do
61 sleep 1
62 done
63 /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /Volumes/$FilePrefix-$XQUARTZ_VERSION/$FilePrefix.pkg
64 umount /Volumes/$FilePrefix-$XQUARTZ_VERSION
65
66 POL_SetupWindow_message "$(eval_gettext "XQuartz has been installed.")" "$STEP_TITLE"
67 launchctl load "/Library/LaunchAgents/org.macosforge.xquartz.startx.plist"
68
69 fi
70
71
72 if [ ! -e "/Applications/Utilities/XQuartz.app" ] && [ ! "$OSX_VERSION" = "11" ]
73 then
74 POL_SetupWindow_message "$(eval_gettext "Unable to install XQuartz! You must install it to use wine properly.")" "$STEP_TITLE"
75 fi
76
77 }
78
79
80
2681
2782 # Plugins
2883 install_plugins
2984
30 # Debian
31 [ "$DEBIAN_PACKAGE" = "TRUE" ] && install_debfonts
32
33 if [ ! "$(POL_Config_Read FIRST_USE)" = "TRUE" ]; then
34 bash "$PLAYONLINUX/bash/first_use"
35 elif [ "$POL_OS" = "Mac" -a ! -e "/Applications/Utilities/XQuartz.app" -a "$OSX_VERSION" != "11" ]; then
36 bash "$PLAYONLINUX/bash/first_use"
37 elif [ "$POL_OS" = "Mac" ]; then
85 installXQuartz="false"
86 if [ "$POL_OS" = "Mac" ]; then
87 if [ ! -e "/Applications/Utilities/XQuartz.app" -a "$OSX_VERSION" != "11" ]; then
88 installXQuartz="true"
89 fi
3890 if [ "$OSX_VERSION" = "11" -a "$OSX_SUB_VERSION" -gt "4" ] || [ "$OSX_VERSION" = "12" -a "$OSX_SUB_VERSION" -gt "1" ]; then
39 # XQuartz 2.7.4 is needed here... See http://bugs.winehq.org/show_bug.cgi?id=31751
4091 XVERSION="$(cat "/Applications/Utilities/XQuartz.app/Contents/Info.plist" | grep -A1 "<key>CFBundleShortVersionString</key>" | tail -n1 | cut -d '>' -f2 | cut -d '<' -f1)"
4192 if VersionLower "$XVERSION" "2.7.4"; then
42 bash "$PLAYONLINUX/bash/first_use"
93 installXQuartz="true"
4394 fi
4495 fi
4596 fi
4697
47 if [ "$(POL_Config_Read GECKO_INSTALLED)" = "" ]; then
48 POL_Config_Write GECKO_INSTALLED TRUE
49 bash "$PLAYONLINUX/bash/install_gecko"
50 fi
51
52 if [ "$(POL_Config_Read MONO_INSTALLED)" = "" ]; then
53 POL_Config_Write MONO_INSTALLED TRUE
54 bash "$PLAYONLINUX/bash/install_mono"
55 fi
98 if [ "$installXQuartz" = "true" ]; then
99 POL_SetupWindow_Init --protect
100 install_x11
101 POL_SetupWindow_Close
102 fi
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 PlayOnLinux Team
33 # Copyright (C) 2007-2011 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 PlayOnLinux Team
33 # Copyright (C) 2007-2011 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2008 Pâris Quentin
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-10-25 17:39+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Arabic <ar@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:39+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr "لا"
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr "نعم"
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr "الملحقات"
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr "التّطوير"
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr "التعليم"
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr "الألعاب"
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr "الرسوميات"
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr "الإنترنت"
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr "الوسائط المتعددة"
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr "المكتب"
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr "أخرى"
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr "الرقع"
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr "يتم الان الإختبار"
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
42294284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
4289 msgstr "أخرى"
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42324292 #, sh-format
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
43524412 msgstr "استعراض"
43534413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
4417 msgstr ""
4418
43544419 #: lib/website.lib:29
43554420 #, sh-format
43564421 msgid "Connect to your $APPLICATION_TITLE account"
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr "عام"
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr "تثبيت"
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr "إزالة"
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr "التالي"
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr "أوافق"
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr "مِن"
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr "لا يوجد وصف"
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr "الملحقات"
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr "التّطوير"
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr "التعليم"
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr "الألعاب"
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr "الرسوميات"
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr "الإنترنت"
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr "الوسائط المتعددة"
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr "المكتب"
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr "الرقع"
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
47164826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
4830 msgstr "يتم الان الإختبار"
47174831
47184832 #: python/install.py:263
47194833 msgid "No-cd needed"
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr "تشغيل"
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr "تبرّع"
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr "خروج"
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr "مدير الإضافات"
48895003
4890 #: python/mainwindow.py:331
5004 #: python/mainwindow.py:329
48915005 msgid "File"
48925006 msgstr "ملف"
48935007
4894 #: python/mainwindow.py:333
5008 #: python/mainwindow.py:331
48955009 msgid "Tools"
48965010 msgstr "أدوات"
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr "إعدادات"
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr "الإضافات"
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr "إغلاق البرنامج"
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr "تثبيت إصدارات النبيذ : "
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr "تتوفر الإصدارات النبيذ : "
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr "إصدارات النبيذ"
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-10-25 17:22+0000\n"
1111 "Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
1212 "Language-Team: Asturian <ast@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
234234 msgstr ""
235235
236236 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
237 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
237238 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
238239 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
239240 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
262263 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
263264 #: PlayOnLinux_Scripts/Civilization_V_:53
264265 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
265 #: PlayOnLinux_Scripts/Diablo_II_:51
266 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
266267 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
267268 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
268269 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
269270 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
270271 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
271 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
272272 #: PlayOnLinux_Scripts/Google_SketchUp_:51
273273 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
274274 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
288288 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
289289 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
290290 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
291 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
291292 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
292293 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
293294 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
294 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
295 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
295 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
296 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
297 #: PlayOnLinux_Scripts/Portal_2_:82
296298 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
297299 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
298 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
300 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
301 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
299302 #: PlayOnLinux_Scripts/Rayman_Origins_:72
300303 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
301304 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
305 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
302306 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
303307 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
304308 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
309 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
305310 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
306311 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
307 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
308 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
312 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
313 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
314 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
309315 #: PlayOnLinux_Scripts/Starcraft_:34
310316 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
311317 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
312 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
318 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
319 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
313320 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
314321 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
322 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
315323 #: PlayOnLinux_Scripts/Theme_Hospital_:59
316324 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
317325 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
318326 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
319327 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
328 #: PlayOnLinux_Scripts/Wizard_101_:38
320329 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
321330 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
322331 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
329338 msgid "Please select the setup file to run"
330339 msgstr ""
331340
341 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
342 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
343 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
344 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
345 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
346 #, sh-format
347 msgid "Please insert the game media into your disc drive."
348 msgstr ""
349
332350 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
351 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
352 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
333353 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
334354 #: PlayOnLinux_Scripts/Dishonored_:72
335355 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
423443 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
424444 #: PlayOnLinux_Scripts/Magicka_:68
425445 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
446 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
426447 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
427448 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
428449 #: PlayOnLinux_Scripts/Rayman_Origins_:83
429450 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
430 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
431 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
451 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
452 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
432453 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
433454 #: PlayOnLinux_Scripts/The_Witcher_:125
434455 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
458479 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
459480 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
460481 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
482 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
461483 #: PlayOnLinux_Scripts/Driftmoon_:43
462484 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
463485 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
466488 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
467489 #: PlayOnLinux_Scripts/League_Of_Legends_:57
468490 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
469 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
491 #: PlayOnLinux_Scripts/Sacrifice_:41
492 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
493 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
494 #: PlayOnLinux_Scripts/Toontown_Online_:25
495 #: PlayOnLinux_Scripts/Watchtower_library_:43
470496 #: PlayOnLinux_Scripts/iTunes_10_:28
471497 #, sh-format
472498 msgid "Please select the setup file to run."
481507 #: PlayOnLinux_Scripts/POL_GoG_download_:48
482508 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
483509 #: PlayOnLinux_Scripts/SimCity_2000_:50
484 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
485 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
510 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
511 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
486512 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
487513 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
488514 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
489 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
490 #: lib/wine.lib:1186
515 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
516 #: lib/wine.lib:1171 lib/wine.lib:1201
491517 #, sh-format
492518 msgid "Please wait..."
493519 msgstr ""
515541 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
516542 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
517543 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
518 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
544 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
519545 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
520546 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
521547 #: PlayOnLinux_Scripts/Dead_Space_2_:85
531557 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
532558 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
533559 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
534 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
560 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
535561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
536562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
537563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
593619 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
594620 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
595621 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
596 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
622 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
597623 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
598624 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
599625 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
600 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
601 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
626 #: PlayOnLinux_Scripts/Dead_Space_:50
627 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
628 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
629 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
602630 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
603631 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
604632 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
608636 #: PlayOnLinux_Scripts/Rage_:79
609637 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
610638 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
611 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
639 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
612640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
613641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
614642 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
646674 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
647675 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
648676 #: PlayOnLinux_Scripts/Sacrifice_:45
649 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
677 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
650678 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
651679 #: PlayOnLinux_Scripts/The_Witcher_:102
652680 #, sh-format
657685 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
658686 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
659687 #: PlayOnLinux_Scripts/Mass_Effect_:54
660 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
688 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
661689 #: PlayOnLinux_Scripts/The_Witcher_:110
662690 #, sh-format
663691 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
668696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
669697 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
699 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
672700 #: PlayOnLinux_Scripts/The_Witcher_:113
673701 #, sh-format
674702 msgid "Please insert the next game media into your disk drive"
697725 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
698726 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
699727 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
728 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
700729 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
701730 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
702731 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
802831 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
803832 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
804833 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
805 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
834 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
806835 #, sh-format
807836 msgid ""
808837 "You must disable anti-piracy protections of this game\\nif you want to play "
820849
821850 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
822851 #: PlayOnLinux_Scripts/Cars_2_:83
823 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
852 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
824853 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
825854 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
826855 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
841870 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
842871 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
843872 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
873 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
874 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
844875 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
845876 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
846877 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10561087 msgid "Please insert media 2 into your disk drive\\nif not already done."
10571088 msgstr ""
10581089
1059 #: PlayOnLinux_Scripts/Diablo_III_:29
1090 #: PlayOnLinux_Scripts/Diablo_III_:31
10601091 #, sh-format
10611092 msgid "Please select the setup file downloaded on $EDITOR website"
10621093 msgstr ""
10631094
1064 #: PlayOnLinux_Scripts/Diablo_III_:60
1095 #: PlayOnLinux_Scripts/Diablo_III_:62
10651096 #, sh-format
10661097 msgid ""
10671098 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10681099 "patch (AcceptEx Fix)"
10691100 msgstr ""
10701101
1071 #: PlayOnLinux_Scripts/Diablo_III_:60
1102 #: PlayOnLinux_Scripts/Diablo_III_:62
10721103 #, sh-format
10731104 msgid ""
10741105 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10751106 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1107 msgstr ""
1108
1109 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1110 #, sh-format
1111 msgid "Scanning your hardware..."
10761112 msgstr ""
10771113
10781114 #: PlayOnLinux_Scripts/Dishonored_:79
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11531189 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1154 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1155 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1190 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1191 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11561192 #, sh-format
11571193 msgid "Please insert the first game media into your disk drive"
11581194 msgstr ""
11591195
11601196 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1161 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1197 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11621198 #, sh-format
11631199 msgid "Please insert the second game media into your disk drive"
11641200 msgstr ""
12231259 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12241260 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12251261 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1262 #: PlayOnLinux_Scripts/Hearthstone_:64
12261263 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12271264 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12281265 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12481285 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12491286 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12501287 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1251 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1288 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12521289 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12531290 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12541291 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12721309 msgid "Editor"
12731310 msgstr ""
12741311
1275 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1312 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12761313 #, sh-format
12771314 msgid "This install script requires ffmpeg"
12781315 msgstr ""
12791316
1280 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1317 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12811318 #, sh-format
12821319 msgid "Converting videos..."
12831320 msgstr ""
12841321
12851322 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1323 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12861324 #, sh-format
12871325 msgid ""
12881326 "On first run the game will autodetect available renderers.\\nIt is likely "
12951333 msgid "Run $TITLE in safe mode?"
12961334 msgstr ""
12971335
1336 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1337 #, sh-format
1338 msgid ""
1339 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1340 "disable it by pressing Alt+R while in game.)"
1341 msgstr ""
1342
1343 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1344 #, sh-format
1345 msgid ""
1346 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1347 "game."
1348 msgstr ""
1349
12981350 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12991351 #, sh-format
13001352 msgid "Could not find program directory"
13571409 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13581410 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13591411 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1360 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1361 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1362 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13631412 #, sh-format
13641413 msgid "Language"
13651414 msgstr ""
14831532 msgid "Dedicated server"
14841533 msgstr ""
14851534
1486 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1535 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14871536 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14881537 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14891538 #, sh-format
15091558 msgid "Code wheel"
15101559 msgstr ""
15111560
1512 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1513 #, sh-format
1514 msgid "Do you have a language pack to install?"
1515 msgstr ""
1516
1517 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1519 #, sh-format
1520 msgid "Later"
1521 msgstr ""
1522
1523 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1562 #, sh-format
1563 msgid ""
1564 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1565 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1566 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1570 #, sh-format
1571 msgid "Now you must install the modpack in directory:"
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1575 #, sh-format
1576 msgid "Please select ANY 3 icons when prompted."
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1580 #, sh-format
1581 msgid "temp directory missing"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1585 #, sh-format
1586 msgid ""
1587 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1588 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1589 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1590 "details.\\nInstall it?"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1594 #, sh-format
1595 msgid "Control Panel"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1599 #, sh-format
1600 msgid ""
1601 "IMPORTANT:\n"
1602 " \\n\\nOn the installation window coming next, do NOT click the Options "
1603 "button, it would mess up the language selection."
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1607 #, sh-format
1608 msgid ""
1609 "On first run the game will autodetect available renderers.\\nIt is likely "
1610 "that you will get better performance out of the OpenGL renderer."
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Goblins_3_:21
1614 #, sh-format
1615 msgid "Please select the game language"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:82
1619 #, sh-format
1620 msgid "Choose the game resolution"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:96
1624 #, sh-format
1625 msgid ""
1626 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1627 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1628 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:110
1632 #, sh-format
1633 msgid "$TITLE is installed"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Guild_Wars_:53
1637 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1638 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1639 #, sh-format
1640 msgid "Please insert the DVD-ROM"
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1644 #, sh-format
1645 msgid ""
1646 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1647 "client and download will resume from where it stopped. Download percentage "
1648 "reset but do not worry, it do not restart from the beginning."
1649 msgstr ""
1650
1651 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1652 #, sh-format
1653 msgid ""
1654 "Please select $TITLE install file. During installation, uncheck all extra "
1655 "drivers it wants to install:"
1656 msgstr ""
1657
15241658 #: PlayOnLinux_Scripts/Half_Life_2_:56
15251659 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15261660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15271661 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1528 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1662 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15291663 #, sh-format
15301664 msgid "No"
15311665 msgstr ""
15321666
1533 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1667 #: PlayOnLinux_Scripts/Half_Life_2_:56
1668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1669 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1670 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1671 #: PlayOnLinux_Scripts/Portal_:36
1672 #, sh-format
1673 msgid ""
1674 "Steam installation has been detected\\nwould you like to install this game "
1675 "in the same virtual drive?"
1676 msgstr ""
1677
15351678 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15361679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15371680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15401683 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15411684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15421685 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1543 #: python/guiv3.py:157
1686 #: python/guiv3.py:158 python/guiv3.py:161
15441687 #, sh-format
15451688 msgid "Yes"
15461689 msgstr ""
15471690
1548 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1549 #, sh-format
1550 msgid ""
1551 "To install a language pack later, open the configuration panel for the game "
1552 "in order to execute the installer into the virtual disk (Misc tab)"
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1556 #, sh-format
1557 msgid ""
1558 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1559 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1560 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1561 msgstr ""
1562
1563 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1564 #, sh-format
1565 msgid "Now you must install the modpack in directory:"
1566 msgstr ""
1567
1568 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1569 #, sh-format
1570 msgid "Please select ANY 3 icons when prompted."
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1574 #, sh-format
1575 msgid "temp directory missing"
1576 msgstr ""
1577
1578 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1579 #, sh-format
1580 msgid ""
1581 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1582 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1583 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1584 "details.\\nInstall it?"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1588 #, sh-format
1589 msgid "Control Panel"
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1593 #, sh-format
1594 msgid ""
1595 "IMPORTANT:\n"
1596 " \\n\\nOn the installation window coming next, do NOT click the Options "
1597 "button, it would mess up the language selection."
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1601 #, sh-format
1602 msgid ""
1603 "On first run the game will autodetect available renderers.\\nIt is likely "
1604 "that you will get better performance out of the OpenGL renderer."
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/Goblins_3_:21
1608 #, sh-format
1609 msgid "Please select the game language"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/Gothic_3_:82
1613 #, sh-format
1614 msgid "Choose the game resolution"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:96
1618 #, sh-format
1619 msgid ""
1620 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1621 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1622 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:110
1626 #, sh-format
1627 msgid "$TITLE is installed"
1628 msgstr ""
1629
1630 #: PlayOnLinux_Scripts/Guild_Wars_:53
1631 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1632 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1633 #, sh-format
1634 msgid "Please insert the DVD-ROM"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1638 #, sh-format
1639 msgid ""
1640 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1641 "client and download will resume from where it stopped. Download percentage "
1642 "reset but do not worry, it do not restart from the beginning."
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1646 #, sh-format
1647 msgid ""
1648 "Please select $TITLE install file. During installation, uncheck all extra "
1649 "drivers it wants to install:"
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/Half_Life_2_:56
1653 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1655 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1656 #: PlayOnLinux_Scripts/Portal_:36
1657 #, sh-format
1658 msgid ""
1659 "Steam installation has been detected\\nwould you like to install this game "
1660 "in the same virtual drive?"
1661 msgstr ""
1662
16631691 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16641692 #, sh-format
16651693 msgid "Updating $TITLE"
16661694 msgstr ""
16671695
1668 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1696 #: PlayOnLinux_Scripts/Hanahira__:54
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16771705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1713 #: PlayOnLinux_Scripts/Steins_Gate_:51
16801714 #, sh-format
16811715 msgid "Please locate installation program (Setup.exe)"
16821716 msgstr ""
16831717
1684 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1685 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1718 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16861719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16871720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16881721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17041737 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17051738 msgstr ""
17061739
1740 #: PlayOnLinux_Scripts/Hearthstone_:26
1741 #, sh-format
1742 msgid "What language do you want to install?"
1743 msgstr ""
1744
17071745 #: PlayOnLinux_Scripts/ImgBurn_:38
17081746 #, sh-format
17091747 msgid ""
17411779 msgstr ""
17421780
17431781 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1744 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17451782 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17461783 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17471784 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18931930 "If the download update stuck close and run until the download is complete."
18941931 msgstr ""
18951932
1933 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18961934 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18971935 #, sh-format
18981936 msgid "Demo version"
18991937 msgstr ""
19001938
1939 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19011940 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19021941 #, sh-format
19031942 msgid "Please select version."
19511990 #, sh-format
19521991 msgid ""
19531992 "No filename extension specified, skipping association to native application."
1993 msgstr ""
1994
1995 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1996 #, sh-format
1997 msgid "Contacting download server."
19541998 msgstr ""
19551999
19562000 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20362080 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20372081 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20382082 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2039 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2083 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20402084 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20412085 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20422086 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20742118 "them without issues"
20752119 msgstr ""
20762120
2077 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2078 #, sh-format
2079 msgid "This package fail to install with wine 1.5.21 or better"
2080 msgstr ""
2081
2082 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2121 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20832122 #, sh-format
20842123 msgid ""
20852124 "If you see error messages during DotNet 3.5 installation, you can ignore "
21952234 "Please update."
21962235 msgstr ""
21972236
2198 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2237 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2238 #: PlayOnLinux_Scripts/yWriter_5_:45
21992239 #, sh-format
22002240 msgid "Downloading..."
22012241 msgstr ""
23062346 msgid "Microsoft fonts have been installed successfully."
23072347 msgstr ""
23082348
2349 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2350 #, sh-format
2351 msgid ""
2352 "OSX users: If the screen flickers once the game is launched, try to press "
2353 "cmd + tab twice"
2354 msgstr ""
2355
23092356 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23102357 #, sh-format
23112358 msgid "Remove Game For Windows Live..."
23432390 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23442391 msgstr ""
23452392
2346 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2393 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23472394 #, sh-format
23482395 msgid "Abort installation"
23492396 msgstr ""
23682415 msgid "The program needs access to ptrace() to proceed:"
23692416 msgstr ""
23702417
2371 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2418 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23722419 #, sh-format
23732420 msgid "User abort"
23742421 msgstr ""
24072454 msgid "Please do not run $TITLE after installation has finished."
24082455 msgstr ""
24092456
2457 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2458 #, sh-format
2459 msgid "Extracting $TITLE"
2460 msgstr ""
2461
24102462 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24112463 #, sh-format
24122464 msgid ""
24192471 msgid "$TITLE has been successfully installed."
24202472 msgstr ""
24212473
2474 #: PlayOnLinux_Scripts/Poker_Stars_:37
2475 #, sh-format
2476 msgid "Error while installing. Downloaded file not found."
2477 msgstr ""
2478
24222479 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24232480 #, sh-format
24242481 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24262483
24272484 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24282485 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2486 #: PlayOnLinux_Scripts/Watchtower_library_:58
24292487 #, sh-format
24302488 msgid "Please wait while $TITLE is installed"
24312489 msgstr ""
24572515 #: PlayOnLinux_Scripts/Rage_:93
24582516 #, sh-format
24592517 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2518 msgstr ""
2519
2520 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2521 #, sh-format
2522 msgid ""
2523 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2524 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2525 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2526 "n\\nIf you have one of this two versions of this game, please give some "
2527 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2528 "n\\nThank you!"
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2532 #, sh-format
2533 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2534 msgstr ""
2535
2536 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2537 #, sh-format
2538 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2539 msgstr ""
2540
2541 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2542 #, sh-format
2543 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2544 msgstr ""
2545
2546 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2547 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2548 #, sh-format
2549 msgid "Select a version of installation disc:"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2553 #, sh-format
2554 msgid "First Release (without addons)"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2558 #, sh-format
2559 msgid "Gold Edition"
2560 msgstr ""
2561
2562 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2563 #, sh-format
2564 msgid "Platinum Edition"
2565 msgstr ""
2566
2567 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2568 #, sh-format
2569 msgid "What is your version of Railroad Tycoon II?"
2570 msgstr ""
2571
2572 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2573 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2574 #, sh-format
2575 msgid ""
2576 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2577 "desktop.\\n\\nThank you for using this installation script! :)"
24602578 msgstr ""
24612579
24622580 #: PlayOnLinux_Scripts/Reaper_4_:30
26082726 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26092727 msgstr ""
26102728
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2739 #, sh-format
2740 msgid ""
2741 "Close the visual novel when it appears to continue installation. Click Next "
2742 "to begin installation."
2743 msgstr ""
2744
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2746 #, sh-format
2747 msgid ""
2748 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2749 "script will now install it. Click Next to continue."
2750 msgstr ""
2751
26112752 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26122753 #, sh-format
26132754 msgid ""
26152756 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26162757 msgstr ""
26172758
2618 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2619 #, sh-format
2620 msgid "Please locate installation program (Launcher.exe)"
2621 msgstr ""
2622
2623 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2624 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2625 #, sh-format
2626 msgid ""
2627 "When the launcher opens, click on the top button to open the installer. When "
2628 "a new window opens, click OK. When another window opens, click on the button "
2629 "with the letter N until it is installing. Wait until it is done and click "
2630 "the right button to quit. Click Next when you are done installing."
2759 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2760 #, sh-format
2761 msgid "Please locate installation program in Data folder (Resonance.msi)"
26312762 msgstr ""
26322763
26332764 #: PlayOnLinux_Scripts/Steam_:50
26632794 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26642795 "game. Steam install xna framework the game. Close the Steam so that the "
26652796 "installer can continue."
2797 msgstr ""
2798
2799 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2800 #, sh-format
2801 msgid "If youve the extentions, you should install Tribunal first !"
26662802 msgstr ""
26672803
26682804 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27742910 "pp 4-5."
27752911 msgstr ""
27762912
2913 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2914 #, sh-format
2915 msgid "Please select the installation file to run."
2916 msgstr ""
2917
2918 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2919 #, sh-format
2920 msgid ""
2921 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2922 "your region.\\n 2. Leave only checked DirectX box."
2923 msgstr ""
2924
27772925 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27782926 #, sh-format
27792927 msgid ""
27802928 "The game will fail to launch until you set "
27812929 "/proc/sys/kernel/yama/ptrace_scope to 0"
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2933 #, sh-format
2934 msgid "Other destination or other CD/DVD"
2935 msgstr ""
2936
2937 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2938 #, sh-format
2939 msgid "Retail CD"
2940 msgstr ""
2941
2942 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2943 #, sh-format
2944 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2945 msgstr ""
2946
2947 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2948 #, sh-format
2949 msgid "video fix"
27822950 msgstr ""
27832951
27842952 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28613029 msgid "Donwload finished.\\nPatches installation will begin"
28623030 msgstr ""
28633031
3032 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3033 #, sh-format
3034 msgid "We will download the installer"
3035 msgstr ""
3036
28643037 #: PlayOnLinux_Scripts/Toontown_Online_:17
28653038 #, sh-format
28663039 msgid ""
28983071 msgid "Do you want to browse $TITLE website?"
28993072 msgstr ""
29003073
3074 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3075 #, sh-format
3076 msgid ""
3077 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3078 "messenger, because it will won't work correctly."
3079 msgstr ""
3080
3081 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3082 #, sh-format
3083 msgid "Warning"
3084 msgstr ""
3085
29013086 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29023087 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29033088 #, sh-format
29063091 "want it to run correctly with $APPLICATION_TITLE"
29073092 msgstr ""
29083093
3094 #: PlayOnLinux_Scripts/Watchtower_library_:49
3095 #, sh-format
3096 msgid "File Selection Error"
3097 msgstr ""
3098
3099 #: PlayOnLinux_Scripts/Watchtower_library_:49
3100 #, sh-format
3101 msgid ""
3102 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3103 msgstr ""
3104
29093105 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29103106 #, sh-format
29113107 msgid ""
29223118 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29233119 #, sh-format
29243120 msgid ""
2925 "Attention: After installation is complete, the patcher will load. Please "
2926 "close the patcher before logging in or finish updating to complete the "
2927 "installation. After this, you can run \"$TITLE\" when setup is done"
3121 "Attention:After installation is complete, the patcher will load. After, go "
3122 "to the top right of the patcher and click the wrench, Then Un-check the box "
3123 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3124 "minuite. When finished with this, please close the patcher before logging in "
3125 "or finish updating to complete the installation. After this, you can run "
3126 "\"$TITLE\" when setup is done"
29283127 msgstr ""
29293128
29303129 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29653164 "Please insert game media 5 into your disk drive\\nif not already done."
29663165 msgstr ""
29673166
3167 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3168 #, sh-format
3169 msgid "Which region version of World of Warplanes would you like to install?"
3170 msgstr ""
3171
3172 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3173 #, sh-format
3174 msgid ""
3175 "Attention:After installation is complete, the patcher will load. After, go "
3176 "to the top right of the patcher and click the wrench, Then Un-check the box "
3177 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3178 "minute. When finished with this, please close the patcher before logging in "
3179 "or finish updating to complete the installation. After this, you can run "
3180 "\"$TITLE\" when setup is done"
3181 msgstr ""
3182
29683183 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29693184 #, sh-format
29703185 msgid ""
30123227 msgid "Please select the 32bit version of iTunes"
30133228 msgstr ""
30143229
3015 #: PlayOnLinux_Scripts/osu_:45
3230 #: PlayOnLinux_Scripts/osu_:46
30163231 #, sh-format
30173232 msgid ""
30183233 "Press next to start the updater. When the updater is finished, close it "
30323247 "resolution when rFactor Config comes up."
30333248 msgstr ""
30343249
3035 #: bash/bug_report:31
3250 #: bash/bug_report:32
30363251 #, sh-format
30373252 msgid "Report a bug"
30383253 msgstr ""
30393254
3040 #: bash/bug_report:36
3255 #: bash/bug_report:37
30413256 #, sh-format
30423257 msgid ""
30433258 "Please give the more details as you can, otherwise, it will be very "
30443259 "difficult to help you"
30453260 msgstr ""
30463261
3047 #: bash/bug_report:36
3262 #: bash/bug_report:37
30483263 #, sh-format
30493264 msgid ""
30503265 "This wizard will help you to report a bug about an officially supported "
30513266 "program."
30523267 msgstr ""
30533268
3054 #: bash/bug_report:40
3269 #: bash/bug_report:41
30553270 #, sh-format
30563271 msgid ""
30573272 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30583273 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30593274 msgstr ""
30603275
3061 #: bash/bug_report:46
3276 #: bash/bug_report:47
30623277 #, sh-format
30633278 msgid "I have a problem with a software"
30643279 msgstr ""
30653280
3066 #: bash/bug_report:46
3281 #: bash/bug_report:47
30673282 #, sh-format
30683283 msgid "My problem concerns $APPLICATION_TITLE itself"
30693284 msgstr ""
30703285
3071 #: bash/bug_report:46
3286 #: bash/bug_report:47
30723287 #, sh-format
30733288 msgid "What kind of problem do you have?"
30743289 msgstr ""
30753290
3076 #: bash/bug_report:50
3291 #: bash/bug_report:51
30773292 #, sh-format
30783293 msgid "Don't join any log file"
30793294 msgstr ""
30803295
3081 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3296 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30823297 #: bash/manual_install:120 bash/manual_install:219
30833298 #, sh-format
30843299 msgid "Manual installation"
30853300 msgstr ""
30863301
3087 #: bash/bug_report:54 bash/run_exe:24
3302 #: bash/bug_report:55 bash/run_exe:24
30883303 #, sh-format
30893304 msgid "Automatic installation"
30903305 msgstr ""
30913306
3092 #: bash/bug_report:65
3307 #: bash/bug_report:66
30933308 #, sh-format
30943309 msgid "Choose the log file corresponding to your software."
30953310 msgstr ""
30963311
3097 #: bash/bug_report:69
3312 #: bash/bug_report:70
30983313 #, sh-format
30993314 msgid "Please give a very short description (title, english only)"
31003315 msgstr ""
31013316
3102 #: bash/bug_report:72
3317 #: bash/bug_report:73
31033318 #, sh-format
31043319 msgid "Please explain your problem clearly (english only):"
31053320 msgstr ""
31063321
3107 #: bash/bug_report:76
3322 #: bash/bug_report:77
31083323 #, sh-format
31093324 msgid "Sorry, we need a detailed description."
31103325 msgstr ""
31113326
3112 #: bash/bug_report:107
3327 #: bash/bug_report:108
31133328 #, sh-format
31143329 msgid ""
31153330 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31513366 msgstr ""
31523367
31533368 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3154 #: python/mainwindow.py:232
3369 #: python/mainwindow.py:234
31553370 #, sh-format
31563371 msgid "Run a local script"
31573372 msgstr "Executar un script llocal"
32753490 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32763491 msgstr ""
32773492
3278 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3493 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32793494 #, sh-format
32803495 msgid "$APPLICATION_TITLE first use"
32813496 msgstr ""
32823497
3283 #: bash/first_use:240
3498 #: bash/first_use:242
32843499 #, sh-format
32853500 msgid "$APPLICATION_TITLE is going to finish its preparation"
32863501 msgstr ""
32873502
3288 #: bash/first_use:240 bash/first_use:243
3503 #: bash/first_use:242 bash/first_use:245
32893504 #, sh-format
32903505 msgid "Please ensure you are connected to the internet."
32913506 msgstr ""
32923507
3293 #: bash/first_use:243
3508 #: bash/first_use:245
32943509 #, sh-format
32953510 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32963511 msgstr ""
32973512
3298 #: bash/first_use:243
3513 #: bash/first_use:245
32993514 #, sh-format
33003515 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33013516 msgstr ""
33023517
3303 #: bash/first_use:253
3518 #: bash/first_use:255
33043519 #, sh-format
33053520 msgid "Error while installing fonts"
33063521 msgstr ""
33073522
3308 #: bash/first_use:271
3523 #: bash/first_use:273
33093524 #, sh-format
33103525 msgid "Enjoy using $APPLICATION_TITLE"
33113526 msgstr ""
34173632 msgid "Use another version of Wine"
34183633 msgstr ""
34193634
3420 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3421 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3635 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3636 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34223637 #, sh-format
34233638 msgid "Configure Wine"
34243639 msgstr "Configurar Wine"
34383653 msgid "What would you like to do before installation?"
34393654 msgstr ""
34403655
3441 #: bash/manual_install:230 lib/scripts.lib:437
3656 #: bash/manual_install:231 lib/scripts.lib:438
34423657 #, sh-format
34433658 msgid "Please make your choice"
34443659 msgstr ""
34453660
3446 #: bash/manual_install:258
3661 #: bash/manual_install:259
34473662 #, sh-format
34483663 msgid "Looking for runnable CD-ROMs"
34493664 msgstr ""
34503665
3451 #: bash/manual_install:281
3666 #: bash/manual_install:282
34523667 #, sh-format
34533668 msgid "Select another file"
34543669 msgstr ""
34553670
3456 #: bash/manual_install:289
3671 #: bash/manual_install:290
34573672 #, sh-format
34583673 msgid "Please choose a way to install your program"
34593674 msgstr ""
34603675
3461 #: bash/manual_install:298
3676 #: bash/manual_install:299
34623677 #, sh-format
34633678 msgid "Please select the install file to run."
34643679 msgstr ""
34653680
3466 #: bash/manual_install:328
3681 #: bash/manual_install:329
34673682 #, sh-format
34683683 msgid "You must choose a file!"
34693684 msgstr ""
34703685
3471 #: bash/manual_install:334
3686 #: bash/manual_install:335
34723687 #, sh-format
34733688 msgid "$APPLICATION_TITLE is installing your application..."
34743689 msgstr ""
35463761 msgid "Extracting: "
35473762 msgstr ""
35483763
3549 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3764 #: bash/playonlinux-pkg:111
35503765 #, sh-format
35513766 msgid "Running..."
35523767 msgstr ""
35563771 msgid "Cleaning..."
35573772 msgstr ""
35583773
3559 #: bash/playonlinux_online:32
3560 #, sh-format
3561 msgid ""
3562 "This is the list of the scripts you sent to us. You can run one of them"
3563 msgstr ""
3564
3565 #: bash/playonlinux_online:42
3566 #, sh-format
3567 msgid "You do not seems to have any personal script"
3568 msgstr ""
3569
3570 #: bash/playonlinux_online:47
3571 #, sh-format
3572 msgid ""
3573 "If you have successfully installed a program with 'Install a non-listed\\"
3574 "nsoftware' button, it will allow you to add this program in our list"
3575 msgstr ""
3576
3577 #: bash/playonlinux_online:47
3578 #, sh-format
3579 msgid "This tools will allow you to help us :"
3580 msgstr ""
3581
3582 #: bash/playonlinux_online:47
3583 #, sh-format
3584 msgid ""
3585 "We're going to ask you some questions, please be as much accurate as\\"
3586 "npossible"
3587 msgstr ""
3588
3589 #: bash/playonlinux_online:55
3590 #, sh-format
3591 msgid "Choose the file corresponding to your program."
3592 msgstr ""
3593
3594 #: bash/playonlinux_online:59
3595 #, sh-format
3596 msgid "Does your program run?"
3597 msgstr ""
3598
3599 #: bash/playonlinux_online:62
3600 #, sh-format
3601 msgid "What is the title of your program?"
3602 msgstr ""
3603
3604 #: bash/playonlinux_online:64
3605 #, sh-format
3606 msgid "What is the editor of your program?"
3607 msgstr ""
3608
3609 #: bash/playonlinux_online:66
3610 #, sh-format
3611 msgid "What is the editor website of your program?"
3612 msgstr ""
3613
3614 #: bash/playonlinux_online:69 python/install.py:210
3615 #, sh-format
3616 msgid "Accessories"
3617 msgstr ""
3618
3619 #: bash/playonlinux_online:69 python/install.py:211
3620 #, sh-format
3621 msgid "Development"
3622 msgstr ""
3623
3624 #: bash/playonlinux_online:69 python/install.py:212
3625 #, sh-format
3626 msgid "Education"
3627 msgstr ""
3628
3629 #: bash/playonlinux_online:69 python/install.py:213
3630 #, sh-format
3631 msgid "Games"
3632 msgstr ""
3633
3634 #: bash/playonlinux_online:69 python/install.py:214
3635 #, sh-format
3636 msgid "Graphics"
3637 msgstr ""
3638
3639 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3640 #: python/options.py:384
3641 #, sh-format
3642 msgid "Internet"
3643 msgstr ""
3644
3645 #: bash/playonlinux_online:69 python/install.py:216
3646 #, sh-format
3647 msgid "Multimedia"
3648 msgstr ""
3649
3650 #: bash/playonlinux_online:69 python/install.py:217
3651 #, sh-format
3652 msgid "Office"
3653 msgstr ""
3654
3655 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3656 #, sh-format
3657 msgid "Other"
3658 msgstr ""
3659
3660 #: bash/playonlinux_online:69 python/install.py:219
3661 #, sh-format
3662 msgid "Patches"
3663 msgstr ""
3664
3665 #: bash/playonlinux_online:69
3666 #, sh-format
3667 msgid "Select a category for your program"
3668 msgstr ""
3669
3670 #: bash/playonlinux_online:69 python/install.py:258
3671 #, sh-format
3672 msgid "Testing"
3673 msgstr ""
3674
3675 #: bash/playonlinux_online:72
3676 #, sh-format
3677 msgid ""
3678 "What feature of your program does not work?\\nIf everything works, please "
3679 "mention it"
3680 msgstr ""
3681
3682 #: bash/playonlinux_online:74
3683 #, sh-format
3684 msgid "Write any change you made to wine configuration here:"
3685 msgstr ""
3686
3687 #: bash/playonlinux_online:102
3688 #, sh-format
3689 msgid "You must be able to run this program!"
3690 msgstr ""
3691
3692 #: bash/playonlinux_online:107
3693 #, sh-format
3694 msgid "Run one of your personal scripts"
3695 msgstr ""
3696
3697 #: bash/playonlinux_online:108
3698 #, sh-format
3699 msgid "Send to us a working script generated by manual installation"
3700 msgstr ""
3701
3702 #: bash/playonlinux_online:109
3703 #, sh-format
3704 msgid "Logout"
3705 msgstr ""
3706
3707 #: bash/playonlinux_online:110
3708 #, sh-format
3709 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3710 msgstr ""
3711
3712 #: bash/playonlinux_online:124
3713 #, sh-format
3714 msgid ""
3715 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3716 "safely close this window"
3717 msgstr ""
3718
3719 #: bash/polconfigurator:33
3774 #: bash/polconfigurator:34
37203775 #, sh-format
37213776 msgid "Killing programs in the virtual drive..."
37223777 msgstr ""
37233778
3724 #: bash/polconfigurator:79
3779 #: bash/polconfigurator:86
37253780 #, sh-format
37263781 msgid "Icon selection"
37273782 msgstr ""
37283783
3729 #: bash/polconfigurator:79
3784 #: bash/polconfigurator:86
37303785 #, sh-format
37313786 msgid "Please select an icon file"
37323787 msgstr ""
37333788
3734 #: bash/polconfigurator:86
3789 #: bash/polconfigurator:93
37353790 #, sh-format
37363791 msgid "Bad file extension"
37373792 msgstr ""
37383793
3739 #: bash/polconfigurator:86
3794 #: bash/polconfigurator:93
37403795 #, sh-format
37413796 msgid "is not an icon extension"
37423797 msgstr ""
37433798
3744 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3745 #: python/mainwindow.py:621
3799 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3800 #: python/mainwindow.py:619
37463801 #, sh-format
37473802 msgid "Registry Editor"
37483803 msgstr ""
37493804
3750 #: bash/polconfigurator:97
3805 #: bash/polconfigurator:104
37513806 #, sh-format
37523807 msgid "Kill all prefix processes"
37533808 msgstr ""
37543809
3755 #: bash/polconfigurator:98
3810 #: bash/polconfigurator:105
37563811 #, sh-format
37573812 msgid "Update wineprefix"
37583813 msgstr ""
37593814
3760 #: bash/polconfigurator:99
3815 #: bash/polconfigurator:106
37613816 #, sh-format
37623817 msgid "Simulate Windows reboot"
37633818 msgstr ""
37643819
3765 #: bash/polconfigurator:100
3820 #: bash/polconfigurator:107
37663821 #, sh-format
37673822 msgid "Use Advanced Wine Configuration plugin"
37683823 msgstr ""
37693824
3770 #: bash/polconfigurator:101
3825 #: bash/polconfigurator:108
37713826 #, sh-format
37723827 msgid "Use PlayOnLinux's configurator for"
37733828 msgstr ""
37743829
3775 #: bash/polconfigurator:103
3830 #: bash/polconfigurator:110
37763831 #, sh-format
37773832 msgid "Change the icon"
37783833 msgstr ""
37793834
3780 #: bash/polconfigurator:104
3835 #: bash/polconfigurator:111
37813836 #, sh-format
37823837 msgid "Use WineTricks"
37833838 msgstr ""
37843839
3785 #: bash/polconfigurator:123
3840 #: bash/polconfigurator:130
37863841 #, sh-format
37873842 msgid "Please choose an action to perform"
37883843 msgstr ""
38323887 msgid "Please choose a CD-ROM to eject"
38333888 msgstr ""
38343889
3835 #: bash/run_app:83
3890 #: bash/run_app:85
38363891 #, sh-format
38373892 msgid "Please choose a software to run"
38383893 msgstr ""
38393894
3840 #: bash/run_app:114
3895 #: bash/run_app:116
38413896 #, sh-format
38423897 msgid "$APPLICATION_TITLE debugger is starting..."
38433898 msgstr ""
38443899
3845 #: bash/run_app:117
3900 #: bash/run_app:119
38463901 #, sh-format
38473902 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38483903 msgstr ""
38493904
3850 #: bash/run_app:119
3905 #: bash/run_app:121
38513906 #, sh-format
38523907 msgid "$PACKAGE crashed."
38533908 msgstr ""
39033958 msgstr ""
39043959
39053960 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3906 #: lib/playonlinux.lib:717
3961 #: lib/playonlinux.lib:720
39073962 #, sh-format
39083963 msgid "$APPLICATION_TITLE Uninstaller"
39093964 msgstr ""
39233978 msgid "This wizard will help you to uninstall: "
39243979 msgstr ""
39253980
3926 #: bash/uninstall:65 lib/playonlinux.lib:717
3981 #: bash/uninstall:65 lib/playonlinux.lib:720
39273982 #, sh-format
39283983 msgid "Uninstalling..."
39293984 msgstr ""
39834038 msgstr ""
39844039
39854040 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3986 #: lib/wine.lib:955 lib/wine.lib:1036
4041 #: lib/wine.lib:970 lib/wine.lib:1051
39874042 #, sh-format
39884043 msgid "Please wait while the virtual drive is being created..."
39894044 msgstr ""
39984053 msgid "Setting Program Files var"
39994054 msgstr ""
40004055
4001 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4002 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4056 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4057 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40034058 #, sh-format
40044059 msgid "This function is disabled in the PlayOnlinux environment."
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:334
4062 #: lib/playonlinux.lib:336
40084063 #, sh-format
40094064 msgid ""
40104065 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40124067 "responsible from it.\\nPlease ensure you know what you are doing !"
40134068 msgstr ""
40144069
4015 #: lib/playonlinux.lib:335
4070 #: lib/playonlinux.lib:337
40164071 #, sh-format
40174072 msgid "Here the source code of the script. Check it carefully"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:357
4075 #: lib/playonlinux.lib:359
40214076 #, sh-format
40224077 msgid ""
40234078 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40254080 "responsible from it.\\nPlease ensure you know what you are doing!"
40264081 msgstr ""
40274082
4028 #: lib/playonlinux.lib:358
4083 #: lib/playonlinux.lib:360
40294084 #, sh-format
40304085 msgid "External library"
40314086 msgstr ""
40324087
4033 #: lib/playonlinux.lib:358
4088 #: lib/playonlinux.lib:360
40344089 #, sh-format
40354090 msgid "Here the source code of the script. Check it carrefully"
40364091 msgstr ""
40374092
4038 #: lib/playonlinux.lib:591
4093 #: lib/playonlinux.lib:593
40394094 #, sh-format
40404095 msgid "Making shortcut..."
40414096 msgstr ""
40424097
4043 #: lib/playonlinux.lib:715
4098 #: lib/playonlinux.lib:718
40444099 #, sh-format
40454100 msgid "Do you want to delete the virtual drive:"
40464101 msgstr ""
40474102
4048 #: lib/playonlinux.lib:826
4103 #: lib/playonlinux.lib:831
40494104 #, sh-format
40504105 msgid ""
40514106 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40524107 "from working\\n\\n$FilePath"
40534108 msgstr ""
40544109
4055 #: lib/playonlinux.lib:827
4110 #: lib/playonlinux.lib:832
40564111 #, sh-format
40574112 msgid ""
40584113 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40594114 "from working\\n\\n$FilePath"
40604115 msgstr ""
40614116
4062 #: lib/playonlinux.lib:828
4117 #: lib/playonlinux.lib:833
40634118 #, sh-format
40644119 msgid ""
40654120 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40664121 "from working\\n\\n$FilePath"
40674122 msgstr ""
40684123
4069 #: lib/playonlinux.lib:829
4124 #: lib/playonlinux.lib:834
40704125 #, sh-format
40714126 msgid ""
40724127 "The following file is located on a noexec mounted filesystem.\\nIt might "
40734128 "prevent wine from working\\n\\n$FilePath"
40744129 msgstr ""
40754130
4076 #: lib/plugins.lib:65
4131 #: lib/plugins.lib:66
40774132 #, sh-format
40784133 msgid "Checking plugin: "
40794134 msgstr ""
40804135
4081 #: lib/plugins.lib:93
4136 #: lib/plugins.lib:94
40824137 #, sh-format
40834138 msgid "New: "
40844139 msgstr ""
40854140
4086 #: lib/plugins.lib:93
4141 #: lib/plugins.lib:94
40874142 #, sh-format
40884143 msgid "Updating plugin. Previous: "
40894144 msgstr ""
40904145
4091 #: lib/plugins.lib:112
4146 #: lib/plugins.lib:113
40924147 #, sh-format
40934148 msgid "Installing plugin: "
40944149 msgstr ""
41054160 msgid "Function override detected, disabling bug reporting"
41064161 msgstr ""
41074162
4108 #: lib/scripts.lib:499 lib/scripts.lib:565
4163 #: lib/scripts.lib:500 lib/scripts.lib:566
41094164 #, sh-format
41104165 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41114166 msgstr ""
41124167
4113 #: lib/scripts.lib:501 lib/scripts.lib:784
4168 #: lib/scripts.lib:502 lib/scripts.lib:785
41144169 #, sh-format
41154170 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41164171 msgstr ""
41174172
4118 #: lib/scripts.lib:503 lib/scripts.lib:570
4173 #: lib/scripts.lib:504 lib/scripts.lib:571
41194174 #, sh-format
41204175 msgid "An error happened during download."
41214176 msgstr ""
41224177
4123 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4124 #: lib/scripts.lib:586
4178 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4179 #: lib/scripts.lib:587
41254180 #, sh-format
41264181 msgid "Do you want to retry?"
41274182 msgstr ""
41284183
4129 #: lib/scripts.lib:522 lib/scripts.lib:586
4184 #: lib/scripts.lib:523 lib/scripts.lib:587
41304185 #, sh-format
41314186 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41324187 msgstr ""
41334188
4134 #: lib/scripts.lib:689
4189 #: lib/scripts.lib:690
41354190 #, sh-format
41364191 msgid ""
41374192 "7z not installed, please check that you have 7zip installed and try again"
41384193 msgstr ""
41394194
4140 #: lib/scripts.lib:696
4195 #: lib/scripts.lib:697
41414196 #, sh-format
41424197 msgid "Failed to locate ${dest} from ${archive}"
41434198 msgstr ""
41444199
4145 #: lib/scripts.lib:700
4200 #: lib/scripts.lib:701
41464201 #, sh-format
41474202 msgid "Extracting ${filename} from ${archivename}"
41484203 msgstr ""
41494204
4150 #: lib/scripts.lib:715
4205 #: lib/scripts.lib:716
41514206 #, sh-format
41524207 msgid "Extracted file size does not match!"
41534208 msgstr ""
41544209
4155 #: lib/scripts.lib:746
4210 #: lib/scripts.lib:747
41564211 #, sh-format
41574212 msgid "Copying ${filename}"
41584213 msgstr ""
41594214
4160 #: lib/scripts.lib:759
4215 #: lib/scripts.lib:760
41614216 #, sh-format
41624217 msgid "File size does not match!"
41634218 msgstr ""
41644219
4165 #: lib/scripts.lib:903
4220 #: lib/scripts.lib:904
41664221 #, sh-format
41674222 msgid ""
41684223 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41694224 "n$APPLICATION_TITLE $NEEDED is required."
41704225 msgstr ""
41714226
4172 #: lib/scripts.lib:918
4227 #: lib/scripts.lib:919
41734228 #, sh-format
41744229 msgid ""
41754230 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41764231 "$NEEDED is recommended to continue."
41774232 msgstr ""
41784233
4179 #: lib/scripts.lib:949
4234 #: lib/scripts.lib:950
41804235 #, sh-format
41814236 msgid "$AUTHOR profile"
41824237 msgstr ""
42234278 "again."
42244279 msgstr ""
42254280
4226 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4281 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42274282 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42284283 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42294284 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42344289 #: lib/setupwindow.lib:348
42354290 #, sh-format
42364291 msgid "Where is mounted your CD-ROM?"
4292 msgstr ""
4293
4294 #: lib/setupwindow.lib:349 python/install.py:218
4295 #, sh-format
4296 msgid "Other"
42374297 msgstr ""
42384298
42394299 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43544414 msgid "I don't want to make another shortcut"
43554415 msgstr ""
43564416
4357 #: lib/setupwindow.lib:711 python/guiv3.py:158
4417 #: lib/setupwindow.lib:711 python/guiv3.py:163
43584418 #, sh-format
43594419 msgid "Browse"
4420 msgstr ""
4421
4422 #: lib/setupwindow.lib:739
4423 #, sh-format
4424 msgid "A shortcut by that name already exists, overwrite?"
43604425 msgstr ""
43614426
43624427 #: lib/website.lib:29
43764441 "valid."
43774442 msgstr ""
43784443
4379 #: lib/wine.lib:367
4444 #: lib/wine.lib:371
43804445 #, sh-format
43814446 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43824447 msgstr ""
43834448
4384 #: lib/wine.lib:373
4449 #: lib/wine.lib:377
43854450 #, sh-format
43864451 msgid "Select the main videocard to report:"
43874452 msgstr ""
43884453
4389 #: lib/wine.lib:538 lib/wine.lib:703
4454 #: lib/wine.lib:549 lib/wine.lib:714
43904455 #, sh-format
43914456 msgid ""
43924457 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43934458 "message"
43944459 msgstr ""
43954460
4396 #: lib/wine.lib:763
4461 #: lib/wine.lib:775
43974462 #, sh-format
43984463 msgid "Unable to find version: "
43994464 msgstr ""
44004465
4401 #: lib/wine.lib:769 lib/wine.lib:770
4466 #: lib/wine.lib:781 lib/wine.lib:782
44024467 #, sh-format
44034468 msgid "Downloading Wine: "
44044469 msgstr ""
44054470
4406 #: lib/wine.lib:779
4471 #: lib/wine.lib:791
44074472 #, sh-format
44084473 msgid "The download seems to have failed."
44094474 msgstr ""
44104475
4411 #: lib/wine.lib:781
4476 #: lib/wine.lib:793
44124477 #, sh-format
44134478 msgid "Extracting Wine..."
44144479 msgstr ""
44154480
4416 #: lib/wine.lib:961
4481 #: lib/wine.lib:976
44174482 #, sh-format
44184483 msgid "Overwrite (usually works, no guarantee)"
44194484 msgstr ""
44204485
4421 #: lib/wine.lib:962
4486 #: lib/wine.lib:977
44224487 #, sh-format
44234488 msgid "Erase (virtual drive content will be lost)"
44244489 msgstr ""
44254490
4426 #: lib/wine.lib:976
4491 #: lib/wine.lib:991
44274492 #, sh-format
44284493 msgid "The target virtual drive $PREFNAME already exists:"
44294494 msgstr ""
44304495
4431 #: lib/wine.lib:1156 lib/wine.lib:1186
4496 #: lib/wine.lib:1171 lib/wine.lib:1201
44324497 #, sh-format
44334498 msgid "Please wait while $SOFTNAME is installed..."
44344499 msgstr ""
44354500
4436 #: lib/wine.lib:1160 lib/wine.lib:1189
4501 #: lib/wine.lib:1175 lib/wine.lib:1204
44374502 #, sh-format
44384503 msgid ""
44394504 "Be careful! This will kill install process. If it is not finished, you will "
44404505 "have to reinstall $SOFTNAME"
44414506 msgstr ""
44424507
4443 #: lib/wine.lib:1160 lib/wine.lib:1189
4508 #: lib/wine.lib:1175 lib/wine.lib:1204
44444509 #, sh-format
44454510 msgid "Install is done"
44464511 msgstr ""
44474512
4448 #: lib/wine.lib:1193 lib/wine.lib:1194
4513 #: lib/wine.lib:1208 lib/wine.lib:1209
44494514 #, sh-format
44504515 msgid "Press next only when the installation process is finished"
44514516 msgstr ""
44524517
4453 #: lib/wine.lib:1202
4518 #: lib/wine.lib:1217
44544519 #, sh-format
44554520 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44564521 msgstr ""
44644529 "associated"
44654530 msgstr ""
44664531
4467 #: python/configure.py:197 python/configure.py:694
4532 #: python/configure.py:196 python/configure.py:703
44684533 msgid "General"
44694534 msgstr ""
44704535
4536 #: python/configure.py:199
4537 msgid "Make a new shortcut from this virtual drive"
4538 msgstr ""
4539
44714540 #: python/configure.py:200
4472 msgid "Make a new shortcut from this virtual drive"
4541 msgid "Name"
44734542 msgstr ""
44744543
44754544 #: python/configure.py:201
4476 msgid "Name"
4545 msgid "Wine version"
44774546 msgstr ""
44784547
44794548 #: python/configure.py:202
4480 msgid "Wine version"
4481 msgstr ""
4482
4483 #: python/configure.py:203
44844549 msgid "Debug flags"
44854550 msgstr ""
44864551
4487 #: python/configure.py:205
4552 #: python/configure.py:204
44884553 msgid "Virtual drive"
44894554 msgstr ""
44904555
4491 #: python/configure.py:207
4556 #: python/configure.py:206
44924557 msgid "Arguments"
44934558 msgstr ""
44944559
4495 #: python/configure.py:211
4560 #: python/configure.py:210
44964561 msgid "Run configuration wizard"
44974562 msgstr ""
44984563
4499 #: python/configure.py:248
4564 #: python/configure.py:247
45004565 msgid "Windows reboot"
45014566 msgstr ""
45024567
4503 #: python/configure.py:256
4568 #: python/configure.py:255
45044569 msgid "Repair virtual drive"
45054570 msgstr ""
45064571
4507 #: python/configure.py:265
4572 #: python/configure.py:264
45084573 msgid "Command prompt"
45094574 msgstr ""
45104575
4511 #: python/configure.py:272
4576 #: python/configure.py:271
45124577 msgid "Task manager"
45134578 msgstr ""
45144579
4515 #: python/configure.py:280
4580 #: python/configure.py:279
45164581 msgid "Kill processes"
45174582 msgstr ""
45184583
4519 #: python/configure.py:287
4584 #: python/configure.py:286
45204585 msgid "Wine uninstaller"
45214586 msgstr ""
45224587
4523 #: python/configure.py:312
4588 #: python/configure.py:311
45244589 msgid ""
45254590 "Be careful! Installing one of these components can break your virtual drive."
45264591 msgstr ""
45274592
4528 #: python/configure.py:334 python/install.py:285 python/install.py:289
4529 #: python/mainwindow.py:197 python/mainwindow.py:350
4593 #: python/configure.py:333 python/install.py:285 python/install.py:289
4594 #: python/mainwindow.py:199 python/mainwindow.py:348
45304595 msgid "Install"
45314596 msgstr ""
45324597
4533 #: python/configure.py:395
4598 #: python/configure.py:388
45344599 msgid "Open program's directory"
45354600 msgstr ""
45364601
4537 #: python/configure.py:418
4602 #: python/configure.py:411
45384603 msgid "Open virtual drive's directory"
45394604 msgstr ""
45404605
4606 #: python/configure.py:555
4607 msgid "GLSL Support"
4608 msgstr ""
4609
4610 #: python/configure.py:556
4611 msgid "Direct Draw Renderer"
4612 msgstr ""
4613
4614 #: python/configure.py:557
4615 msgid "Video memory size"
4616 msgstr ""
4617
4618 #: python/configure.py:558
4619 msgid "Offscreen rendering mode"
4620 msgstr ""
4621
4622 #: python/configure.py:559
4623 msgid "Render target mode lock"
4624 msgstr ""
4625
45414626 #: python/configure.py:560
4542 msgid "GLSL Support"
4627 msgid "Multisampling"
45434628 msgstr ""
45444629
45454630 #: python/configure.py:561
4546 msgid "Direct Draw Renderer"
4547 msgstr ""
4548
4549 #: python/configure.py:562
4550 msgid "Video memory size"
4551 msgstr ""
4552
4553 #: python/configure.py:563
4554 msgid "Offscreen rendering mode"
4555 msgstr ""
4556
4557 #: python/configure.py:564
4558 msgid "Render target mode lock"
4559 msgstr ""
4560
4561 #: python/configure.py:565
4562 msgid "Multisampling"
4563 msgstr ""
4564
4565 #: python/configure.py:566
45664631 msgid "Strict Draw Ordering"
45674632 msgstr ""
45684633
4569 #: python/configure.py:576
4634 #: python/configure.py:571
45704635 msgid "Mouse warp override"
45714636 msgstr ""
45724637
4573 #: python/configure.py:578
4638 #: python/configure.py:573
45744639 msgid "Open a shell"
45754640 msgstr ""
45764641
4577 #: python/configure.py:579
4642 #: python/configure.py:574
45784643 msgid "Run a .exe file in this virtual drive"
45794644 msgstr ""
45804645
4581 #: python/configure.py:580
4646 #: python/configure.py:575
45824647 msgid "Command to exec before running the program"
45834648 msgstr ""
45844649
4585 #: python/configure.py:591
4650 #: python/configure.py:585
4651 msgid ""
4652 "Warning:\n"
4653 "\n"
4654 "Any program still running in this virtual drive will be terminated before "
4655 "Wine version is changed.\n"
4656 "Are you sure you want to continue?"
4657 msgstr ""
4658
4659 #: python/configure.py:596
45864660 msgid ""
45874661 "Be careful!\n"
45884662 "If you change "
45894663 msgstr ""
45904664
4591 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4665 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45924666 msgid "{0} configuration"
45934667 msgstr ""
45944668
4595 #: python/configure.py:659
4669 #: python/configure.py:664
45964670 msgid "Please select a program or a virtual drive to configure"
45974671 msgstr ""
45984672
4599 #: python/configure.py:677 python/options.py:280
4673 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46004674 msgid "New"
46014675 msgstr ""
46024676
4603 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4604 #: python/mainwindow.py:596 python/options.py:207
4677 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4678 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46054679 msgid "Remove"
46064680 msgstr ""
46074681
4608 #: python/configure.py:696
4682 #: python/configure.py:705
46094683 msgid "Install components"
46104684 msgstr ""
46114685
4612 #: python/configure.py:697 python/mainwindow.py:332
4686 #: python/configure.py:706 python/mainwindow.py:330
46134687 msgid "Display"
46144688 msgstr ""
46154689
4616 #: python/configure.py:698
4690 #: python/configure.py:707
46174691 msgid "Miscellaneous"
46184692 msgstr ""
46194693
4620 #: python/configure.py:726
4694 #: python/configure.py:735
46214695 msgid "This virtual drive is protected"
46224696 msgstr ""
46234697
4624 #: python/configure.py:728
4698 #: python/configure.py:737
46254699 msgid "Are you sure you want to delete {0} virtual drive ?"
46264700 msgstr ""
46274701
4628 #: python/configure.py:735
4702 #: python/configure.py:744
46294703 msgid "Are you sure you want to delete {0} ?"
46304704 msgstr ""
46314705
4632 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4633 #: python/mainwindow.py:997
4706 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4707 #: python/mainwindow.py:995
46344708 msgid "{0} debugger"
46354709 msgstr ""
46364710
46384712 msgid "Please select a debug file"
46394713 msgstr ""
46404714
4641 #: python/debug.py:76
4715 #: python/debug.py:78
46424716 msgid "Locate this logfile"
46434717 msgstr ""
46444718
4645 #: python/debug.py:99
4719 #: python/debug.py:101
46464720 msgid "The file is named : {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:153 python/debug.py:207
4723 #: python/debug.py:189 python/debug.py:245
46504724 msgid "Virtual drives"
46514725 msgstr ""
46524726
4653 #: python/debug.py:184
4727 #: python/debug.py:222
46544728 msgid "Report a problem about {0}"
46554729 msgstr ""
46564730
4657 #: python/debug.py:206
4731 #: python/debug.py:244
46584732 msgid "Install scripts"
46594733 msgstr ""
46604734
46794753 msgid "Next"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:166
4756 #: python/guiv3.py:171
46834757 msgid "I Agree"
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:167
4760 #: python/guiv3.py:172
46874761 msgid "Show virtual drives"
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:188
4764 #: python/guiv3.py:193
46914765 msgid "Login: "
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:189
4768 #: python/guiv3.py:194
46954769 msgid "Password: "
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:192
4772 #: python/guiv3.py:197
46994773 msgid "Register"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:288
4776 #: python/guiv3.py:302
47034777 msgid "MB downloaded"
47044778 msgstr ""
47054779
4706 #: python/guiv3.py:288
4780 #: python/guiv3.py:302
47074781 msgid "of"
47084782 msgstr ""
47094783
4710 #: python/guiv3.py:749
4784 #: python/guiv3.py:769
47114785 msgid "You cannot close this window"
47124786 msgstr ""
47134787
47154789 msgid "No description"
47164790 msgstr ""
47174791
4718 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4792 #: python/install.py:210
4793 msgid "Accessories"
4794 msgstr ""
4795
4796 #: python/install.py:211
4797 msgid "Development"
4798 msgstr ""
4799
4800 #: python/install.py:212
4801 msgid "Education"
4802 msgstr ""
4803
4804 #: python/install.py:213
4805 msgid "Games"
4806 msgstr ""
4807
4808 #: python/install.py:214
4809 msgid "Graphics"
4810 msgstr ""
4811
4812 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4813 msgid "Internet"
4814 msgstr ""
4815
4816 #: python/install.py:216
4817 msgid "Multimedia"
4818 msgstr ""
4819
4820 #: python/install.py:217
4821 msgid "Office"
4822 msgstr ""
4823
4824 #: python/install.py:219
4825 msgid "Patches"
4826 msgstr ""
4827
4828 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47194829 msgid "Search"
47204830 msgstr ""
47214831
47224832 #: python/install.py:252
47234833 msgid "Include:"
4834 msgstr ""
4835
4836 #: python/install.py:258
4837 msgid "Testing"
47244838 msgstr ""
47254839
47264840 #: python/install.py:263
47744888 "used for piracy purposes we won't give any support on this matter."
47754889 msgstr ""
47764890
4777 #: python/irc.py:137
4891 #: python/irc.py:139
47784892 msgid "Send"
47794893 msgstr ""
47804894
4781 #: python/irc.py:138
4895 #: python/irc.py:140
47824896 msgid "Connect"
47834897 msgstr ""
47844898
4785 #: python/irc.py:139
4899 #: python/irc.py:141
47864900 msgid "Disconnect"
47874901 msgstr ""
47884902
4789 #: python/irc.py:140
4903 #: python/irc.py:142
47904904 msgid "Leave"
47914905 msgstr ""
47924906
4793 #: python/irc.py:227
4907 #: python/irc.py:229
47944908 msgid "Join a channel"
47954909 msgstr ""
47964910
4797 #: python/irc.py:257 python/mainwindow.py:725
4911 #: python/irc.py:259 python/mainwindow.py:723
47984912 msgid "Messenger"
47994913 msgstr ""
48004914
4801 #: python/irc.py:273
4915 #: python/irc.py:275
48024916 msgid ""
48034917 "If you close this window, you cannot read further replies. Are you sure that "
48044918 "you want to close it?"
48234937 msgid "{0} error"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:73
4940 #: python/mainwindow.py:75
48274941 msgid "{0} website is unavailable. Please check your connection"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:75
4944 #: python/mainwindow.py:77
48314945 msgid "Refreshing {0}"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:90 python/mainwindow.py:92
4948 #: python/mainwindow.py:92 python/mainwindow.py:94
48354949 msgid "An updated version of {0} is available"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4952 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48394953 msgid "Run"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:200
4956 #: python/mainwindow.py:202
48434957 msgid "Donate"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:201
4960 #: python/mainwindow.py:203
48474961 msgid "Exit"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:205
4964 #: python/mainwindow.py:207
48514965 msgid "Small icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:206
4968 #: python/mainwindow.py:208
48554969 msgid "Medium icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:207
4972 #: python/mainwindow.py:209
48594973 msgid "Large icons"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:208
4976 #: python/mainwindow.py:210
48634977 msgid "Very large icons"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:220
4980 #: python/mainwindow.py:222
48674981 msgid "Manage Wine versions"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:226
4984 #: python/mainwindow.py:228
48714985 msgid "Read a PC CD-Rom"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:236
4988 #: python/mainwindow.py:238
48754989 msgid "Close all {0} software"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:240
4992 #: python/mainwindow.py:242
48794993 msgid "{0} console"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:250
4996 #: python/mainwindow.py:248
48834997 msgid "{0} messenger"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:266 python/options.py:388
5000 #: python/mainwindow.py:264 python/options.py:388
48875001 msgid "File associations"
48885002 msgstr ""
48895003
4890 #: python/mainwindow.py:273
5004 #: python/mainwindow.py:271
48915005 msgid "About {0}"
48925006 msgstr ""
48935007
4894 #: python/mainwindow.py:302 python/mainwindow.py:306
5008 #: python/mainwindow.py:300 python/mainwindow.py:304
48955009 msgid "Plugin manager"
48965010 msgstr ""
48975011
5012 #: python/mainwindow.py:329
5013 msgid "File"
5014 msgstr ""
5015
48985016 #: python/mainwindow.py:331
4899 msgid "File"
4900 msgstr ""
4901
4902 #: python/mainwindow.py:333
49035017 msgid "Tools"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:334 python/mainwindow.py:723
5020 #: python/mainwindow.py:332 python/mainwindow.py:721
49075021 msgid "Settings"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:335 python/options.py:387
5024 #: python/mainwindow.py:333 python/options.py:387
49115025 msgid "Plugins"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:347 python/mainwindow.py:739
5028 #: python/mainwindow.py:345 python/mainwindow.py:737
49155029 msgid "Close"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5032 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49195033 msgid "Configure"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:584
5036 #: python/mainwindow.py:582
49235037 msgid "Open the application's directory"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:588 python/mainwindow.py:753
5040 #: python/mainwindow.py:586 python/mainwindow.py:751
49275041 msgid "Read the manual"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:592
5044 #: python/mainwindow.py:590
49315045 msgid "Set the icon"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:600
5048 #: python/mainwindow.py:598
49355049 msgid "Close this application"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:611
5052 #: python/mainwindow.py:609
49395053 msgid "KillApp"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:618
5056 #: python/mainwindow.py:616
49435057 msgid "No manual found for {0}"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:721
5060 #: python/mainwindow.py:719
49475061 msgid "Install a program"
49485062 msgstr ""
49495063
4950 #: python/mainwindow.py:728
5064 #: python/mainwindow.py:726
49515065 msgid "Update GIT"
49525066 msgstr ""
49535067
4954 #: python/mainwindow.py:731
5068 #: python/mainwindow.py:729
49555069 msgid "Update instructions"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:739
5073 msgid "Debug"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:741
4959 msgid "Debug"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:743
49635077 msgid "Report a problem"
49645078 msgstr ""
49655079
5080 #: python/mainwindow.py:745
5081 msgid "Create a shortcut"
5082 msgstr ""
5083
49665084 #: python/mainwindow.py:747
4967 msgid "Create a shortcut"
4968 msgstr ""
4969
4970 #: python/mainwindow.py:749
49715085 msgid "Open the directory"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:755
5088 #: python/mainwindow.py:753
49755089 msgid "Save"
49765090 msgstr ""
49775091
4978 #: python/mainwindow.py:758
5092 #: python/mainwindow.py:756
49795093 msgid "Uninstall"
49805094 msgstr ""
49815095
4982 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5096 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5097 #: python/mainwindow.py:1001
5098 msgid "Please select a program."
5099 msgstr ""
5100
5101 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5102 msgid "{0} settings"
5103 msgstr ""
5104
5105 #: python/mainwindow.py:963
5106 msgid "{0} install menu"
5107 msgstr ""
5108
5109 #: python/mainwindow.py:972
5110 msgid "{0} wine versions manager"
5111 msgstr ""
5112
49835113 #: python/mainwindow.py:1003
4984 msgid "Please select a program."
4985 msgstr ""
4986
4987 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4988 msgid "{0} settings"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:965
4992 msgid "{0} install menu"
4993 msgstr ""
4994
4995 #: python/mainwindow.py:974
4996 msgid "{0} wine versions manager"
4997 msgstr ""
4998
4999 #: python/mainwindow.py:1005
50005114 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50015115 msgstr ""
50025116
51025216 "These information will be very precious for us to help people."
51035217 msgstr ""
51045218
5105 #: python/mainwindow.py:1271
5219 #: python/mainwindow.py:1273
51065220 msgid "Are you sure you want to want to install {0} package?"
51075221 msgstr ""
51085222
5109 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5223 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5224 #: python/mainwindow.py:1284
51105225 msgid ""
51115226 "You are trying to open a script design for {0}! It might not work as expected"
51125227 msgstr ""
51835298 msgid "You must restart {0} for the changes to take effect."
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:194
5301 #: python/wine_versions.py:195
51875302 msgid "Installed Wine versions: "
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:195
5305 #: python/wine_versions.py:196
51915306 msgid "Available Wine versions: "
51925307 msgstr ""
51935308
5194 #: python/wine_versions.py:202
5309 #: python/wine_versions.py:203
51955310 msgid "Wine versions"
51965311 msgstr ""
51975312
5198 #: python/wine_versions.py:321
5313 #: python/wine_versions.py:322
51995314 msgid "Are you sure you want to delete wine {0}?"
52005315 msgstr ""
52015316
55 msgid ""
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-12 21:18+0000\n"
8 "Report-Msgid-Bugs-To: Radoslav Ivanov <reckku@gmail.com>\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-03-18 20:57+0000\n"
1111 "Last-Translator: Радослав Иванов <reckku@gmail.com>\n"
1212 "Language-Team: Svetoslav Stefanov <lfu.project@gmail.com>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818 "X-Poedit-Country: BULGARIA\n"
1919 "X-Poedit-Language: Bulgarian\n"
2020 "X-Poedit-SourceCharset: utf-8\n"
2727 msgid ""
2828 "This plugin wil allow you to capture you applications under PlayOnLinux"
2929 msgstr ""
30 "Тази приставка ще ви позволи да прихващане приложенията си под PlayOnLinux"
30 "Тази приставка ще Ви позволи да прихващате приложенията си под PlayOnLinux"
3131
3232 #: Capture plugin:4
3333 msgid "Capture menu (OpenGL)"
248248 msgstr "Моля, въведете игралната медия в дисковото устройство!"
249249
250250 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
251 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
251252 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
252253 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
253254 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
276277 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
277278 #: PlayOnLinux_Scripts/Civilization_V_:53
278279 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
279 #: PlayOnLinux_Scripts/Diablo_II_:51
280 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
280281 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
281282 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
282283 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
283284 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
284285 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
285 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
286286 #: PlayOnLinux_Scripts/Google_SketchUp_:51
287287 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
288288 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
302302 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
303303 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
304304 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
305 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
305306 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
306307 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
307308 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
308 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
309 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
309 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
310 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
311 #: PlayOnLinux_Scripts/Portal_2_:82
310312 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
311313 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
314 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
315 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
313316 #: PlayOnLinux_Scripts/Rayman_Origins_:72
314317 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
315318 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
319 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
316320 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
317321 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
318322 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
323 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
319324 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
320325 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
321 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
322 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
327 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
328 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
323329 #: PlayOnLinux_Scripts/Starcraft_:34
324330 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
325331 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
332 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
333 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
327334 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
328335 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
336 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
329337 #: PlayOnLinux_Scripts/Theme_Hospital_:59
330338 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
331339 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
332340 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
333341 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
342 #: PlayOnLinux_Scripts/Wizard_101_:38
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
335344 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
336345 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
343352 msgid "Please select the setup file to run"
344353 msgstr "Моля, изберете файла за инсталация"
345354
355 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
356 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
357 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
358 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
359 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
360 #, sh-format
361 msgid "Please insert the game media into your disc drive."
362 msgstr ""
363
346364 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
365 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
366 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
347367 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
348368 #: PlayOnLinux_Scripts/Dishonored_:72
349369 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
375395 #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46
376396 #, sh-format
377397 msgid "NOTICE: For low-latency audio, look into WineASIO."
378 msgstr "БЕЛЕЖКА: При забавяне на звука, проверете в WineASIO."
398 msgstr "БЕЛЕЖКА: При забавен звук, проверете в WineASIO."
379399
380400 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
381401 #, sh-format
447467 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
448468 #: PlayOnLinux_Scripts/Magicka_:68
449469 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
470 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
450471 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
451472 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
452473 #: PlayOnLinux_Scripts/Rayman_Origins_:83
453474 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
454 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
455 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
475 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
476 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
456477 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
457478 #: PlayOnLinux_Scripts/The_Witcher_:125
458479 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
487508 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
488509 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
489510 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
511 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
490512 #: PlayOnLinux_Scripts/Driftmoon_:43
491513 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
492514 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
495517 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
496518 #: PlayOnLinux_Scripts/League_Of_Legends_:57
497519 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
498 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
520 #: PlayOnLinux_Scripts/Sacrifice_:41
521 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
522 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
523 #: PlayOnLinux_Scripts/Toontown_Online_:25
524 #: PlayOnLinux_Scripts/Watchtower_library_:43
499525 #: PlayOnLinux_Scripts/iTunes_10_:28
500526 #, sh-format
501527 msgid "Please select the setup file to run."
510536 #: PlayOnLinux_Scripts/POL_GoG_download_:48
511537 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
512538 #: PlayOnLinux_Scripts/SimCity_2000_:50
513 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
514 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
539 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
540 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
515541 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
516542 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
517543 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
518 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
519 #: lib/wine.lib:1186
544 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
545 #: lib/wine.lib:1171 lib/wine.lib:1201
520546 #, sh-format
521547 msgid "Please wait..."
522 msgstr ""
548 msgstr "Моля, изчакайте..."
523549
524550 #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43
525551 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43
526552 #, sh-format
527553 msgid "Installation finished."
528 msgstr ""
554 msgstr "Инсталацията приключи."
529555
530556 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69
531557 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47
544570 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
545571 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
546572 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
547 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
573 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
548574 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
549575 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
550576 #: PlayOnLinux_Scripts/Dead_Space_2_:85
560586 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
561587 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
562588 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
564590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
565591 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
566592 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
622648 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
623649 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
624650 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
625 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
651 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
626652 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
627653 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
628654 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
629 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
630 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
655 #: PlayOnLinux_Scripts/Dead_Space_:50
656 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
657 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
658 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
631659 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
632660 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
633661 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
637665 #: PlayOnLinux_Scripts/Rage_:79
638666 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
639667 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
641669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
643671 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
678706 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
679707 #: PlayOnLinux_Scripts/Sacrifice_:45
680 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
708 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
681709 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
682710 #: PlayOnLinux_Scripts/The_Witcher_:102
683711 #, sh-format
688716 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
689717 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
690718 #: PlayOnLinux_Scripts/Mass_Effect_:54
691 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
719 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
692720 #: PlayOnLinux_Scripts/The_Witcher_:110
693721 #, sh-format
694722 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
699727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
700728 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
701729 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
702 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
730 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
703731 #: PlayOnLinux_Scripts/The_Witcher_:113
704732 #, sh-format
705733 msgid "Please insert the next game media into your disk drive"
728756 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
729757 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
730758 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
759 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
731760 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
732761 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
733762 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
833862 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
834863 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
835864 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
836 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
865 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
837866 #, sh-format
838867 msgid ""
839868 "You must disable anti-piracy protections of this game\\nif you want to play "
857886
858887 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
859888 #: PlayOnLinux_Scripts/Cars_2_:83
860 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
889 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
861890 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
862891 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
863892 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
880909 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
881910 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
882911 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
912 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
883914 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
885916 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
9721003 "shows you to the login interface, login and then let $TITLE install.\\n\\"
9731004 "nWhen the installation is finished, press next"
9741005 msgstr ""
1006 "Steam се подготвя за обновление.\\nСлед като Steam приключи с обновяването и "
1007 "Ви изведе оформлението за вписване, впишете се и оставете $TITLE да се "
1008 "инсталира.\\n\\nКогато инсталацията приключи, натиснете Следващ."
9751009
9761010 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62
9771011 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54
9791013 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
9801014 #, sh-format
9811015 msgid "Choose the game language you want"
982 msgstr ""
1016 msgstr "Изберете, който искате, език за играта"
9831017
9841018 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77
9851019 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93
9871021 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101
9881022 #, sh-format
9891023 msgid "Wait while language pack is configured..."
990 msgstr ""
1024 msgstr "Изчакайте, докато се настрои езиковият пакет..."
9911025
9921026 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28
9931027 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30
11201154 msgid "Please insert media 2 into your disk drive\\nif not already done."
11211155 msgstr "Моля, вкарайте медия 2 в дисковото устройство,\\nако все още не сте."
11221156
1123 #: PlayOnLinux_Scripts/Diablo_III_:29
1157 #: PlayOnLinux_Scripts/Diablo_III_:31
11241158 #, sh-format
11251159 msgid "Please select the setup file downloaded on $EDITOR website"
11261160 msgstr "Моля, изберете инсталиращият файл, изтеглен от сайт $EDITOR"
11271161
1128 #: PlayOnLinux_Scripts/Diablo_III_:60
1162 #: PlayOnLinux_Scripts/Diablo_III_:62
11291163 #, sh-format
11301164 msgid ""
11311165 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11341168 "$TITLE е инсталиран.\\n\\nСпециални благодарности към Erich Hoover за "
11351169 "неговата wine-кръпка (поправка на AcceptEx)"
11361170
1137 #: PlayOnLinux_Scripts/Diablo_III_:60
1171 #: PlayOnLinux_Scripts/Diablo_III_:62
11381172 #, sh-format
11391173 msgid ""
11401174 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11421176 msgstr ""
11431177 "Ако получите грешка 3007 при свързване, отворете терминал и въведете:\\necho "
11441178 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1179
1180 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1181 #, sh-format
1182 msgid "Scanning your hardware..."
1183 msgstr ""
11451184
11461185 #: PlayOnLinux_Scripts/Dishonored_:79
11471186 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12381277
12391278 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12401279 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1241 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1242 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1280 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1281 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12431282 #, sh-format
12441283 msgid "Please insert the first game media into your disk drive"
12451284 msgstr "Моля, вкарайте първата игрална медия в дисковото устройство"
12461285
12471286 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1248 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1287 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12491288 #, sh-format
12501289 msgid "Please insert the second game media into your disk drive"
12511290 msgstr "Моля, вкарайте втората игрална медия в дисковото устройство"
12651304 "NOTICE: For low-latency audio, look into WineASIO. Your MIDI controllers "
12661305 "should work as expected."
12671306 msgstr ""
1268 "БЕЛЕЖКА: При забава на звука, вижте в WineASIO. Вашите MIDI контролери, "
1269 "трябва да работят, както се очаква."
1307 "БЕЛЕЖКА: При забавен звук, вижте в WineASIO. Вашите MIDI контролери, трябва "
1308 "да работят, както се очаква."
12701309
12711310 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:86
12721311 #, sh-format
12731312 msgid "Please insert media 3 into your disk drive\\nif not already done."
1274 msgstr ""
1313 msgstr "Моля, вкарайте медия 3 в дисковото устройство,\\nако все още не сте."
12751314
12761315 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:94
12771316 #, sh-format
12781317 msgid "Please insert media 4 into your disk drive\\nif not already done."
1279 msgstr ""
1318 msgstr "Моля, вкарайте медия 4 в дисковото устройство,\\nако все още не сте."
12801319
12811320 #: PlayOnLinux_Scripts/Fallout_3_:67
12821321 #, sh-format
12841323 "Click on \"Forward\" ONLY when Steam game installation\\nwill be finished or "
12851324 "you will have to redo the installation."
12861325 msgstr ""
1326 "Кликнете „Напред“ САМО когато приключи инсталацията на Steam-играта,\\n в "
1327 "противен случай ще трябва да я повторите."
12871328
12881329 #: PlayOnLinux_Scripts/Fallout_3___DLC_:22
12891330 #, sh-format
12901331 msgid "Welcome in the DLC Installer for $TITLE"
1291 msgstr ""
1332 msgstr "Добре дошли в DLC инсталатора на $TITLE"
12921333
12931334 #: PlayOnLinux_Scripts/Fallout_3___DLC_:39
12941335 #, sh-format
12951336 msgid "Select a DLC to install"
1296 msgstr ""
1337 msgstr "Изберете DLC за инсталиране"
12971338
12981339 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:50
12991340 #, sh-format
13001341 msgid "Lite (702MB), fix major issues (18 cutscenes)"
1301 msgstr ""
1342 msgstr "Лека (702 МБ), поправя големи грешки (18 изрязани сцени)"
13021343
13031344 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:51
13041345 #, sh-format
13051346 msgid "Full (1.5GB), fix even minor issues (49 cutscenes)"
1306 msgstr ""
1347 msgstr "Пълна (1,5 ГБ), поправя дори малки грешки (49 изрязани сцени)"
13071348
13081349 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:52
13091350 #, sh-format
13101351 msgid "Which version do you want to install?"
1311 msgstr ""
1352 msgstr "Коя версия искате да инсталирате?"
13121353
13131354 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:79
13141355 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13151356 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13161357 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1358 #: PlayOnLinux_Scripts/Hearthstone_:64
13171359 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13181360 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13191361 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13311373 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72
13321374 #, sh-format
13331375 msgid "Decompressing archive..."
1334 msgstr ""
1376 msgstr "Разархивиране на архива..."
13351377
13361378 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100
13371379 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41
13391381 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13401382 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13411383 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1342 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1384 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13431385 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13441386 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13451387 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13461388 #, sh-format
13471389 msgid "Error while installing archive"
1348 msgstr ""
1390 msgstr "Грешка при инсталирането на архива"
13491391
13501392 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:104
13511393 #, sh-format
13531395 "Advent Revising patch has been installed;\\nDont forget to leave some email "
13541396 "to Setz for his work."
13551397 msgstr ""
1398 "Инсталирана е кръпка Промяна на появата,\\nне забравяйте да изпратите отзив "
1399 "на Setz за неговата работа."
13561400
13571401 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20
13581402 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20
13611405 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46
13621406 #, sh-format
13631407 msgid "Editor"
1364 msgstr ""
1365
1366 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1408 msgstr "Редактор"
1409
1410 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13671411 #, sh-format
13681412 msgid "This install script requires ffmpeg"
1369 msgstr ""
1370
1371 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1413 msgstr "Този инсталиращ скрипт изисква ffmpeg"
1414
1415 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13721416 #, sh-format
13731417 msgid "Converting videos..."
1374 msgstr ""
1418 msgstr "Преработка на видеа..."
13751419
13761420 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1421 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13771422 #, sh-format
13781423 msgid ""
13791424 "On first run the game will autodetect available renderers.\\nIt is likely "
13801425 "that you will get better performance out of the OpenGL renderer;\\nYou can "
13811426 "select it after clicking on \"Show all devices\"."
13821427 msgstr ""
1428 "С първото стартиране играта ще засече автоматично наличния рендеринг.\\"
1429 "nВероятно е да получите по-добра производителност с OpenGL.\\nМожете да го "
1430 "изберете, като кликнете на „Покажи всички устройства“."
13831431
13841432 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86
13851433 #, sh-format
13861434 msgid "Run $TITLE in safe mode?"
1435 msgstr "Да се изпълни ли $TITLE в безопасен режим?"
1436
1437 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1438 #, sh-format
1439 msgid ""
1440 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1441 "disable it by pressing Alt+R while in game.)"
1442 msgstr ""
1443
1444 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1445 #, sh-format
1446 msgid ""
1447 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1448 "game."
13871449 msgstr ""
13881450
13891451 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13901452 #, sh-format
13911453 msgid "Could not find program directory"
1392 msgstr ""
1454 msgstr "Директорията на програмата не може да бъде намерена"
13931455
13941456 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:58
13951457 #, sh-format
13961458 msgid "The level editor"
1397 msgstr ""
1459 msgstr "Редакторът на нива"
13981460
13991461 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:59
14001462 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:48
14011463 #, sh-format
14021464 msgid "What extra shortcuts should be created?"
1403 msgstr ""
1465 msgstr "Какви допълнителни преки пътища да се създадат?"
14041466
14051467 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:76
14061468 #, sh-format
14081470 "Default video settings are a bit low for modern computers,\\nremember to "
14091471 "click on \"Auto-detect\" in advanced video settings."
14101472 msgstr ""
1473 "Стандартните видео настройки са малко бавни за модерните компютри,\\"
1474 "nпомнете, че трябва да кликнете на „Автоматично засичане“ в допълнителните "
1475 "видео настройки."
14111476
14121477 #: PlayOnLinux_Scripts/GOG.com___Fez_Patch_:29
14131478 #, sh-format
14141479 msgid ""
14151480 "This is an installer for an update;nPlease install $TITLE_REQUIRED first"
14161481 msgstr ""
1482 "Това е инсталатор за ъпдейт.\\nМоля, първо инсталирайте $TITLE_REQUIRED"
14171483
14181484 #: PlayOnLinux_Scripts/GOG.com___Flatout_:50
14191485 #, sh-format
14211487 "Think about disabling triple-buffering in settings,\\nas it is not fully "
14221488 "supported by Wine yet."
14231489 msgstr ""
1490 "Помислете за деактивирането на троен-буфер в настройките,\\nпонеже като Wine "
1491 "все още не го поддържа напълно."
14241492
14251493 #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20
14261494 #, sh-format
14271495 msgid "Dedicated Server Editor"
1428 msgstr ""
1496 msgstr "Предназначен сървърен редактор"
14291497
14301498 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53
14311499 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49
14321500 #, sh-format
14331501 msgid "Go there now?"
1434 msgstr ""
1502 msgstr "Там ли ще отидете?"
14351503
14361504 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53
14371505 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49
14381506 #, sh-format
14391507 msgid "You can download the archive file from:"
1440 msgstr ""
1508 msgstr "Можете да изтеглите архива от:"
14411509
14421510 #: PlayOnLinux_Scripts/GOG.com___Iron_Storm_:20
14431511 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:21
14441512 #, sh-format
14451513 msgid "Dedicated Server"
1446 msgstr ""
1514 msgstr "Предназначен сървър"
14471515
14481516 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14491517 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14501518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1451 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1452 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1453 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14541519 #, sh-format
14551520 msgid "Language"
1456 msgstr ""
1521 msgstr "Език"
14571522
14581523 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14591524 #, sh-format
14601525 msgid "Spanish"
1461 msgstr ""
1526 msgstr "Испански"
14621527
14631528 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14641529 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14651530 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
14661531 #, sh-format
14671532 msgid "What is your preferred language?"
1468 msgstr ""
1533 msgstr "Какъв е препочитаният Ви език?"
14691534
14701535 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
14711536 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108
14721537 #, sh-format
14731538 msgid "Brasilian (text only)"
1474 msgstr ""
1539 msgstr "Бразилски (само текст)"
14751540
14761541 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
14771542 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119
14781543 #, sh-format
14791544 msgid "Dutch (text only)"
1480 msgstr ""
1545 msgstr "Немски (само текст)"
14811546
14821547 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
14831548 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130
14841549 #, sh-format
14851550 msgid "Italian (text only)"
1486 msgstr ""
1551 msgstr "Италиански (само текст)"
14871552
14881553 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
14891554 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141
14901555 #, sh-format
14911556 msgid "Spanish (text only)"
1492 msgstr ""
1557 msgstr "Испански (само текст)"
14931558
14941559 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
14951560 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159
14961561 #, sh-format
14971562 msgid "Arrow keys (default)"
1498 msgstr ""
1563 msgstr "Клавиши със стрелки (стандартно)"
14991564
15001565 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
15011566 #, sh-format
15021567 msgid "Standard keyboard layouts"
1503 msgstr ""
1568 msgstr "Стандартни клавиатурни подредби"
15041569
15051570 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
15061571 #: PlayOnLinux_Scripts/GOG.com___Outcast_:157
15081573 #: PlayOnLinux_Scripts/GOG.com___Outcast_:363
15091574 #, sh-format
15101575 msgid "Unchanged"
1511 msgstr ""
1576 msgstr "Непроменени"
15121577
15131578 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
15141579 #: PlayOnLinux_Scripts/GOG.com___Outcast_:226
15151580 #, sh-format
15161581 msgid "WASD (Qwerty)"
1517 msgstr ""
1582 msgstr "WASD (Qwerty)"
15181583
15191584 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
15201585 #: PlayOnLinux_Scripts/GOG.com___Outcast_:292
15211586 #, sh-format
15221587 msgid "ZQSD (Azerty)"
1523 msgstr ""
1588 msgstr "ZQSD (Azerty)"
15241589
15251590 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360
15261591 #: PlayOnLinux_Scripts/GOG.com___Outcast_:365
15271592 #, sh-format
15281593 msgid "Factory defaults"
1529 msgstr ""
1594 msgstr "Фабрични настройки"
15301595
15311596 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360
15321597 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538
15331598 #, sh-format
15341599 msgid "High quality (Entropy settings)"
1535 msgstr ""
1600 msgstr "Високо качество (ентропия)"
15361601
15371602 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360
15381603 #, sh-format
15391604 msgid "Visual quality"
1540 msgstr ""
1605 msgstr "Визуално качество"
15411606
15421607 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44
15431608 #, sh-format
15441609 msgid "Do you want to read original thread in GOG.com forums?"
1545 msgstr ""
1610 msgstr "Искате ли да прочетете оригиналният текст във форума на GOG.com?"
15461611
15471612 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:57
15481613 #, sh-format
15491614 msgid "Error while uncompressing the archive"
1550 msgstr ""
1615 msgstr "Грешка при разархивирането на архива"
15511616
15521617 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:64
15531618 #, sh-format
15561621 "wizard for Outcast.\\nAnd dont forget to leave a message to Zenger on GoG "
15571622 "forums!"
15581623 msgstr ""
1624 "Кръпката вече може да бъде активирана и настроена от\\nсъветника за "
1625 "настройки на PlayOnLinux за Outcast.\\nНе забравяйте да оставите съобщение "
1626 "на Zenger във форума на GOG!"
15591627
15601628 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73
15611629 #, sh-format
15621630 msgid "Run \\$TITLE?"
1563 msgstr ""
1631 msgstr "Изпълняване на \\n$TITLE?"
15641632
15651633 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84
15661634 #, sh-format
15681636 "Check that the resolution has been changed\\n(eventually set to \\\"HI-RES\\"
15691637 "\") in the loader."
15701638 msgstr ""
1639 "Проверете дали резолюцията е променена\\n(вероятно е зададена на \\“HI-RES\\"
1640 "“) в зареждането."
15711641
15721642 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47
15731643 #, sh-format
15741644 msgid "Dedicated server"
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1645 msgstr "Свързан сървър"
1646
1647 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15781648 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15791649 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15801650 #, sh-format
15821652 "The codes needed to start a new game can be found in the\\ndocumentation;\\"
15831653 "nRight-click the game icon, \"Read the manual\"."
15841654 msgstr ""
1655 "Необходимите кодове за стартирането на нова игра, могат да бъдат намерени в\\"
1656 "nдокументацията.\\nКликнете с десен бутон върху иконата на играта, "
1657 "„Прочетете ръководството“."
15851658
15861659 #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57
15871660 #, sh-format
15891662 "If you can barely distinguish a landscape behind main menu,\\ndisable FOG in "
15901663 "graphic options."
15911664 msgstr ""
1665 "Ако едва различавате пейзажа зад основното меню,\\nдеактивирайте FOG от "
1666 "графичните настройки."
15921667
15931668 #: PlayOnLinux_Scripts/GOG.com___Sanitarium_:63
15941669 #, sh-format
15951670 msgid "(windowed)"
1596 msgstr ""
1671 msgstr "(в прозорец)"
15971672
15981673 #: PlayOnLinux_Scripts/GOG.com___Starflight_1_and_2_:20
15991674 #, sh-format
16001675 msgid "Code wheel"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1604 #, sh-format
1605 msgid "Do you have a language pack to install?"
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1609 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1610 #, sh-format
1611 msgid "Later"
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1676 msgstr "Код за колелото"
1677
1678 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1679 #, sh-format
1680 msgid ""
1681 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1682 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1683 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1684 msgstr ""
1685 "Силно препоръчително е сега да инсталирате модификацията на Circle of Eight\\"
1686 "n, за да се поправят множество проблеми и да се добави ново съдържание\\n(за "
1687 "„NC“ модификации).\\nИзползвайте предназначеният PlayOnLinux скрипт в раздел "
1688 "Кръпки."
1689
1690 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1691 #, sh-format
1692 msgid "Now you must install the modpack in directory:"
1693 msgstr "Сега, трябва да инсталирате модификацията в директория:"
1694
1695 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1696 #, sh-format
1697 msgid "Please select ANY 3 icons when prompted."
1698 msgstr "Моля, изберете ПРОИЗВОЛНО 3 икони, когато Ви запита."
1699
1700 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1701 #, sh-format
1702 msgid "temp directory missing"
1703 msgstr "временната директория липсва"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1706 #, sh-format
1707 msgid ""
1708 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1709 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1710 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1711 "details.\\nInstall it?"
1712 msgstr ""
1713 "Котролният панел на Two Worlds е инструмент, създаден от общността на Two "
1714 "Worlds, \\nкойто Ви позволява да настройвате параметри и управлявате "
1715 "модификациите\\nза тази игра. Вижте\\"
1716 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 за "
1717 "подробности. Да бъде ли инсталиран?"
1718
1719 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1720 #, sh-format
1721 msgid "Control Panel"
1722 msgstr "Контролен панел"
1723
1724 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1725 #, sh-format
1726 msgid ""
1727 "IMPORTANT:\n"
1728 " \\n\\nOn the installation window coming next, do NOT click the Options "
1729 "button, it would mess up the language selection."
1730 msgstr ""
1731 "ВАЖНО:\n"
1732 " \\n\\nНЕ кликайте на бутона опции в прозореца за инсталиране, който "
1733 "предстои да се отвори, това ще обърка избраната настройка за език."
1734
1735 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1736 #, sh-format
1737 msgid ""
1738 "On first run the game will autodetect available renderers.\\nIt is likely "
1739 "that you will get better performance out of the OpenGL renderer."
1740 msgstr ""
1741 "С първото стартиране играта ще засече автоматично наличния рендеринг.\\"
1742 "nВероятно е да получите по-добра производителност с OpenGL."
1743
1744 #: PlayOnLinux_Scripts/Goblins_3_:21
1745 #, sh-format
1746 msgid "Please select the game language"
1747 msgstr "Моля, изберете език за играта"
1748
1749 #: PlayOnLinux_Scripts/Gothic_3_:82
1750 #, sh-format
1751 msgid "Choose the game resolution"
1752 msgstr "Изберете резолюция за играта"
1753
1754 #: PlayOnLinux_Scripts/Gothic_3_:96
1755 #, sh-format
1756 msgid ""
1757 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1758 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1759 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1760 msgstr ""
1761 "Сега можете да избирате режим на играта:\\n1)В режим прозорец:\\nВсичко "
1762 "работи освен системният курсор в прозореца на играта.\\n\\n2)Режим цял "
1763 "екран:\\nВсичко работи освен небето, което е черно.\\n\\n\\n\\nКой режим "
1764 "предпочитате?"
1765
1766 #: PlayOnLinux_Scripts/Gothic_3_:110
1767 #, sh-format
1768 msgid "$TITLE is installed"
1769 msgstr "$TITLE е инсталирана"
1770
1771 #: PlayOnLinux_Scripts/Guild_Wars_:53
1772 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1773 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1774 #, sh-format
1775 msgid "Please insert the DVD-ROM"
1776 msgstr "Моля, вкарайте DVD-ROM"
1777
1778 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1779 #, sh-format
1780 msgid ""
1781 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1782 "client and download will resume from where it stopped. Download percentage "
1783 "reset but do not worry, it do not restart from the beginning."
1784 msgstr ""
1785 "Заради бъг в Wine #30512, теглено често ще се срива, просто рестартирайте "
1786 "клиента и изтеглянето ще продължи от мястото, до което е спряло. Процентът "
1787 "на изтегляне се анулира, но не се притеснявайте - не започва да се тегли "
1788 "отначало."
1789
1790 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1791 #, sh-format
1792 msgid ""
1793 "Please select $TITLE install file. During installation, uncheck all extra "
1794 "drivers it wants to install:"
1795 msgstr ""
1796 "Моля, изберете файлът за инсталиране на $TITLE. По време на инсталацията, "
1797 "откажете всички допълнителни драйвери, които иска да инсталира:"
1798
16151799 #: PlayOnLinux_Scripts/Half_Life_2_:56
16161800 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16171801 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16181802 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1619 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1803 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16201804 #, sh-format
16211805 msgid "No"
16221806 msgstr "Не"
16231807
1624 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1625 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1808 #: PlayOnLinux_Scripts/Half_Life_2_:56
1809 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1810 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1811 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1812 #: PlayOnLinux_Scripts/Portal_:36
1813 #, sh-format
1814 msgid ""
1815 "Steam installation has been detected\\nwould you like to install this game "
1816 "in the same virtual drive?"
1817 msgstr ""
1818 "Засечена е инсталация на Steam.\\nЖелаете ли да инсталирате тази игра в "
1819 "същия виртуален диск?"
1820
16261821 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16271822 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16281823 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16311826 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16321827 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16331828 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1634 #: python/guiv3.py:157
1829 #: python/guiv3.py:158 python/guiv3.py:161
16351830 #, sh-format
16361831 msgid "Yes"
16371832 msgstr "Да"
16381833
1639 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1640 #, sh-format
1641 msgid ""
1642 "To install a language pack later, open the configuration panel for the game "
1643 "in order to execute the installer into the virtual disk (Misc tab)"
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1647 #, sh-format
1648 msgid ""
1649 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1650 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1651 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1655 #, sh-format
1656 msgid "Now you must install the modpack in directory:"
1657 msgstr ""
1658
1659 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1660 #, sh-format
1661 msgid "Please select ANY 3 icons when prompted."
1662 msgstr ""
1663
1664 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1665 #, sh-format
1666 msgid "temp directory missing"
1667 msgstr ""
1668
1669 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1670 #, sh-format
1671 msgid ""
1672 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1673 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1674 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1675 "details.\\nInstall it?"
1676 msgstr ""
1677
1678 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1679 #, sh-format
1680 msgid "Control Panel"
1681 msgstr ""
1682
1683 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1684 #, sh-format
1685 msgid ""
1686 "IMPORTANT:\n"
1687 " \\n\\nOn the installation window coming next, do NOT click the Options "
1688 "button, it would mess up the language selection."
1689 msgstr ""
1690
1691 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1692 #, sh-format
1693 msgid ""
1694 "On first run the game will autodetect available renderers.\\nIt is likely "
1695 "that you will get better performance out of the OpenGL renderer."
1696 msgstr ""
1697
1698 #: PlayOnLinux_Scripts/Goblins_3_:21
1699 #, sh-format
1700 msgid "Please select the game language"
1701 msgstr ""
1702
1703 #: PlayOnLinux_Scripts/Gothic_3_:82
1704 #, sh-format
1705 msgid "Choose the game resolution"
1706 msgstr ""
1707
1708 #: PlayOnLinux_Scripts/Gothic_3_:96
1709 #, sh-format
1710 msgid ""
1711 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1712 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1713 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1714 msgstr ""
1715
1716 #: PlayOnLinux_Scripts/Gothic_3_:110
1717 #, sh-format
1718 msgid "$TITLE is installed"
1719 msgstr ""
1720
1721 #: PlayOnLinux_Scripts/Guild_Wars_:53
1722 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1723 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1724 #, sh-format
1725 msgid "Please insert the DVD-ROM"
1726 msgstr ""
1727
1728 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1729 #, sh-format
1730 msgid ""
1731 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1732 "client and download will resume from where it stopped. Download percentage "
1733 "reset but do not worry, it do not restart from the beginning."
1734 msgstr ""
1735
1736 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1737 #, sh-format
1738 msgid ""
1739 "Please select $TITLE install file. During installation, uncheck all extra "
1740 "drivers it wants to install:"
1741 msgstr ""
1742
1743 #: PlayOnLinux_Scripts/Half_Life_2_:56
1744 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1745 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1746 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1747 #: PlayOnLinux_Scripts/Portal_:36
1748 #, sh-format
1749 msgid ""
1750 "Steam installation has been detected\\nwould you like to install this game "
1751 "in the same virtual drive?"
1752 msgstr ""
1753
17541834 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17551835 #, sh-format
17561836 msgid "Updating $TITLE"
1757 msgstr ""
1758
1759 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1837 msgstr "Обновяване на $TITLE"
1838
1839 #: PlayOnLinux_Scripts/Hanahira__:54
17601840 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17611841 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17621842 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17681848 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17691849 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17701850 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1853 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1854 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1855 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1856 #: PlayOnLinux_Scripts/Steins_Gate_:51
17711857 #, sh-format
17721858 msgid "Please locate installation program (Setup.exe)"
1773 msgstr ""
1774
1775 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1776 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1859 msgstr "Моля, посочете инсталиращата програма (Setup.exe)"
1860
1861 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17771862 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17781863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17791864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17941879 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
17951880 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17961881 msgstr ""
1882 "Когато инсталиращата програма започне, кликнете на ${INSTALL_JP}. Когато се "
1883 "отвори нов прозорец, кликнете на ${INSTALL_JP}. Когато инсталацията "
1884 "приключи, кликнете на ${END_JP} и на ${YES_JP} (Y). Кликнете на Следващ, за "
1885 "да започне инсталацията."
1886
1887 #: PlayOnLinux_Scripts/Hearthstone_:26
1888 #, sh-format
1889 msgid "What language do you want to install?"
1890 msgstr ""
17971891
17981892 #: PlayOnLinux_Scripts/ImgBurn_:38
17991893 #, sh-format
18011895 "Please select $TITLE install file. DO NOT CHECK RUN IMGBURN AT END OF "
18021896 "INSTALLATION:"
18031897 msgstr ""
1898 "Моля, изберете инсталиращ файл на $TITLE. НЕ ИЗБИРАЙТЕ ИЗПЪЛНЯВАНЕ ЗАПИС НА "
1899 "ОБРАЗ В КРАЯ НА ИНСТАЛАЦИЯТА:"
18041900
18051901 #: PlayOnLinux_Scripts/ImgBurn_:46
18061902 #, sh-format
18081904 "NOTICE: POL does not condone piracy. Please use $TITLE in a respectable "
18091905 "manner"
18101906 msgstr ""
1907 "БЕЛЕЖКА: POL не толерира пиратството. Моля, използвайте $TITLE по разумен "
1908 "начин"
18111909
18121910 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:52
18131911 #, sh-format
18141912 msgid "Could not find executable $EXE in virtual disk $PREFIX"
18151913 msgstr ""
1914 "Не може да бъде намерен изпълним файл $EXE във виртуален диск $PREFIX"
18161915
18171916 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107
18181917 #, sh-format
18191918 msgid "No supported Infinity Engine game found."
1820 msgstr ""
1919 msgstr "Намерена е неподдържана игра от Infinity Engine."
18211920
18221921 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:109
18231922 #, sh-format
18251924 "All supported Infinity Engine games already patched.\\nTo modify the screen "
18261925 "resolution of a shortcut, use its configurator."
18271926 msgstr ""
1927 "Всички поддържани игри от Infinity Engine са вече закърпени.\\nЗа да "
1928 "промените резолюцията на екрана за пряката връзка, използвайте нейните "
1929 "настройки."
18281930
18291931 #: PlayOnLinux_Scripts/Inno_Setup_:30
18301932 #, sh-format
18311933 msgid "Do you want to install the unicode version of Inno Setup?"
1832 msgstr ""
1934 msgstr "Желаете ли да инсталирате многоезиковата версия на Inno Setup?"
18331935
18341936 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1835 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18361937 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18371938 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18381939 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18431944 #, sh-format
18441945 msgid "Registering libraries, please wait\\n(It can take a while)"
18451946 msgstr ""
1947 "Регистрация на библиотеки, моля изчакайте\\n(може да отнеме известно време)"
18461948
18471949 #: PlayOnLinux_Scripts/League_Of_Legends_:42
18481950 #, sh-format
18491951 msgid "glxinfo is not installed. Please install mesa-utils package"
1850 msgstr ""
1952 msgstr "glxinfo не е инсталирана. Моля, инсталирайте пакетът mesa-utils!"
18511953
18521954 #: PlayOnLinux_Scripts/League_Of_Legends_:45
18531955 #, sh-format
18571959 "nOtherwise, you can enable it by installing libtxc-dxtn0 package, but you "
18581960 "might get slower results"
18591961 msgstr ""
1962 "Внимание! Компресията S3TC не е налична за Вашата система.\\n\\nАко сте със "
1963 "свободен драйвър, може да се нуждаете от инсталацията на собственическия.\\"
1964 "n\\nИначе е възможно да активирате компресията като инсталирате пакета "
1965 "libtxc-dxtn0, но може да имате по-бавни резултати."
18601966
18611967 #: PlayOnLinux_Scripts/League_Of_Legends_:61
18621968 #, sh-format
18631969 msgid "Cant install using the official downloader, sorry"
18641970 msgstr ""
1971 "Съжаляваме! Не може да се инсталира чрез официалният инструмент за изтегляне."
18651972
18661973 #: PlayOnLinux_Scripts/League_Of_Legends_:94
18671974 #, sh-format
18681975 msgid ""
18691976 "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done"
18701977 msgstr ""
1978 "Внимание: Когато инсталацията приключи, не трябва да отбелязвате „Run "
1979 "$TITLE“!"
18711980
18721981 #: PlayOnLinux_Scripts/League_Of_Legends_:107
18731982 #, sh-format
18751984 "You should now have a League of Legends directory on your desktop containing "
18761985 "its installer. You may keep it to speed up reinstallations."
18771986 msgstr ""
1987 "Вече трябва да имате директория League of Legends на вашият работен плот, "
1988 "съдържаща инсталатор. Запазете я, за да ускорите преинсталациите."
18781989
18791990 #: PlayOnLinux_Scripts/Mass_Effect_:48
18801991 #, sh-format
18811992 msgid "Please insert game media 1 into your disk drive"
1882 msgstr ""
1993 msgstr "Моля, вкарайте игрална медия 1 в дисковото устройство!"
18831994
18841995 #: PlayOnLinux_Scripts/Mass_Effect_:56
18851996 #, sh-format
18861997 msgid "Please insert game media 2 into your disk drive"
1887 msgstr ""
1998 msgstr "Моля, вкарайте игрална медия 2 в дисковото устройство!"
18881999
18892000 #: PlayOnLinux_Scripts/Mass_Effect_2_:51
18902001 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
18912002 #, sh-format
18922003 msgid "Digital Deluxe version"
1893 msgstr ""
2004 msgstr "Версия Digital Deluxe"
18942005
18952006 #: PlayOnLinux_Scripts/Mass_Effect_2_:51
18962007 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
18982009 #: PlayOnLinux_Scripts/The_Witcher_:55
18992010 #, sh-format
19002011 msgid "Which edition do you have?"
1901 msgstr ""
2012 msgstr "Коя версия имате?"
19022013
19032014 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:22
19042015 #: PlayOnLinux_Scripts/Microsoft_Word_Viewer_2003_:22
19102021 "complex doc or docx documents. If you want to edit a document, use "
19112022 "LibreOffice, OpenOffice or some other editor. "
19122023 msgstr ""
2024 "Тази процедура ще инсталира $TITLE, част от Microsoft Office, безплатна "
2025 "програма, която ще Ви позволи да преглеждате документи с разширение .doc и "
2026 ".docx, но няма да можете да ги редактирате. Тази програма е създадена за "
2027 "потребители, които не могат да отварят множество doc или docx "
19132028
19142029 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:82
19152030 #, sh-format
19172032 "$TITLE has been installed successfully\\n\\nIf an installation Windows "
19182033 "prevent your programs from running, you must remove and reinstall $TITLE"
19192034 msgstr ""
2035 "$TITLE е инсталирана успешно.\\n\\nАко инсталацията на Windows пречи на "
2036 "програмите Ви да се стартират, трябва да премахнете и преинсталирате $TITLE."
19202037
19212038 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:27
19222039 #, sh-format
19232040 msgid "Which type of activation?"
1924 msgstr ""
2041 msgstr "Кой вид активация?"
19252042
19262043 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32
19272044 #, sh-format
19282045 msgid "Insert address of license server!"
1929 msgstr ""
2046 msgstr "Въведете адрес на сървъра за лиценз!"
19302047
19312048 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34
19322049 #, sh-format
19332050 msgid "Insert port of license server!"
1934 msgstr ""
2051 msgstr "Въведете порт на сървъра за лиценз!"
19352052
19362053 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37
19372054 #, sh-format
19402057 "the registry?\\n\\nLicense server name: $licenseServerName\\nLicense server "
19412058 "port: $licenseServerPort"
19422059 msgstr ""
2060 "Верни ли са данните на сървъра за лиценз?\\nМогат ли тези стойности да бъдат "
2061 "добавени към регистъра?\\n\\nИме на сървъра за лиценз: $licenseServerName\\"
2062 "nПорт на сървъра за лиценз: $licenseServerPort"
19432063
19442064 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:49
19452065 #, sh-format
19482068 "nOne for initialising and one for registration.\\n\\nJust start, close and "
19492069 "restart $TITLE!"
19502070 msgstr ""
2071 "$TITLE трябва вече да е активирана.\\nМоже би са необходими два старта на "
2072 "$TITLE:\\nЕдин за отчитане и един за регистрация.\\n\\nПросто стартирайте, "
2073 "затворете и рестартирайте $TITLE!"
19512074
19522075 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54
19532076 #, sh-format
19542077 msgid ""
19552078 "No $TITLE installation found.\\n\\nPlease use the $TITLE installation script!"
19562079 msgstr ""
2080 "Не е намерена инсталация на $TITLE.\\n\\nМоля, използвайте скрипта за "
2081 "инсталиране на $TITLE!"
19572082
19582083 #: PlayOnLinux_Scripts/Mozilla_Firefox_:182
19592084 #, sh-format
19602085 msgid "Check which components do you want to install additionally:"
1961 msgstr ""
2086 msgstr "Отбележете, кои компоненти искате да инсталирате допълнително:"
19622087
19632088 #: PlayOnLinux_Scripts/Myst_III__Exile_:45
19642089 #, sh-format
19652090 msgid "Coping install files, please wait..."
1966 msgstr ""
2091 msgstr "Копиране на файловете за инсталацията, моля изчакайте..."
19672092
19682093 #: PlayOnLinux_Scripts/Need_For_Speed_World_:18
19692094 #, sh-format
19712096 "Register or log in and download the installation file : "
19722097 "https://world.needforspeed.com/"
19732098 msgstr ""
2099 "Регистрирайте или се впишете и изтеглете инсталиращият файл: "
2100 "https://world.needforspeed.com/"
19742101
19752102 #: PlayOnLinux_Scripts/Need_For_Speed_World_:29
19762103 #, sh-format
19772104 msgid ""
19782105 "Please uncheck \"Launch Need For Speed\" at the end of the installation box"
19792106 msgstr ""
2107 "Моля, демаркирайте „Launch Need For Speed“ в края на инсталиращият прозорец!"
19802108
19812109 #: PlayOnLinux_Scripts/Need_For_Speed_World_:42
19822110 #, sh-format
19832111 msgid ""
19842112 "If the download update stuck close and run until the download is complete."
19852113 msgstr ""
1986
2114 "Ако изтеглянето на обновлението забие, затваряйте и пускайте отново, докато "
2115 "изтеглянето не приключи."
2116
2117 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19872118 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19882119 #, sh-format
19892120 msgid "Demo version"
1990 msgstr ""
1991
2121 msgstr "Демо версия"
2122
2123 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19922124 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19932125 #, sh-format
19942126 msgid "Please select version."
1995 msgstr ""
2127 msgstr "Моля, изберете версия!"
19962128
19972129 #: PlayOnLinux_Scripts/POL_Download_retry_:10
19982130 #: PlayOnLinux_Scripts/POL_GoG_download_:88
19992131 #: PlayOnLinux_Scripts/POL_GoG_download_:100
20002132 #, sh-format
20012133 msgid "Checking piece integrity..."
2002 msgstr ""
2134 msgstr "Проверка съвместимостта на части..."
20032135
20042136 #: PlayOnLinux_Scripts/POL_Download_retry_:24
20052137 #, sh-format
20062138 msgid "Checking download integrity..."
2007 msgstr ""
2139 msgstr "Проверка съвместимостта на изтеглянето..."
20082140
20092141 #: PlayOnLinux_Scripts/POL_Download_retry_:27
20102142 #: PlayOnLinux_Scripts/POL_GoG_download_:102
20112143 #, sh-format
20122144 msgid "Download failed"
2013 msgstr ""
2145 msgstr "Изтеглянето е неуспешно"
20142146
20152147 #: PlayOnLinux_Scripts/POL_Download_retry_:30
20162148 #: PlayOnLinux_Scripts/POL_GoG_download_:104
20172149 #, sh-format
20182150 msgid "Download seems to be corrupted"
2019 msgstr ""
2151 msgstr "Изглежда, че изтеглянето е повредено"
20202152
20212153 #: PlayOnLinux_Scripts/POL_Download_retry_:40
20222154 #: PlayOnLinux_Scripts/POL_GoG_download_:113
20232155 #, sh-format
20242156 msgid "Retry?"
2025 msgstr ""
2157 msgstr "Повторен опит?"
20262158
20272159 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:8
20282160 #, sh-format
20292161 msgid "No root command specified, abording installation."
20302162 msgstr ""
2163 "Не е зададена администраторска команда, прекратяване на инсталацията."
20312164
20322165 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:13
20332166 #: PlayOnLinux_Scripts/POL_Function_RootCommand_:17
20372170 "however, for this script, it s mandatory. So, we give you the command you "
20382171 "must type yourself for this installation to go on :"
20392172 msgstr ""
2173 "Философията на PlayOnLinux/PlayOnMac е никога да не се изисква парола на "
2174 "суперпотребител, въпреки че за този скрипт е задължително. Така, че ще Ви "
2175 "предоставим командата, която трябва да въведете, за да продължи тази "
2176 "инсталация:"
20402177
20412178 #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10
20422179 #, sh-format
20432180 msgid ""
20442181 "No filename extension specified, skipping association to native application."
2182 msgstr ""
2183 "Не е зададено име на файлово разширение, пропуска се асоциацията до "
2184 "собствено приложение."
2185
2186 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2187 #, sh-format
2188 msgid "Contacting download server."
20452189 msgstr ""
20462190
20472191 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20492193 #: python/install.py:573
20502194 #, sh-format
20512195 msgid "Please read this"
2052 msgstr ""
2196 msgstr "Моля, прочетете това!"
20532197
20542198 #: PlayOnLinux_Scripts/POL_GoG_download_:36
20552199 #, sh-format
20562200 msgid "In what directory do you want to download GOG files?"
2057 msgstr ""
2201 msgstr "В коя директория искате да изтеглите GOG-файловете?"
20582202
20592203 #: PlayOnLinux_Scripts/POL_GoG_download_:46
20602204 #, sh-format
20612205 msgid "Please enter your gog.com login to download $BASENAME"
20622206 msgstr ""
2207 "Моля, въведете вашата gog.com регистрация, за да изтеглите $BASENAME!"
20632208
20642209 #: PlayOnLinux_Scripts/POL_GoG_download_:66
20652210 #, sh-format
20662211 msgid "Gog.com login failed, try again?"
2067 msgstr ""
2212 msgstr "Вписването в gog.com пропадна, искате ли повторен опит?"
20682213
20692214 #: PlayOnLinux_Scripts/POL_GoG_download_:104
20702215 #, sh-format
20722217 "The file could also have been updated. If the problem persists, consider "
20732218 "reporting the issue so that the script can be adjusted."
20742219 msgstr ""
2220 "Файлът също трябва да е обновен. Ако проблемът продължава, обмислете "
2221 "пускането на отчет с грешки, за да бъде скриптът настроен."
20752222
20762223 #: PlayOnLinux_Scripts/POL_GoG_setup_:18
20772224 #, sh-format
20782225 msgid "Do you want to download $TITLE from GOG.com?"
2079 msgstr ""
2226 msgstr "Искате ли да изтеглите $TITLE от GOG.com?"
20802227
20812228 #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6
20822229 #, sh-format
20832230 msgid "Installing Adobe Air"
2084 msgstr ""
2231 msgstr "Инсталиране на Adobe Air"
20852232
20862233 #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13
20872234 #, sh-format
20882235 msgid "In what directory do you want to redirect user directories?"
2089 msgstr ""
2236 msgstr "В коя директория искате да пренасочите потребителските директории?"
20902237
20912238 #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11
20922239 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11
20982245 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11
20992246 #, sh-format
21002247 msgid "Installing DirectX 9 dlls..."
2101 msgstr ""
2248 msgstr "Инсталиране на библиотеките на DirectX 9..."
21022249
21032250 #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11
21042251 #, sh-format
21052252 msgid "Installing DirectX 10 dlls..."
2106 msgstr ""
2253 msgstr "Инсталиране на библиотеките на DirectX 10..."
21072254
21082255 #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11
21092256 #, sh-format
21102257 msgid "Installing DirectX 11 dlls..."
2111 msgstr ""
2258 msgstr "Инсталиране на библиотеките на DirectX 11..."
21122259
21132260 #: PlayOnLinux_Scripts/POL_Install_desura_:16
21142261 #, sh-format
21152262 msgid "Please wait while Desura is downloaded..."
2116 msgstr ""
2263 msgstr "Моля, изчакайте докато се изтегли Desura..."
21172264
21182265 #: PlayOnLinux_Scripts/POL_Install_directmusic_:11
21192266 #, sh-format
21202267 msgid "Installing DirectMusic"
2121 msgstr ""
2268 msgstr "Инсталиране на DirectMusic"
21222269
21232270 #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11
21242271 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10
21272274 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
21282275 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
21292276 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2130 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2277 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
21312278 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
21322279 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
21332280 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21342281 #: PlayOnLinux_Scripts/POL_Install_wmpcodecs_:10
21352282 #, sh-format
21362283 msgid "This package does not work on a 64-bit installation"
2137 msgstr ""
2284 msgstr "Този пакет не работи на 64-битова инсталация"
21382285
21392286 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp1_:10
21402287 #, sh-format
21412288 msgid "This package does not work with wine 1.3.22 or lower"
2142 msgstr ""
2289 msgstr "Този пакет не работи с 1.3.22 или по-ниска версия на wine"
21432290
21442291 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:10
21452292 #, sh-format
21462293 msgid "This package does not work with wine 1.3.18 or lower"
2147 msgstr ""
2294 msgstr "Този пакет не работи с 1.3.18 или по-ниска версия на wine"
21482295
21492296 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:13
21502297 #, sh-format
21522299 "Package installation will fail until you set "
21532300 "/proc/sys/kernel/yama/ptrace_scope to 0"
21542301 msgstr ""
2302 "Инсталацията на пакета ще се проваля, докато не зададете "
2303 "/proc/sys/kernel/yama/ptrace_scope на 0"
21552304
21562305 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15
21572306 #, sh-format
21582307 msgid "Open $URL now?"
2159 msgstr ""
2308 msgstr "Сега ли да се отвори $URL?"
21602309
21612310 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49
21622311 #, sh-format
21642313 "If you see error messages during DotNet 3.0 installation, you can ignore "
21652314 "them without issues"
21662315 msgstr ""
2167
2168 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2169 #, sh-format
2170 msgid "This package fail to install with wine 1.5.21 or better"
2171 msgstr ""
2172
2173 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2316 "Ако виждате грешки по време на инсталацията на DotNet 3.0, може да ги "
2317 "пренебрегнете без проблем"
2318
2319 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21742320 #, sh-format
21752321 msgid ""
21762322 "If you see error messages during DotNet 3.5 installation, you can ignore "
21772323 "them without issues"
21782324 msgstr ""
2325 "Ако виждате грешки по време на инсталацията на DotNet 3.5, може да ги "
2326 "пренебрегнете без проблем"
21792327
21802328 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20
21812329 #, sh-format
21832331 "If you see error messages during DotNet 3.5 SP1 installation, you can ignore "
21842332 "them without issues"
21852333 msgstr ""
2334 "Ако виждате грешки по време на инсталацията на DotNet 3.5 SP1, може да ги "
2335 "пренебрегнете без проблем"
21862336
21872337 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:18
21882338 #, sh-format
21902340 "If you see error messages during DotNet 4.0 installation, you can ignore "
21912341 "them without issues"
21922342 msgstr ""
2343 "Ако виждате грешки по време на инсталацията на DotNet 4.0, може да ги "
2344 "пренебрегнете без проблем"
21932345
21942346 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12
21952347 #, sh-format
21962348 msgid "Installing DirectX runtime"
2197 msgstr ""
2349 msgstr "Инсталиране на DirectX runtime"
21982350
21992351 #: PlayOnLinux_Scripts/POL_Install_gecko_:101
22002352 #, sh-format
22012353 msgid "Downloading gecko ..."
2202 msgstr ""
2354 msgstr "Изтегляне на gecko..."
22032355
22042356 #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3
22052357 #, sh-format
22062358 msgid "Installing Games For Windows Live"
2207 msgstr ""
2359 msgstr "Инсталиране на Игри за Windows Live"
22082360
22092361 #: PlayOnLinux_Scripts/POL_Install_gfwl_:28
22102362 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:14
22112363 #, sh-format
22122364 msgid "Downloading Game For Windows Live..."
2213 msgstr ""
2365 msgstr "Изтегляне на Игра за Windows Live..."
22142366
22152367 #: PlayOnLinux_Scripts/POL_Install_gfwl_:33
22162368 #, sh-format
22172369 msgid ""
22182370 "Warning : GFWL seems to be already installed.\\nForcing reinstallation."
22192371 msgstr ""
2372 "Внимание: Изглежда, че GFWL вече е инсталиран.\\nПринудително преинсталиране?"
22202373
22212374 #: PlayOnLinux_Scripts/POL_Install_ie8_:26
22222375 #, sh-format
22232376 msgid "Choose the Internet Explorer language you want"
2224 msgstr ""
2377 msgstr "Изберете езикът, който желаете за Internet Explorer"
22252378
22262379 #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9
22272380 #, sh-format
22282381 msgid "Installing Linuxtrack-wine DLL..."
2229 msgstr ""
2382 msgstr "Инсталиране на библиотека Linuxtrack-wine..."
22302383
22312384 #: PlayOnLinux_Scripts/POL_Install_mfc42_:12
22322385 #, sh-format
22332386 msgid "Installing mfc42 DLLs..."
2234 msgstr ""
2387 msgstr "Инсталиране на библиотеки mfc42..."
22352388
22362389 #: PlayOnLinux_Scripts/POL_Install_msasn1_:11
22372390 #, sh-format
22382391 msgid "Installing msasn1 DLL..."
2239 msgstr ""
2392 msgstr "Инсталиране на библиотека msasn1..."
22402393
22412394 #: PlayOnLinux_Scripts/POL_Install_steam_:24
22422395 #, sh-format
22432396 msgid "Please wait while Steam is downloaded..."
2244 msgstr ""
2397 msgstr "Моля, изчакайте докато се изтегли Steam..."
22452398
22462399 #: PlayOnLinux_Scripts/POL_Install_ubigamelauncher_:13
22472400 #, sh-format
22482401 msgid ""
22492402 "Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher"
22502403 msgstr ""
2404 "Моля, изчакайте докато $APPLICATION_TITLE изтегля Ubisoft Game Launcher"
22512405
22522406 #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12
22532407 #, sh-format
22542408 msgid "Installing Visual Basic runtime"
2255 msgstr ""
2409 msgstr "Инсталиране на Visual Basic runtime"
22562410
22572411 #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37
22582412 #, sh-format
22592413 msgid ""
22602414 "Warning : vcrun2005 seems to be already installed.\\nForcing reinstallation."
22612415 msgstr ""
2416 "Внимание: Изглежда, че vcrun2005 вече е инсталиран.\\nПринудително "
2417 "преинсталиране."
22622418
22632419 #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:37
22642420 #, sh-format
22652421 msgid ""
22662422 "Warning : vcrun2008 seems to be already installed.\\nForcing reinstallation."
22672423 msgstr ""
2424 "Внимание: Изглежда, че vcrun2008 вече е инсталиран.\\nПринудително "
2425 "преинсталиране."
22682426
22692427 #: PlayOnLinux_Scripts/POL_Install_vcrun2008_:41
22702428 #, sh-format
22722430 "VCRun2008 might fail to install because your PlayOnLinux version is too old. "
22732431 "Please update."
22742432 msgstr ""
2433 "Възможно е vcrun2008 да не се инсталира, защото версията Ви на PlayOnLinux е "
2434 "твърде стара. Моля, обновете!"
22752435
22762436 #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:25
22772437 #, sh-format
22782438 msgid ""
22792439 "Warning : vcrun2010 seems to be already installed.\\nForcing reinstallation."
22802440 msgstr ""
2441 "Внимание: Изглежда, че vcrun2010 вече е инсталиран.\\nПринудително "
2442 "преинсталиране."
22812443
22822444 #: PlayOnLinux_Scripts/POL_Install_vcrun2010_:31
22832445 #, sh-format
22852447 "VCRun2010 might fail to install because your PlayOnLinux version is too old. "
22862448 "Please update."
22872449 msgstr ""
2288
2289 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2450 "Възможно е vcrun2010 да не се инсталира, защото версията Ви на PlayOnLinux е "
2451 "твърде стара. Моля, обновете!"
2452
2453 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2454 #: PlayOnLinux_Scripts/yWriter_5_:45
22902455 #, sh-format
22912456 msgid "Downloading..."
2292 msgstr ""
2457 msgstr "Изтегляне..."
22932458
22942459 #: PlayOnLinux_Scripts/POL_Install_wintrust_:11
22952460 #, sh-format
22962461 msgid "Installing wintrust DLL..."
2297 msgstr ""
2462 msgstr "Инсталиране на библиотека wintrust..."
22982463
22992464 #: PlayOnLinux_Scripts/POL_Install_xact_:14
23002465 #, sh-format
23012466 msgid "Installing Xact dlls..."
2302 msgstr ""
2467 msgstr "Инсталиране на библиотеки Xact..."
23032468
23042469 #: PlayOnLinux_Scripts/POL_Install_xinput_:12
23052470 #, sh-format
23062471 msgid "Installing Xinput dlls..."
2307 msgstr ""
2472 msgstr "Инсталиране на библиотеки Xinput..."
23082473
23092474 #: PlayOnLinux_Scripts/POL_Install_xmllite_:14
23102475 #, sh-format
23112476 msgid "Installing XMLlite..."
2312 msgstr ""
2477 msgstr "Инсталиране на XMLlite..."
23132478
23142479 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1
23152480 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20
23182483 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32
23192484 #, sh-format
23202485 msgid "Microsoft fonts"
2321 msgstr ""
2486 msgstr "Шрифтове на Micrsoft"
23222487
23232488 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1
23242489 #, sh-format
23252490 msgid "Microsoft fonts aren't installed; I'll install them for you."
2326 msgstr ""
2491 msgstr "Шрифтовете на Microsoft не са инсталирани. Ще ги инсталирам за Вас."
23272492
23282493 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3
23292494 #, sh-format
23302495 msgid " Licence translated into your language "
2331 msgstr ""
2496 msgstr " Преведен лиценз на Вашият език "
23322497
23332498 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4
23342499 #, sh-format
23362501 "These fonts were provided by Microsoft\\n\"in the interest of cross-platform "
23372502 "compatibility\"."
23382503 msgstr ""
2504 "Тези шрифтове бяха предоставени от Microsoft\\n„в името на "
2505 "междуплатформената съвместимост“."
23392506
23402507 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5
23412508 #, sh-format
23422509 msgid ""
23432510 "This is no longer the case, but they are still available from third parties."
2344 msgstr ""
2511 msgstr "Вече не е това причината, но са все още налични от трети лица."
23452512
23462513 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7
23472514 #, sh-format
23502517 "you may not redistribute them in modified form,\\nincluding changes to the "
23512518 "file name or packaging format."
23522519 msgstr ""
2520 "Имате правото да изтеглите тези шрифтове и да ги използвате,\\nбез да ги "
2521 "разпространявате в променен вид,\\nвключително промени в името на файла или "
2522 "пакета."
23532523
23542524 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9
23552525 #, sh-format
23562526 msgid " Original licence "
2357 msgstr ""
2527 msgstr " Оригинален лиценз "
23582528
23592529 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20
23602530 #, sh-format
23612531 msgid "Please read and accept the following:"
2362 msgstr ""
2532 msgstr "Моля, прочетете и приемете следното:"
23632533
23642534 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32
23652535 #, sh-format
23662536 msgid "Downloading fonts"
2367 msgstr ""
2537 msgstr "Изтегляне на шрифтове"
23682538
23692539 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37
23702540 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38
23722542 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45
23732543 #, sh-format
23742544 msgid "Downloading: "
2375 msgstr ""
2545 msgstr "Изтегляне: "
23762546
23772547 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52
23782548 #, sh-format
23792549 msgid "Installing fonts"
2380 msgstr ""
2550 msgstr "Инсталиране на шрифтове"
23812551
23822552 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57
23832553 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58
23852555 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66
23862556 #, sh-format
23872557 msgid "Installing: "
2388 msgstr ""
2558 msgstr "Инсталиране: "
23892559
23902560 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72
23912561 #, sh-format
23922562 msgid "Cleaning"
2393 msgstr ""
2563 msgstr "Изчистване"
23942564
23952565 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82
23962566 #, sh-format
23972567 msgid "Microsoft fonts have been installed successfully."
2568 msgstr "Шрифтовете на Microsoft са успешно инсталирани."
2569
2570 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2571 #, sh-format
2572 msgid ""
2573 "OSX users: If the screen flickers once the game is launched, try to press "
2574 "cmd + tab twice"
23982575 msgstr ""
23992576
24002577 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
24012578 #, sh-format
24022579 msgid "Remove Game For Windows Live..."
2403 msgstr ""
2580 msgstr "Премахнване на Игри от Windows Live..."
24042581
24052582 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23
24062583 #, sh-format
24072584 msgid "Game For Windows Live is not installed\\nskipping uninstall routine."
24082585 msgstr ""
2586 "Не е инсталирана Игра за Windows Live\\nпропускане на проверката за "
2587 "премахване."
24092588
24102589 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13
24112590 #, sh-format
24132592 "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with "
24142593 "unhide option."
24152594 msgstr ""
2595 "За да продължи, PlayOnLinux се нуждае от размонтиране на монтирания CD-ROM с "
2596 "опция за разкриване."
24162597
24172598 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15
24182599 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15
24212602 "We need to have sudo access on your computer. Therefore, your root password "
24222603 "will be asked. Here is the commands PlayOnLinux will run as root:"
24232604 msgstr ""
2605 "Нуждаем се от временен административен достъп до компютъра Ви. Затова ще "
2606 "бъдете попитани за администраторската Ви парола. Това са командите, които "
2607 "PlayOnLinux ще изпълни като администратор:"
24242608
24252609 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20
24262610 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21
24272611 #, sh-format
24282612 msgid "Please read carrefully"
2429 msgstr ""
2613 msgstr "Моля, прочетете внимателно"
24302614
24312615 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:13
24322616 #, sh-format
24332617 msgid ""
24342618 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
24352619 msgstr ""
2436
2437 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2620 "За да продължи, PlayOnLinux се нуждае от повторно монтиране на CD-ROM с "
2621 "опция разкриване."
2622
2623 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
24382624 #, sh-format
24392625 msgid "Abort installation"
2440 msgstr ""
2626 msgstr "Прекратяване на инсталацията"
24412627
24422628 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16
24432629 #, sh-format
24442630 msgid "Enable ptrace() globally"
2445 msgstr ""
2631 msgstr "Масово активиране на ptrace()"
24462632
24472633 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16
24482634 #, sh-format
24492635 msgid "Give the capability to wineserver executable"
2450 msgstr ""
2636 msgstr "Предостави възможността на изпълнимия файл на wineserver"
24512637
24522638 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16
24532639 #, sh-format
24542640 msgid "I fixed it myself, just retest"
2455 msgstr ""
2641 msgstr "Сам го поправих, просто повторете теста"
24562642
24572643 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16
24582644 #, sh-format
24592645 msgid "The program needs access to ptrace() to proceed:"
2460 msgstr ""
2461
2462 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2646 msgstr "За да продължи, програмата се нуждае от достъп до ptrace():"
2647
2648 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
24632649 #, sh-format
24642650 msgid "User abort"
2465 msgstr ""
2651 msgstr "Прекратено от потребителя"
24662652
24672653 #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:8
24682654 #, sh-format
24692655 msgid "Please insert the first disc"
2470 msgstr ""
2656 msgstr "Моля, вкарайте първият диск"
24712657
24722658 #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:14
24732659 #, sh-format
24752661 "Read this carefully!\\n\\nWhen the $TITLE installer ask you to change your "
24762662 "cdrom, please come back to this $APPLICATION_TITLE window"
24772663 msgstr ""
2664 "Прочетете това внимателно!\\n\\nКогато инсталаторът $TITLE поиска да смените "
2665 "диска, моля, върнете се до прозореца $APPLICATION_TITLE"
24782666
24792667 #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:18
24802668 #, sh-format
24822670 "When the installer ask you to insert the cdrom number $CDNumber, click "
24832671 "next.\\n\\nDo not click next before!"
24842672 msgstr ""
2673 "Когато инсталаторът поиска да вкарате диск с номер $CDNumber, кликнете "
2674 "Следващ.\\n\\nНе кликвайте на Следващ преди това!"
24852675
24862676 #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:21
24872677 #, sh-format
24882678 msgid "Now, insert the cdrom number $CDNumber."
2489 msgstr ""
2679 msgstr "Сега вкарайте диск с номер $CDNumber."
24902680
24912681 #: PlayOnLinux_Scripts/POL_Wine_InstallCDROM_:27
24922682 #, sh-format
24932683 msgid "Now you can go back to the $TITLE installation window to continue"
24942684 msgstr ""
2685 "Сега можете да се върнете до прозореца на инсталацията $TITLE, за да "
2686 "продължите"
24952687
24962688 #: PlayOnLinux_Scripts/Payday_2_:40
24972689 #, sh-format
24982690 msgid "Please do not run $TITLE after installation has finished."
2691 msgstr "Моля, не стартирайте $TITLE след приключването на инсталацията!"
2692
2693 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2694 #, sh-format
2695 msgid "Extracting $TITLE"
24992696 msgstr ""
25002697
25012698 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
25032700 msgid ""
25042701 "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\""
25052702 msgstr ""
2703 "Когато се стигне до инсталирането на пакета „Моно“, кникнете на „Отказ“"
25062704
25072705 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59
25082706 #: PlayOnLinux_Scripts/photomatix3_:56
25092707 #, sh-format
25102708 msgid "$TITLE has been successfully installed."
2709 msgstr "$TITLE е успешно инсталирана."
2710
2711 #: PlayOnLinux_Scripts/Poker_Stars_:37
2712 #, sh-format
2713 msgid "Error while installing. Downloaded file not found."
25112714 msgstr ""
25122715
25132716 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
25142717 #, sh-format
25152718 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
2516 msgstr ""
2719 msgstr "Моля, изберете файлът с име Pro Evolution Soccer 2013.msi"
25172720
25182721 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
25192722 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2723 #: PlayOnLinux_Scripts/Watchtower_library_:58
25202724 #, sh-format
25212725 msgid "Please wait while $TITLE is installed"
2522 msgstr ""
2726 msgstr "Моля, изчакайте докато се инсталира $TITLE"
25232727
25242728 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37
25252729 #, sh-format
25262730 msgid "$TITLE has been successfully installed"
2527 msgstr ""
2731 msgstr "$TITLE е успешно инсталирана"
25282732
25292733 #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72
25302734 #, sh-format
25332737 "nClose COMPLETELY the Desura interface, \\nso that the installation script "
25342738 "can continue"
25352739 msgstr ""
2740 "Когато приключи изтеглянето на $TITLE от Desura,\\nНЕ кликайте на "
2741 "Изпълняване.\\n\\nЗатворете НАПЪЛНО интерфейсът на Desura,\\nза да продължи "
2742 "инсталиращият скрипт"
25362743
25372744 #: PlayOnLinux_Scripts/Rage_:82 PlayOnLinux_Scripts/Rage_:89
25382745 #: PlayOnLinux_Scripts/Rage_:96
25392746 #, sh-format
25402747 msgid "Wait while installation is prepared..."
2541 msgstr ""
2748 msgstr "Моля, изчакайте докато се подготви инсталацията..."
25422749
25432750 #: PlayOnLinux_Scripts/Rage_:86
25442751 #, sh-format
25452752 msgid "Please insert disk 2 into your disk drive\\nif not already done."
2546 msgstr ""
2753 msgstr "Моля, вкарайте диск 2 в дисковото устройство,\\nако вече не е там."
25472754
25482755 #: PlayOnLinux_Scripts/Rage_:93
25492756 #, sh-format
25502757 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2758 msgstr "Моля, вкарайте диск 3 в дисковото устройство,\\nако вече не е там."
2759
2760 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2761 #, sh-format
2762 msgid ""
2763 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2764 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2765 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2766 "n\\nIf you have one of this two versions of this game, please give some "
2767 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2768 "n\\nThank you!"
2769 msgstr ""
2770
2771 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2772 #, sh-format
2773 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2774 msgstr ""
2775
2776 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2777 #, sh-format
2778 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2779 msgstr ""
2780
2781 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2782 #, sh-format
2783 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2784 msgstr ""
2785
2786 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2787 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2788 #, sh-format
2789 msgid "Select a version of installation disc:"
2790 msgstr ""
2791
2792 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2793 #, sh-format
2794 msgid "First Release (without addons)"
2795 msgstr ""
2796
2797 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2798 #, sh-format
2799 msgid "Gold Edition"
2800 msgstr ""
2801
2802 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2803 #, sh-format
2804 msgid "Platinum Edition"
2805 msgstr ""
2806
2807 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2808 #, sh-format
2809 msgid "What is your version of Railroad Tycoon II?"
2810 msgstr ""
2811
2812 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2813 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2814 #, sh-format
2815 msgid ""
2816 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2817 "desktop.\\n\\nThank you for using this installation script! :)"
25512818 msgstr ""
25522819
25532820 #: PlayOnLinux_Scripts/Reaper_4_:30
25562823 "Please select $TITLE install file. Do NOT run Reaper after install has "
25572824 "finished."
25582825 msgstr ""
2826 "Моля, изберете инсталиращият файл $TITLE. НЕ стартирайте Reaper след "
2827 "приключването на инсталацията."
25592828
25602829 #: PlayOnLinux_Scripts/Reaper_4_:47
25612830 #, sh-format
25642833 "latency audio interface is recommended. Your MIDI controllers should work as "
25652834 "expected."
25662835 msgstr ""
2836 "ИЗВЕСТИЕ: За забавен звук, проверете в WineASIO. Препоръчителна е "
2837 "последващата преработка на интерфейса за забавен звук. Вашите MIDI "
2838 "контролери, трябва да работят, както се очаква."
25672839
25682840 #: PlayOnLinux_Scripts/Reason_5_:46
25692841 #, sh-format
25752847 "manually copy soundbanks to Reasons virtual drive. Digital downloads should "
25762848 "not have this issue."
25772849 msgstr ""
2850 "ИЗВЕСТИЕ: Прозорецът за регистрация ще бъде скрит при първото стартиране зад "
2851 "лого Reason, кликнете с десен бутон върху елемента в лентата със задачи и "
2852 "изберете Преместване. Ако звуковите банки не се копират и програмата се "
2853 "срива след въвеждането на регистрационния код, изкарайте и вкарайте отново "
2854 "диска и опитайте да я стартирте отново. Ако това не сработи ще трябва ръчно "
2855 "да копирате звуковите банки във виртуалния диск на Reason. Цифровите "
2856 "изтегляния не би трябвало да имат този проблем."
25782857
25792858 #: PlayOnLinux_Scripts/Red_Faction_:87 PlayOnLinux_Scripts/Terraria_:66
25802859 #, sh-format
25822861 "If the game crashes at startup, open a terminal and type:\\necho 0|sudo tee "
25832862 "/proc/sys/kernel/yama/ptrace_scope"
25842863 msgstr ""
2864 "Ако играта се срива при стартиране, отворете терминал и въведете:\\necho "
2865 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
25852866
25862867 #: PlayOnLinux_Scripts/Rfactor_:59
25872868 #, sh-format
25882869 msgid "The CD protection of this game doesn't work correctly with Wine."
2589 msgstr ""
2870 msgstr "Дисковата защита на тази игра не работи добре с Wine."
25902871
25912872 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72
25922873 #, sh-format
25942875 "$TITLE is installed!\\n\\nNote!\\n1)Reboot wine\\n2)Set correct output "
25952876 "device in wine audio settings\\n3)Have fun!"
25962877 msgstr ""
2878 "$TITLE е инсталирана!\\n\\nБележка!\\n1)Рестартирайте wine\\n2)Задайте "
2879 "правилно изходно устройство в звуковите настройки на wine\\n3)Забавлявайте "
2880 "се!"
25972881
25982882 #: PlayOnLinux_Scripts/Runes_Of_Magic_:43
25992883 #, sh-format
26002884 msgid "You can download $TITLE install file here:"
2601 msgstr ""
2885 msgstr "Можете да изтеглите инсталационният файл за $TITLE от тук:"
26022886
26032887 #: PlayOnLinux_Scripts/Sacrifice_:33
26042888 #, sh-format
26052889 msgid "Note"
2606 msgstr ""
2890 msgstr "Бележка"
26072891
26082892 #: PlayOnLinux_Scripts/Sacrifice_:33
26092893 #, sh-format
26112895 "This will let you install Sacrifice, then will download and install its "
26122896 "patch #3. Do not launch the game until the patch is installed."
26132897 msgstr ""
2898 "Това ще Ви позволи да инсталирате Sacrifice, след това ще се изтегли и "
2899 "инсталира кръпката му #3. Не стартирайте играта преди да се инсталира "
2900 "кръпката."
26142901
26152902 #: PlayOnLinux_Scripts/Safari_:53 PlayOnLinux_Scripts/Safari_:64
26162903 #, sh-format
26182905 "During the install process, please deselect\\n\"Install Bonjour for "
26192906 "Windows\" and \"Automaticaly update Safari\"."
26202907 msgstr ""
2908 "По време на инсталационният процес, моля, демаркирайте\\n„Install Bonjour "
2909 "for Windows“ and „Automaticaly update Safari“."
26212910
26222911 #: PlayOnLinux_Scripts/Scrolls_:27
26232912 #, sh-format
26252914 "When installing, be sure not to let Scrolls launch automatically, so the POL "
26262915 "setup can complete."
26272916 msgstr ""
2917 "Когато се инсталира, уверете се, че Scrolls няма да се стартира автоматично, "
2918 "за да може настройката на POL да приключи."
26282919
26292920 #: PlayOnLinux_Scripts/Scrolls_:38
26302921 #, sh-format
26312922 msgid "Please wait while we extract $TITLE game data."
2632 msgstr ""
2923 msgstr "Моля, изчакайте докато се разархивират данните за играта $TITLE."
26332924
26342925 #: PlayOnLinux_Scripts/SimCity_2000_:43
26352926 #, sh-format
26362927 msgid "Please select the MS-DOS version of setup file:"
2637 msgstr ""
2928 msgstr "Моля, изберете версия на MS-DOS за настройващият файл:"
26382929
26392930 #: PlayOnLinux_Scripts/Slender_:21
26402931 #, sh-format
26432934 "able to find it via a Google search, you will need Slender_v0_9_7.zip for "
26442935 "this script to complete."
26452936 msgstr ""
2937 "Ако вече не сте изтеглили играта, ще трябва да го направите. Би трябвало да "
2938 "можете, да я намерите чрез търсене в Google, ще се нуждаете от "
2939 "Slender_v.0_9_7.zip, за да приключи този скрипт."
26462940
26472941 #: PlayOnLinux_Scripts/Slender_:31
26482942 #, sh-format
26492943 msgid "Select downloaded ZIP file here"
2650 msgstr ""
2944 msgstr "Тук изберете изтегленият ZIP файл"
26512945
26522946 #: PlayOnLinux_Scripts/Slender_:32
26532947 #, sh-format
26542948 msgid "Extracting Slender..."
2655 msgstr ""
2949 msgstr "Разархивиране на Slender..."
26562950
26572951 #: PlayOnLinux_Scripts/Slender_:33
26582952 #, sh-format
26592953 msgid "Sorry, but that was not a valid .zip file"
2660 msgstr ""
2954 msgstr "Съжаляваме, но това не беше валиден ZIP файл"
26612955
26622956 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:51
26632957 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:51
26692963 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
26702964 "${END_JP} and then on ${YES_JP}. Click Next when you are done installing."
26712965 msgstr ""
2966 "Когато инсталационната програма започне, кликнете на ${INSTALL_JP}. Когато "
2967 "се отвори нов прозорец, кликнете на ${INSTALL_JP}. Когато приключи "
2968 "инсталацията, кликнете на ${END_JP} и след това на ${YES_JP}. Кликнете на "
2969 "Следващ, когато сте готови с инсталирането."
26722970
26732971 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:61
26742972 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:66
26782976 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
26792977 "${END_JP} and then on ${YES_JP} (Y). Click Next when you are done installing."
26802978 msgstr ""
2979 "Когато инсталационната програма започне, кликнете на ${INSTALL_JP}. Когато "
2980 "се отвори нов прозорец, кликнете на ${INSTALL_JP}. Когато приключи "
2981 "инсталацията, кликнете на ${END_JP} и след това на ${YES_JP} (Д). Кликнете "
2982 "на Следващ, когато сте готови с инсталирането."
26812983
26822984 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:90
26832985 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:92
26882990 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_08___Tenshi_no_Hanabira_Zome_:91
26892991 #, sh-format
26902992 msgid "Please locate English translation patch file"
2691 msgstr ""
2993 msgstr "Моля, посочете кръпката с английски превод"
26922994
26932995 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:55
26942996 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_04___Aishisa_no_Photograph_:65
26983000 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
26993001 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
27003002 msgstr ""
3003 "Когато инсталационната програма започне, кликнете на ${INSTALL_JP}. Когато "
3004 "се отвори нов прозорец, кликнете на ${INSTALL_JP}. Когато приключи "
3005 "инсталацията, кликнете на ${END_JP} и след това на ${YES_JP} (Д). Кликнете "
3006 "на Следващ, за да започне инсталирането."
3007
3008 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
3009 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3010 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3011 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3012 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3013 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3014 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3015 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3016 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3017 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3018 #, sh-format
3019 msgid ""
3020 "Close the visual novel when it appears to continue installation. Click Next "
3021 "to begin installation."
3022 msgstr ""
3023
3024 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3025 #, sh-format
3026 msgid ""
3027 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3028 "script will now install it. Click Next to continue."
3029 msgstr ""
27013030
27023031 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
27033032 #, sh-format
27053034 "If you have a runtime error when running the game, open a terminal and "
27063035 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
27073036 msgstr ""
2708
2709 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2710 #, sh-format
2711 msgid "Please locate installation program (Launcher.exe)"
2712 msgstr ""
2713
2714 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2715 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2716 #, sh-format
2717 msgid ""
2718 "When the launcher opens, click on the top button to open the installer. When "
2719 "a new window opens, click OK. When another window opens, click on the button "
2720 "with the letter N until it is installing. Wait until it is done and click "
2721 "the right button to quit. Click Next when you are done installing."
3037 "Ако имате грешка в реално време, докато работи играта, отворете терминал и "
3038 "въведете:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
3039
3040 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3041 #, sh-format
3042 msgid "Please locate installation program in Data folder (Resonance.msi)"
27223043 msgstr ""
27233044
27243045 #: PlayOnLinux_Scripts/Steam_:50
27253046 #, sh-format
27263047 msgid "Please choose a virtual drive name"
2727 msgstr ""
3048 msgstr "Моля, изберете име на виртуалния диск"
27283049
27293050 #: PlayOnLinux_Scripts/Steam_:88
27303051 #, sh-format
27323053 "If you want to install $TITLE in another virtual drive\\nRun this installer "
27333054 "again"
27343055 msgstr ""
3056 "Ако искате да инсталирате $TITLE в друг виртуален диск,\\nпуснете отново "
3057 "инсталацията"
27353058
27363059 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40
27373060 #, sh-format
27383061 msgid "Download on Steam Store-Steam Backup Restore"
2739 msgstr ""
3062 msgstr "Изтегляне на Резерво копие на Steam за Steam магазин"
27403063
27413064 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40
27423065 #, sh-format
27433066 msgid "You want install with ?"
2744 msgstr ""
3067 msgstr "С какво искате да инсталирате?"
27453068
27463069 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42
27473070 #, sh-format
27483071 msgid "Download on Steam Store"
2749 msgstr ""
3072 msgstr "Изтегляне за Steam магазин"
27503073
27513074 #: PlayOnLinux_Scripts/Terraria_:56
27523075 #, sh-format
27543077 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
27553078 "game. Steam install xna framework the game. Close the Steam so that the "
27563079 "installer can continue."
3080 msgstr ""
3081 "Инсталирайте Terraria в Steam. Пуснете Terraria, когато Steam инсталира "
3082 "играта. Steam ще инсталира XNA Framework за играта. Затворете Steam, за да "
3083 "може инсталаторът да продължи."
3084
3085 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3086 #, sh-format
3087 msgid "If youve the extentions, you should install Tribunal first !"
27573088 msgstr ""
27583089
27593090 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27633094 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:156
27643095 #, sh-format
27653096 msgid "\"Horse Armor Pack\" installation will begin..."
2766 msgstr ""
3097 msgstr "Ще започне инсталация на \"Horse Armor Pack\"..."
27673098
27683099 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:59
27693100 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:84
27723103 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:159
27733104 #, sh-format
27743105 msgid "\"Knights of the Nine\" installation will begin..."
2775 msgstr ""
3106 msgstr "Ще започне инсталация на \"Knights of the Nine\"..."
27763107
27773108 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:62
27783109 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:87
27813112 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:162
27823113 #, sh-format
27833114 msgid "\"Mehrunes Razor\" installation will begin..."
2784 msgstr ""
3115 msgstr "Ще започне инсталация на \"Mehrunes Razor\"..."
27853116
27863117 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:65
27873118 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:90
27903121 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:165
27913122 #, sh-format
27923123 msgid "\"Orrery\" installation will begin..."
2793 msgstr ""
3124 msgstr "Ще започне инсталация на \"Orrery\"..."
27943125
27953126 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:68
27963127 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:93
27993130 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:168
28003131 #, sh-format
28013132 msgid "\"Spell Tomes\" installation will begin..."
2802 msgstr ""
3133 msgstr "Ще започне инсталация на \"Spell Tomes\"..."
28033134
28043135 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:71
28053136 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:96
28083139 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:171
28093140 #, sh-format
28103141 msgid "\"Thieves Den\" installation will begin..."
2811 msgstr ""
3142 msgstr "Ще започне инсталация на \"Thieves Den\"..."
28123143
28133144 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:74
28143145 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:99
28173148 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:174
28183149 #, sh-format
28193150 msgid "\"Vile Lair\" installation will begin..."
2820 msgstr ""
3151 msgstr "Ще започне инсталация на \"Vile Lair\"..."
28213152
28223153 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:77
28233154 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:102
28263157 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:177
28273158 #, sh-format
28283159 msgid "\"Wizard Tower\" installation will begin..."
2829 msgstr ""
3160 msgstr "Ще започне инсталация на \"Wizard Tower\"..."
28303161
28313162 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:191
28323163 #, sh-format
28343165 "If you do not have \"Shivering Isle\" addon\\nyou must update this game "
28353166 "before using it."
28363167 msgstr ""
3168 "Ако нямате добавката \"Shivering Isle\",\\n трябва да обновите играта, преди "
3169 "да я използвате."
28373170
28383171 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:73
28393172 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:83
28443177 "COMPLETELY the Steam interface, \\nso that the installation script can "
28453178 "continue"
28463179 msgstr ""
3180 "Когато изтеглянето от Steam на $TITLE приключи, НЕ кликвайте на Play.\\n\\"
3181 "nЗатворете ИЗЦЯЛО Steam интерфейса, \\nза да може инсталиращият скрипт да "
3182 "продължи."
28473183
28483184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:97
28493185 #, sh-format
28513187 "If you do not have \"Shivering Isle\" addon\\n you must update this game "
28523188 "before using it."
28533189 msgstr ""
3190 "Ако нямате добавката \"Shivering Isle\",\\n трябва да обновите играта, преди "
3191 "да я използвате."
28543192
28553193 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:81
28563194 #, sh-format
28573195 msgid "This addon automatically patch the game to 1.2.0416."
2858 msgstr ""
3196 msgstr "Тази добавка автоматично закърпва играта до версия 1.2.0416."
28593197
28603198 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:92
28613199 #, sh-format
28643202 "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check "
28653203 "pp 4-5."
28663204 msgstr ""
3205 "Необходимите кодове за изход от първата тъмница, могат да бъдат намерени в\\"
3206 "nдокументацията;\\nКликнете с десен бутон върху иконата на играта, \"Read "
3207 "the manual\" след това проверете pp 4-5."
3208
3209 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3210 #, sh-format
3211 msgid "Please select the installation file to run."
3212 msgstr ""
3213
3214 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3215 #, sh-format
3216 msgid ""
3217 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3218 "your region.\\n 2. Leave only checked DirectX box."
3219 msgstr ""
28673220
28683221 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28693222 #, sh-format
28713224 "The game will fail to launch until you set "
28723225 "/proc/sys/kernel/yama/ptrace_scope to 0"
28733226 msgstr ""
3227 "Играта няма да се стартира, докато не зададете "
3228 "/proc/sys/kernel/yama/ptrace_scope на 0"
3229
3230 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3231 #, sh-format
3232 msgid "Other destination or other CD/DVD"
3233 msgstr ""
3234
3235 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3236 #, sh-format
3237 msgid "Retail CD"
3238 msgstr ""
3239
3240 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3241 #, sh-format
3242 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3243 msgstr ""
3244
3245 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3246 #, sh-format
3247 msgid "video fix"
3248 msgstr ""
28743249
28753250 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28763251 #, sh-format
28773252 msgid "Enhanced Edition"
2878 msgstr ""
3253 msgstr "Разширена версия"
28793254
28803255 #: PlayOnLinux_Scripts/The_Witcher_:55
28813256 #, sh-format
28823257 msgid "Standard Edition"
2883 msgstr ""
3258 msgstr "Стандартна версия"
28843259
28853260 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:81
28863261 #, sh-format
28873262 msgid "When the game setup will ask for next disk\\nclick on \"Forward\""
28883263 msgstr ""
3264 "Когато инсталацията на играта поиска следващият диск,\\nкликнете на „Следващ“"
28893265
28903266 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:84
28913267 #, sh-format
28923268 msgid "Please insert nest media into your disk drive"
2893 msgstr ""
3269 msgstr "Моля, вкарайте следващата медия в дисковото устройство!"
28943270
28953271 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_Patch_1.35_:28
28963272 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:28
28973273 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:28
28983274 #, sh-format
28993275 msgid "Game is not installed"
2900 msgstr ""
3276 msgstr "Играта не е инсталирана"
29013277
29023278 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:23
29033279 #, sh-format
29043280 msgid "Welcome in the $PVERSION installer for $TITLE"
2905 msgstr ""
3281 msgstr "Добре дошли, от инсталаторът $PVERSION на $TITLE"
29063282
29073283 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:29
29083284 #, sh-format
29093285 msgid "This game already have Enhanced Edition\\nand only need patch 1.5"
2910 msgstr ""
3286 msgstr "Играта вече има Разширена версия\\nи се нуждае само от кръпка 1.5"
29113287
29123288 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76
29133289 #, sh-format
29143290 msgid "Select first patch (EE Upgrade) to execute"
2915 msgstr ""
3291 msgstr "Изберете първата кръпка (EE Upgrade) за изпълнение"
29163292
29173293 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79
29183294 #, sh-format
29193295 msgid "Select second patch (1.5) to execute"
2920 msgstr ""
3296 msgstr "Изберете втората кръпка (1.5) за изпълнение"
29213297
29223298 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:104
29233299 #, sh-format
29253301 "Wait while the patch 1 is downloading...\\nThis operation can take time, "
29263302 "depending of your connexion."
29273303 msgstr ""
3304 "Изчакайте, докато се изтегли кръпка 1...\\nТази операция може да отнеме "
3305 "време, в зависимост от Вашата интернет връзка."
29283306
29293307 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:105
29303308 #, sh-format
29323310 "Wait while the patch 2 is downloading...\\nThis operation can take time, "
29333311 "depending of your connexion."
29343312 msgstr ""
3313 "Изчакайте, докато се изтегли кръпка 2...\\nТази операция може да отнеме "
3314 "време, в зависимост от Вашата интернет връзка."
29353315
29363316 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:106
29373317 #, sh-format
29393319 "Wait while the patch 3 is downloading...\\nThis operation can take time, "
29403320 "depending of your connexion."
29413321 msgstr ""
3322 "Изчакайте, докато се изтегли кръпка 3...\\nТази операция може да отнеме "
3323 "време, в зависимост от Вашата интернет връзка."
29423324
29433325 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:107
29443326 #, sh-format
29463328 "Wait while the patch 4 is downloading...\\nThis operation can take time, "
29473329 "depending of your connexion."
29483330 msgstr ""
3331 "Изчакайте, докато се изтегли кръпка 4...\\nТази операция може да отнеме "
3332 "време, в зависимост от Вашата интернет връзка."
29493333
29503334 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:108
29513335 #, sh-format
29523336 msgid "Donwload finished.\\nPatches installation will begin"
3337 msgstr "Изтеглянето приключи.\\nПредстои инсталирането на кръпките"
3338
3339 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3340 #, sh-format
3341 msgid "We will download the installer"
29533342 msgstr ""
29543343
29553344 #: PlayOnLinux_Scripts/Toontown_Online_:17
29583347 "Installing vcrun2008 and wininet and disabling d3d9 and d3d8 dlls to force "
29593348 "the game to use OpenGL"
29603349 msgstr ""
3350 "Инсталиране на vcrun2008 и wininet и деактивиране на библиотеки d3d9 и d3d8, "
3351 "за да се използва принудително OpenGL"
29613352
29623353 #: PlayOnLinux_Scripts/Traktor_Pro_2_:45
29633354 #, sh-format
29653356 "During installation, please UNCHECK all drivers for the NI controllers and "
29663357 "audio interfaces. The install will fail if left checked, and are not needed."
29673358 msgstr ""
3359 "По време на инсталацията, моля, ДЕМАРКИРАЙТЕ всички драйвъри за NI "
3360 "контролери и звукови интерфейси. Ако ги оставите маркирани, инсталацията ще "
3361 "се провали, а и не са нужни."
29683362
29693363 #: PlayOnLinux_Scripts/UTAU_4.16_:16
29703364 #, sh-format
29713365 msgid "ja_JP.utf8 locale must be installed for $TITLE to work."
2972 msgstr ""
3366 msgstr "За да работи $TITLE, езикът ja_JP.utf8, трябва да бъде инсталиран."
29733367
29743368 #: PlayOnLinux_Scripts/UTAU_4.16_:38
29753369 #, sh-format
29763370 msgid "Would you like to enable the English GUI Patch?"
2977 msgstr ""
3371 msgstr "Желаете ли да активирате кръпката с английски ГПИ?"
29783372
29793373 #: PlayOnLinux_Scripts/Ufo__aftermath_:44
29803374 #, sh-format
29833377 "open a terminal and type:\\necho 0|sudo tee "
29843378 "/proc/sys/kernel/yama/ptrace_scope"
29853379 msgstr ""
3380 "$TITLE е успешно инсталирана.\\n\\nАко играта се срине при стартиране, "
3381 "отворете терминал и въведете:\\necho 0|sudo tee "
3382 "/proc/sys/kernel/yama/ptrace_scope"
29863383
29873384 #: PlayOnLinux_Scripts/Vantage_Master_Online_:30
29883385 #, sh-format
29893386 msgid "Do you want to browse $TITLE website?"
3387 msgstr "Желаете ли да разгледате уебсайта на $TITLE?"
3388
3389 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3390 #, sh-format
3391 msgid ""
3392 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3393 "messenger, because it will won't work correctly."
3394 msgstr ""
3395
3396 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3397 #, sh-format
3398 msgid "Warning"
29903399 msgstr ""
29913400
29923401 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29963405 "The CD-ROM version is out to date. Do not forget to update $TITLE if you "
29973406 "want it to run correctly with $APPLICATION_TITLE"
29983407 msgstr ""
3408 "CD-ROM версията е изтекла. Не забравяйте да обновите $TITLE, ако искате да "
3409 "работи правилно с $APPLICATION_TITLE!"
3410
3411 #: PlayOnLinux_Scripts/Watchtower_library_:49
3412 #, sh-format
3413 msgid "File Selection Error"
3414 msgstr ""
3415
3416 #: PlayOnLinux_Scripts/Watchtower_library_:49
3417 #, sh-format
3418 msgid ""
3419 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3420 msgstr ""
29993421
30003422 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
30013423 #, sh-format
30023424 msgid ""
30033425 "Your browser will pop, download patch from it and uncompress it please"
30043426 msgstr ""
3427 "Браузърът Ви ще изскочи, моля, изтеглете кръпката чрез него и след това "
3428 "разархивирайте!"
30053429
30063430 #: PlayOnLinux_Scripts/World_Of_Tanks_:49
30073431 #, sh-format
30093433 "Which region version of World of Tanks would you like to install? Note: "
30103434 "Korea not supported on this installation."
30113435 msgstr ""
3436 "Версията за кой регион на World of Tanks предпочитате да инсталирате? "
3437 "Бележка: Корея не се поддържа за тази инсталация!"
30123438
30133439 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
30143440 #, sh-format
30153441 msgid ""
3016 "Attention: After installation is complete, the patcher will load. Please "
3017 "close the patcher before logging in or finish updating to complete the "
3018 "installation. After this, you can run \"$TITLE\" when setup is done"
3442 "Attention:After installation is complete, the patcher will load. After, go "
3443 "to the top right of the patcher and click the wrench, Then Un-check the box "
3444 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3445 "minuite. When finished with this, please close the patcher before logging in "
3446 "or finish updating to complete the installation. After this, you can run "
3447 "\"$TITLE\" when setup is done"
30193448 msgstr ""
30203449
30213450 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30263455 msgid ""
30273456 "Please insert game media 1 into your disk drive\\nif not already done."
30283457 msgstr ""
3458 "Моля, вкарайте игрална медия 1 в дисковото Ви устройство\\n, ако вече не е "
3459 "там."
30293460
30303461 #: PlayOnLinux_Scripts/World_Of_Warcraft_:51
30313462 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:49
30343465 msgid ""
30353466 "Please insert game media 2 into your disk drive\\nif not already done."
30363467 msgstr ""
3468 "Моля, вкарайте игрална медия 2 в дисковото Ви устройство\\n, ако вече не е "
3469 "там."
30373470
30383471 #: PlayOnLinux_Scripts/World_Of_Warcraft_:57
30393472 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:55
30423475 msgid ""
30433476 "Please insert game media 3 into your disk drive\\nif not already done."
30443477 msgstr ""
3478 "Моля, вкарайте игрална медия 3 в дисковото Ви устройство\\n, ако вече не е "
3479 "там."
30453480
30463481 #: PlayOnLinux_Scripts/World_Of_Warcraft_:63
30473482 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:61
30493484 msgid ""
30503485 "Please insert game media 4 into your disk drive\\nif not already done."
30513486 msgstr ""
3487 "Моля, вкарайте игрална медия 4 в дисковото Ви устройство\\n, ако вече не е "
3488 "там."
30523489
30533490 #: PlayOnLinux_Scripts/World_Of_Warcraft_:71
30543491 #, sh-format
30553492 msgid ""
30563493 "Please insert game media 5 into your disk drive\\nif not already done."
3494 msgstr ""
3495 "Моля, вкарайте игрална медия 5 в дисковото Ви устройство\\n, ако вече не е "
3496 "там."
3497
3498 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3499 #, sh-format
3500 msgid "Which region version of World of Warplanes would you like to install?"
3501 msgstr ""
3502
3503 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3504 #, sh-format
3505 msgid ""
3506 "Attention:After installation is complete, the patcher will load. After, go "
3507 "to the top right of the patcher and click the wrench, Then Un-check the box "
3508 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3509 "minute. When finished with this, please close the patcher before logging in "
3510 "or finish updating to complete the installation. After this, you can run "
3511 "\"$TITLE\" when setup is done"
30573512 msgstr ""
30583513
30593514 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30633518 "COMPLETELY the Steam interface, nso that the installation script can "
30643519 "continue."
30653520 msgstr ""
3521 "Когато изтеглянето на $TITLE от Steam приключи,\\nНЕ кликайте на Пускане\\n\\"
3522 "nЗатворете НАПЪЛНО интерфейса на Steam,\\nза да продължи инсталиращият "
3523 "скрипт."
30663524
30673525 #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:31
30683526 #, sh-format
30693527 msgid "Transferring files from Disc 1"
3070 msgstr ""
3528 msgstr "Прехвърляне на файлове от Диск 1"
30713529
30723530 #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:36
30733531 #, sh-format
30743532 msgid "Please insert \"$TITLE\" disc 2"
3075 msgstr ""
3533 msgstr "Моля, вкарайте диск 2 на \"$TITLE\""
30763534
30773535 #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:39
30783536 #, sh-format
30793537 msgid "Transferring files from Disc 2"
3080 msgstr ""
3538 msgstr "Прехвърляне на файлове от Диск 2"
30813539
30823540 #: PlayOnLinux_Scripts/Zoo_Tycoon_2__Zookeeper_Collection_:43
30833541 #, sh-format
30853543 "Please select MORE OPTIONS, then uncheck the RUN \"$TITLE\" AFTER "
30863544 "INSTALLATION option. If you do not, the install will fail!"
30873545 msgstr ""
3546 "Моля, изберете MORE OPTIONS, след това демаркирайте опцията RUN \"$TITLE\" "
3547 "AFTER INSTALLATION. Ако не го направите, инсталацията ще претърпи провал."
30883548
30893549 #: PlayOnLinux_Scripts/iTunes_10_:19
30903550 #, sh-format
30913551 msgid "Do you want to install $TITLE to sync an USB device?"
3092 msgstr ""
3552 msgstr "Искате ли да инсталирате $TITLE за връзка с USB устройство?"
30933553
30943554 #: PlayOnLinux_Scripts/iTunes_10_:22
30953555 #, sh-format
30973557 "Wine does not support USB yet. You will not able to sync your iDevices with "
30983558 "$APPLICATION_TITLE. Sorry"
30993559 msgstr ""
3560 "Wine все още не поддържа USB. Няма да можете да свързвате вашите i-"
3561 "устройства с $APPLICATION_TITLE. Съжаляваме!"
31003562
31013563 #: PlayOnLinux_Scripts/iTunes_10_:31
31023564 #, sh-format
31033565 msgid "Please select the 32bit version of iTunes"
3104 msgstr ""
3105
3106 #: PlayOnLinux_Scripts/osu_:45
3566 msgstr "Моля, изберете 32-битова версия на iTunes"
3567
3568 #: PlayOnLinux_Scripts/osu_:46
31073569 #, sh-format
31083570 msgid ""
31093571 "Press next to start the updater. When the updater is finished, close it "
31103572 "down. Do not start osu! yet."
31113573 msgstr ""
3574 "Натиснете Следващ, за да започне обновяване. Когато обновяването приключи, "
3575 "го затворете. Все още не пускайте osu!"
31123576
31133577 #: PlayOnLinux_Scripts/photomatix3_:40
31143578 #, sh-format
31153579 msgid "Please select the setup file to run :"
3116 msgstr ""
3580 msgstr "Моля, изберете файлът за инсталиране:"
31173581
31183582 #: PlayOnLinux_Scripts/rFactor_12_:30
31193583 #, sh-format
31223586 "finished. Let DirectX install when asked. Make sure you set a 32-bit "
31233587 "resolution when rFactor Config comes up."
31243588 msgstr ""
3125
3126 #: bash/bug_report:31
3589 "Моля, изберете инсталационен файл на $TITLE. НЕ стартирайте rFactor след "
3590 "приключването на инсталацията. Оставете DirectX да го инсталира, когато е "
3591 "необходимо. Уверете се, че сте избрали 32-битова резолюция, когато "
3592 "настройките на rFactor се появат."
3593
3594 #: bash/bug_report:32
31273595 #, sh-format
31283596 msgid "Report a bug"
3129 msgstr ""
3130
3131 #: bash/bug_report:36
3597 msgstr "Доклад за грешки"
3598
3599 #: bash/bug_report:37
31323600 #, sh-format
31333601 msgid ""
31343602 "Please give the more details as you can, otherwise, it will be very "
31353603 "difficult to help you"
31363604 msgstr ""
3137
3138 #: bash/bug_report:36
3605 "Моля, дайте колкото можете повече информация, иначе ще е много трудно да Ви "
3606 "помогнем"
3607
3608 #: bash/bug_report:37
31393609 #, sh-format
31403610 msgid ""
31413611 "This wizard will help you to report a bug about an officially supported "
31423612 "program."
31433613 msgstr ""
3144
3145 #: bash/bug_report:40
3614 "Този съветник ще Ви помогне да докладвате за грешки на поддържана програма."
3615
3616 #: bash/bug_report:41
31463617 #, sh-format
31473618 msgid ""
31483619 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31493620 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
31503621 msgstr ""
3151
3152 #: bash/bug_report:46
3622 "Вашата $APPLICATION_TITLE не е последна версия.\\nТрябва да обновите "
3623 "$APPLICATION_TITLE преди да изпратите доклад за грешки.\\nБлагодарим Ви!"
3624
3625 #: bash/bug_report:47
31533626 #, sh-format
31543627 msgid "I have a problem with a software"
3155 msgstr ""
3156
3157 #: bash/bug_report:46
3628 msgstr "Имам проблем със софтуера"
3629
3630 #: bash/bug_report:47
31583631 #, sh-format
31593632 msgid "My problem concerns $APPLICATION_TITLE itself"
3160 msgstr ""
3161
3162 #: bash/bug_report:46
3633 msgstr "Проблемът ми засяга $APPLICATION_TITLE"
3634
3635 #: bash/bug_report:47
31633636 #, sh-format
31643637 msgid "What kind of problem do you have?"
3165 msgstr ""
3166
3167 #: bash/bug_report:50
3638 msgstr "За какво се отнася проблемът Ви?"
3639
3640 #: bash/bug_report:51
31683641 #, sh-format
31693642 msgid "Don't join any log file"
3170 msgstr ""
3171
3172 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3643 msgstr "Без прикрепяне на файл с отчет"
3644
3645 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31733646 #: bash/manual_install:120 bash/manual_install:219
31743647 #, sh-format
31753648 msgid "Manual installation"
3176 msgstr ""
3177
3178 #: bash/bug_report:54 bash/run_exe:24
3649 msgstr "Ръчна инсталация"
3650
3651 #: bash/bug_report:55 bash/run_exe:24
31793652 #, sh-format
31803653 msgid "Automatic installation"
3181 msgstr ""
3182
3183 #: bash/bug_report:65
3654 msgstr "Автоматична инсталация"
3655
3656 #: bash/bug_report:66
31843657 #, sh-format
31853658 msgid "Choose the log file corresponding to your software."
3186 msgstr ""
3187
3188 #: bash/bug_report:69
3659 msgstr "Изберете файлът с отчети, отнасящ се до Вашият софтуер."
3660
3661 #: bash/bug_report:70
31893662 #, sh-format
31903663 msgid "Please give a very short description (title, english only)"
3191 msgstr ""
3192
3193 #: bash/bug_report:72
3664 msgstr "Моля, дайте много кратко описание (заглавие, само на английски)"
3665
3666 #: bash/bug_report:73
31943667 #, sh-format
31953668 msgid "Please explain your problem clearly (english only):"
3196 msgstr ""
3197
3198 #: bash/bug_report:76
3669 msgstr "Моля, опишете ясно Вашият проблем (само на английски):"
3670
3671 #: bash/bug_report:77
31993672 #, sh-format
32003673 msgid "Sorry, we need a detailed description."
3201 msgstr ""
3202
3203 #: bash/bug_report:107
3674 msgstr "Съжаляваме, но имаме нужда от подробно описание."
3675
3676 #: bash/bug_report:108
32043677 #, sh-format
32053678 msgid ""
32063679 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32073680 "you an answer by mail very soon"
32083681 msgstr ""
3682 "Благодарим Ви!\\n\\nВашият доклад е изпратен.\\n\\nЩе дадем най-доброто от "
3683 "себе си, за да ви изпратим много скоро имейл с отговор."
32093684
32103685 #: bash/create_prefix:25
32113686 #, sh-format
32123687 msgid "Virtual drive creator"
3213 msgstr ""
3688 msgstr "Създател на виртуални дискове"
32143689
32153690 #: bash/create_prefix:28
32163691 #, sh-format
32183693 "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will "
32193694 "help you to make a new virtual drive"
32203695 msgstr ""
3696 "Добре дошли в създателя на виртуални дискове $APPLICATION_TITLE.\\n\\nТози "
3697 "инструмент Ви помага да създавате нови виртуални дискове."
32213698
32223699 #: bash/create_prefix:30 bash/manual_install:196
32233700 #, sh-format
32243701 msgid "What kind of virtual drive do you want to create"
3225 msgstr ""
3702 msgstr "Какъв вид виртуален диск искате да създадете?"
32263703
32273704 #: bash/create_prefix:54
32283705 #, sh-format
32303707 "(If this list is empty, please install a wine version with wine version "
32313708 "manager)"
32323709 msgstr ""
3710 "(Ако този списък е празен, моля, инсталирайте версия на wine от мениджъра на "
3711 "wine версии)"
32333712
32343713 #: bash/create_prefix:54 bash/manual_install:182
32353714 #, sh-format
32363715 msgid "Which version of Wine would you like to use?"
3237 msgstr ""
3716 msgstr "Коя версия на Wine желаете да използвате?"
32383717
32393718 #: bash/create_prefix:62
32403719 #, sh-format
32413720 msgid "Choose the name of the virtual drive"
3242 msgstr ""
3721 msgstr "Изберете име на виртуалния диск"
32433722
32443723 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3245 #: python/mainwindow.py:232
3724 #: python/mainwindow.py:234
32463725 #, sh-format
32473726 msgid "Run a local script"
32483727 msgstr "Изпълнение на локален скрипт"
32523731 msgid ""
32533732 "This wizard will help you to run an unofficial $APPLICATION_TITLE Script."
32543733 msgstr ""
3734 "Този помощник ще Ви помогне да стартирате неофициален скрипт за "
3735 "$APPLICATION_TITLE."
32553736
32563737 #: bash/expert/Executer:29
32573738 #, sh-format
32583739 msgid "Choose a valid $APPLICATION_TITLE script to run."
3259 msgstr ""
3740 msgstr "Изберете валиден скрипт за $APPLICATION_TITLE, който да се изпълни."
32603741
32613742 #: bash/expert/Executer:38
32623743 #, sh-format
32633744 msgid "Error!"
3264 msgstr ""
3745 msgstr "Грешка!"
32653746
32663747 #: bash/expert/Executer:38
32673748 #, sh-format
32683749 msgid "File not found!"
3269 msgstr ""
3750 msgstr "Файлът не е намерен!"
32703751
32713752 #: bash/first_use:32
32723753 #, sh-format
32733754 msgid "The PlayOnLinux website is unavailable."
3274 msgstr ""
3755 msgstr "Уебсайтът на PlayOnLinux не е достъпен."
32753756
32763757 #: bash/first_use:32
32773758 #, sh-format
32783759 msgid "\\nPlease make sure you are connected to the Internet."
3279 msgstr ""
3760 msgstr "\\nМоля, уверете се, че сте свързани към интернет."
32803761
32813762 #: bash/first_use:46
32823763 #, sh-format
32833764 msgid "Please read this carefully"
3284 msgstr ""
3765 msgstr "Моля, прочетете това внимателно"
32853766
32863767 #: bash/first_use:48
32873768 #, sh-format
32883769 msgid "XQuartz $XQUARTZ_VERSION has been installed on your computer."
3289 msgstr ""
3770 msgstr "Версия $XQUARTZ_VERSION на XQuartz е инсталирана на Вашият компютър."
32903771
32913772 #: bash/first_use:49
32923773 #, sh-format
32933774 msgid "However, it won't be activated until you reboot your computer."
32943775 msgstr ""
3776 "Въпреки това, няма да бъде активирана, докато не рестартирате компютъра."
32953777
32963778 #: bash/first_use:51
32973779 #, sh-format
32983780 msgid "Please reboot your computer now, and run PlayOnMac"
3299 msgstr ""
3781 msgstr "Моля, рестартирайте компютъра си сега и стартирайте PlayOnMac"
33003782
33013783 #: bash/first_use:54
33023784 #, sh-format
33033785 msgid "Pleaase read this carefully."
3304 msgstr ""
3786 msgstr "Моля, прочетете това внимателно."
33053787
33063788 #: bash/first_use:73
33073789 #, sh-format
33083790 msgid ""
33093791 "To ensure that your games will be compatible, PlayOnMac must install XQuartz"
33103792 msgstr ""
3793 "За да уверите, че игрите Ви са съвместими, PlayOnMac трябва да инсталира "
3794 "XQuartz"
33113795
33123796 #: bash/first_use:75
33133797 #, sh-format
33143798 msgid "PlayOnMac needs to install XQuartz to work"
3315 msgstr ""
3799 msgstr "PlayOnMac се нуждае от XQuartz, за да работи"
33163800
33173801 #: bash/first_use:77
33183802 #, sh-format
33193803 msgid "Don't install XQuartz for the moment"
3320 msgstr ""
3804 msgstr "Засега не инсталирайте XQuartz"
33213805
33223806 #: bash/first_use:77
33233807 #, sh-format
33243808 msgid "I've downloaded the file by myself"
3325 msgstr ""
3809 msgstr "Сам изтеглих файла"
33263810
33273811 #: bash/first_use:77
33283812 #, sh-format
33293813 msgid "Please download XQuartz for me"
3330 msgstr ""
3814 msgstr "Моля, изтегли ми XQuartz"
33313815
33323816 #: bash/first_use:80
33333817 #, sh-format
33343818 msgid "Downloading XQuartz"
3335 msgstr ""
3819 msgstr "Изтегляне на XQuartz"
33363820
33373821 #: bash/first_use:85
33383822 #, sh-format
33393823 msgid "Where is"
3340 msgstr ""
3824 msgstr "Къде е"
33413825
33423826 #: bash/first_use:92
33433827 #, sh-format
33443828 msgid "Installing XQuartz..."
3345 msgstr ""
3829 msgstr "Инсталиране на XQuartz..."
33463830
33473831 #: bash/first_use:105
33483832 #, sh-format
33493833 msgid "XQuartz has been installed."
3350 msgstr ""
3834 msgstr "XQuartz е инсталиран."
33513835
33523836 #: bash/first_use:111
33533837 #, sh-format
33553839 "Unable to install XQuartz! You must install it to improve games "
33563840 "compatibility."
33573841 msgstr ""
3842 "Неуспешна инсталация на XQuartz! Трябва да го инсталирате, за да подобрите "
3843 "съвместимостта на игрите."
33583844
33593845 #: bash/first_use:121
33603846 #, sh-format
33613847 msgid "Default virtual drive configuration"
3362 msgstr ""
3848 msgstr "Стандартна настройка на виртуален диск"
33633849
33643850 #: bash/first_use:122
33653851 #, sh-format
33663852 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
3367 msgstr ""
3368
3369 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3853 msgstr "$APPLICATION_TITLE създава виртуален твърд диск на Windows"
3854
3855 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33703856 #, sh-format
33713857 msgid "$APPLICATION_TITLE first use"
3372 msgstr ""
3373
3374 #: bash/first_use:240
3858 msgstr "Първа употреба на $APPLICATION_TITLE"
3859
3860 #: bash/first_use:242
33753861 #, sh-format
33763862 msgid "$APPLICATION_TITLE is going to finish its preparation"
3377 msgstr ""
3378
3379 #: bash/first_use:240 bash/first_use:243
3863 msgstr "$APPLICATION_TITLE е на път да приключи подготовката"
3864
3865 #: bash/first_use:242 bash/first_use:245
33803866 #, sh-format
33813867 msgid "Please ensure you are connected to the internet."
3382 msgstr ""
3383
3384 #: bash/first_use:243
3868 msgstr "Моля, уверете се, че сте свързани към интернет!"
3869
3870 #: bash/first_use:245
33853871 #, sh-format
33863872 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
3387 msgstr ""
3388
3389 #: bash/first_use:243
3873 msgstr "Изглежда това е първият път, в който използвате $APPLICATION_TITLE."
3874
3875 #: bash/first_use:245
33903876 #, sh-format
33913877 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33923878 msgstr ""
3393
3394 #: bash/first_use:253
3879 "Този съветник ще Ви помогне да подготвите средата на $APPLICATION_TITLE"
3880
3881 #: bash/first_use:255
33953882 #, sh-format
33963883 msgid "Error while installing fonts"
3397 msgstr ""
3398
3399 #: bash/first_use:271
3884 msgstr "Грешка при инсталирането на шрифтове"
3885
3886 #: bash/first_use:273
34003887 #, sh-format
34013888 msgid "Enjoy using $APPLICATION_TITLE"
3402 msgstr ""
3889 msgstr "Насладете се на $APPLICATION_TITLE"
34033890
34043891 #: bash/install_gecko:25
34053892 #, sh-format
34063893 msgid "$APPLICATION_TITLE Gecko installer"
3407 msgstr ""
3894 msgstr "Инсталатор на Gecko за $APPLICATION_TITLE"
34083895
34093896 #: bash/install_mono:25
34103897 #, sh-format
34113898 msgid "$APPLICATION_TITLE Mono installer"
3412 msgstr ""
3899 msgstr "Инсталатор на Mono за $APPLICATION_TITLE"
34133900
34143901 #: bash/install_wver:27
34153902 #, sh-format
34163903 msgid "This wizard will help you to install Wine: "
3417 msgstr ""
3904 msgstr "Този съветник ще Ви помогне да инсталирате Wine: "
34183905
34193906 #: bash/install_wver:27
34203907 #, sh-format
34213908 msgid "on the $APPLICATION_TITLE environment."
3422 msgstr ""
3909 msgstr "в средата на $APPLICATION_TITLE."
34233910
34243911 #: bash/installpolpackages:26 bash/polconfigurator:23 bash/winebash:27
34253912 #, sh-format
34263913 msgid "$APPLICATION_TITLE Application Configurator"
3427 msgstr ""
3914 msgstr "Настройка на програмата за $APPLICATION_TITLE"
34283915
34293916 #: bash/killall:26
34303917 #, sh-format
34313918 msgid ""
34323919 "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?"
34333920 msgstr ""
3921 "Сигурни ли сте, че искате да затворите всички активни програми на "
3922 "$APPLICATION_TITLE?"
34343923
34353924 #: bash/make_shortcut:25
34363925 #, sh-format
34373926 msgid "$APPLICATION_TITLE shortcut creator"
3438 msgstr ""
3927 msgstr "Създаване на преки пътища за $APPLICATION_TITLE"
34393928
34403929 #: bash/make_shortcut:30
34413930 #, sh-format
34423931 msgid "Please choose a software to package"
3443 msgstr ""
3932 msgstr "Моля, изберете софтуер за пакетиране"
34443933
34453934 #: bash/make_shortcut:35
34463935 #, sh-format
34473936 msgid "Creating shortcut..."
3448 msgstr ""
3937 msgstr "Създаване на пряк път..."
34493938
34503939 #: bash/make_shortcut:37
34513940 #, sh-format
34523941 msgid "The shortcut has been placed on your desktop"
3453 msgstr ""
3942 msgstr "Прекият път е поставен на работния Ви плот"
34543943
34553944 #: bash/make_shortcut:57
34563945 #, sh-format
34573946 msgid "Copying virtual drive"
3458 msgstr ""
3947 msgstr "Копиране на виртуален диск"
34593948
34603949 #: bash/manual_install:52
34613950 #, sh-format
34623951 msgid "Autorun"
3463 msgstr ""
3952 msgstr "Автостартиране"
34643953
34653954 #: bash/manual_install:52
34663955 #, sh-format
34673956 msgid "No setup location found in autorun.inf"
3468 msgstr ""
3957 msgstr "Не е избран файл с настройки в autorun.inf"
34693958
34703959 #: bash/manual_install:114
34713960 #, sh-format
34753964 "the tools\\n\\nWarning: We are unable to guarantee that your application "
34763965 "will work perfectly."
34773966 msgstr ""
3967 "Добре дошли в съветника за ръчна инсталация за $APPLICATION_TITLE.\\n\\nТози "
3968 "скрипт Ви дава възможността да инсталирате всяка програма на $APPLICATION и "
3969 "да я използвате с всичките ѝ инструменти\\n\\nВнимание: Не можем да "
3970 "гарантираме, че приложението Ви ще работи перфектно."
34783971
34793972 #: bash/manual_install:116
34803973 #, sh-format
34813974 msgid "Install a program in a new virtual drive"
3482 msgstr ""
3975 msgstr "Инсталиране на програма на нов виртуален диск"
34833976
34843977 #: bash/manual_install:117
34853978 #, sh-format
34863979 msgid "Edit or update an existing application"
3487 msgstr ""
3980 msgstr "Редактиране или обновяване на съществуващо приложение"
34883981
34893982 #: bash/manual_install:120
34903983 #, sh-format
34913984 msgid "What would you like to do?"
3492 msgstr ""
3985 msgstr "Какво желаете да направите?"
34933986
34943987 #: bash/manual_install:131
34953988 #, sh-format
34973990 "Please type a name for your application's virtual drive.\\nThis name "
34983991 "shouldn't contain spaces."
34993992 msgstr ""
3993 "Моля, въведете име на виртуалния диск за приложението.\\nТова име не бива да "
3994 "съдържа интервали."
35003995
35013996 #: bash/manual_install:143
35023997 #, sh-format
35033998 msgid "Please choose a program"
3504 msgstr ""
3999 msgstr "Моля, изберете програма!"
35054000
35064001 #: bash/manual_install:164
35074002 #, sh-format
35084003 msgid "Use another version of Wine"
3509 msgstr ""
3510
3511 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3512 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
4004 msgstr "Използвай друга версия на Wine"
4005
4006 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
4007 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
35134008 #, sh-format
35144009 msgid "Configure Wine"
35154010 msgstr "Настройване на Wine"
35174012 #: bash/manual_install:166
35184013 #, sh-format
35194014 msgid "Install some libraries"
3520 msgstr ""
4015 msgstr "Инсталиране на някои библиотеки"
35214016
35224017 #: bash/manual_install:169
35234018 #, sh-format
35244019 msgid "If you don't know, unselect all"
3525 msgstr ""
4020 msgstr "Ако не знаете, демаркирайте всички"
35264021
35274022 #: bash/manual_install:169
35284023 #, sh-format
35294024 msgid "What would you like to do before installation?"
3530 msgstr ""
3531
3532 #: bash/manual_install:230 lib/scripts.lib:437
4025 msgstr "Какво желаете да направите преди инсталацията?"
4026
4027 #: bash/manual_install:231 lib/scripts.lib:438
35334028 #, sh-format
35344029 msgid "Please make your choice"
3535 msgstr ""
3536
3537 #: bash/manual_install:258
4030 msgstr "Мола, направете своя избор"
4031
4032 #: bash/manual_install:259
35384033 #, sh-format
35394034 msgid "Looking for runnable CD-ROMs"
3540 msgstr ""
3541
3542 #: bash/manual_install:281
4035 msgstr "Търсене за изпълними CD-ROM-и"
4036
4037 #: bash/manual_install:282
35434038 #, sh-format
35444039 msgid "Select another file"
3545 msgstr ""
3546
3547 #: bash/manual_install:289
4040 msgstr "Избор на друг файл"
4041
4042 #: bash/manual_install:290
35484043 #, sh-format
35494044 msgid "Please choose a way to install your program"
3550 msgstr ""
3551
3552 #: bash/manual_install:298
4045 msgstr "Моля, изберете начина за инсталиране на Вашата програма"
4046
4047 #: bash/manual_install:299
35534048 #, sh-format
35544049 msgid "Please select the install file to run."
3555 msgstr ""
3556
3557 #: bash/manual_install:328
4050 msgstr "Моля, изберете инсталиращ файл, който да се изпълни."
4051
4052 #: bash/manual_install:329
35584053 #, sh-format
35594054 msgid "You must choose a file!"
3560 msgstr ""
3561
3562 #: bash/manual_install:334
4055 msgstr "Трябва да изберете файл!"
4056
4057 #: bash/manual_install:335
35634058 #, sh-format
35644059 msgid "$APPLICATION_TITLE is installing your application..."
3565 msgstr ""
4060 msgstr "$APPLICATION_TITLE инсталира вашата програма..."
35664061
35674062 #: bash/playonlinux-pkg:25
35684063 #, sh-format
35694064 msgid "$APPLICATION_TITLE package manager: "
3570 msgstr ""
4065 msgstr "Пакетен мениджър на $APPLICATION_TITLE: "
35714066
35724067 #: bash/playonlinux-pkg:39
35734068 #, sh-format
35744069 msgid "Usage: "
3575 msgstr ""
4070 msgstr "Употреба: "
35764071
35774072 #: bash/playonlinux-pkg:40
35784073 #, sh-format
35794074 msgid "\tChoose a file"
3580 msgstr ""
4075 msgstr "\tИзбор на файл"
35814076
35824077 #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42
35834078 #: bash/playonlinux-pkg:43
35844079 #, sh-format
35854080 msgid " or "
3586 msgstr ""
4081 msgstr " или "
35874082
35884083 #: bash/playonlinux-pkg:41
35894084 #, sh-format
35904085 msgid "\tExtract the package"
3591 msgstr ""
4086 msgstr "\tРазархивиране на пакет"
35924087
35934088 #: bash/playonlinux-pkg:42
35944089 #, sh-format
35954090 msgid "\tInstall the package"
3596 msgstr ""
4091 msgstr "\tИнсталация на пакет"
35974092
35984093 #: bash/playonlinux-pkg:43
35994094 #, sh-format
36004095 msgid "\tShow this message"
3601 msgstr ""
4096 msgstr "\tПоказване на това съобщение"
36024097
36034098 #: bash/playonlinux-pkg:47
36044099 #, sh-format
36054100 msgid "Choose a package to install"
3606 msgstr ""
4101 msgstr "Изберете пакет за инсталиране"
36074102
36084103 #: bash/playonlinux-pkg:47
36094104 #, sh-format
36104105 msgid "PlayOnLinux package manager"
3611 msgstr ""
4106 msgstr "Пакетен мениджър на PlayOnLinux"
36124107
36134108 #: bash/playonlinux-pkg:63
36144109 #, sh-format
36154110 msgid "Unable to find the file: "
3616 msgstr ""
4111 msgstr "Науспешно намиране на файл: "
36174112
36184113 #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:92 bash/playonlinux-pkg:103
36194114 #: bash/playonlinux-pkg:108
36204115 #, sh-format
36214116 msgid " isn't a valid PlayOnLinux package!"
3622 msgstr ""
4117 msgstr " е невалиден PlayOnLinux пакет!"
36234118
36244119 #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92
36254120 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108
36264121 #, sh-format
36274122 msgid "This file: "
3628 msgstr ""
4123 msgstr "Този файл: "
36294124
36304125 #: bash/playonlinux-pkg:86
36314126 #, sh-format
36324127 msgid " does not exist!"
3633 msgstr ""
4128 msgstr " не съществува!"
36344129
36354130 #: bash/playonlinux-pkg:99
36364131 #, sh-format
36374132 msgid "Extracting: "
3638 msgstr ""
3639
3640 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4133 msgstr "Разархивиране: "
4134
4135 #: bash/playonlinux-pkg:111
36414136 #, sh-format
36424137 msgid "Running..."
3643 msgstr ""
4138 msgstr "Изпълнение..."
36444139
36454140 #: bash/playonlinux-pkg:115
36464141 #, sh-format
36474142 msgid "Cleaning..."
3648 msgstr ""
3649
3650 #: bash/playonlinux_online:32
3651 #, sh-format
3652 msgid ""
3653 "This is the list of the scripts you sent to us. You can run one of them"
3654 msgstr ""
3655
3656 #: bash/playonlinux_online:42
3657 #, sh-format
3658 msgid "You do not seems to have any personal script"
3659 msgstr ""
3660
3661 #: bash/playonlinux_online:47
3662 #, sh-format
3663 msgid ""
3664 "If you have successfully installed a program with 'Install a non-listed\\"
3665 "nsoftware' button, it will allow you to add this program in our list"
3666 msgstr ""
3667
3668 #: bash/playonlinux_online:47
3669 #, sh-format
3670 msgid "This tools will allow you to help us :"
3671 msgstr ""
3672
3673 #: bash/playonlinux_online:47
3674 #, sh-format
3675 msgid ""
3676 "We're going to ask you some questions, please be as much accurate as\\"
3677 "npossible"
3678 msgstr ""
3679
3680 #: bash/playonlinux_online:55
3681 #, sh-format
3682 msgid "Choose the file corresponding to your program."
3683 msgstr ""
3684
3685 #: bash/playonlinux_online:59
3686 #, sh-format
3687 msgid "Does your program run?"
3688 msgstr ""
3689
3690 #: bash/playonlinux_online:62
3691 #, sh-format
3692 msgid "What is the title of your program?"
3693 msgstr ""
3694
3695 #: bash/playonlinux_online:64
3696 #, sh-format
3697 msgid "What is the editor of your program?"
3698 msgstr ""
3699
3700 #: bash/playonlinux_online:66
3701 #, sh-format
3702 msgid "What is the editor website of your program?"
3703 msgstr ""
3704
3705 #: bash/playonlinux_online:69 python/install.py:210
3706 #, sh-format
3707 msgid "Accessories"
3708 msgstr "Помощни програми"
3709
3710 #: bash/playonlinux_online:69 python/install.py:211
3711 #, sh-format
3712 msgid "Development"
3713 msgstr "Разработка"
3714
3715 #: bash/playonlinux_online:69 python/install.py:212
3716 #, sh-format
3717 msgid "Education"
3718 msgstr "Обучение"
3719
3720 #: bash/playonlinux_online:69 python/install.py:213
3721 #, sh-format
3722 msgid "Games"
3723 msgstr "Игри"
3724
3725 #: bash/playonlinux_online:69 python/install.py:214
3726 #, sh-format
3727 msgid "Graphics"
3728 msgstr "Графика"
3729
3730 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3731 #: python/options.py:384
3732 #, sh-format
3733 msgid "Internet"
3734 msgstr "Интернет"
3735
3736 #: bash/playonlinux_online:69 python/install.py:216
3737 #, sh-format
3738 msgid "Multimedia"
3739 msgstr "Мултимедия"
3740
3741 #: bash/playonlinux_online:69 python/install.py:217
3742 #, sh-format
3743 msgid "Office"
3744 msgstr "Офис"
3745
3746 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3747 #, sh-format
3748 msgid "Other"
3749 msgstr "Друго"
3750
3751 #: bash/playonlinux_online:69 python/install.py:219
3752 #, sh-format
3753 msgid "Patches"
3754 msgstr "Кръпки"
3755
3756 #: bash/playonlinux_online:69
3757 #, sh-format
3758 msgid "Select a category for your program"
3759 msgstr ""
3760
3761 #: bash/playonlinux_online:69 python/install.py:258
3762 #, sh-format
3763 msgid "Testing"
3764 msgstr "Пробване…"
3765
3766 #: bash/playonlinux_online:72
3767 #, sh-format
3768 msgid ""
3769 "What feature of your program does not work?\\nIf everything works, please "
3770 "mention it"
3771 msgstr ""
3772
3773 #: bash/playonlinux_online:74
3774 #, sh-format
3775 msgid "Write any change you made to wine configuration here:"
3776 msgstr ""
3777
3778 #: bash/playonlinux_online:102
3779 #, sh-format
3780 msgid "You must be able to run this program!"
3781 msgstr ""
3782
3783 #: bash/playonlinux_online:107
3784 #, sh-format
3785 msgid "Run one of your personal scripts"
3786 msgstr ""
3787
3788 #: bash/playonlinux_online:108
3789 #, sh-format
3790 msgid "Send to us a working script generated by manual installation"
3791 msgstr ""
3792
3793 #: bash/playonlinux_online:109
3794 #, sh-format
3795 msgid "Logout"
3796 msgstr ""
3797
3798 #: bash/playonlinux_online:110
3799 #, sh-format
3800 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3801 msgstr ""
3802
3803 #: bash/playonlinux_online:124
3804 #, sh-format
3805 msgid ""
3806 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3807 "safely close this window"
3808 msgstr ""
3809
3810 #: bash/polconfigurator:33
4143 msgstr "Изчистване..."
4144
4145 #: bash/polconfigurator:34
38114146 #, sh-format
38124147 msgid "Killing programs in the virtual drive..."
3813 msgstr ""
3814
3815 #: bash/polconfigurator:79
4148 msgstr "Убиване на програми във виртуалния диск..."
4149
4150 #: bash/polconfigurator:86
38164151 #, sh-format
38174152 msgid "Icon selection"
3818 msgstr ""
3819
3820 #: bash/polconfigurator:79
4153 msgstr "Избор на икона"
4154
4155 #: bash/polconfigurator:86
38214156 #, sh-format
38224157 msgid "Please select an icon file"
3823 msgstr ""
3824
3825 #: bash/polconfigurator:86
4158 msgstr "Моля, изберете икона"
4159
4160 #: bash/polconfigurator:93
38264161 #, sh-format
38274162 msgid "Bad file extension"
3828 msgstr ""
3829
3830 #: bash/polconfigurator:86
4163 msgstr "Лошо файлово разширение"
4164
4165 #: bash/polconfigurator:93
38314166 #, sh-format
38324167 msgid "is not an icon extension"
3833 msgstr ""
3834
3835 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3836 #: python/mainwindow.py:621
4168 msgstr "не е разширение за икона"
4169
4170 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4171 #: python/mainwindow.py:619
38374172 #, sh-format
38384173 msgid "Registry Editor"
38394174 msgstr "Редактор на регистъра"
38404175
3841 #: bash/polconfigurator:97
4176 #: bash/polconfigurator:104
38424177 #, sh-format
38434178 msgid "Kill all prefix processes"
3844 msgstr ""
3845
3846 #: bash/polconfigurator:98
4179 msgstr "Убий всички процеси в префикса"
4180
4181 #: bash/polconfigurator:105
38474182 #, sh-format
38484183 msgid "Update wineprefix"
3849 msgstr ""
3850
3851 #: bash/polconfigurator:99
4184 msgstr "Обновяване на wineprefix"
4185
4186 #: bash/polconfigurator:106
38524187 #, sh-format
38534188 msgid "Simulate Windows reboot"
3854 msgstr ""
3855
3856 #: bash/polconfigurator:100
4189 msgstr "Симулиран рестарт на Windows"
4190
4191 #: bash/polconfigurator:107
38574192 #, sh-format
38584193 msgid "Use Advanced Wine Configuration plugin"
3859 msgstr ""
3860
3861 #: bash/polconfigurator:101
4194 msgstr "Използване на приставка Допълнителни настройки на Wine"
4195
4196 #: bash/polconfigurator:108
38624197 #, sh-format
38634198 msgid "Use PlayOnLinux's configurator for"
3864 msgstr ""
3865
3866 #: bash/polconfigurator:103
4199 msgstr "Използване на конфигуратора на PlayOnLinux за"
4200
4201 #: bash/polconfigurator:110
38674202 #, sh-format
38684203 msgid "Change the icon"
3869 msgstr ""
3870
3871 #: bash/polconfigurator:104
4204 msgstr "Смяна на икона"
4205
4206 #: bash/polconfigurator:111
38724207 #, sh-format
38734208 msgid "Use WineTricks"
3874 msgstr ""
3875
3876 #: bash/polconfigurator:123
4209 msgstr "Използване на WineTricks"
4210
4211 #: bash/polconfigurator:130
38774212 #, sh-format
38784213 msgid "Please choose an action to perform"
3879 msgstr ""
4214 msgstr "Моля, изберете действие за изпълнение"
38804215
38814216 #: bash/read_pc_cd:25
38824217 #, sh-format
38834218 msgid "PC CD-ROM reader"
3884 msgstr ""
4219 msgstr "Четец на PC CD-ROM"
38854220
38864221 #: bash/read_pc_cd:33
38874222 #, sh-format
38904225 "tool ONLY if you CD-ROM is a hybride CD-ROM (Compatible with Windows and "
38914226 "MacOS), and if you are not able to see the Windows part"
38924227 msgstr ""
4228 "Този инструмент ще помогне на Вашият Mac да чете PC частта от CD-ROM-а.\\n\\"
4229 "nИзползвайте този инструмент САМО, ако Вашият CD-ROM е хибриден (съвместим с "
4230 "Windows и MacOS) и ако не можете да видите Windows частта!"
38934231
38944232 #: bash/read_pc_cd:34
38954233 #, sh-format
38964234 msgid "Eject a PC CD-ROM"
3897 msgstr ""
4235 msgstr "Изваждане на PC CD-ROM"
38984236
38994237 #: bash/read_pc_cd:34
39004238 #, sh-format
39014239 msgid "Read a PC CD-ROM"
3902 msgstr ""
4240 msgstr "Прочитане на PC CD-ROM"
39034241
39044242 #: bash/read_pc_cd:34
39054243 #, sh-format
39064244 msgid "What do you want to do?"
3907 msgstr ""
4245 msgstr "Какво желаете да направите?"
39084246
39094247 #: bash/read_pc_cd:38
39104248 #, sh-format
39124250 "Please insert your CD-ROM, and press next only when Finder has found the Mac "
39134251 "OS part of your CD-ROM"
39144252 msgstr ""
4253 "Моля, вкарайте вашият CD-ROM и натиснете Следващ, само когато Finder намери "
4254 "Mac OS частта на вашият CD-ROM"
39154255
39164256 #: bash/read_pc_cd:51
39174257 #, sh-format
39184258 msgid "Please choose a CD-ROM"
3919 msgstr ""
4259 msgstr "Моля, изберете CD-ROM"
39204260
39214261 #: bash/read_pc_cd:97
39224262 #, sh-format
39234263 msgid "Please choose a CD-ROM to eject"
3924 msgstr ""
3925
3926 #: bash/run_app:83
4264 msgstr "Моля, изберете CD-ROM за изваждане"
4265
4266 #: bash/run_app:85
39274267 #, sh-format
39284268 msgid "Please choose a software to run"
3929 msgstr ""
3930
3931 #: bash/run_app:114
4269 msgstr "Моля, изберете софтуер за изпълняване"
4270
4271 #: bash/run_app:116
39324272 #, sh-format
39334273 msgid "$APPLICATION_TITLE debugger is starting..."
3934 msgstr ""
3935
3936 #: bash/run_app:117
4274 msgstr "Стартира се $APPLICATION_TITLE програма за отстраняване на грешки..."
4275
4276 #: bash/run_app:119
39374277 #, sh-format
39384278 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
39394279 msgstr ""
3940
3941 #: bash/run_app:119
4280 "$PACKAGE се срина.\\nЗа повече информация кликнете на връзката за "
4281 "отстраняване на грешки."
4282
4283 #: bash/run_app:121
39424284 #, sh-format
39434285 msgid "$PACKAGE crashed."
3944 msgstr ""
4286 msgstr "$PACKAGE се срина."
39454287
39464288 #: bash/run_exe:31
39474289 #, sh-format
39504292 "on your computer.\\n\\nBe careful! This program is not officially supported "
39514293 "by $APPLICATION_TITLE.\\nTherefore, it might not work as expected"
39524294 msgstr ""
4295 "Добре дошли в $APPLICATION_TITLE асистента.\\nТой ще Ви помогне да "
4296 "инсталирате $file на вашият компютър.\\n\\nБъдете внимателни! Тази програма "
4297 "не е официално поддържана от $APPLICATION_TITLE.\\nТака че, може да не "
4298 "работи, както очаквате"
39534299
39544300 #: bash/run_exe:32
39554301 #, sh-format
39564302 msgid "What is the name of you program?"
3957 msgstr ""
4303 msgstr "Какво е името на програмата Ви?"
39584304
39594305 #: bash/run_exe:39
39604306 #, sh-format
39614307 msgid "$APPLICATION_TITLE is installing $PRGM_NAME"
3962 msgstr ""
4308 msgstr "$APPLICATION_TITLE инсталира $PRGM_NAME"
39634309
39644310 #: bash/run_exe:48
39654311 #, sh-format
39664312 msgid "$APPLICATION_TITLE is running your program"
3967 msgstr ""
4313 msgstr "$APPLICATION_TITLE изпълнява Вашата програма"
39684314
39694315 #: bash/run_exe:63
39704316 #, sh-format
39714317 msgid "Waiting for the first-assistant to be finished"
3972 msgstr ""
4318 msgstr "Изчакване на първи-асистент да приключи"
39734319
39744320 #: bash/run_exe:97
39754321 #, sh-format
39764322 msgid "$APPLICATION_TITLE is analysing your application"
3977 msgstr ""
4323 msgstr "$APPLICATION_TITLE анализира Вашето приложение"
39784324
39794325 #: bash/run_exe:106
39804326 #, sh-format
39814327 msgid "Do you want $APPLICATION_TITLE to install it automatically for you?"
3982 msgstr ""
4328 msgstr "Искате ли $APPLICATION_TITLE да го инсталира автоматично?"
39834329
39844330 #: bash/run_exe:106
39854331 #, sh-format
39864332 msgid "We have detected that the program you want to install is :"
3987 msgstr ""
4333 msgstr "Засякохме, че програмата, която искате да инсталирате е:"
39884334
39894335 #: bash/run_exe:119
39904336 #, sh-format
39924338 "$APPLICATION_TITLE has already run this program.\\nDo you want to keep the "
39934339 "old settings ?"
39944340 msgstr ""
4341 "$APPLICATION_TITLE вече стартира тази програма.\\nЖелаете ли да запазите "
4342 "старите настройки?"
39954343
39964344 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3997 #: lib/playonlinux.lib:717
4345 #: lib/playonlinux.lib:720
39984346 #, sh-format
39994347 msgid "$APPLICATION_TITLE Uninstaller"
4000 msgstr ""
4348 msgstr "$APPLICATION_TITLE Деинсталатор"
40014349
40024350 #: bash/uninstall:39
40034351 #, sh-format
40044352 msgid "Please select a program to uninstall"
4005 msgstr ""
4353 msgstr "Моля, изберете програма за деинсталиране"
40064354
40074355 #: bash/uninstall:50
40084356 #, sh-format
40094357 msgid "Click Next to continue."
4010 msgstr ""
4358 msgstr "За да продължите, кликнете на Следващ."
40114359
40124360 #: bash/uninstall:50
40134361 #, sh-format
40144362 msgid "This wizard will help you to uninstall: "
4015 msgstr ""
4016
4017 #: bash/uninstall:65 lib/playonlinux.lib:717
4363 msgstr "Този съветник ще Ви помогне да деинсталирате: "
4364
4365 #: bash/uninstall:65 lib/playonlinux.lib:720
40184366 #, sh-format
40194367 msgid "Uninstalling..."
4020 msgstr ""
4368 msgstr "Деинсталиране..."
40214369
40224370 #: bash/uninstall:68
40234371 #, sh-format
40244372 msgid " has been uninstalled successfully."
4025 msgstr ""
4373 msgstr " е деинсталирана успешно."
40264374
40274375 #: bash/uninstall:75
40284376 #, sh-format
40294377 msgid "Cannot find the shortcut"
4030 msgstr ""
4378 msgstr "Прекият път не може да бъде намерен"
40314379
40324380 #: bash/update_git:25
40334381 #, sh-format
40344382 msgid "$APPLICATION_TITLE auto-updater"
4035 msgstr ""
4383 msgstr "$APPLICATION_TITLE автоматично обновяване"
40364384
40374385 #: bash/update_git:27
40384386 #, sh-format
40394387 msgid "Updating $APPLICATION_TITLE from GIT..."
4040 msgstr ""
4388 msgstr "Обновяване на $APPLICATION_TITLE от GIT..."
40414389
40424390 #: bash/update_git:31
40434391 #, sh-format
40444392 msgid "Do you want to update and restart $APPLICATION_TITLE?"
4045 msgstr ""
4393 msgstr "Искате ли да обновите и рестартирате $APPLICATION_TITLE?"
40464394
40474395 #: bash/update_git:37
40484396 #, sh-format
40494397 msgid "Already up-to-date."
4050 msgstr ""
4398 msgstr "Вече е обновена."
40514399
40524400 #: lib/debug.lib:126
40534401 #, sh-format
40564404 "correctly, it might be the cause of the problem.\\nVisit www.$POL_DNS to get "
40574405 "further information"
40584406 msgstr ""
4407 "$APPLICATION_TITLE се сблъска с грешка. Причината може да е, че програмата "
4408 "не работи правилно.\\nПосетете www.$POL_DNS за допълнителна информация"
40594409
40604410 #: lib/debug.lib:140
40614411 #, sh-format
40644414 "installing does not work correctly, it might be the cause of the problem.\\"
40654415 "nVisit www.$POL_DNS to get further information"
40664416 msgstr ""
4417 "$APPLICATION_TITLE се сблъска с грешка. Причината може да е, че програмата, "
4418 "която инсталирате не работи правилно.\\nПосетете www.$POL_DNS за "
4419 "допълнителна информация"
40674420
40684421 #: lib/debug.lib:153
40694422 #, sh-format
40724425 "stop the installation process.\\nVisit www.$POL_DNS to get further "
40734426 "information"
40744427 msgstr ""
4428 "$APPLICATION_TITLE се сблъска с критична грешка. $APPLICATION_TITLE ще "
4429 "прекрати инсталационния процес.\\nПосетете www.$POL_DNS за допълнителна "
4430 "информация"
40754431
40764432 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4077 #: lib/wine.lib:955 lib/wine.lib:1036
4433 #: lib/wine.lib:970 lib/wine.lib:1051
40784434 #, sh-format
40794435 msgid "Please wait while the virtual drive is being created..."
4080 msgstr ""
4436 msgstr "Моля, изчакайте, докато се създаде виртуалният диск..."
40814437
40824438 #: lib/deprecated.lib:427
40834439 #, sh-format
40844440 msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot"
40854441 msgstr ""
4442 "Моля, изчакайте докато $APPLICATION_TITLE симулира рестарт на Windows"
40864443
40874444 #: lib/deprecated.lib:559
40884445 #, sh-format
40894446 msgid "Setting Program Files var"
4090 msgstr ""
4091
4092 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4093 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4447 msgstr "Задаване на Program Files променлива"
4448
4449 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4450 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40944451 #, sh-format
40954452 msgid "This function is disabled in the PlayOnlinux environment."
4096 msgstr ""
4097
4098 #: lib/playonlinux.lib:334
4453 msgstr "Тази функция е деактивирана в средата на PlayOnLinux."
4454
4455 #: lib/playonlinux.lib:336
40994456 #, sh-format
41004457 msgid ""
41014458 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41024459 "valid\\n\\nPlayOnLinux has not approved this script and will not be "
41034460 "responsible from it.\\nPlease ensure you know what you are doing !"
41044461 msgstr ""
4105
4106 #: lib/playonlinux.lib:335
4462 "Внимание!!!\\n\\nСигнатурата на скрипта, който се опитвате да изпълните е "
4463 "невалидна.\\n\\nPlayOnLinux не е одобрил този скрипт и не е отговорен за "
4464 "него.\\nМоля, уверете се, че знаете какво правите!"
4465
4466 #: lib/playonlinux.lib:337
41074467 #, sh-format
41084468 msgid "Here the source code of the script. Check it carefully"
4109 msgstr ""
4110
4111 #: lib/playonlinux.lib:357
4469 msgstr "Това е изходният код на скрипта. Проверете го внимателно"
4470
4471 #: lib/playonlinux.lib:359
41124472 #, sh-format
41134473 msgid ""
41144474 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41154475 "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be "
41164476 "responsible from it.\\nPlease ensure you know what you are doing!"
41174477 msgstr ""
4118
4119 #: lib/playonlinux.lib:358
4478 "Внимание!!!\\n\\nСигнатурата на скрипта, който се опитвате да изпълните е "
4479 "невалидна.\\n\\n$APPLICATION_TITLE не е одобрил този скрипт и не е отговорен "
4480 "за него.\\nМоля, уверете се, че знаете какво правите!"
4481
4482 #: lib/playonlinux.lib:360
41204483 #, sh-format
41214484 msgid "External library"
4122 msgstr ""
4123
4124 #: lib/playonlinux.lib:358
4485 msgstr "Външна библиотека"
4486
4487 #: lib/playonlinux.lib:360
41254488 #, sh-format
41264489 msgid "Here the source code of the script. Check it carrefully"
4127 msgstr ""
4128
4129 #: lib/playonlinux.lib:591
4490 msgstr "Това е изходният код на скрипта. Проверете го внимателно"
4491
4492 #: lib/playonlinux.lib:593
41304493 #, sh-format
41314494 msgid "Making shortcut..."
4132 msgstr ""
4133
4134 #: lib/playonlinux.lib:715
4495 msgstr "Създаване на пряк път..."
4496
4497 #: lib/playonlinux.lib:718
41354498 #, sh-format
41364499 msgid "Do you want to delete the virtual drive:"
4137 msgstr ""
4138
4139 #: lib/playonlinux.lib:826
4500 msgstr "Искате ли да изтриете виртуалният диск:"
4501
4502 #: lib/playonlinux.lib:831
41404503 #, sh-format
41414504 msgid ""
41424505 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41434506 "from working\\n\\n$FilePath"
41444507 msgstr ""
4145
4146 #: lib/playonlinux.lib:827
4508 "Следният файл е върху FAT32 файлова система.\\nМоже да попречи на работата "
4509 "на wine\\n\\n$FilePath"
4510
4511 #: lib/playonlinux.lib:832
41474512 #, sh-format
41484513 msgid ""
41494514 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41504515 "from working\\n\\n$FilePath"
41514516 msgstr ""
4152
4153 #: lib/playonlinux.lib:828
4517 "Следният файл е върху NTFS файлова система.\\nМоже да попречи на работата на "
4518 "wine\\n\\n$FilePath"
4519
4520 #: lib/playonlinux.lib:833
41544521 #, sh-format
41554522 msgid ""
41564523 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41574524 "from working\\n\\n$FilePath"
41584525 msgstr ""
4159
4160 #: lib/playonlinux.lib:829
4526 "Следният файл е върху fuse файлова система.\\nМоже да попречи на работата на "
4527 "wine\\n\\n$FilePath"
4528
4529 #: lib/playonlinux.lib:834
41614530 #, sh-format
41624531 msgid ""
41634532 "The following file is located on a noexec mounted filesystem.\\nIt might "
41644533 "prevent wine from working\\n\\n$FilePath"
41654534 msgstr ""
4166
4167 #: lib/plugins.lib:65
4535 "Следният файл е върху монтирана без изпълнение файлова система.\\nМоже да "
4536 "попречи на работата на wine\\n\\n$FilePath"
4537
4538 #: lib/plugins.lib:66
41684539 #, sh-format
41694540 msgid "Checking plugin: "
4170 msgstr ""
4171
4172 #: lib/plugins.lib:93
4541 msgstr "Проверка на приставка: "
4542
4543 #: lib/plugins.lib:94
41734544 #, sh-format
41744545 msgid "New: "
4175 msgstr ""
4176
4177 #: lib/plugins.lib:93
4546 msgstr "Нова: "
4547
4548 #: lib/plugins.lib:94
41784549 #, sh-format
41794550 msgid "Updating plugin. Previous: "
4180 msgstr ""
4181
4182 #: lib/plugins.lib:112
4551 msgstr "Обновяване на приставка. Предишна: "
4552
4553 #: lib/plugins.lib:113
41834554 #, sh-format
41844555 msgid "Installing plugin: "
4185 msgstr ""
4556 msgstr "Инсталиране на присавка: "
41864557
41874558 #: lib/scripts.lib:336
41884559 #, sh-format
41904561 "Binary not found: $BINARY\\nHave you installed the program to the default "
41914562 "location?"
41924563 msgstr ""
4564 "Не е намерена програма: $BINARY\\nИнсталирахте ли програмата в стандартната "
4565 "ѝ директория?"
41934566
41944567 #: lib/scripts.lib:400
41954568 #, sh-format
41964569 msgid "Function override detected, disabling bug reporting"
41974570 msgstr ""
4198
4199 #: lib/scripts.lib:499 lib/scripts.lib:565
4571 "Засечена е функция за презапис, деактивиране на докладването за грешки"
4572
4573 #: lib/scripts.lib:500 lib/scripts.lib:566
42004574 #, sh-format
42014575 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
4202 msgstr ""
4203
4204 #: lib/scripts.lib:501 lib/scripts.lib:784
4576 msgstr "Няма достатъчно място за изтегляне:\\n$URL ($neededSpace кБ)"
4577
4578 #: lib/scripts.lib:502 lib/scripts.lib:785
42054579 #, sh-format
42064580 msgid "Please wait while $APPLICATION_TITLE is downloading:"
4207 msgstr ""
4208
4209 #: lib/scripts.lib:503 lib/scripts.lib:570
4581 msgstr "Моля, изчакайте, докато $APPLICATION_TITLE се изтегли:"
4582
4583 #: lib/scripts.lib:504 lib/scripts.lib:571
42104584 #, sh-format
42114585 msgid "An error happened during download."
4212 msgstr ""
4213
4214 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4215 #: lib/scripts.lib:586
4586 msgstr "Възникна грешка по време на изтеглянето."
4587
4588 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4589 #: lib/scripts.lib:587
42164590 #, sh-format
42174591 msgid "Do you want to retry?"
4218 msgstr ""
4219
4220 #: lib/scripts.lib:522 lib/scripts.lib:586
4592 msgstr "Искате ли да опитате отново?"
4593
4594 #: lib/scripts.lib:523 lib/scripts.lib:587
42214595 #, sh-format
42224596 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
42234597 msgstr ""
4224
4225 #: lib/scripts.lib:689
4598 "Грешка! Несъответствие във файловете\\n\\nНаличен: $LOCAL_MD5\\nНа сървър: "
4599 "$SERVER_MD5"
4600
4601 #: lib/scripts.lib:690
42264602 #, sh-format
42274603 msgid ""
42284604 "7z not installed, please check that you have 7zip installed and try again"
42294605 msgstr ""
4230
4231 #: lib/scripts.lib:696
4606 "Не е инсталирана 7z, моля, проверете дали имате инсталирана 7zip и опитайте "
4607 "отново"
4608
4609 #: lib/scripts.lib:697
42324610 #, sh-format
42334611 msgid "Failed to locate ${dest} from ${archive}"
4234 msgstr ""
4235
4236 #: lib/scripts.lib:700
4612 msgstr "Неуспех при откриването на ${dest} от ${archive}"
4613
4614 #: lib/scripts.lib:701
42374615 #, sh-format
42384616 msgid "Extracting ${filename} from ${archivename}"
4239 msgstr ""
4240
4241 #: lib/scripts.lib:715
4617 msgstr "Разархивиране на ${filename} от ${archivename}"
4618
4619 #: lib/scripts.lib:716
42424620 #, sh-format
42434621 msgid "Extracted file size does not match!"
4244 msgstr ""
4245
4246 #: lib/scripts.lib:746
4622 msgstr "Размера на разархивирания файл не съответства!"
4623
4624 #: lib/scripts.lib:747
42474625 #, sh-format
42484626 msgid "Copying ${filename}"
4249 msgstr ""
4250
4251 #: lib/scripts.lib:759
4627 msgstr "Копиране на ${filename}"
4628
4629 #: lib/scripts.lib:760
42524630 #, sh-format
42534631 msgid "File size does not match!"
4254 msgstr ""
4255
4256 #: lib/scripts.lib:903
4632 msgstr "Размера на файла на съответства!"
4633
4634 #: lib/scripts.lib:904
42574635 #, sh-format
42584636 msgid ""
42594637 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42604638 "n$APPLICATION_TITLE $NEEDED is required."
42614639 msgstr ""
4262
4263 #: lib/scripts.lib:918
4640 "Съжалавяаме, $APPLICATION_TITLE $VERSION е твърде стара версия, за да "
4641 "продължи.\\n Изисква се $APPLICATION_TITLE $NEEDED."
4642
4643 #: lib/scripts.lib:919
42644644 #, sh-format
42654645 msgid ""
42664646 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42674647 "$NEEDED is recommended to continue."
42684648 msgstr ""
4269
4270 #: lib/scripts.lib:949
4649 "Внимание: Изпълнена е $APPLICATION_TITLE $VERSION.\\n Препоръчителна е "
4650 "$APPLICATION_TITLE $NEEDED, за да се продължи."
4651
4652 #: lib/scripts.lib:950
42714653 #, sh-format
42724654 msgid "$AUTHOR profile"
4273 msgstr ""
4655 msgstr "Профил на $AUTHOR"
42744656
42754657 #: lib/setupwindow.lib:96
42764658 #, sh-format
42774659 msgid " on your computer."
4278 msgstr ""
4660 msgstr " на Вашият компютър."
42794661
42804662 #: lib/setupwindow.lib:96
42814663 #, sh-format
42824664 msgid " will be installed in: "
4283 msgstr ""
4665 msgstr " ще бъде инсталирана в: "
42844666
42854667 #: lib/setupwindow.lib:96
42864668 #, sh-format
42874669 msgid "Click Next to start"
4288 msgstr ""
4670 msgstr "Кликнете Следващ за начало"
42894671
42904672 #: lib/setupwindow.lib:96
42914673 #, sh-format
42924674 msgid "This installation program is provided by: "
4293 msgstr ""
4675 msgstr "Тази инсталационна програма е доставена от: "
42944676
42954677 #: lib/setupwindow.lib:96
42964678 #, sh-format
42974679 msgid "This program was created by: "
4298 msgstr ""
4680 msgstr "Тази програма е създадена от: "
42994681
43004682 #: lib/setupwindow.lib:96
43014683 #, sh-format
43024684 msgid "This wizard will help you install "
4303 msgstr ""
4685 msgstr "Този съветник ще Ви помогне да инсталирате "
43044686
43054687 #: lib/setupwindow.lib:96
43064688 #, sh-format
43074689 msgid "Welcome to $APPLICATION_TITLE Installation Wizard."
4308 msgstr ""
4690 msgstr "Добре дошли в Съветник за инсталации на $APPLICATION_TITLE"
43094691
43104692 #: lib/setupwindow.lib:120
43114693 #, sh-format
43134695 "One or more program(s) are missing. Please install them and run the script "
43144696 "again."
43154697 msgstr ""
4316
4317 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4698 "Една или повече програми липсват. Моля, инсталирайте ги и стартирайте "
4699 "скрипта отново."
4700
4701 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
43184702 #: python/mainwindow.py:1135 python/mainwindow.py:1165
43194703 #: python/mainwindow.py:1179 python/mainwindow.py:1188
43204704 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43214705 #, sh-format
43224706 msgid "Error"
4323 msgstr ""
4707 msgstr "Грешка"
43244708
43254709 #: lib/setupwindow.lib:348
43264710 #, sh-format
43274711 msgid "Where is mounted your CD-ROM?"
4328 msgstr ""
4712 msgstr "Къде е монтиран Вашият CD-ROM?"
4713
4714 #: lib/setupwindow.lib:349 python/install.py:218
4715 #, sh-format
4716 msgid "Other"
4717 msgstr "Друго"
43294718
43304719 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43314720 #, sh-format
43324721 msgid "Refresh"
4333 msgstr ""
4722 msgstr "Опресняване"
43344723
43354724 #: lib/setupwindow.lib:382
43364725 #, sh-format
43374726 msgid "Reading your device"
4338 msgstr ""
4727 msgstr "Четене на Вашето устройство"
43394728
43404729 #: lib/setupwindow.lib:397
43414730 #, sh-format
43424731 msgid "Error: Unable to find the CD-ROM!"
4343 msgstr ""
4732 msgstr "Грешка: Неуспешно откриване на CD-ROM!"
43444733
43454734 #: lib/setupwindow.lib:411
43464735 #, sh-format
43504739 "compatible with recent versions of Mac OS.\\n\\nDo you want PlayOnMac to "
43514740 "attempt to read the PC-Part of your CD?"
43524741 msgstr ""
4742 "$TITLE се нуждае от прочитане на PC-частта от хибриден CD-ROM.\\n\\nПо "
4743 "подразбиране MacOS Ви дава достъп само до Mac частта на CD-ROM-a, което може "
4744 "да е несъвместимо с последните версии на Mac OS.\\n\\nИскате ли PlayOnMac да "
4745 "се опита, да прочете PC-частта на Вашето CD?"
43534746
43544747 #: lib/setupwindow.lib:463
43554748 #, sh-format
43574750 "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before "
43584751 "running your game"
43594752 msgstr ""
4753 "Не забравяйте да отидите в менюто Инструменти на PlayOnMac -> Прочитане на "
4754 "PC CD-ROM преди да стартирате играта си"
43604755
43614756 #: lib/setupwindow.lib:474
43624757 #, sh-format
43634758 msgid "Please wait while $APPLICATION_TITLE is copying files:"
4364 msgstr ""
4759 msgstr "Моля, изчакайте докато $APPLICATION_TITLE копира файловете:"
43654760
43664761 #: lib/setupwindow.lib:559 lib/setupwindow.lib:708
43674762 #, sh-format
43684763 msgid "Scanning the virtual drive ..."
4369 msgstr ""
4764 msgstr "Сканиране на виртуалния диск..."
43704765
43714766 #: lib/setupwindow.lib:573
43724767 #, sh-format
43734768 msgid "How much memory does your graphics board have?"
4374 msgstr ""
4769 msgstr "Колко памет има Вашата графична платка?"
43754770
43764771 #: lib/setupwindow.lib:582
43774772 #, sh-format
43784773 msgid "Video card does not have enough memory"
4379 msgstr ""
4774 msgstr "Видео картата Ви няма достатъчно памет"
43804775
43814776 #: lib/setupwindow.lib:583
43824777 #, sh-format
43844779 "Your video card does not have enough memory!\\nIt might prevent the game "
43854780 "from working"
43864781 msgstr ""
4782 "Вашата видео карта няма достатъчно памет!\\nМоже да попречи на играта, да "
4783 "работи"
43874784
43884785 #: lib/setupwindow.lib:597
43894786 #, sh-format
43904787 msgid "Use Steam Store version"
4391 msgstr ""
4788 msgstr "Използване на версия за Steam магазин"
43924789
43934790 #: lib/setupwindow.lib:598
43944791 #, sh-format
43954792 msgid "Use Steam Store demo version"
4396 msgstr ""
4793 msgstr "Използване на демо версия за Steam магазин"
43974794
43984795 #: lib/setupwindow.lib:599
43994796 #, sh-format
44004797 msgid "Use Desura Store version"
4401 msgstr ""
4798 msgstr "Използване на версия за Desura магазин"
44024799
44034800 #: lib/setupwindow.lib:600
44044801 #, sh-format
44054802 msgid "Use Desura Store demo version"
4406 msgstr ""
4803 msgstr "Използване на демо версия за Desura магазин"
44074804
44084805 #: lib/setupwindow.lib:601
44094806 #, sh-format
44104807 msgid "Use Origin Store version"
4411 msgstr ""
4808 msgstr "Използване на версия за Origin магазин"
44124809
44134810 #: lib/setupwindow.lib:602
44144811 #, sh-format
44154812 msgid "Use Origin Store demo version"
4416 msgstr ""
4813 msgstr "Използване на демо версия за Origin магазин"
44174814
44184815 #: lib/setupwindow.lib:604
44194816 #, sh-format
44204817 msgid "Use a setup file in my computer"
4421 msgstr ""
4818 msgstr "Използване на инсталационен файл в моя компютър"
44224819
44234820 #: lib/setupwindow.lib:605
44244821 #, sh-format
44254822 msgid "Use CD-ROM(s)"
4426 msgstr ""
4823 msgstr "Използване на CD-ROM(и)"
44274824
44284825 #: lib/setupwindow.lib:606
44294826 #, sh-format
44304827 msgid "Use DVD-ROM(s)"
4431 msgstr ""
4828 msgstr "Използване на DVD-ROM(и)"
44324829
44334830 #: lib/setupwindow.lib:607
44344831 #, sh-format
44354832 msgid "Download the program"
4436 msgstr ""
4833 msgstr "Изтегляне на програмата"
44374834
44384835 #: lib/setupwindow.lib:672
44394836 #, sh-format
44404837 msgid "Please choose an installation method"
4441 msgstr ""
4838 msgstr "Моля, изберете начин на инсталиране!"
44424839
44434840 #: lib/setupwindow.lib:710
44444841 #, sh-format
44454842 msgid "I don't want to make another shortcut"
4446 msgstr ""
4447
4448 #: lib/setupwindow.lib:711 python/guiv3.py:158
4843 msgstr "Не искам да правя друг пряк път"
4844
4845 #: lib/setupwindow.lib:711 python/guiv3.py:163
44494846 #, sh-format
44504847 msgid "Browse"
44514848 msgstr "Разглеждане"
44524849
4850 #: lib/setupwindow.lib:739
4851 #, sh-format
4852 msgid "A shortcut by that name already exists, overwrite?"
4853 msgstr ""
4854
44534855 #: lib/website.lib:29
44544856 #, sh-format
44554857 msgid "Connect to your $APPLICATION_TITLE account"
4456 msgstr ""
4858 msgstr "Свържете се с вашия $APPLICATION_TITLE акаунт"
44574859
44584860 #: lib/website.lib:127
44594861 #, sh-format
44604862 msgid "Connecting..."
4461 msgstr ""
4863 msgstr "Свързване..."
44624864
44634865 #: lib/website.lib:132
44644866 #, sh-format
44664868 "Failed to connect !\\nPlease ensure that your login and your password are "
44674869 "valid."
44684870 msgstr ""
4469
4470 #: lib/wine.lib:367
4871 "Неуспешно свързване!\\nМоля, уверете се, че потребителското име и паролата "
4872 "Ви са верни."
4873
4874 #: lib/wine.lib:371
44714875 #, sh-format
44724876 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
4473 msgstr ""
4474
4475 #: lib/wine.lib:373
4877 msgstr "Моля, изчакайте докато $APPLICATION_TITLE сканира вашият хардуер"
4878
4879 #: lib/wine.lib:377
44764880 #, sh-format
44774881 msgid "Select the main videocard to report:"
4478 msgstr ""
4479
4480 #: lib/wine.lib:538 lib/wine.lib:703
4882 msgstr "Изберете основната видео карта за отчета:"
4883
4884 #: lib/wine.lib:549 lib/wine.lib:714
44814885 #, sh-format
44824886 msgid ""
44834887 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44844888 "message"
44854889 msgstr ""
4486
4487 #: lib/wine.lib:763
4890 "Изглежда, че Wine се срина.\\n\\nАко програмата Ви работи, пренебрегнете "
4891 "това съобщение"
4892
4893 #: lib/wine.lib:775
44884894 #, sh-format
44894895 msgid "Unable to find version: "
4490 msgstr ""
4491
4492 #: lib/wine.lib:769 lib/wine.lib:770
4896 msgstr "Не може да се открие версия: "
4897
4898 #: lib/wine.lib:781 lib/wine.lib:782
44934899 #, sh-format
44944900 msgid "Downloading Wine: "
4495 msgstr ""
4496
4497 #: lib/wine.lib:779
4901 msgstr "Изтегляне на Wine: "
4902
4903 #: lib/wine.lib:791
44984904 #, sh-format
44994905 msgid "The download seems to have failed."
4500 msgstr ""
4501
4502 #: lib/wine.lib:781
4906 msgstr "Изглежда, че изтеглянето се провали."
4907
4908 #: lib/wine.lib:793
45034909 #, sh-format
45044910 msgid "Extracting Wine..."
4505 msgstr ""
4506
4507 #: lib/wine.lib:961
4911 msgstr "Разархивиране на Wine..."
4912
4913 #: lib/wine.lib:976
45084914 #, sh-format
45094915 msgid "Overwrite (usually works, no guarantee)"
4510 msgstr ""
4511
4512 #: lib/wine.lib:962
4916 msgstr "Презаписване (обикновено работи, но не е гарантирано)"
4917
4918 #: lib/wine.lib:977
45134919 #, sh-format
45144920 msgid "Erase (virtual drive content will be lost)"
4515 msgstr ""
4516
4517 #: lib/wine.lib:976
4921 msgstr "Изтриване (съдържанието на виртуалния диск ще бъде изгубено)"
4922
4923 #: lib/wine.lib:991
45184924 #, sh-format
45194925 msgid "The target virtual drive $PREFNAME already exists:"
4520 msgstr ""
4521
4522 #: lib/wine.lib:1156 lib/wine.lib:1186
4926 msgstr "Целевият виртуален диск $PREFNAME вече съществува:"
4927
4928 #: lib/wine.lib:1171 lib/wine.lib:1201
45234929 #, sh-format
45244930 msgid "Please wait while $SOFTNAME is installed..."
4525 msgstr ""
4526
4527 #: lib/wine.lib:1160 lib/wine.lib:1189
4931 msgstr "Моля, изчакайте докато $SOFTNAME се инсталира..."
4932
4933 #: lib/wine.lib:1175 lib/wine.lib:1204
45284934 #, sh-format
45294935 msgid ""
45304936 "Be careful! This will kill install process. If it is not finished, you will "
45314937 "have to reinstall $SOFTNAME"
45324938 msgstr ""
4533
4534 #: lib/wine.lib:1160 lib/wine.lib:1189
4939 "Бъдете внимателни! Това ще убие инсталационния процес. Ако не и приключил, "
4940 "ще трябва да преинсталирате $SOFTNAME"
4941
4942 #: lib/wine.lib:1175 lib/wine.lib:1204
45354943 #, sh-format
45364944 msgid "Install is done"
4537 msgstr ""
4538
4539 #: lib/wine.lib:1193 lib/wine.lib:1194
4945 msgstr "Инсталацията е готова"
4946
4947 #: lib/wine.lib:1208 lib/wine.lib:1209
45404948 #, sh-format
45414949 msgid "Press next only when the installation process is finished"
4542 msgstr ""
4543
4544 #: lib/wine.lib:1202
4950 msgstr "Натиснете Следващ само когато инсталационният процес е приключил"
4951
4952 #: lib/wine.lib:1217
45454953 #, sh-format
45464954 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
4547 msgstr ""
4955 msgstr "Моля, изчакайте докато $APPLICATION_TITLE симулира рестарт"
45484956
45494957 #: python/configure.py:117
45504958 msgid ""
45544962 "To uninstall cleanly a program with {0}, you must delete the virtual drive "
45554963 "associated"
45564964 msgstr ""
4557
4558 #: python/configure.py:197 python/configure.py:694
4965 "Внимание:\n"
4966 "\n"
4967 "Този инструмент е за напреднали потребители.\n"
4968 "За чисто деинсталиране на програма с {0}, трябва да изтриете свързаният "
4969 "виртуален диск"
4970
4971 #: python/configure.py:196 python/configure.py:703
45594972 msgid "General"
45604973 msgstr "Общи"
45614974
4975 #: python/configure.py:199
4976 msgid "Make a new shortcut from this virtual drive"
4977 msgstr "Създаване на нов пряк път от този виртуален диск"
4978
45624979 #: python/configure.py:200
4563 msgid "Make a new shortcut from this virtual drive"
4564 msgstr ""
4980 msgid "Name"
4981 msgstr "Име"
45654982
45664983 #: python/configure.py:201
4567 msgid "Name"
4568 msgstr ""
4984 msgid "Wine version"
4985 msgstr "Версия на Wine"
45694986
45704987 #: python/configure.py:202
4571 msgid "Wine version"
4572 msgstr ""
4573
4574 #: python/configure.py:203
45754988 msgid "Debug flags"
4576 msgstr ""
4577
4578 #: python/configure.py:205
4989 msgstr "Флагове за дебъгване"
4990
4991 #: python/configure.py:204
45794992 msgid "Virtual drive"
4580 msgstr ""
4581
4582 #: python/configure.py:207
4993 msgstr "Виртуален диск"
4994
4995 #: python/configure.py:206
45834996 msgid "Arguments"
4584 msgstr ""
4585
4586 #: python/configure.py:211
4997 msgstr "Аргументи"
4998
4999 #: python/configure.py:210
45875000 msgid "Run configuration wizard"
4588 msgstr ""
4589
4590 #: python/configure.py:248
5001 msgstr "Помощник за настройване"
5002
5003 #: python/configure.py:247
45915004 msgid "Windows reboot"
4592 msgstr ""
4593
4594 #: python/configure.py:256
5005 msgstr "Рестартиране на Windows"
5006
5007 #: python/configure.py:255
45955008 msgid "Repair virtual drive"
4596 msgstr ""
4597
4598 #: python/configure.py:265
5009 msgstr "Поправка на виртуален диск"
5010
5011 #: python/configure.py:264
45995012 msgid "Command prompt"
4600 msgstr ""
4601
4602 #: python/configure.py:272
5013 msgstr "Команден ред"
5014
5015 #: python/configure.py:271
46035016 msgid "Task manager"
4604 msgstr ""
4605
4606 #: python/configure.py:280
5017 msgstr "Диспечер на задачи"
5018
5019 #: python/configure.py:279
46075020 msgid "Kill processes"
4608 msgstr ""
4609
4610 #: python/configure.py:287
5021 msgstr "Убий процесите"
5022
5023 #: python/configure.py:286
46115024 msgid "Wine uninstaller"
4612 msgstr ""
4613
4614 #: python/configure.py:312
5025 msgstr "Деинсталатор на Wine"
5026
5027 #: python/configure.py:311
46155028 msgid ""
46165029 "Be careful! Installing one of these components can break your virtual drive."
46175030 msgstr ""
4618
4619 #: python/configure.py:334 python/install.py:285 python/install.py:289
4620 #: python/mainwindow.py:197 python/mainwindow.py:350
5031 "Бъдете внимателни! Инсталирането на някого от тези компоненти може да "
5032 "повреди виртуалния Ви диск."
5033
5034 #: python/configure.py:333 python/install.py:285 python/install.py:289
5035 #: python/mainwindow.py:199 python/mainwindow.py:348
46215036 msgid "Install"
46225037 msgstr "Инсталиране"
46235038
4624 #: python/configure.py:395
5039 #: python/configure.py:388
46255040 msgid "Open program's directory"
4626 msgstr ""
4627
4628 #: python/configure.py:418
5041 msgstr "Отваряне директорията на програмата"
5042
5043 #: python/configure.py:411
46295044 msgid "Open virtual drive's directory"
4630 msgstr ""
5045 msgstr "Отваряне директорията на виртуалния диск"
5046
5047 #: python/configure.py:555
5048 msgid "GLSL Support"
5049 msgstr "Поддръжка на GLSL"
5050
5051 #: python/configure.py:556
5052 msgid "Direct Draw Renderer"
5053 msgstr "Директно чертаещ рендъринг"
5054
5055 #: python/configure.py:557
5056 msgid "Video memory size"
5057 msgstr "Размер на видео паметта"
5058
5059 #: python/configure.py:558
5060 msgid "Offscreen rendering mode"
5061 msgstr "Извънекранен режим на рендъринг"
5062
5063 #: python/configure.py:559
5064 msgid "Render target mode lock"
5065 msgstr "Заключване на целевия рендъринг"
46315066
46325067 #: python/configure.py:560
4633 msgid "GLSL Support"
4634 msgstr ""
5068 msgid "Multisampling"
5069 msgstr "Мултисемплиране"
46355070
46365071 #: python/configure.py:561
4637 msgid "Direct Draw Renderer"
4638 msgstr ""
4639
4640 #: python/configure.py:562
4641 msgid "Video memory size"
4642 msgstr ""
4643
4644 #: python/configure.py:563
4645 msgid "Offscreen rendering mode"
4646 msgstr ""
4647
4648 #: python/configure.py:564
4649 msgid "Render target mode lock"
4650 msgstr ""
4651
4652 #: python/configure.py:565
4653 msgid "Multisampling"
4654 msgstr ""
4655
4656 #: python/configure.py:566
46575072 msgid "Strict Draw Ordering"
4658 msgstr ""
4659
4660 #: python/configure.py:576
5073 msgstr "Последователно чертаене"
5074
5075 #: python/configure.py:571
46615076 msgid "Mouse warp override"
4662 msgstr ""
4663
4664 #: python/configure.py:578
5077 msgstr "Презапис деформации на мишката"
5078
5079 #: python/configure.py:573
46655080 msgid "Open a shell"
4666 msgstr ""
4667
4668 #: python/configure.py:579
5081 msgstr "Отваряне на обвивка"
5082
5083 #: python/configure.py:574
46695084 msgid "Run a .exe file in this virtual drive"
4670 msgstr ""
4671
4672 #: python/configure.py:580
5085 msgstr "Изпълняване на .exe файл в този виртуален диск"
5086
5087 #: python/configure.py:575
46735088 msgid "Command to exec before running the program"
4674 msgstr ""
4675
4676 #: python/configure.py:591
5089 msgstr "Команда за изпълнение преди програмата"
5090
5091 #: python/configure.py:585
5092 msgid ""
5093 "Warning:\n"
5094 "\n"
5095 "Any program still running in this virtual drive will be terminated before "
5096 "Wine version is changed.\n"
5097 "Are you sure you want to continue?"
5098 msgstr ""
5099
5100 #: python/configure.py:596
46775101 msgid ""
46785102 "Be careful!\n"
46795103 "If you change "
46805104 msgstr ""
4681
4682 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5105 "Бъдете внимателни!\n"
5106 "Ако промените "
5107
5108 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46835109 msgid "{0} configuration"
4684 msgstr ""
4685
4686 #: python/configure.py:659
5110 msgstr "{0} настройка"
5111
5112 #: python/configure.py:664
46875113 msgid "Please select a program or a virtual drive to configure"
4688 msgstr ""
4689
4690 #: python/configure.py:677 python/options.py:280
5114 msgstr "Моля, изберете програма или виртуален диск за настройка"
5115
5116 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46915117 msgid "New"
4692 msgstr ""
4693
4694 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4695 #: python/mainwindow.py:596 python/options.py:207
5118 msgstr "Нов"
5119
5120 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5121 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46965122 msgid "Remove"
46975123 msgstr "Премахване"
46985124
4699 #: python/configure.py:696
5125 #: python/configure.py:705
47005126 msgid "Install components"
4701 msgstr ""
4702
4703 #: python/configure.py:697 python/mainwindow.py:332
5127 msgstr "Инсталиране на компоненти"
5128
5129 #: python/configure.py:706 python/mainwindow.py:330
47045130 msgid "Display"
4705 msgstr ""
4706
4707 #: python/configure.py:698
5131 msgstr "Екран"
5132
5133 #: python/configure.py:707
47085134 msgid "Miscellaneous"
4709 msgstr ""
4710
4711 #: python/configure.py:726
5135 msgstr "Разни"
5136
5137 #: python/configure.py:735
47125138 msgid "This virtual drive is protected"
4713 msgstr ""
4714
4715 #: python/configure.py:728
5139 msgstr "Този виртуален диск е защитен"
5140
5141 #: python/configure.py:737
47165142 msgid "Are you sure you want to delete {0} virtual drive ?"
4717 msgstr ""
4718
4719 #: python/configure.py:735
5143 msgstr "Сигурно ли е, че искате да изтриете виртуален диск {0}?"
5144
5145 #: python/configure.py:744
47205146 msgid "Are you sure you want to delete {0} ?"
4721 msgstr ""
4722
4723 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4724 #: python/mainwindow.py:997
5147 msgstr "Сигурно ли е, че искате да изтриете {0}?"
5148
5149 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5150 #: python/mainwindow.py:995
47255151 msgid "{0} debugger"
4726 msgstr ""
5152 msgstr "{0} дебъгер"
47275153
47285154 #: python/debug.py:50
47295155 msgid "Please select a debug file"
4730 msgstr ""
4731
4732 #: python/debug.py:76
5156 msgstr "Моля, изберете файл за дебъг"
5157
5158 #: python/debug.py:78
47335159 msgid "Locate this logfile"
4734 msgstr ""
4735
4736 #: python/debug.py:99
5160 msgstr "Място на този отчет"
5161
5162 #: python/debug.py:101
47375163 msgid "The file is named : {0}"
4738 msgstr ""
4739
4740 #: python/debug.py:153 python/debug.py:207
5164 msgstr "Файлът се казва: {0}"
5165
5166 #: python/debug.py:189 python/debug.py:245
47415167 msgid "Virtual drives"
4742 msgstr ""
4743
4744 #: python/debug.py:184
5168 msgstr "Виртуални дискове"
5169
5170 #: python/debug.py:222
47455171 msgid "Report a problem about {0}"
4746 msgstr ""
4747
4748 #: python/debug.py:206
5172 msgstr "Докладване на проблем за {0}"
5173
5174 #: python/debug.py:244
47495175 msgid "Install scripts"
4750 msgstr ""
5176 msgstr "Инсталиране на скриптове"
47515177
47525178 #: python/gui_server.py:54 python/gui_server.py:55
47535179 msgid "Error: Unable to reserve a valid port"
4754 msgstr ""
5180 msgstr "Грешка: Не може да се запази съществуващ порт"
47555181
47565182 #: python/gui_server.py:165
47575183 msgid "WARNING. Please use POL_SetupWindow_Init first"
4758 msgstr ""
5184 msgstr "ВНИМАНИЕ! Моля, първо използвайте POL_SetupWindow_Init"
47595185
47605186 #: python/guiv3.py:116
47615187 msgid "{0} Wizard"
4762 msgstr ""
5188 msgstr "{0} Помощник"
47635189
47645190 #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284
47655191 #: python/install.py:288 python/options.py:376
47705196 msgid "Next"
47715197 msgstr "Напред"
47725198
4773 #: python/guiv3.py:166
5199 #: python/guiv3.py:171
47745200 msgid "I Agree"
47755201 msgstr "Съгласен съм"
47765202
4777 #: python/guiv3.py:167
5203 #: python/guiv3.py:172
47785204 msgid "Show virtual drives"
4779 msgstr ""
4780
4781 #: python/guiv3.py:188
5205 msgstr "Покажи виртуални дискове"
5206
5207 #: python/guiv3.py:193
47825208 msgid "Login: "
4783 msgstr ""
4784
4785 #: python/guiv3.py:189
5209 msgstr "Потребител: "
5210
5211 #: python/guiv3.py:194
47865212 msgid "Password: "
4787 msgstr ""
4788
4789 #: python/guiv3.py:192
5213 msgstr "Парола: "
5214
5215 #: python/guiv3.py:197
47905216 msgid "Register"
4791 msgstr ""
4792
4793 #: python/guiv3.py:288
5217 msgstr "Регистриране"
5218
5219 #: python/guiv3.py:302
47945220 msgid "MB downloaded"
4795 msgstr ""
4796
4797 #: python/guiv3.py:288
5221 msgstr "МБ са изтеглени"
5222
5223 #: python/guiv3.py:302
47985224 msgid "of"
47995225 msgstr "от"
48005226
4801 #: python/guiv3.py:749
5227 #: python/guiv3.py:769
48025228 msgid "You cannot close this window"
4803 msgstr ""
5229 msgstr "Не можете да затворите този прозорец"
48045230
48055231 #: python/install.py:114 python/install.py:116
48065232 msgid "No description"
48075233 msgstr "Без описание"
48085234
4809 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5235 #: python/install.py:210
5236 msgid "Accessories"
5237 msgstr "Помощни програми"
5238
5239 #: python/install.py:211
5240 msgid "Development"
5241 msgstr "Разработка"
5242
5243 #: python/install.py:212
5244 msgid "Education"
5245 msgstr "Обучение"
5246
5247 #: python/install.py:213
5248 msgid "Games"
5249 msgstr "Игри"
5250
5251 #: python/install.py:214
5252 msgid "Graphics"
5253 msgstr "Графика"
5254
5255 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5256 msgid "Internet"
5257 msgstr "Интернет"
5258
5259 #: python/install.py:216
5260 msgid "Multimedia"
5261 msgstr "Мултимедия"
5262
5263 #: python/install.py:217
5264 msgid "Office"
5265 msgstr "Офис"
5266
5267 #: python/install.py:219
5268 msgid "Patches"
5269 msgstr "Кръпки"
5270
5271 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
48105272 msgid "Search"
4811 msgstr ""
5273 msgstr "Търсене"
48125274
48135275 #: python/install.py:252
48145276 msgid "Include:"
4815 msgstr ""
5277 msgstr "Включително:"
5278
5279 #: python/install.py:258
5280 msgid "Testing"
5281 msgstr "Пробване…"
48165282
48175283 #: python/install.py:263
48185284 msgid "No-cd needed"
4819 msgstr ""
5285 msgstr "Необходимо е без диск"
48205286
48215287 #: python/install.py:270
48225288 msgid "Commercial"
4823 msgstr ""
5289 msgstr "Продавани"
48245290
48255291 #: python/install.py:304
48265292 msgid "Install a non-listed program"
4827 msgstr ""
5293 msgstr "Инсталиране на програма извън списъка"
48285294
48295295 #: python/install.py:438
48305296 msgid ""
48335299 " - Leave the default location\n"
48345300 " - Do not tick the checkbox 'Run the program' if asked."
48355301 msgstr ""
5302 "Когато {0} инсталира Windows програма:\n"
5303 "\n"
5304 "- Оставете стандартното местоположение\n"
5305 "- Ако Ви бъде поискано, не отметвайте кутийката „Run the program“"
48365306
48375307 #: python/install.py:454
48385308 msgid ""
48415311 "It might not work as expected. Your feedback, positive or negative, is "
48425312 "specially important to improve this installer."
48435313 msgstr ""
5314 "Тази програма е в тестова версия.\n"
5315 "\n"
5316 "Може да не работи, както трябва. Вашата оценка, положителна или отрицателна, "
5317 "е важна за подобряването на този инсталатор."
48445318
48455319 #: python/install.py:456
48465320 msgid ""
48495323 "The only workaround is to use a \"no-cd\" patch, but since those can also be "
48505324 "used for piracy purposes we won't give any support on this matter."
48515325 msgstr ""
5326 "Тази програма съдържа защита от копиране (DRM) несъвместима с емулация.\n"
5327 "Единственото решение е да използвате кръпка „без диск“, но след като това "
5328 "може да бъде използвано за пиратски цели, не предлагаме поддръжка."
48525329
48535330 #: python/install.py:570
48545331 msgid ""
48565333 "\n"
48575334 "{0} cannot ensure that your app will work without any problems"
48585335 msgstr ""
5336 "Активирайки това, ще получите достъп да тестовите инсталатори.\n"
5337 "\n"
5338 "{0} не гарантира, че Вашето приложение ще работи без проблеми"
48595339
48605340 #: python/install.py:573
48615341 msgid ""
48645344 "The only workaround is to use \"no-cd\" patches, but since those can also be "
48655345 "used for piracy purposes we won't give any support on this matter."
48665346 msgstr ""
4867
4868 #: python/irc.py:137
5347 "Активирайки това, ще получите достъп до инсталатори на програми, съдържащи "
5348 "защита от копиране (DRM) несъвместима с емулация. Единственото решение е да "
5349 "използвате кръпка „без диск“, но след като това може да бъде използвано за "
5350 "пиратски цели, не предлагаме поддръжка."
5351
5352 #: python/irc.py:139
48695353 msgid "Send"
4870 msgstr ""
4871
4872 #: python/irc.py:138
5354 msgstr "Изпращане"
5355
5356 #: python/irc.py:140
48735357 msgid "Connect"
4874 msgstr ""
4875
4876 #: python/irc.py:139
5358 msgstr "Свързване"
5359
5360 #: python/irc.py:141
48775361 msgid "Disconnect"
4878 msgstr ""
4879
4880 #: python/irc.py:140
5362 msgstr "Разкачане"
5363
5364 #: python/irc.py:142
48815365 msgid "Leave"
4882 msgstr ""
4883
4884 #: python/irc.py:227
5366 msgstr "Напускане"
5367
5368 #: python/irc.py:229
48855369 msgid "Join a channel"
4886 msgstr ""
4887
4888 #: python/irc.py:257 python/mainwindow.py:725
5370 msgstr "Присъединяване към канал"
5371
5372 #: python/irc.py:259 python/mainwindow.py:723
48895373 msgid "Messenger"
4890 msgstr ""
4891
4892 #: python/irc.py:273
5374 msgstr "Изпращане на съобщения"
5375
5376 #: python/irc.py:275
48935377 msgid ""
48945378 "If you close this window, you cannot read further replies. Are you sure that "
48955379 "you want to close it?"
48965380 msgstr ""
5381 "Ако затворите този прозорец, няма да можете да четете по-нататъшни отговори. "
5382 "Сигурни ли сте, че искате да го затворите?"
48975383
48985384 #: python/lib/irc.py:292
48995385 msgid "Sorry, this person does not want to receive private messages"
4900 msgstr ""
5386 msgstr "Съжаляваме, но този човек не иска да получава лични съобщения"
49015387
49025388 #: python/lib/irc.py:305
49035389 msgid ""
49055391 "\n"
49065392 "Please retry later"
49075393 msgstr ""
5394 "Съжаляваме {0} услугата за изпращане на събощения, към момента не е "
5395 "налична.\n"
5396 "\n"
5397 "Моля, опитайте по-късно!"
49085398
49095399 #: python/lib/playonlinux.py:27
49105400 msgid "There is nothing installed to run .{0} files."
4911 msgstr ""
5401 msgstr "Няма нищо инсталирано за изпълнение. {0} файла."
49125402
49135403 #: python/lib/playonlinux.py:453
49145404 msgid "{0} error"
4915 msgstr ""
4916
4917 #: python/mainwindow.py:73
5405 msgstr "{0} грешка"
5406
5407 #: python/mainwindow.py:75
49185408 msgid "{0} website is unavailable. Please check your connection"
4919 msgstr ""
4920
4921 #: python/mainwindow.py:75
5409 msgstr "{0} уебсайт не е наличен. Моля, проверете Вашата връзка."
5410
5411 #: python/mainwindow.py:77
49225412 msgid "Refreshing {0}"
4923 msgstr ""
4924
4925 #: python/mainwindow.py:90 python/mainwindow.py:92
5413 msgstr "Опресняване {0}"
5414
5415 #: python/mainwindow.py:92 python/mainwindow.py:94
49265416 msgid "An updated version of {0} is available"
4927 msgstr ""
4928
4929 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5417 msgstr "Налична е обновена версия на {0}"
5418
5419 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49305420 msgid "Run"
49315421 msgstr "Изпълнение"
49325422
4933 #: python/mainwindow.py:200
5423 #: python/mainwindow.py:202
49345424 msgid "Donate"
49355425 msgstr "Направи дарение"
49365426
4937 #: python/mainwindow.py:201
5427 #: python/mainwindow.py:203
49385428 msgid "Exit"
49395429 msgstr "Изход"
49405430
4941 #: python/mainwindow.py:205
5431 #: python/mainwindow.py:207
49425432 msgid "Small icons"
4943 msgstr ""
4944
4945 #: python/mainwindow.py:206
5433 msgstr "Малки икони"
5434
5435 #: python/mainwindow.py:208
49465436 msgid "Medium icons"
4947 msgstr ""
4948
4949 #: python/mainwindow.py:207
5437 msgstr "Средни икони"
5438
5439 #: python/mainwindow.py:209
49505440 msgid "Large icons"
4951 msgstr ""
4952
4953 #: python/mainwindow.py:208
5441 msgstr "Големи икони"
5442
5443 #: python/mainwindow.py:210
49545444 msgid "Very large icons"
4955 msgstr ""
4956
4957 #: python/mainwindow.py:220
5445 msgstr "Много големи икони"
5446
5447 #: python/mainwindow.py:222
49585448 msgid "Manage Wine versions"
49595449 msgstr "Управление на версиите на Wine"
49605450
4961 #: python/mainwindow.py:226
5451 #: python/mainwindow.py:228
49625452 msgid "Read a PC CD-Rom"
4963 msgstr ""
4964
4965 #: python/mainwindow.py:236
5453 msgstr "Прочитане на PC CD-ROM"
5454
5455 #: python/mainwindow.py:238
49665456 msgid "Close all {0} software"
4967 msgstr ""
4968
4969 #: python/mainwindow.py:240
5457 msgstr "Затвори всичкия {0} софтуер"
5458
5459 #: python/mainwindow.py:242
49705460 msgid "{0} console"
4971 msgstr ""
4972
4973 #: python/mainwindow.py:250
5461 msgstr "{0} конзола"
5462
5463 #: python/mainwindow.py:248
49745464 msgid "{0} messenger"
4975 msgstr ""
4976
4977 #: python/mainwindow.py:266 python/options.py:388
5465 msgstr "{0} изпращане на съобщение"
5466
5467 #: python/mainwindow.py:264 python/options.py:388
49785468 msgid "File associations"
4979 msgstr ""
4980
4981 #: python/mainwindow.py:273
5469 msgstr "Файлови асоциации"
5470
5471 #: python/mainwindow.py:271
49825472 msgid "About {0}"
4983 msgstr ""
4984
4985 #: python/mainwindow.py:302 python/mainwindow.py:306
5473 msgstr "Относно {0}"
5474
5475 #: python/mainwindow.py:300 python/mainwindow.py:304
49865476 msgid "Plugin manager"
49875477 msgstr "Управление на приставките"
49885478
4989 #: python/mainwindow.py:331
5479 #: python/mainwindow.py:329
49905480 msgid "File"
49915481 msgstr "Файл"
49925482
4993 #: python/mainwindow.py:333
5483 #: python/mainwindow.py:331
49945484 msgid "Tools"
49955485 msgstr "Инструменти"
49965486
4997 #: python/mainwindow.py:334 python/mainwindow.py:723
5487 #: python/mainwindow.py:332 python/mainwindow.py:721
49985488 msgid "Settings"
49995489 msgstr "Настройки"
50005490
5001 #: python/mainwindow.py:335 python/options.py:387
5491 #: python/mainwindow.py:333 python/options.py:387
50025492 msgid "Plugins"
50035493 msgstr "Приставки"
50045494
5005 #: python/mainwindow.py:347 python/mainwindow.py:739
5495 #: python/mainwindow.py:345 python/mainwindow.py:737
50065496 msgid "Close"
5007 msgstr ""
5008
5009 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5497 msgstr "Затваряне"
5498
5499 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
50105500 msgid "Configure"
50115501 msgstr "Настройки"
50125502
5013 #: python/mainwindow.py:584
5503 #: python/mainwindow.py:582
50145504 msgid "Open the application's directory"
50155505 msgstr "Отваряне на папката на приложението"
50165506
5017 #: python/mainwindow.py:588 python/mainwindow.py:753
5507 #: python/mainwindow.py:586 python/mainwindow.py:751
50185508 msgid "Read the manual"
5019 msgstr ""
5020
5021 #: python/mainwindow.py:592
5509 msgstr "Прочитане на ръководството"
5510
5511 #: python/mainwindow.py:590
50225512 msgid "Set the icon"
50235513 msgstr "Задаване на иконата"
50245514
5025 #: python/mainwindow.py:600
5515 #: python/mainwindow.py:598
50265516 msgid "Close this application"
50275517 msgstr "Затваряне на това приложение"
50285518
5029 #: python/mainwindow.py:611
5519 #: python/mainwindow.py:609
50305520 msgid "KillApp"
50315521 msgstr "Убиване на приложение"
50325522
5033 #: python/mainwindow.py:618
5523 #: python/mainwindow.py:616
50345524 msgid "No manual found for {0}"
5035 msgstr ""
5036
5037 #: python/mainwindow.py:721
5525 msgstr "Няма намерено ръководство за {0}"
5526
5527 #: python/mainwindow.py:719
50385528 msgid "Install a program"
5039 msgstr ""
5040
5041 #: python/mainwindow.py:728
5529 msgstr "Инсталиране на програма"
5530
5531 #: python/mainwindow.py:726
50425532 msgid "Update GIT"
5043 msgstr ""
5044
5045 #: python/mainwindow.py:731
5533 msgstr "Обновяване на GIT"
5534
5535 #: python/mainwindow.py:729
50465536 msgid "Update instructions"
5047 msgstr ""
5537 msgstr "Обновяване на инструкциите"
5538
5539 #: python/mainwindow.py:739
5540 msgid "Debug"
5541 msgstr "Дебъгване"
50485542
50495543 #: python/mainwindow.py:741
5050 msgid "Debug"
5051 msgstr ""
5052
5053 #: python/mainwindow.py:743
50545544 msgid "Report a problem"
5055 msgstr ""
5545 msgstr "Докладване на проблем"
5546
5547 #: python/mainwindow.py:745
5548 msgid "Create a shortcut"
5549 msgstr "Създаване на пряк път"
50565550
50575551 #: python/mainwindow.py:747
5058 msgid "Create a shortcut"
5059 msgstr ""
5060
5061 #: python/mainwindow.py:749
50625552 msgid "Open the directory"
5063 msgstr ""
5064
5065 #: python/mainwindow.py:755
5553 msgstr "Отваряне на директория"
5554
5555 #: python/mainwindow.py:753
50665556 msgid "Save"
5067 msgstr ""
5068
5069 #: python/mainwindow.py:758
5557 msgstr "Запаметяване"
5558
5559 #: python/mainwindow.py:756
50705560 msgid "Uninstall"
5071 msgstr ""
5072
5073 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5561 msgstr "Деинсталиране"
5562
5563 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5564 #: python/mainwindow.py:1001
5565 msgid "Please select a program."
5566 msgstr "Моля, изберете програма!"
5567
5568 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5569 msgid "{0} settings"
5570 msgstr "{0} настройки"
5571
5572 #: python/mainwindow.py:963
5573 msgid "{0} install menu"
5574 msgstr "{0} инсталиращо меню"
5575
5576 #: python/mainwindow.py:972
5577 msgid "{0} wine versions manager"
5578 msgstr "{0} мениджър на wine версии"
5579
50745580 #: python/mainwindow.py:1003
5075 msgid "Please select a program."
5076 msgstr ""
5077
5078 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5079 msgid "{0} settings"
5080 msgstr ""
5081
5082 #: python/mainwindow.py:965
5083 msgid "{0} install menu"
5084 msgstr ""
5085
5086 #: python/mainwindow.py:974
5087 msgid "{0} wine versions manager"
5088 msgstr ""
5089
5090 #: python/mainwindow.py:1005
50915581 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
5092 msgstr ""
5582 msgstr "Виртуалният диск асоцииран с {0} ({1}) вече не съществува."
50935583
50945584 #: python/mainwindow.py:1049
50955585 msgid "Are you sure you want to close all {0} Windows?"
5096 msgstr ""
5586 msgstr "Сигурни ли сте, че искате да затворите всички {0} прозорци?"
50975587
50985588 #: python/mainwindow.py:1088
50995589 msgid "Run your Windows programs on "
5100 msgstr ""
5590 msgstr "Стартирайте Вашите Windows програми на "
51015591
51025592 #: python/mainwindow.py:1089
51035593 msgid ""
51045594 "PlayOnLinux and PlayOnMac team\n"
51055595 "Under GPL licence version 3"
51065596 msgstr ""
5597 "Екип на PlayOnLinux и PlayOnMac\n"
5598 "Лицензирани по GPL лиценз - версия 3"
51075599
51085600 #: python/mainwindow.py:1090
51095601 msgid "Developer and Website: "
51195611
51205612 #: python/mainwindow.py:1093
51215613 msgid "Icons:"
5122 msgstr ""
5614 msgstr "Икони:"
51235615
51245616 #: python/mainwindow.py:1094
51255617 msgid "The following people contributed to this program: "
51275619
51285620 #: python/mainwindow.py:1095
51295621 msgid "Translations:"
5130 msgstr ""
5622 msgstr "Преводи:"
51315623
51325624 #: python/mainwindow.py:1096
51335625 msgid "Read TRANSLATORS file"
5134 msgstr ""
5626 msgstr "Прочетете файл TRANSLATORS"
51355627
51365628 #: python/mainwindow.py:1135
51375629 msgid "{0} is not able to start PlayOnLinux Setup Window server."
5138 msgstr ""
5630 msgstr "{0} не може да стартира сървъра на инсталатора за PlayOnLinux"
51395631
51405632 #: python/mainwindow.py:1156
51415633 msgid "{0} cannot find {1}"
5142 msgstr ""
5634 msgstr "{0} не може да намери {1}"
51435635
51445636 #: python/mainwindow.py:1158
51455637 msgid " (from {2})"
5146 msgstr ""
5638 msgstr " (от {2})"
51475639
51485640 #: python/mainwindow.py:1161
51495641 msgid "You need to install it to continue"
5150 msgstr ""
5642 msgstr "Трябва да го инсталирате, за да продължите"
51515643
51525644 #: python/mainwindow.py:1163
51535645 msgid "You should install it to use {0}"
5154 msgstr ""
5646 msgstr "Трябва да го инсталирате, за да използвате {0}"
51555647
51565648 #: python/mainwindow.py:1179
51575649 msgid "{0} is not supposed to be run as root. Sorry"
5158 msgstr ""
5650 msgstr "{0} не е предназначено за стартиране като администратор. Съжаляваме!"
51595651
51605652 #: python/mainwindow.py:1188
51615653 msgid ""
51635655 "\n"
51645656 "You might encounter problem with your games"
51655657 msgstr ""
5658 "{0} не може да намери 32-битови OpenGL библиотеки.\n"
5659 "\n"
5660 "Може да изпитате проблем с Вашите игри"
51665661
51675662 #: python/mainwindow.py:1200
51685663 msgid ""
51705665 "\n"
51715666 "You might encounter problem with your games"
51725667 msgstr ""
5668 "{0} не може да намери 64-битови OpenGL библиотеки.\n"
5669 "\n"
5670 "Може да изпитате проблем с Вашите игри"
51735671
51745672 #: python/mainwindow.py:1212
51755673 msgid ""
51775675 "\n"
51785676 "Please open {0} in a terminal to get more details"
51795677 msgstr ""
5678 "Файловата Ви система може да попречи за правилната работа на {0}.\n"
5679 "\n"
5680 "Моля, за повече информация отворете {0} в терминала!"
51805681
51815682 #: python/mainwindow.py:1216
51825683 msgid ""
51925693 "\n"
51935694 "These information will be very precious for us to help people."
51945695 msgstr ""
5195
5196 #: python/mainwindow.py:1271
5696 "Искате ли да помогнете на {0} да изгради съвместима база от данни?\n"
5697 "\n"
5698 "Ако изберете Да, следните неща ще бъдат изпратени анонимно до нас, при "
5699 "първия път, в който стартирате Windows програма:"
5700
5701 #: python/mainwindow.py:1273
51975702 msgid "Are you sure you want to want to install {0} package?"
5198 msgstr ""
5199
5200 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5703 msgstr "Сигурни ли сте, че искате да инсталирате пакета {0}?"
5704
5705 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5706 #: python/mainwindow.py:1284
52015707 msgid ""
52025708 "You are trying to open a script design for {0}! It might not work as expected"
52035709 msgstr ""
5710 "Опитвате се да отворите скрипт, разработен за {0}! Възможно е да не работи, "
5711 "както очаквате."
52045712
52055713 #: python/options.py:116
52065714 msgid "Proxy configuration"
52325740
52335741 #: python/options.py:206
52345742 msgid "Add"
5235 msgstr ""
5743 msgstr "Добавяне"
52365744
52375745 #: python/options.py:209 python/options.py:337
52385746 msgid "Enable"
52445752
52455753 #: python/options.py:263
52465754 msgid "What is the extension?"
5247 msgstr ""
5755 msgstr "Какво е разширението?"
52485756
52495757 #: python/options.py:275
52505758 msgid "Assigned program"
5251 msgstr ""
5759 msgstr "Упълномощена програма"
52525760
52535761 #: python/options.py:277
52545762 msgid "Delete"
5255 msgstr ""
5763 msgstr "Изтрий"
52565764
52575765 #: python/options.py:305
52585766 msgid "Are you sure you want to install: "
52685776
52695777 #: python/options.py:375
52705778 msgid "Apply"
5271 msgstr ""
5779 msgstr "Потвърди"
52725780
52735781 #: python/options.py:412
52745782 msgid "You must restart {0} for the changes to take effect."
5275 msgstr ""
5276
5277 #: python/wine_versions.py:194
5783 msgstr "Трябва да рестартирате {0}, за да влязат промените в действие."
5784
5785 #: python/wine_versions.py:195
52785786 msgid "Installed Wine versions: "
52795787 msgstr "Инсталирани версии на Wine: "
52805788
5281 #: python/wine_versions.py:195
5789 #: python/wine_versions.py:196
52825790 msgid "Available Wine versions: "
52835791 msgstr "Налични версии на Wine: "
52845792
5285 #: python/wine_versions.py:202
5793 #: python/wine_versions.py:203
52865794 msgid "Wine versions"
52875795 msgstr "Версии на Wine"
52885796
5289 #: python/wine_versions.py:321
5797 #: python/wine_versions.py:322
52905798 msgid "Are you sure you want to delete wine {0}?"
5291 msgstr ""
5799 msgstr "Сигурни ли сте, че искате да изтриете wine {0}?"
52925800
52935801 #: python/wrapper.py:121
52945802 msgid "{0} is not able to start POL_SetupWindow_server."
5295 msgstr ""
5803 msgstr "{0} не може да стартира POL_SetupWindow_server."
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-10-25 17:34+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Bengali <bn@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
235235 msgstr ""
236236
237237 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
238 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
238239 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
239240 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
240241 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
263264 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
264265 #: PlayOnLinux_Scripts/Civilization_V_:53
265266 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
266 #: PlayOnLinux_Scripts/Diablo_II_:51
267 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
267268 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
268269 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
269270 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
270271 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
271272 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
272 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
273273 #: PlayOnLinux_Scripts/Google_SketchUp_:51
274274 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
275275 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
289289 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
290290 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
291291 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
292 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
292293 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
293294 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
294295 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
295 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
296 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
296 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
297 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
298 #: PlayOnLinux_Scripts/Portal_2_:82
297299 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
298300 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
299 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
301 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
302 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
300303 #: PlayOnLinux_Scripts/Rayman_Origins_:72
301304 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
302305 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
306 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
303307 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
304308 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
305309 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
310 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
306311 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
307312 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
308 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
309 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
313 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
314 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
315 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
310316 #: PlayOnLinux_Scripts/Starcraft_:34
311317 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
312318 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
313 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
319 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
320 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
314321 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
315322 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
323 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
316324 #: PlayOnLinux_Scripts/Theme_Hospital_:59
317325 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
318326 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
319327 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
320328 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
329 #: PlayOnLinux_Scripts/Wizard_101_:38
321330 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
322331 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
323332 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
330339 msgid "Please select the setup file to run"
331340 msgstr ""
332341
342 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
343 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
344 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
345 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
346 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
347 #, sh-format
348 msgid "Please insert the game media into your disc drive."
349 msgstr ""
350
333351 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
352 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
353 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
334354 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
335355 #: PlayOnLinux_Scripts/Dishonored_:72
336356 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
424444 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
425445 #: PlayOnLinux_Scripts/Magicka_:68
426446 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
447 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
427448 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
428449 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
429450 #: PlayOnLinux_Scripts/Rayman_Origins_:83
430451 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
431 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
432 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
452 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
453 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
433454 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
434455 #: PlayOnLinux_Scripts/The_Witcher_:125
435456 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
459480 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
460481 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
461482 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
483 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
462484 #: PlayOnLinux_Scripts/Driftmoon_:43
463485 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
464486 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
467489 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
468490 #: PlayOnLinux_Scripts/League_Of_Legends_:57
469491 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
470 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
492 #: PlayOnLinux_Scripts/Sacrifice_:41
493 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
494 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
495 #: PlayOnLinux_Scripts/Toontown_Online_:25
496 #: PlayOnLinux_Scripts/Watchtower_library_:43
471497 #: PlayOnLinux_Scripts/iTunes_10_:28
472498 #, sh-format
473499 msgid "Please select the setup file to run."
482508 #: PlayOnLinux_Scripts/POL_GoG_download_:48
483509 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
484510 #: PlayOnLinux_Scripts/SimCity_2000_:50
485 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
486 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
511 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
512 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
487513 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
488514 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
489515 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
490 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
491 #: lib/wine.lib:1186
516 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
517 #: lib/wine.lib:1171 lib/wine.lib:1201
492518 #, sh-format
493519 msgid "Please wait..."
494520 msgstr ""
516542 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
517543 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
518544 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
519 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
545 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
520546 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
521547 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
522548 #: PlayOnLinux_Scripts/Dead_Space_2_:85
532558 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
533559 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
534560 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
535 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
536562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
537563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
538564 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
594620 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
595621 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
596622 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
597 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
623 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
598624 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
599625 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
600626 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
601 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
602 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
627 #: PlayOnLinux_Scripts/Dead_Space_:50
628 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
629 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
630 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
603631 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
604632 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
605633 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
609637 #: PlayOnLinux_Scripts/Rage_:79
610638 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
611639 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
612 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
613641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
614642 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
615643 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
647675 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
648676 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
649677 #: PlayOnLinux_Scripts/Sacrifice_:45
650 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
678 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
651679 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
652680 #: PlayOnLinux_Scripts/The_Witcher_:102
653681 #, sh-format
658686 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
659687 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
660688 #: PlayOnLinux_Scripts/Mass_Effect_:54
661 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
689 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
662690 #: PlayOnLinux_Scripts/The_Witcher_:110
663691 #, sh-format
664692 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
669697 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
672 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
700 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
673701 #: PlayOnLinux_Scripts/The_Witcher_:113
674702 #, sh-format
675703 msgid "Please insert the next game media into your disk drive"
698726 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
699727 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
700728 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
729 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
701730 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
702731 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
703732 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
803832 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
804833 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
805834 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
806 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
835 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
807836 #, sh-format
808837 msgid ""
809838 "You must disable anti-piracy protections of this game\\nif you want to play "
821850
822851 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
823852 #: PlayOnLinux_Scripts/Cars_2_:83
824 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
853 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
825854 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
826855 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
827856 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
842871 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
843872 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
844873 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
874 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
875 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
845876 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
846877 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
847878 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10571088 msgid "Please insert media 2 into your disk drive\\nif not already done."
10581089 msgstr ""
10591090
1060 #: PlayOnLinux_Scripts/Diablo_III_:29
1091 #: PlayOnLinux_Scripts/Diablo_III_:31
10611092 #, sh-format
10621093 msgid "Please select the setup file downloaded on $EDITOR website"
10631094 msgstr ""
10641095
1065 #: PlayOnLinux_Scripts/Diablo_III_:60
1096 #: PlayOnLinux_Scripts/Diablo_III_:62
10661097 #, sh-format
10671098 msgid ""
10681099 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10691100 "patch (AcceptEx Fix)"
10701101 msgstr ""
10711102
1072 #: PlayOnLinux_Scripts/Diablo_III_:60
1103 #: PlayOnLinux_Scripts/Diablo_III_:62
10731104 #, sh-format
10741105 msgid ""
10751106 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10761107 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1108 msgstr ""
1109
1110 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1111 #, sh-format
1112 msgid "Scanning your hardware..."
10771113 msgstr ""
10781114
10791115 #: PlayOnLinux_Scripts/Dishonored_:79
11521188
11531189 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11541190 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1155 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1191 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11571193 #, sh-format
11581194 msgid "Please insert the first game media into your disk drive"
11591195 msgstr ""
11601196
11611197 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1162 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1198 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11631199 #, sh-format
11641200 msgid "Please insert the second game media into your disk drive"
11651201 msgstr ""
12241260 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12251261 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12261262 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1263 #: PlayOnLinux_Scripts/Hearthstone_:64
12271264 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12281265 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12291266 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12491286 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12501287 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12511288 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1252 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1289 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12531290 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12541291 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12551292 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12731310 msgid "Editor"
12741311 msgstr ""
12751312
1276 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1313 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12771314 #, sh-format
12781315 msgid "This install script requires ffmpeg"
12791316 msgstr ""
12801317
1281 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1318 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12821319 #, sh-format
12831320 msgid "Converting videos..."
12841321 msgstr ""
12851322
12861323 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1324 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12871325 #, sh-format
12881326 msgid ""
12891327 "On first run the game will autodetect available renderers.\\nIt is likely "
12961334 msgid "Run $TITLE in safe mode?"
12971335 msgstr ""
12981336
1337 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1338 #, sh-format
1339 msgid ""
1340 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1341 "disable it by pressing Alt+R while in game.)"
1342 msgstr ""
1343
1344 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1345 #, sh-format
1346 msgid ""
1347 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1348 "game."
1349 msgstr ""
1350
12991351 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13001352 #, sh-format
13011353 msgid "Could not find program directory"
13581410 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13591411 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13601412 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1361 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1362 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1363 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13641413 #, sh-format
13651414 msgid "Language"
13661415 msgstr ""
14841533 msgid "Dedicated server"
14851534 msgstr ""
14861535
1487 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1536 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14881537 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14891538 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14901539 #, sh-format
15101559 msgid "Code wheel"
15111560 msgstr ""
15121561
1513 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1514 #, sh-format
1515 msgid "Do you have a language pack to install?"
1516 msgstr ""
1517
1518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1520 #, sh-format
1521 msgid "Later"
1522 msgstr ""
1523
1524 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1562 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1563 #, sh-format
1564 msgid ""
1565 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1566 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1567 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1571 #, sh-format
1572 msgid "Now you must install the modpack in directory:"
1573 msgstr ""
1574
1575 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1576 #, sh-format
1577 msgid "Please select ANY 3 icons when prompted."
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1581 #, sh-format
1582 msgid "temp directory missing"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1586 #, sh-format
1587 msgid ""
1588 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1589 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1590 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1591 "details.\\nInstall it?"
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1595 #, sh-format
1596 msgid "Control Panel"
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1600 #, sh-format
1601 msgid ""
1602 "IMPORTANT:\n"
1603 " \\n\\nOn the installation window coming next, do NOT click the Options "
1604 "button, it would mess up the language selection."
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1608 #, sh-format
1609 msgid ""
1610 "On first run the game will autodetect available renderers.\\nIt is likely "
1611 "that you will get better performance out of the OpenGL renderer."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/Goblins_3_:21
1615 #, sh-format
1616 msgid "Please select the game language"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:82
1620 #, sh-format
1621 msgid "Choose the game resolution"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Gothic_3_:96
1625 #, sh-format
1626 msgid ""
1627 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1628 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1629 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:110
1633 #, sh-format
1634 msgid "$TITLE is installed"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guild_Wars_:53
1638 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1639 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1640 #, sh-format
1641 msgid "Please insert the DVD-ROM"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1645 #, sh-format
1646 msgid ""
1647 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1648 "client and download will resume from where it stopped. Download percentage "
1649 "reset but do not worry, it do not restart from the beginning."
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1653 #, sh-format
1654 msgid ""
1655 "Please select $TITLE install file. During installation, uncheck all extra "
1656 "drivers it wants to install:"
1657 msgstr ""
1658
15251659 #: PlayOnLinux_Scripts/Half_Life_2_:56
15261660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15271661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15281662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1529 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1663 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15301664 #, sh-format
15311665 msgid "No"
15321666 msgstr ""
15331667
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1535 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1668 #: PlayOnLinux_Scripts/Half_Life_2_:56
1669 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1671 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1672 #: PlayOnLinux_Scripts/Portal_:36
1673 #, sh-format
1674 msgid ""
1675 "Steam installation has been detected\\nwould you like to install this game "
1676 "in the same virtual drive?"
1677 msgstr ""
1678
15361679 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15371680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15381681 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15411684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15421685 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15431686 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1544 #: python/guiv3.py:157
1687 #: python/guiv3.py:158 python/guiv3.py:161
15451688 #, sh-format
15461689 msgid "Yes"
15471690 msgstr ""
15481691
1549 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1550 #, sh-format
1551 msgid ""
1552 "To install a language pack later, open the configuration panel for the game "
1553 "in order to execute the installer into the virtual disk (Misc tab)"
1554 msgstr ""
1555
1556 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1557 #, sh-format
1558 msgid ""
1559 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1560 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1561 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1562 msgstr ""
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1565 #, sh-format
1566 msgid "Now you must install the modpack in directory:"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1570 #, sh-format
1571 msgid "Please select ANY 3 icons when prompted."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1575 #, sh-format
1576 msgid "temp directory missing"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1580 #, sh-format
1581 msgid ""
1582 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1583 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1584 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1585 "details.\\nInstall it?"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1589 #, sh-format
1590 msgid "Control Panel"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1594 #, sh-format
1595 msgid ""
1596 "IMPORTANT:\n"
1597 " \\n\\nOn the installation window coming next, do NOT click the Options "
1598 "button, it would mess up the language selection."
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1602 #, sh-format
1603 msgid ""
1604 "On first run the game will autodetect available renderers.\\nIt is likely "
1605 "that you will get better performance out of the OpenGL renderer."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/Goblins_3_:21
1609 #, sh-format
1610 msgid "Please select the game language"
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Gothic_3_:82
1614 #, sh-format
1615 msgid "Choose the game resolution"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:96
1619 #, sh-format
1620 msgid ""
1621 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1622 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1623 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:110
1627 #, sh-format
1628 msgid "$TITLE is installed"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Guild_Wars_:53
1632 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1633 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1634 #, sh-format
1635 msgid "Please insert the DVD-ROM"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1639 #, sh-format
1640 msgid ""
1641 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1642 "client and download will resume from where it stopped. Download percentage "
1643 "reset but do not worry, it do not restart from the beginning."
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1647 #, sh-format
1648 msgid ""
1649 "Please select $TITLE install file. During installation, uncheck all extra "
1650 "drivers it wants to install:"
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/Half_Life_2_:56
1654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1656 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1657 #: PlayOnLinux_Scripts/Portal_:36
1658 #, sh-format
1659 msgid ""
1660 "Steam installation has been detected\\nwould you like to install this game "
1661 "in the same virtual drive?"
1662 msgstr ""
1663
16641692 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16651693 #, sh-format
16661694 msgid "Updating $TITLE"
16671695 msgstr ""
16681696
1669 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1697 #: PlayOnLinux_Scripts/Hanahira__:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1714 #: PlayOnLinux_Scripts/Steins_Gate_:51
16811715 #, sh-format
16821716 msgid "Please locate installation program (Setup.exe)"
16831717 msgstr ""
16841718
1685 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1686 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1719 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16871720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16881721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16891722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17051738 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17061739 msgstr ""
17071740
1741 #: PlayOnLinux_Scripts/Hearthstone_:26
1742 #, sh-format
1743 msgid "What language do you want to install?"
1744 msgstr ""
1745
17081746 #: PlayOnLinux_Scripts/ImgBurn_:38
17091747 #, sh-format
17101748 msgid ""
17421780 msgstr ""
17431781
17441782 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1745 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17461783 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17471784 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17481785 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18941931 "If the download update stuck close and run until the download is complete."
18951932 msgstr ""
18961933
1934 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18971935 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18981936 #, sh-format
18991937 msgid "Demo version"
19001938 msgstr ""
19011939
1940 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19021941 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19031942 #, sh-format
19041943 msgid "Please select version."
19521991 #, sh-format
19531992 msgid ""
19541993 "No filename extension specified, skipping association to native application."
1994 msgstr ""
1995
1996 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1997 #, sh-format
1998 msgid "Contacting download server."
19551999 msgstr ""
19562000
19572001 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20372081 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20382082 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20392083 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2040 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2084 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20412085 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20422086 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20432087 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20752119 "them without issues"
20762120 msgstr ""
20772121
2078 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2079 #, sh-format
2080 msgid "This package fail to install with wine 1.5.21 or better"
2081 msgstr ""
2082
2083 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2122 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20842123 #, sh-format
20852124 msgid ""
20862125 "If you see error messages during DotNet 3.5 installation, you can ignore "
21962235 "Please update."
21972236 msgstr ""
21982237
2199 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2238 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2239 #: PlayOnLinux_Scripts/yWriter_5_:45
22002240 #, sh-format
22012241 msgid "Downloading..."
22022242 msgstr ""
23072347 msgid "Microsoft fonts have been installed successfully."
23082348 msgstr ""
23092349
2350 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2351 #, sh-format
2352 msgid ""
2353 "OSX users: If the screen flickers once the game is launched, try to press "
2354 "cmd + tab twice"
2355 msgstr ""
2356
23102357 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23112358 #, sh-format
23122359 msgid "Remove Game For Windows Live..."
23442391 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23452392 msgstr ""
23462393
2347 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2394 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23482395 #, sh-format
23492396 msgid "Abort installation"
23502397 msgstr ""
23692416 msgid "The program needs access to ptrace() to proceed:"
23702417 msgstr ""
23712418
2372 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2419 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23732420 #, sh-format
23742421 msgid "User abort"
23752422 msgstr ""
24082455 msgid "Please do not run $TITLE after installation has finished."
24092456 msgstr ""
24102457
2458 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2459 #, sh-format
2460 msgid "Extracting $TITLE"
2461 msgstr ""
2462
24112463 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24122464 #, sh-format
24132465 msgid ""
24202472 msgid "$TITLE has been successfully installed."
24212473 msgstr ""
24222474
2475 #: PlayOnLinux_Scripts/Poker_Stars_:37
2476 #, sh-format
2477 msgid "Error while installing. Downloaded file not found."
2478 msgstr ""
2479
24232480 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24242481 #, sh-format
24252482 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24272484
24282485 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24292486 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2487 #: PlayOnLinux_Scripts/Watchtower_library_:58
24302488 #, sh-format
24312489 msgid "Please wait while $TITLE is installed"
24322490 msgstr ""
24582516 #: PlayOnLinux_Scripts/Rage_:93
24592517 #, sh-format
24602518 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2519 msgstr ""
2520
2521 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2522 #, sh-format
2523 msgid ""
2524 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2525 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2526 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2527 "n\\nIf you have one of this two versions of this game, please give some "
2528 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2529 "n\\nThank you!"
2530 msgstr ""
2531
2532 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2533 #, sh-format
2534 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2535 msgstr ""
2536
2537 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2538 #, sh-format
2539 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2540 msgstr ""
2541
2542 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2543 #, sh-format
2544 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2548 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2549 #, sh-format
2550 msgid "Select a version of installation disc:"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2554 #, sh-format
2555 msgid "First Release (without addons)"
2556 msgstr ""
2557
2558 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2559 #, sh-format
2560 msgid "Gold Edition"
2561 msgstr ""
2562
2563 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2564 #, sh-format
2565 msgid "Platinum Edition"
2566 msgstr ""
2567
2568 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2569 #, sh-format
2570 msgid "What is your version of Railroad Tycoon II?"
2571 msgstr ""
2572
2573 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2574 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2575 #, sh-format
2576 msgid ""
2577 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2578 "desktop.\\n\\nThank you for using this installation script! :)"
24612579 msgstr ""
24622580
24632581 #: PlayOnLinux_Scripts/Reaper_4_:30
26092727 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26102728 msgstr ""
26112729
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2740 #, sh-format
2741 msgid ""
2742 "Close the visual novel when it appears to continue installation. Click Next "
2743 "to begin installation."
2744 msgstr ""
2745
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2747 #, sh-format
2748 msgid ""
2749 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2750 "script will now install it. Click Next to continue."
2751 msgstr ""
2752
26122753 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26132754 #, sh-format
26142755 msgid ""
26162757 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26172758 msgstr ""
26182759
2619 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2620 #, sh-format
2621 msgid "Please locate installation program (Launcher.exe)"
2622 msgstr ""
2623
2624 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2625 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2626 #, sh-format
2627 msgid ""
2628 "When the launcher opens, click on the top button to open the installer. When "
2629 "a new window opens, click OK. When another window opens, click on the button "
2630 "with the letter N until it is installing. Wait until it is done and click "
2631 "the right button to quit. Click Next when you are done installing."
2760 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2761 #, sh-format
2762 msgid "Please locate installation program in Data folder (Resonance.msi)"
26322763 msgstr ""
26332764
26342765 #: PlayOnLinux_Scripts/Steam_:50
26642795 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26652796 "game. Steam install xna framework the game. Close the Steam so that the "
26662797 "installer can continue."
2798 msgstr ""
2799
2800 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2801 #, sh-format
2802 msgid "If youve the extentions, you should install Tribunal first !"
26672803 msgstr ""
26682804
26692805 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27752911 "pp 4-5."
27762912 msgstr ""
27772913
2914 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2915 #, sh-format
2916 msgid "Please select the installation file to run."
2917 msgstr ""
2918
2919 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2920 #, sh-format
2921 msgid ""
2922 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2923 "your region.\\n 2. Leave only checked DirectX box."
2924 msgstr ""
2925
27782926 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27792927 #, sh-format
27802928 msgid ""
27812929 "The game will fail to launch until you set "
27822930 "/proc/sys/kernel/yama/ptrace_scope to 0"
2931 msgstr ""
2932
2933 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2934 #, sh-format
2935 msgid "Other destination or other CD/DVD"
2936 msgstr ""
2937
2938 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2939 #, sh-format
2940 msgid "Retail CD"
2941 msgstr ""
2942
2943 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2944 #, sh-format
2945 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2946 msgstr ""
2947
2948 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2949 #, sh-format
2950 msgid "video fix"
27832951 msgstr ""
27842952
27852953 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28623030 msgid "Donwload finished.\\nPatches installation will begin"
28633031 msgstr ""
28643032
3033 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3034 #, sh-format
3035 msgid "We will download the installer"
3036 msgstr ""
3037
28653038 #: PlayOnLinux_Scripts/Toontown_Online_:17
28663039 #, sh-format
28673040 msgid ""
28993072 msgid "Do you want to browse $TITLE website?"
29003073 msgstr ""
29013074
3075 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3076 #, sh-format
3077 msgid ""
3078 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3079 "messenger, because it will won't work correctly."
3080 msgstr ""
3081
3082 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3083 #, sh-format
3084 msgid "Warning"
3085 msgstr ""
3086
29023087 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29033088 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29043089 #, sh-format
29073092 "want it to run correctly with $APPLICATION_TITLE"
29083093 msgstr ""
29093094
3095 #: PlayOnLinux_Scripts/Watchtower_library_:49
3096 #, sh-format
3097 msgid "File Selection Error"
3098 msgstr ""
3099
3100 #: PlayOnLinux_Scripts/Watchtower_library_:49
3101 #, sh-format
3102 msgid ""
3103 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3104 msgstr ""
3105
29103106 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29113107 #, sh-format
29123108 msgid ""
29233119 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29243120 #, sh-format
29253121 msgid ""
2926 "Attention: After installation is complete, the patcher will load. Please "
2927 "close the patcher before logging in or finish updating to complete the "
2928 "installation. After this, you can run \"$TITLE\" when setup is done"
3122 "Attention:After installation is complete, the patcher will load. After, go "
3123 "to the top right of the patcher and click the wrench, Then Un-check the box "
3124 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3125 "minuite. When finished with this, please close the patcher before logging in "
3126 "or finish updating to complete the installation. After this, you can run "
3127 "\"$TITLE\" when setup is done"
29293128 msgstr ""
29303129
29313130 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29663165 "Please insert game media 5 into your disk drive\\nif not already done."
29673166 msgstr ""
29683167
3168 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3169 #, sh-format
3170 msgid "Which region version of World of Warplanes would you like to install?"
3171 msgstr ""
3172
3173 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3174 #, sh-format
3175 msgid ""
3176 "Attention:After installation is complete, the patcher will load. After, go "
3177 "to the top right of the patcher and click the wrench, Then Un-check the box "
3178 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3179 "minute. When finished with this, please close the patcher before logging in "
3180 "or finish updating to complete the installation. After this, you can run "
3181 "\"$TITLE\" when setup is done"
3182 msgstr ""
3183
29693184 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29703185 #, sh-format
29713186 msgid ""
30133228 msgid "Please select the 32bit version of iTunes"
30143229 msgstr ""
30153230
3016 #: PlayOnLinux_Scripts/osu_:45
3231 #: PlayOnLinux_Scripts/osu_:46
30173232 #, sh-format
30183233 msgid ""
30193234 "Press next to start the updater. When the updater is finished, close it "
30333248 "resolution when rFactor Config comes up."
30343249 msgstr ""
30353250
3036 #: bash/bug_report:31
3251 #: bash/bug_report:32
30373252 #, sh-format
30383253 msgid "Report a bug"
30393254 msgstr ""
30403255
3041 #: bash/bug_report:36
3256 #: bash/bug_report:37
30423257 #, sh-format
30433258 msgid ""
30443259 "Please give the more details as you can, otherwise, it will be very "
30453260 "difficult to help you"
30463261 msgstr ""
30473262
3048 #: bash/bug_report:36
3263 #: bash/bug_report:37
30493264 #, sh-format
30503265 msgid ""
30513266 "This wizard will help you to report a bug about an officially supported "
30523267 "program."
30533268 msgstr ""
30543269
3055 #: bash/bug_report:40
3270 #: bash/bug_report:41
30563271 #, sh-format
30573272 msgid ""
30583273 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30593274 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30603275 msgstr ""
30613276
3062 #: bash/bug_report:46
3277 #: bash/bug_report:47
30633278 #, sh-format
30643279 msgid "I have a problem with a software"
30653280 msgstr ""
30663281
3067 #: bash/bug_report:46
3282 #: bash/bug_report:47
30683283 #, sh-format
30693284 msgid "My problem concerns $APPLICATION_TITLE itself"
30703285 msgstr ""
30713286
3072 #: bash/bug_report:46
3287 #: bash/bug_report:47
30733288 #, sh-format
30743289 msgid "What kind of problem do you have?"
30753290 msgstr ""
30763291
3077 #: bash/bug_report:50
3292 #: bash/bug_report:51
30783293 #, sh-format
30793294 msgid "Don't join any log file"
30803295 msgstr ""
30813296
3082 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3297 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30833298 #: bash/manual_install:120 bash/manual_install:219
30843299 #, sh-format
30853300 msgid "Manual installation"
30863301 msgstr ""
30873302
3088 #: bash/bug_report:54 bash/run_exe:24
3303 #: bash/bug_report:55 bash/run_exe:24
30893304 #, sh-format
30903305 msgid "Automatic installation"
30913306 msgstr ""
30923307
3093 #: bash/bug_report:65
3308 #: bash/bug_report:66
30943309 #, sh-format
30953310 msgid "Choose the log file corresponding to your software."
30963311 msgstr ""
30973312
3098 #: bash/bug_report:69
3313 #: bash/bug_report:70
30993314 #, sh-format
31003315 msgid "Please give a very short description (title, english only)"
31013316 msgstr ""
31023317
3103 #: bash/bug_report:72
3318 #: bash/bug_report:73
31043319 #, sh-format
31053320 msgid "Please explain your problem clearly (english only):"
31063321 msgstr ""
31073322
3108 #: bash/bug_report:76
3323 #: bash/bug_report:77
31093324 #, sh-format
31103325 msgid "Sorry, we need a detailed description."
31113326 msgstr ""
31123327
3113 #: bash/bug_report:107
3328 #: bash/bug_report:108
31143329 #, sh-format
31153330 msgid ""
31163331 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31523367 msgstr ""
31533368
31543369 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3155 #: python/mainwindow.py:232
3370 #: python/mainwindow.py:234
31563371 #, sh-format
31573372 msgid "Run a local script"
31583373 msgstr "একটি লোকাল স্ক্রীপ্ট রান করুন"
32763491 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32773492 msgstr ""
32783493
3279 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3494 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32803495 #, sh-format
32813496 msgid "$APPLICATION_TITLE first use"
32823497 msgstr ""
32833498
3284 #: bash/first_use:240
3499 #: bash/first_use:242
32853500 #, sh-format
32863501 msgid "$APPLICATION_TITLE is going to finish its preparation"
32873502 msgstr ""
32883503
3289 #: bash/first_use:240 bash/first_use:243
3504 #: bash/first_use:242 bash/first_use:245
32903505 #, sh-format
32913506 msgid "Please ensure you are connected to the internet."
32923507 msgstr ""
32933508
3294 #: bash/first_use:243
3509 #: bash/first_use:245
32953510 #, sh-format
32963511 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32973512 msgstr ""
32983513
3299 #: bash/first_use:243
3514 #: bash/first_use:245
33003515 #, sh-format
33013516 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33023517 msgstr ""
33033518
3304 #: bash/first_use:253
3519 #: bash/first_use:255
33053520 #, sh-format
33063521 msgid "Error while installing fonts"
33073522 msgstr ""
33083523
3309 #: bash/first_use:271
3524 #: bash/first_use:273
33103525 #, sh-format
33113526 msgid "Enjoy using $APPLICATION_TITLE"
33123527 msgstr ""
34183633 msgid "Use another version of Wine"
34193634 msgstr ""
34203635
3421 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3422 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3636 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3637 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34233638 #, sh-format
34243639 msgid "Configure Wine"
34253640 msgstr "ওয়াইন কনফিগার করুন"
34393654 msgid "What would you like to do before installation?"
34403655 msgstr ""
34413656
3442 #: bash/manual_install:230 lib/scripts.lib:437
3657 #: bash/manual_install:231 lib/scripts.lib:438
34433658 #, sh-format
34443659 msgid "Please make your choice"
34453660 msgstr ""
34463661
3447 #: bash/manual_install:258
3662 #: bash/manual_install:259
34483663 #, sh-format
34493664 msgid "Looking for runnable CD-ROMs"
34503665 msgstr ""
34513666
3452 #: bash/manual_install:281
3667 #: bash/manual_install:282
34533668 #, sh-format
34543669 msgid "Select another file"
34553670 msgstr ""
34563671
3457 #: bash/manual_install:289
3672 #: bash/manual_install:290
34583673 #, sh-format
34593674 msgid "Please choose a way to install your program"
34603675 msgstr ""
34613676
3462 #: bash/manual_install:298
3677 #: bash/manual_install:299
34633678 #, sh-format
34643679 msgid "Please select the install file to run."
34653680 msgstr ""
34663681
3467 #: bash/manual_install:328
3682 #: bash/manual_install:329
34683683 #, sh-format
34693684 msgid "You must choose a file!"
34703685 msgstr ""
34713686
3472 #: bash/manual_install:334
3687 #: bash/manual_install:335
34733688 #, sh-format
34743689 msgid "$APPLICATION_TITLE is installing your application..."
34753690 msgstr ""
35473762 msgid "Extracting: "
35483763 msgstr ""
35493764
3550 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3765 #: bash/playonlinux-pkg:111
35513766 #, sh-format
35523767 msgid "Running..."
35533768 msgstr ""
35573772 msgid "Cleaning..."
35583773 msgstr ""
35593774
3560 #: bash/playonlinux_online:32
3561 #, sh-format
3562 msgid ""
3563 "This is the list of the scripts you sent to us. You can run one of them"
3564 msgstr ""
3565
3566 #: bash/playonlinux_online:42
3567 #, sh-format
3568 msgid "You do not seems to have any personal script"
3569 msgstr ""
3570
3571 #: bash/playonlinux_online:47
3572 #, sh-format
3573 msgid ""
3574 "If you have successfully installed a program with 'Install a non-listed\\"
3575 "nsoftware' button, it will allow you to add this program in our list"
3576 msgstr ""
3577
3578 #: bash/playonlinux_online:47
3579 #, sh-format
3580 msgid "This tools will allow you to help us :"
3581 msgstr ""
3582
3583 #: bash/playonlinux_online:47
3584 #, sh-format
3585 msgid ""
3586 "We're going to ask you some questions, please be as much accurate as\\"
3587 "npossible"
3588 msgstr ""
3589
3590 #: bash/playonlinux_online:55
3591 #, sh-format
3592 msgid "Choose the file corresponding to your program."
3593 msgstr ""
3594
3595 #: bash/playonlinux_online:59
3596 #, sh-format
3597 msgid "Does your program run?"
3598 msgstr ""
3599
3600 #: bash/playonlinux_online:62
3601 #, sh-format
3602 msgid "What is the title of your program?"
3603 msgstr ""
3604
3605 #: bash/playonlinux_online:64
3606 #, sh-format
3607 msgid "What is the editor of your program?"
3608 msgstr ""
3609
3610 #: bash/playonlinux_online:66
3611 #, sh-format
3612 msgid "What is the editor website of your program?"
3613 msgstr ""
3614
3615 #: bash/playonlinux_online:69 python/install.py:210
3616 #, sh-format
3617 msgid "Accessories"
3618 msgstr ""
3619
3620 #: bash/playonlinux_online:69 python/install.py:211
3621 #, sh-format
3622 msgid "Development"
3623 msgstr ""
3624
3625 #: bash/playonlinux_online:69 python/install.py:212
3626 #, sh-format
3627 msgid "Education"
3628 msgstr ""
3629
3630 #: bash/playonlinux_online:69 python/install.py:213
3631 #, sh-format
3632 msgid "Games"
3633 msgstr ""
3634
3635 #: bash/playonlinux_online:69 python/install.py:214
3636 #, sh-format
3637 msgid "Graphics"
3638 msgstr ""
3639
3640 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3641 #: python/options.py:384
3642 #, sh-format
3643 msgid "Internet"
3644 msgstr ""
3645
3646 #: bash/playonlinux_online:69 python/install.py:216
3647 #, sh-format
3648 msgid "Multimedia"
3649 msgstr ""
3650
3651 #: bash/playonlinux_online:69 python/install.py:217
3652 #, sh-format
3653 msgid "Office"
3654 msgstr ""
3655
3656 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3657 #, sh-format
3658 msgid "Other"
3659 msgstr ""
3660
3661 #: bash/playonlinux_online:69 python/install.py:219
3662 #, sh-format
3663 msgid "Patches"
3664 msgstr ""
3665
3666 #: bash/playonlinux_online:69
3667 #, sh-format
3668 msgid "Select a category for your program"
3669 msgstr ""
3670
3671 #: bash/playonlinux_online:69 python/install.py:258
3672 #, sh-format
3673 msgid "Testing"
3674 msgstr ""
3675
3676 #: bash/playonlinux_online:72
3677 #, sh-format
3678 msgid ""
3679 "What feature of your program does not work?\\nIf everything works, please "
3680 "mention it"
3681 msgstr ""
3682
3683 #: bash/playonlinux_online:74
3684 #, sh-format
3685 msgid "Write any change you made to wine configuration here:"
3686 msgstr ""
3687
3688 #: bash/playonlinux_online:102
3689 #, sh-format
3690 msgid "You must be able to run this program!"
3691 msgstr ""
3692
3693 #: bash/playonlinux_online:107
3694 #, sh-format
3695 msgid "Run one of your personal scripts"
3696 msgstr ""
3697
3698 #: bash/playonlinux_online:108
3699 #, sh-format
3700 msgid "Send to us a working script generated by manual installation"
3701 msgstr ""
3702
3703 #: bash/playonlinux_online:109
3704 #, sh-format
3705 msgid "Logout"
3706 msgstr ""
3707
3708 #: bash/playonlinux_online:110
3709 #, sh-format
3710 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3711 msgstr ""
3712
3713 #: bash/playonlinux_online:124
3714 #, sh-format
3715 msgid ""
3716 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3717 "safely close this window"
3718 msgstr ""
3719
3720 #: bash/polconfigurator:33
3775 #: bash/polconfigurator:34
37213776 #, sh-format
37223777 msgid "Killing programs in the virtual drive..."
37233778 msgstr ""
37243779
3725 #: bash/polconfigurator:79
3780 #: bash/polconfigurator:86
37263781 #, sh-format
37273782 msgid "Icon selection"
37283783 msgstr ""
37293784
3730 #: bash/polconfigurator:79
3785 #: bash/polconfigurator:86
37313786 #, sh-format
37323787 msgid "Please select an icon file"
37333788 msgstr ""
37343789
3735 #: bash/polconfigurator:86
3790 #: bash/polconfigurator:93
37363791 #, sh-format
37373792 msgid "Bad file extension"
37383793 msgstr ""
37393794
3740 #: bash/polconfigurator:86
3795 #: bash/polconfigurator:93
37413796 #, sh-format
37423797 msgid "is not an icon extension"
37433798 msgstr ""
37443799
3745 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3746 #: python/mainwindow.py:621
3800 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3801 #: python/mainwindow.py:619
37473802 #, sh-format
37483803 msgid "Registry Editor"
37493804 msgstr "রেজিস্ট্রি সম্পাদক"
37503805
3751 #: bash/polconfigurator:97
3806 #: bash/polconfigurator:104
37523807 #, sh-format
37533808 msgid "Kill all prefix processes"
37543809 msgstr ""
37553810
3756 #: bash/polconfigurator:98
3811 #: bash/polconfigurator:105
37573812 #, sh-format
37583813 msgid "Update wineprefix"
37593814 msgstr ""
37603815
3761 #: bash/polconfigurator:99
3816 #: bash/polconfigurator:106
37623817 #, sh-format
37633818 msgid "Simulate Windows reboot"
37643819 msgstr ""
37653820
3766 #: bash/polconfigurator:100
3821 #: bash/polconfigurator:107
37673822 #, sh-format
37683823 msgid "Use Advanced Wine Configuration plugin"
37693824 msgstr ""
37703825
3771 #: bash/polconfigurator:101
3826 #: bash/polconfigurator:108
37723827 #, sh-format
37733828 msgid "Use PlayOnLinux's configurator for"
37743829 msgstr ""
37753830
3776 #: bash/polconfigurator:103
3831 #: bash/polconfigurator:110
37773832 #, sh-format
37783833 msgid "Change the icon"
37793834 msgstr ""
37803835
3781 #: bash/polconfigurator:104
3836 #: bash/polconfigurator:111
37823837 #, sh-format
37833838 msgid "Use WineTricks"
37843839 msgstr ""
37853840
3786 #: bash/polconfigurator:123
3841 #: bash/polconfigurator:130
37873842 #, sh-format
37883843 msgid "Please choose an action to perform"
37893844 msgstr ""
38333888 msgid "Please choose a CD-ROM to eject"
38343889 msgstr ""
38353890
3836 #: bash/run_app:83
3891 #: bash/run_app:85
38373892 #, sh-format
38383893 msgid "Please choose a software to run"
38393894 msgstr ""
38403895
3841 #: bash/run_app:114
3896 #: bash/run_app:116
38423897 #, sh-format
38433898 msgid "$APPLICATION_TITLE debugger is starting..."
38443899 msgstr ""
38453900
3846 #: bash/run_app:117
3901 #: bash/run_app:119
38473902 #, sh-format
38483903 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38493904 msgstr ""
38503905
3851 #: bash/run_app:119
3906 #: bash/run_app:121
38523907 #, sh-format
38533908 msgid "$PACKAGE crashed."
38543909 msgstr ""
39043959 msgstr ""
39053960
39063961 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3907 #: lib/playonlinux.lib:717
3962 #: lib/playonlinux.lib:720
39083963 #, sh-format
39093964 msgid "$APPLICATION_TITLE Uninstaller"
39103965 msgstr ""
39243979 msgid "This wizard will help you to uninstall: "
39253980 msgstr ""
39263981
3927 #: bash/uninstall:65 lib/playonlinux.lib:717
3982 #: bash/uninstall:65 lib/playonlinux.lib:720
39283983 #, sh-format
39293984 msgid "Uninstalling..."
39303985 msgstr ""
39844039 msgstr ""
39854040
39864041 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3987 #: lib/wine.lib:955 lib/wine.lib:1036
4042 #: lib/wine.lib:970 lib/wine.lib:1051
39884043 #, sh-format
39894044 msgid "Please wait while the virtual drive is being created..."
39904045 msgstr ""
39994054 msgid "Setting Program Files var"
40004055 msgstr ""
40014056
4002 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4003 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4057 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4058 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40044059 #, sh-format
40054060 msgid "This function is disabled in the PlayOnlinux environment."
40064061 msgstr ""
40074062
4008 #: lib/playonlinux.lib:334
4063 #: lib/playonlinux.lib:336
40094064 #, sh-format
40104065 msgid ""
40114066 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40134068 "responsible from it.\\nPlease ensure you know what you are doing !"
40144069 msgstr ""
40154070
4016 #: lib/playonlinux.lib:335
4071 #: lib/playonlinux.lib:337
40174072 #, sh-format
40184073 msgid "Here the source code of the script. Check it carefully"
40194074 msgstr ""
40204075
4021 #: lib/playonlinux.lib:357
4076 #: lib/playonlinux.lib:359
40224077 #, sh-format
40234078 msgid ""
40244079 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40264081 "responsible from it.\\nPlease ensure you know what you are doing!"
40274082 msgstr ""
40284083
4029 #: lib/playonlinux.lib:358
4084 #: lib/playonlinux.lib:360
40304085 #, sh-format
40314086 msgid "External library"
40324087 msgstr ""
40334088
4034 #: lib/playonlinux.lib:358
4089 #: lib/playonlinux.lib:360
40354090 #, sh-format
40364091 msgid "Here the source code of the script. Check it carrefully"
40374092 msgstr ""
40384093
4039 #: lib/playonlinux.lib:591
4094 #: lib/playonlinux.lib:593
40404095 #, sh-format
40414096 msgid "Making shortcut..."
40424097 msgstr ""
40434098
4044 #: lib/playonlinux.lib:715
4099 #: lib/playonlinux.lib:718
40454100 #, sh-format
40464101 msgid "Do you want to delete the virtual drive:"
40474102 msgstr ""
40484103
4049 #: lib/playonlinux.lib:826
4104 #: lib/playonlinux.lib:831
40504105 #, sh-format
40514106 msgid ""
40524107 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40534108 "from working\\n\\n$FilePath"
40544109 msgstr ""
40554110
4056 #: lib/playonlinux.lib:827
4111 #: lib/playonlinux.lib:832
40574112 #, sh-format
40584113 msgid ""
40594114 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40604115 "from working\\n\\n$FilePath"
40614116 msgstr ""
40624117
4063 #: lib/playonlinux.lib:828
4118 #: lib/playonlinux.lib:833
40644119 #, sh-format
40654120 msgid ""
40664121 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40674122 "from working\\n\\n$FilePath"
40684123 msgstr ""
40694124
4070 #: lib/playonlinux.lib:829
4125 #: lib/playonlinux.lib:834
40714126 #, sh-format
40724127 msgid ""
40734128 "The following file is located on a noexec mounted filesystem.\\nIt might "
40744129 "prevent wine from working\\n\\n$FilePath"
40754130 msgstr ""
40764131
4077 #: lib/plugins.lib:65
4132 #: lib/plugins.lib:66
40784133 #, sh-format
40794134 msgid "Checking plugin: "
40804135 msgstr ""
40814136
4082 #: lib/plugins.lib:93
4137 #: lib/plugins.lib:94
40834138 #, sh-format
40844139 msgid "New: "
40854140 msgstr ""
40864141
4087 #: lib/plugins.lib:93
4142 #: lib/plugins.lib:94
40884143 #, sh-format
40894144 msgid "Updating plugin. Previous: "
40904145 msgstr ""
40914146
4092 #: lib/plugins.lib:112
4147 #: lib/plugins.lib:113
40934148 #, sh-format
40944149 msgid "Installing plugin: "
40954150 msgstr ""
41064161 msgid "Function override detected, disabling bug reporting"
41074162 msgstr ""
41084163
4109 #: lib/scripts.lib:499 lib/scripts.lib:565
4164 #: lib/scripts.lib:500 lib/scripts.lib:566
41104165 #, sh-format
41114166 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41124167 msgstr ""
41134168
4114 #: lib/scripts.lib:501 lib/scripts.lib:784
4169 #: lib/scripts.lib:502 lib/scripts.lib:785
41154170 #, sh-format
41164171 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41174172 msgstr ""
41184173
4119 #: lib/scripts.lib:503 lib/scripts.lib:570
4174 #: lib/scripts.lib:504 lib/scripts.lib:571
41204175 #, sh-format
41214176 msgid "An error happened during download."
41224177 msgstr ""
41234178
4124 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4125 #: lib/scripts.lib:586
4179 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4180 #: lib/scripts.lib:587
41264181 #, sh-format
41274182 msgid "Do you want to retry?"
41284183 msgstr ""
41294184
4130 #: lib/scripts.lib:522 lib/scripts.lib:586
4185 #: lib/scripts.lib:523 lib/scripts.lib:587
41314186 #, sh-format
41324187 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41334188 msgstr ""
41344189
4135 #: lib/scripts.lib:689
4190 #: lib/scripts.lib:690
41364191 #, sh-format
41374192 msgid ""
41384193 "7z not installed, please check that you have 7zip installed and try again"
41394194 msgstr ""
41404195
4141 #: lib/scripts.lib:696
4196 #: lib/scripts.lib:697
41424197 #, sh-format
41434198 msgid "Failed to locate ${dest} from ${archive}"
41444199 msgstr ""
41454200
4146 #: lib/scripts.lib:700
4201 #: lib/scripts.lib:701
41474202 #, sh-format
41484203 msgid "Extracting ${filename} from ${archivename}"
41494204 msgstr ""
41504205
4151 #: lib/scripts.lib:715
4206 #: lib/scripts.lib:716
41524207 #, sh-format
41534208 msgid "Extracted file size does not match!"
41544209 msgstr ""
41554210
4156 #: lib/scripts.lib:746
4211 #: lib/scripts.lib:747
41574212 #, sh-format
41584213 msgid "Copying ${filename}"
41594214 msgstr ""
41604215
4161 #: lib/scripts.lib:759
4216 #: lib/scripts.lib:760
41624217 #, sh-format
41634218 msgid "File size does not match!"
41644219 msgstr ""
41654220
4166 #: lib/scripts.lib:903
4221 #: lib/scripts.lib:904
41674222 #, sh-format
41684223 msgid ""
41694224 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41704225 "n$APPLICATION_TITLE $NEEDED is required."
41714226 msgstr ""
41724227
4173 #: lib/scripts.lib:918
4228 #: lib/scripts.lib:919
41744229 #, sh-format
41754230 msgid ""
41764231 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41774232 "$NEEDED is recommended to continue."
41784233 msgstr ""
41794234
4180 #: lib/scripts.lib:949
4235 #: lib/scripts.lib:950
41814236 #, sh-format
41824237 msgid "$AUTHOR profile"
41834238 msgstr ""
42244279 "again."
42254280 msgstr ""
42264281
4227 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4282 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42284283 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42294284 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42304285 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42354290 #: lib/setupwindow.lib:348
42364291 #, sh-format
42374292 msgid "Where is mounted your CD-ROM?"
4293 msgstr ""
4294
4295 #: lib/setupwindow.lib:349 python/install.py:218
4296 #, sh-format
4297 msgid "Other"
42384298 msgstr ""
42394299
42404300 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43554415 msgid "I don't want to make another shortcut"
43564416 msgstr ""
43574417
4358 #: lib/setupwindow.lib:711 python/guiv3.py:158
4418 #: lib/setupwindow.lib:711 python/guiv3.py:163
43594419 #, sh-format
43604420 msgid "Browse"
4421 msgstr ""
4422
4423 #: lib/setupwindow.lib:739
4424 #, sh-format
4425 msgid "A shortcut by that name already exists, overwrite?"
43614426 msgstr ""
43624427
43634428 #: lib/website.lib:29
43774442 "valid."
43784443 msgstr ""
43794444
4380 #: lib/wine.lib:367
4445 #: lib/wine.lib:371
43814446 #, sh-format
43824447 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43834448 msgstr ""
43844449
4385 #: lib/wine.lib:373
4450 #: lib/wine.lib:377
43864451 #, sh-format
43874452 msgid "Select the main videocard to report:"
43884453 msgstr ""
43894454
4390 #: lib/wine.lib:538 lib/wine.lib:703
4455 #: lib/wine.lib:549 lib/wine.lib:714
43914456 #, sh-format
43924457 msgid ""
43934458 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43944459 "message"
43954460 msgstr ""
43964461
4397 #: lib/wine.lib:763
4462 #: lib/wine.lib:775
43984463 #, sh-format
43994464 msgid "Unable to find version: "
44004465 msgstr ""
44014466
4402 #: lib/wine.lib:769 lib/wine.lib:770
4467 #: lib/wine.lib:781 lib/wine.lib:782
44034468 #, sh-format
44044469 msgid "Downloading Wine: "
44054470 msgstr ""
44064471
4407 #: lib/wine.lib:779
4472 #: lib/wine.lib:791
44084473 #, sh-format
44094474 msgid "The download seems to have failed."
44104475 msgstr ""
44114476
4412 #: lib/wine.lib:781
4477 #: lib/wine.lib:793
44134478 #, sh-format
44144479 msgid "Extracting Wine..."
44154480 msgstr ""
44164481
4417 #: lib/wine.lib:961
4482 #: lib/wine.lib:976
44184483 #, sh-format
44194484 msgid "Overwrite (usually works, no guarantee)"
44204485 msgstr ""
44214486
4422 #: lib/wine.lib:962
4487 #: lib/wine.lib:977
44234488 #, sh-format
44244489 msgid "Erase (virtual drive content will be lost)"
44254490 msgstr ""
44264491
4427 #: lib/wine.lib:976
4492 #: lib/wine.lib:991
44284493 #, sh-format
44294494 msgid "The target virtual drive $PREFNAME already exists:"
44304495 msgstr ""
44314496
4432 #: lib/wine.lib:1156 lib/wine.lib:1186
4497 #: lib/wine.lib:1171 lib/wine.lib:1201
44334498 #, sh-format
44344499 msgid "Please wait while $SOFTNAME is installed..."
44354500 msgstr ""
44364501
4437 #: lib/wine.lib:1160 lib/wine.lib:1189
4502 #: lib/wine.lib:1175 lib/wine.lib:1204
44384503 #, sh-format
44394504 msgid ""
44404505 "Be careful! This will kill install process. If it is not finished, you will "
44414506 "have to reinstall $SOFTNAME"
44424507 msgstr ""
44434508
4444 #: lib/wine.lib:1160 lib/wine.lib:1189
4509 #: lib/wine.lib:1175 lib/wine.lib:1204
44454510 #, sh-format
44464511 msgid "Install is done"
44474512 msgstr ""
44484513
4449 #: lib/wine.lib:1193 lib/wine.lib:1194
4514 #: lib/wine.lib:1208 lib/wine.lib:1209
44504515 #, sh-format
44514516 msgid "Press next only when the installation process is finished"
44524517 msgstr ""
44534518
4454 #: lib/wine.lib:1202
4519 #: lib/wine.lib:1217
44554520 #, sh-format
44564521 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44574522 msgstr ""
44654530 "associated"
44664531 msgstr ""
44674532
4468 #: python/configure.py:197 python/configure.py:694
4533 #: python/configure.py:196 python/configure.py:703
44694534 msgid "General"
44704535 msgstr ""
44714536
4537 #: python/configure.py:199
4538 msgid "Make a new shortcut from this virtual drive"
4539 msgstr ""
4540
44724541 #: python/configure.py:200
4473 msgid "Make a new shortcut from this virtual drive"
4542 msgid "Name"
44744543 msgstr ""
44754544
44764545 #: python/configure.py:201
4477 msgid "Name"
4546 msgid "Wine version"
44784547 msgstr ""
44794548
44804549 #: python/configure.py:202
4481 msgid "Wine version"
4482 msgstr ""
4483
4484 #: python/configure.py:203
44854550 msgid "Debug flags"
44864551 msgstr ""
44874552
4488 #: python/configure.py:205
4553 #: python/configure.py:204
44894554 msgid "Virtual drive"
44904555 msgstr ""
44914556
4492 #: python/configure.py:207
4557 #: python/configure.py:206
44934558 msgid "Arguments"
44944559 msgstr ""
44954560
4496 #: python/configure.py:211
4561 #: python/configure.py:210
44974562 msgid "Run configuration wizard"
44984563 msgstr ""
44994564
4500 #: python/configure.py:248
4565 #: python/configure.py:247
45014566 msgid "Windows reboot"
45024567 msgstr ""
45034568
4504 #: python/configure.py:256
4569 #: python/configure.py:255
45054570 msgid "Repair virtual drive"
45064571 msgstr ""
45074572
4508 #: python/configure.py:265
4573 #: python/configure.py:264
45094574 msgid "Command prompt"
45104575 msgstr ""
45114576
4512 #: python/configure.py:272
4577 #: python/configure.py:271
45134578 msgid "Task manager"
45144579 msgstr ""
45154580
4516 #: python/configure.py:280
4581 #: python/configure.py:279
45174582 msgid "Kill processes"
45184583 msgstr ""
45194584
4520 #: python/configure.py:287
4585 #: python/configure.py:286
45214586 msgid "Wine uninstaller"
45224587 msgstr ""
45234588
4524 #: python/configure.py:312
4589 #: python/configure.py:311
45254590 msgid ""
45264591 "Be careful! Installing one of these components can break your virtual drive."
45274592 msgstr ""
45284593
4529 #: python/configure.py:334 python/install.py:285 python/install.py:289
4530 #: python/mainwindow.py:197 python/mainwindow.py:350
4594 #: python/configure.py:333 python/install.py:285 python/install.py:289
4595 #: python/mainwindow.py:199 python/mainwindow.py:348
45314596 msgid "Install"
45324597 msgstr ""
45334598
4534 #: python/configure.py:395
4599 #: python/configure.py:388
45354600 msgid "Open program's directory"
45364601 msgstr ""
45374602
4538 #: python/configure.py:418
4603 #: python/configure.py:411
45394604 msgid "Open virtual drive's directory"
45404605 msgstr ""
45414606
4607 #: python/configure.py:555
4608 msgid "GLSL Support"
4609 msgstr ""
4610
4611 #: python/configure.py:556
4612 msgid "Direct Draw Renderer"
4613 msgstr ""
4614
4615 #: python/configure.py:557
4616 msgid "Video memory size"
4617 msgstr ""
4618
4619 #: python/configure.py:558
4620 msgid "Offscreen rendering mode"
4621 msgstr ""
4622
4623 #: python/configure.py:559
4624 msgid "Render target mode lock"
4625 msgstr ""
4626
45424627 #: python/configure.py:560
4543 msgid "GLSL Support"
4628 msgid "Multisampling"
45444629 msgstr ""
45454630
45464631 #: python/configure.py:561
4547 msgid "Direct Draw Renderer"
4548 msgstr ""
4549
4550 #: python/configure.py:562
4551 msgid "Video memory size"
4552 msgstr ""
4553
4554 #: python/configure.py:563
4555 msgid "Offscreen rendering mode"
4556 msgstr ""
4557
4558 #: python/configure.py:564
4559 msgid "Render target mode lock"
4560 msgstr ""
4561
4562 #: python/configure.py:565
4563 msgid "Multisampling"
4564 msgstr ""
4565
4566 #: python/configure.py:566
45674632 msgid "Strict Draw Ordering"
45684633 msgstr ""
45694634
4570 #: python/configure.py:576
4635 #: python/configure.py:571
45714636 msgid "Mouse warp override"
45724637 msgstr ""
45734638
4574 #: python/configure.py:578
4639 #: python/configure.py:573
45754640 msgid "Open a shell"
45764641 msgstr ""
45774642
4578 #: python/configure.py:579
4643 #: python/configure.py:574
45794644 msgid "Run a .exe file in this virtual drive"
45804645 msgstr ""
45814646
4582 #: python/configure.py:580
4647 #: python/configure.py:575
45834648 msgid "Command to exec before running the program"
45844649 msgstr ""
45854650
4586 #: python/configure.py:591
4651 #: python/configure.py:585
4652 msgid ""
4653 "Warning:\n"
4654 "\n"
4655 "Any program still running in this virtual drive will be terminated before "
4656 "Wine version is changed.\n"
4657 "Are you sure you want to continue?"
4658 msgstr ""
4659
4660 #: python/configure.py:596
45874661 msgid ""
45884662 "Be careful!\n"
45894663 "If you change "
45904664 msgstr ""
45914665
4592 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4666 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45934667 msgid "{0} configuration"
45944668 msgstr ""
45954669
4596 #: python/configure.py:659
4670 #: python/configure.py:664
45974671 msgid "Please select a program or a virtual drive to configure"
45984672 msgstr ""
45994673
4600 #: python/configure.py:677 python/options.py:280
4674 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46014675 msgid "New"
46024676 msgstr ""
46034677
4604 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4605 #: python/mainwindow.py:596 python/options.py:207
4678 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4679 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46064680 msgid "Remove"
46074681 msgstr ""
46084682
4609 #: python/configure.py:696
4683 #: python/configure.py:705
46104684 msgid "Install components"
46114685 msgstr ""
46124686
4613 #: python/configure.py:697 python/mainwindow.py:332
4687 #: python/configure.py:706 python/mainwindow.py:330
46144688 msgid "Display"
46154689 msgstr ""
46164690
4617 #: python/configure.py:698
4691 #: python/configure.py:707
46184692 msgid "Miscellaneous"
46194693 msgstr ""
46204694
4621 #: python/configure.py:726
4695 #: python/configure.py:735
46224696 msgid "This virtual drive is protected"
46234697 msgstr ""
46244698
4625 #: python/configure.py:728
4699 #: python/configure.py:737
46264700 msgid "Are you sure you want to delete {0} virtual drive ?"
46274701 msgstr ""
46284702
4629 #: python/configure.py:735
4703 #: python/configure.py:744
46304704 msgid "Are you sure you want to delete {0} ?"
46314705 msgstr ""
46324706
4633 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4634 #: python/mainwindow.py:997
4707 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4708 #: python/mainwindow.py:995
46354709 msgid "{0} debugger"
46364710 msgstr ""
46374711
46394713 msgid "Please select a debug file"
46404714 msgstr ""
46414715
4642 #: python/debug.py:76
4716 #: python/debug.py:78
46434717 msgid "Locate this logfile"
46444718 msgstr ""
46454719
4646 #: python/debug.py:99
4720 #: python/debug.py:101
46474721 msgid "The file is named : {0}"
46484722 msgstr ""
46494723
4650 #: python/debug.py:153 python/debug.py:207
4724 #: python/debug.py:189 python/debug.py:245
46514725 msgid "Virtual drives"
46524726 msgstr ""
46534727
4654 #: python/debug.py:184
4728 #: python/debug.py:222
46554729 msgid "Report a problem about {0}"
46564730 msgstr ""
46574731
4658 #: python/debug.py:206
4732 #: python/debug.py:244
46594733 msgid "Install scripts"
46604734 msgstr ""
46614735
46804754 msgid "Next"
46814755 msgstr ""
46824756
4683 #: python/guiv3.py:166
4757 #: python/guiv3.py:171
46844758 msgid "I Agree"
46854759 msgstr ""
46864760
4687 #: python/guiv3.py:167
4761 #: python/guiv3.py:172
46884762 msgid "Show virtual drives"
46894763 msgstr ""
46904764
4691 #: python/guiv3.py:188
4765 #: python/guiv3.py:193
46924766 msgid "Login: "
46934767 msgstr ""
46944768
4695 #: python/guiv3.py:189
4769 #: python/guiv3.py:194
46964770 msgid "Password: "
46974771 msgstr ""
46984772
4699 #: python/guiv3.py:192
4773 #: python/guiv3.py:197
47004774 msgid "Register"
47014775 msgstr ""
47024776
4703 #: python/guiv3.py:288
4777 #: python/guiv3.py:302
47044778 msgid "MB downloaded"
47054779 msgstr ""
47064780
4707 #: python/guiv3.py:288
4781 #: python/guiv3.py:302
47084782 msgid "of"
47094783 msgstr ""
47104784
4711 #: python/guiv3.py:749
4785 #: python/guiv3.py:769
47124786 msgid "You cannot close this window"
47134787 msgstr ""
47144788
47164790 msgid "No description"
47174791 msgstr ""
47184792
4719 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4793 #: python/install.py:210
4794 msgid "Accessories"
4795 msgstr ""
4796
4797 #: python/install.py:211
4798 msgid "Development"
4799 msgstr ""
4800
4801 #: python/install.py:212
4802 msgid "Education"
4803 msgstr ""
4804
4805 #: python/install.py:213
4806 msgid "Games"
4807 msgstr ""
4808
4809 #: python/install.py:214
4810 msgid "Graphics"
4811 msgstr ""
4812
4813 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4814 msgid "Internet"
4815 msgstr ""
4816
4817 #: python/install.py:216
4818 msgid "Multimedia"
4819 msgstr ""
4820
4821 #: python/install.py:217
4822 msgid "Office"
4823 msgstr ""
4824
4825 #: python/install.py:219
4826 msgid "Patches"
4827 msgstr ""
4828
4829 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47204830 msgid "Search"
47214831 msgstr ""
47224832
47234833 #: python/install.py:252
47244834 msgid "Include:"
4835 msgstr ""
4836
4837 #: python/install.py:258
4838 msgid "Testing"
47254839 msgstr ""
47264840
47274841 #: python/install.py:263
47754889 "used for piracy purposes we won't give any support on this matter."
47764890 msgstr ""
47774891
4778 #: python/irc.py:137
4892 #: python/irc.py:139
47794893 msgid "Send"
47804894 msgstr ""
47814895
4782 #: python/irc.py:138
4896 #: python/irc.py:140
47834897 msgid "Connect"
47844898 msgstr ""
47854899
4786 #: python/irc.py:139
4900 #: python/irc.py:141
47874901 msgid "Disconnect"
47884902 msgstr ""
47894903
4790 #: python/irc.py:140
4904 #: python/irc.py:142
47914905 msgid "Leave"
47924906 msgstr ""
47934907
4794 #: python/irc.py:227
4908 #: python/irc.py:229
47954909 msgid "Join a channel"
47964910 msgstr ""
47974911
4798 #: python/irc.py:257 python/mainwindow.py:725
4912 #: python/irc.py:259 python/mainwindow.py:723
47994913 msgid "Messenger"
48004914 msgstr ""
48014915
4802 #: python/irc.py:273
4916 #: python/irc.py:275
48034917 msgid ""
48044918 "If you close this window, you cannot read further replies. Are you sure that "
48054919 "you want to close it?"
48244938 msgid "{0} error"
48254939 msgstr ""
48264940
4827 #: python/mainwindow.py:73
4941 #: python/mainwindow.py:75
48284942 msgid "{0} website is unavailable. Please check your connection"
48294943 msgstr ""
48304944
4831 #: python/mainwindow.py:75
4945 #: python/mainwindow.py:77
48324946 msgid "Refreshing {0}"
48334947 msgstr ""
48344948
4835 #: python/mainwindow.py:90 python/mainwindow.py:92
4949 #: python/mainwindow.py:92 python/mainwindow.py:94
48364950 msgid "An updated version of {0} is available"
48374951 msgstr ""
48384952
4839 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4953 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48404954 msgid "Run"
48414955 msgstr ""
48424956
4843 #: python/mainwindow.py:200
4957 #: python/mainwindow.py:202
48444958 msgid "Donate"
48454959 msgstr ""
48464960
4847 #: python/mainwindow.py:201
4961 #: python/mainwindow.py:203
48484962 msgid "Exit"
48494963 msgstr ""
48504964
4851 #: python/mainwindow.py:205
4965 #: python/mainwindow.py:207
48524966 msgid "Small icons"
48534967 msgstr ""
48544968
4855 #: python/mainwindow.py:206
4969 #: python/mainwindow.py:208
48564970 msgid "Medium icons"
48574971 msgstr ""
48584972
4859 #: python/mainwindow.py:207
4973 #: python/mainwindow.py:209
48604974 msgid "Large icons"
48614975 msgstr ""
48624976
4863 #: python/mainwindow.py:208
4977 #: python/mainwindow.py:210
48644978 msgid "Very large icons"
48654979 msgstr ""
48664980
4867 #: python/mainwindow.py:220
4981 #: python/mainwindow.py:222
48684982 msgid "Manage Wine versions"
48694983 msgstr ""
48704984
4871 #: python/mainwindow.py:226
4985 #: python/mainwindow.py:228
48724986 msgid "Read a PC CD-Rom"
48734987 msgstr ""
48744988
4875 #: python/mainwindow.py:236
4989 #: python/mainwindow.py:238
48764990 msgid "Close all {0} software"
48774991 msgstr ""
48784992
4879 #: python/mainwindow.py:240
4993 #: python/mainwindow.py:242
48804994 msgid "{0} console"
48814995 msgstr ""
48824996
4883 #: python/mainwindow.py:250
4997 #: python/mainwindow.py:248
48844998 msgid "{0} messenger"
48854999 msgstr ""
48865000
4887 #: python/mainwindow.py:266 python/options.py:388
5001 #: python/mainwindow.py:264 python/options.py:388
48885002 msgid "File associations"
48895003 msgstr ""
48905004
4891 #: python/mainwindow.py:273
5005 #: python/mainwindow.py:271
48925006 msgid "About {0}"
48935007 msgstr ""
48945008
4895 #: python/mainwindow.py:302 python/mainwindow.py:306
5009 #: python/mainwindow.py:300 python/mainwindow.py:304
48965010 msgid "Plugin manager"
48975011 msgstr ""
48985012
5013 #: python/mainwindow.py:329
5014 msgid "File"
5015 msgstr ""
5016
48995017 #: python/mainwindow.py:331
4900 msgid "File"
4901 msgstr ""
4902
4903 #: python/mainwindow.py:333
49045018 msgid "Tools"
49055019 msgstr ""
49065020
4907 #: python/mainwindow.py:334 python/mainwindow.py:723
5021 #: python/mainwindow.py:332 python/mainwindow.py:721
49085022 msgid "Settings"
49095023 msgstr ""
49105024
4911 #: python/mainwindow.py:335 python/options.py:387
5025 #: python/mainwindow.py:333 python/options.py:387
49125026 msgid "Plugins"
49135027 msgstr ""
49145028
4915 #: python/mainwindow.py:347 python/mainwindow.py:739
5029 #: python/mainwindow.py:345 python/mainwindow.py:737
49165030 msgid "Close"
49175031 msgstr ""
49185032
4919 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5033 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49205034 msgid "Configure"
49215035 msgstr ""
49225036
4923 #: python/mainwindow.py:584
5037 #: python/mainwindow.py:582
49245038 msgid "Open the application's directory"
49255039 msgstr ""
49265040
4927 #: python/mainwindow.py:588 python/mainwindow.py:753
5041 #: python/mainwindow.py:586 python/mainwindow.py:751
49285042 msgid "Read the manual"
49295043 msgstr ""
49305044
4931 #: python/mainwindow.py:592
5045 #: python/mainwindow.py:590
49325046 msgid "Set the icon"
49335047 msgstr ""
49345048
4935 #: python/mainwindow.py:600
5049 #: python/mainwindow.py:598
49365050 msgid "Close this application"
49375051 msgstr ""
49385052
4939 #: python/mainwindow.py:611
5053 #: python/mainwindow.py:609
49405054 msgid "KillApp"
49415055 msgstr ""
49425056
4943 #: python/mainwindow.py:618
5057 #: python/mainwindow.py:616
49445058 msgid "No manual found for {0}"
49455059 msgstr ""
49465060
4947 #: python/mainwindow.py:721
5061 #: python/mainwindow.py:719
49485062 msgid "Install a program"
49495063 msgstr ""
49505064
4951 #: python/mainwindow.py:728
5065 #: python/mainwindow.py:726
49525066 msgid "Update GIT"
49535067 msgstr ""
49545068
4955 #: python/mainwindow.py:731
5069 #: python/mainwindow.py:729
49565070 msgid "Update instructions"
49575071 msgstr ""
49585072
5073 #: python/mainwindow.py:739
5074 msgid "Debug"
5075 msgstr ""
5076
49595077 #: python/mainwindow.py:741
4960 msgid "Debug"
4961 msgstr ""
4962
4963 #: python/mainwindow.py:743
49645078 msgid "Report a problem"
49655079 msgstr ""
49665080
5081 #: python/mainwindow.py:745
5082 msgid "Create a shortcut"
5083 msgstr ""
5084
49675085 #: python/mainwindow.py:747
4968 msgid "Create a shortcut"
4969 msgstr ""
4970
4971 #: python/mainwindow.py:749
49725086 msgid "Open the directory"
49735087 msgstr ""
49745088
4975 #: python/mainwindow.py:755
5089 #: python/mainwindow.py:753
49765090 msgid "Save"
49775091 msgstr ""
49785092
4979 #: python/mainwindow.py:758
5093 #: python/mainwindow.py:756
49805094 msgid "Uninstall"
49815095 msgstr ""
49825096
4983 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5097 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5098 #: python/mainwindow.py:1001
5099 msgid "Please select a program."
5100 msgstr ""
5101
5102 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5103 msgid "{0} settings"
5104 msgstr ""
5105
5106 #: python/mainwindow.py:963
5107 msgid "{0} install menu"
5108 msgstr ""
5109
5110 #: python/mainwindow.py:972
5111 msgid "{0} wine versions manager"
5112 msgstr ""
5113
49845114 #: python/mainwindow.py:1003
4985 msgid "Please select a program."
4986 msgstr ""
4987
4988 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4989 msgid "{0} settings"
4990 msgstr ""
4991
4992 #: python/mainwindow.py:965
4993 msgid "{0} install menu"
4994 msgstr ""
4995
4996 #: python/mainwindow.py:974
4997 msgid "{0} wine versions manager"
4998 msgstr ""
4999
5000 #: python/mainwindow.py:1005
50015115 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50025116 msgstr ""
50035117
51035217 "These information will be very precious for us to help people."
51045218 msgstr ""
51055219
5106 #: python/mainwindow.py:1271
5220 #: python/mainwindow.py:1273
51075221 msgid "Are you sure you want to want to install {0} package?"
51085222 msgstr ""
51095223
5110 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5224 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5225 #: python/mainwindow.py:1284
51115226 msgid ""
51125227 "You are trying to open a script design for {0}! It might not work as expected"
51135228 msgstr ""
51845299 msgid "You must restart {0} for the changes to take effect."
51855300 msgstr ""
51865301
5187 #: python/wine_versions.py:194
5302 #: python/wine_versions.py:195
51885303 msgid "Installed Wine versions: "
51895304 msgstr ""
51905305
5191 #: python/wine_versions.py:195
5306 #: python/wine_versions.py:196
51925307 msgid "Available Wine versions: "
51935308 msgstr ""
51945309
5195 #: python/wine_versions.py:202
5310 #: python/wine_versions.py:203
51965311 msgid "Wine versions"
51975312 msgstr ""
51985313
5199 #: python/wine_versions.py:321
5314 #: python/wine_versions.py:322
52005315 msgid "Are you sure you want to delete wine {0}?"
52015316 msgstr ""
52025317
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2012-04-14 20:27+0000\n"
1111 "Last-Translator: Almin Islamović <almin.islamovic@edu.fit.ba>\n"
1212 "Language-Team: Bosnian <bs@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr ""
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr ""
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr ""
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42264281 #: lib/setupwindow.lib:348
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
4284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
42294289 msgstr ""
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
4412 msgstr ""
4413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
43524417 msgstr ""
43534418
43544419 #: lib/website.lib:29
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr ""
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr ""
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr ""
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr ""
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr ""
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr ""
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr ""
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr ""
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr ""
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr ""
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr ""
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr ""
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr ""
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr ""
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr ""
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
4826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
47164830 msgstr ""
47174831
47184832 #: python/install.py:263
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr ""
48895003
5004 #: python/mainwindow.py:329
5005 msgid "File"
5006 msgstr ""
5007
48905008 #: python/mainwindow.py:331
4891 msgid "File"
4892 msgstr ""
4893
4894 #: python/mainwindow.py:333
48955009 msgid "Tools"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr ""
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2011-05-06 12:56+0000\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: Catalan <ca@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr ""
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr ""
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr ""
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42264281 #: lib/setupwindow.lib:348
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
4284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
42294289 msgstr ""
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
4412 msgstr ""
4413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
43524417 msgstr ""
43534418
43544419 #: lib/website.lib:29
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr ""
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr ""
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr ""
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr ""
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr ""
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr ""
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr ""
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr ""
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr ""
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr ""
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr ""
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr ""
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr ""
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr ""
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr ""
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
4826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
47164830 msgstr ""
47174831
47184832 #: python/install.py:263
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr ""
48895003
5004 #: python/mainwindow.py:329
5005 msgid "File"
5006 msgstr ""
5007
48905008 #: python/mainwindow.py:331
4891 msgid "File"
4892 msgstr ""
4893
4894 #: python/mainwindow.py:333
48955009 msgid "Tools"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr ""
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-23 08:04+0000\n"
1111 "Last-Translator: Tadeáš Pařík <tadeas.parik@gmail.com>\n"
1212 "Language-Team: Czech <cs@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr "Vložte herní médium do diskové jednotky."
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "Zvolte spouštěcí instalační soubor"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
440460 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
441461 #: PlayOnLinux_Scripts/Magicka_:68
442462 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
463 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
443464 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
444465 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
445466 #: PlayOnLinux_Scripts/Rayman_Origins_:83
446467 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
447 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
448 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
468 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
469 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
449470 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
450471 #: PlayOnLinux_Scripts/The_Witcher_:125
451472 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
478499 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
479500 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
480501 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
502 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
481503 #: PlayOnLinux_Scripts/Driftmoon_:43
482504 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
483505 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
486508 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
487509 #: PlayOnLinux_Scripts/League_Of_Legends_:57
488510 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
489 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
511 #: PlayOnLinux_Scripts/Sacrifice_:41
512 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
513 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
514 #: PlayOnLinux_Scripts/Toontown_Online_:25
515 #: PlayOnLinux_Scripts/Watchtower_library_:43
490516 #: PlayOnLinux_Scripts/iTunes_10_:28
491517 #, sh-format
492518 msgid "Please select the setup file to run."
501527 #: PlayOnLinux_Scripts/POL_GoG_download_:48
502528 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
503529 #: PlayOnLinux_Scripts/SimCity_2000_:50
504 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
505 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
530 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
531 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
506532 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
507533 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
508534 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
509 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
510 #: lib/wine.lib:1186
535 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
536 #: lib/wine.lib:1171 lib/wine.lib:1201
511537 #, sh-format
512538 msgid "Please wait..."
513539 msgstr "Čekejte prosím…"
535561 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
536562 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
537563 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
538 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
564 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
539565 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
540566 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
541567 #: PlayOnLinux_Scripts/Dead_Space_2_:85
551577 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
552578 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
553579 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
580 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
555581 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
556582 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
557583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
613639 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
614640 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
615641 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
616 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
642 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
617643 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
618644 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
619645 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
620 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
621 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
646 #: PlayOnLinux_Scripts/Dead_Space_:50
647 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
648 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
649 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
622650 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
623651 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
624652 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
628656 #: PlayOnLinux_Scripts/Rage_:79
629657 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
630658 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
659 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
632660 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
633661 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
634662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
667695 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
668696 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
669697 #: PlayOnLinux_Scripts/Sacrifice_:45
670 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
698 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
671699 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
672700 #: PlayOnLinux_Scripts/The_Witcher_:102
673701 #, sh-format
678706 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
680708 #: PlayOnLinux_Scripts/Mass_Effect_:54
681 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
709 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
682710 #: PlayOnLinux_Scripts/The_Witcher_:110
683711 #, sh-format
684712 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
690718 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
691719 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
692720 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
693 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
721 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
694722 #: PlayOnLinux_Scripts/The_Witcher_:113
695723 #, sh-format
696724 msgid "Please insert the next game media into your disk drive"
719747 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
720748 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
721749 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
750 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
722751 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
723752 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
724753 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
824853 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
825854 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
826855 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
827 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
856 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
828857 #, sh-format
829858 msgid ""
830859 "You must disable anti-piracy protections of this game\\nif you want to play "
847876
848877 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
849878 #: PlayOnLinux_Scripts/Cars_2_:83
850 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
879 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
851880 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
852881 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
853882 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
869898 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
870899 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
871900 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
901 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
902 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
872903 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
873904 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
874905 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11161147 "Vložte prosím médium číslo 2 do vašeho disku,\\njestliže jste tak již "
11171148 "neučinili."
11181149
1119 #: PlayOnLinux_Scripts/Diablo_III_:29
1150 #: PlayOnLinux_Scripts/Diablo_III_:31
11201151 #, sh-format
11211152 msgid "Please select the setup file downloaded on $EDITOR website"
11221153 msgstr "Vyberte inicializační soubor stažený z webu $EDITOR"
11231154
1124 #: PlayOnLinux_Scripts/Diablo_III_:60
1155 #: PlayOnLinux_Scripts/Diablo_III_:62
11251156 #, sh-format
11261157 msgid ""
11271158 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11301161 "$TITLE byl nainstalován.\\n\\nZvláštní poděkování Erichu Hooverovi za jeho "
11311162 "záplatu pro wine (AcceptEx Fix)"
11321163
1133 #: PlayOnLinux_Scripts/Diablo_III_:60
1164 #: PlayOnLinux_Scripts/Diablo_III_:62
11341165 #, sh-format
11351166 msgid ""
11361167 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11381169 msgstr ""
11391170 "Jestliže při připojení uvidíte tuto chybu Error 3007, otevřete terminál a "
11401171 "napište:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1172
1173 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1174 #, sh-format
1175 msgid "Scanning your hardware..."
1176 msgstr ""
11411177
11421178 #: PlayOnLinux_Scripts/Dishonored_:79
11431179 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12321268
12331269 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12341270 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1235 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1236 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1271 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1272 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12371273 #, sh-format
12381274 msgid "Please insert the first game media into your disk drive"
12391275 msgstr "Vložte prosím první herní médium do vašeho disku"
12401276
12411277 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1242 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1278 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12431279 #, sh-format
12441280 msgid "Please insert the second game media into your disk drive"
12451281 msgstr "Vložte prosím druhé herní médium do vašeho disku"
13141350 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13151351 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13161352 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1353 #: PlayOnLinux_Scripts/Hearthstone_:64
13171354 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13181355 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13191356 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13391376 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13401377 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13411378 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1342 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1379 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13431380 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13441381 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13451382 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13651402 msgid "Editor"
13661403 msgstr "Editor"
13671404
1368 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1405 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13691406 #, sh-format
13701407 msgid "This install script requires ffmpeg"
13711408 msgstr "Tento instalační skript vyžaduje ffmpeg"
13721409
1373 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1410 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13741411 #, sh-format
13751412 msgid "Converting videos..."
13761413 msgstr "Konvertace videa..."
13771414
13781415 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1416 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13791417 #, sh-format
13801418 msgid ""
13811419 "On first run the game will autodetect available renderers.\\nIt is likely "
13911429 msgid "Run $TITLE in safe mode?"
13921430 msgstr "Spustit $TITLE v záchraném módu?"
13931431
1432 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1433 #, sh-format
1434 msgid ""
1435 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1436 "disable it by pressing Alt+R while in game.)"
1437 msgstr ""
1438
1439 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1440 #, sh-format
1441 msgid ""
1442 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1443 "game."
1444 msgstr ""
1445
13941446 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13951447 #, sh-format
13961448 msgid "Could not find program directory"
14581510 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14591511 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14601512 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1461 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1462 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1463 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14641513 #, sh-format
14651514 msgid "Language"
14661515 msgstr "Jazyk"
15881637 msgid "Dedicated server"
15891638 msgstr "Dedikovaný server"
15901639
1591 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1640 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15921641 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15931642 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15941643 #, sh-format
16181667 msgid "Code wheel"
16191668 msgstr "Code wheel (protipirátská ochrana)"
16201669
1621 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1622 #, sh-format
1623 msgid "Do you have a language pack to install?"
1624 msgstr "Máte jazykový balíček k instalaci?"
1625
1626 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1627 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1628 #, sh-format
1629 msgid "Later"
1630 msgstr "Později"
1631
1632 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1670 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1671 #, sh-format
1672 msgid ""
1673 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1674 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1675 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1676 msgstr ""
1677 "Doporučujeme nainstalovat Circle of Eight Modpack,\\nobsahuje opravy různých "
1678 "chyb a volitelně i nový obsah\\n(pro \"NC\" modpacks).\\nPoužijte předem "
1679 "připravený skript v sekci záplaty."
1680
1681 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1682 #, sh-format
1683 msgid "Now you must install the modpack in directory:"
1684 msgstr "Nyní musíte nainstalovat modepack do adresáře:"
1685
1686 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1687 #, sh-format
1688 msgid "Please select ANY 3 icons when prompted."
1689 msgstr "Vyberte prosím JAKÉKOLI 3 ikony, jakmile budete požádáni."
1690
1691 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1692 #, sh-format
1693 msgid "temp directory missing"
1694 msgstr "adresář temp chybí"
1695
1696 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1697 #, sh-format
1698 msgid ""
1699 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1700 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1701 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1702 "details.\\nInstall it?"
1703 msgstr ""
1704 "Ovládací panel hry Two Worlds je nástrojem od komunity této hry.\\nUmožňuje "
1705 "Vám měnit parametry and spravovat mody\\npro tuto hru. Detaily viz\\"
1706 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\"
1707 "nNainstalovat?"
1708
1709 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1710 #, sh-format
1711 msgid "Control Panel"
1712 msgstr "Ovládací panel"
1713
1714 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1715 #, sh-format
1716 msgid ""
1717 "IMPORTANT:\n"
1718 " \\n\\nOn the installation window coming next, do NOT click the Options "
1719 "button, it would mess up the language selection."
1720 msgstr ""
1721 "DŮLEŽITÉ:\n"
1722 " \\n\\nV okně instalátoru, které se objeví, NEklikejte na tlačítko "
1723 "Options. Znemožnili byste si tak výběr jazyka."
1724
1725 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1726 #, sh-format
1727 msgid ""
1728 "On first run the game will autodetect available renderers.\\nIt is likely "
1729 "that you will get better performance out of the OpenGL renderer."
1730 msgstr ""
1731 "Při prvním spuštění bude detekováno dostupné vykreslení.\\nJe celkem "
1732 "pravděpodobné, že lepších výsledků dosáhnete s OpenGL."
1733
1734 #: PlayOnLinux_Scripts/Goblins_3_:21
1735 #, sh-format
1736 msgid "Please select the game language"
1737 msgstr "Vyberte prosím jazyk hry"
1738
1739 #: PlayOnLinux_Scripts/Gothic_3_:82
1740 #, sh-format
1741 msgid "Choose the game resolution"
1742 msgstr "Vyberte rozlišení hry"
1743
1744 #: PlayOnLinux_Scripts/Gothic_3_:96
1745 #, sh-format
1746 msgid ""
1747 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1748 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1749 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1750 msgstr ""
1751 "Nyní budete moci zvolit mód hry:\\n1)Režim v okně:\\nVše je funkční s "
1752 "výjimkou systémového kurzoru v okně s hrou.\\n\\n2)Režim celé obrazovky:\\"
1753 "nVše je funkční s výjimkou oblohy, která je černá."
1754
1755 #: PlayOnLinux_Scripts/Gothic_3_:110
1756 #, sh-format
1757 msgid "$TITLE is installed"
1758 msgstr "$TITLE je nainstalován"
1759
1760 #: PlayOnLinux_Scripts/Guild_Wars_:53
1761 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1762 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1763 #, sh-format
1764 msgid "Please insert the DVD-ROM"
1765 msgstr "Vložte prosím DVD-ROM"
1766
1767 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1768 #, sh-format
1769 msgid ""
1770 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1771 "client and download will resume from where it stopped. Download percentage "
1772 "reset but do not worry, it do not restart from the beginning."
1773 msgstr ""
1774 "Stahování často padá kvůli známé chybě wine #30512, stačí znovu otevřít "
1775 "klienta a stahování bude pokračovat, tam kde se zastavilo. Procentuální "
1776 "zobrazení nebude odpovídat, ale neobávejte se, klient nezačne stahovat od "
1777 "začátku."
1778
1779 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1780 #, sh-format
1781 msgid ""
1782 "Please select $TITLE install file. During installation, uncheck all extra "
1783 "drivers it wants to install:"
1784 msgstr ""
1785 "Vyberte prosím instalační soubor $TITLE. Během instalace odznačte všechny "
1786 "dodatečné ovladače, které bude chtít instalovat."
1787
16331788 #: PlayOnLinux_Scripts/Half_Life_2_:56
16341789 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16351790 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16361791 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1637 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1792 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16381793 #, sh-format
16391794 msgid "No"
16401795 msgstr "Ne"
16411796
1642 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1643 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1797 #: PlayOnLinux_Scripts/Half_Life_2_:56
1798 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1799 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1800 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1801 #: PlayOnLinux_Scripts/Portal_:36
1802 #, sh-format
1803 msgid ""
1804 "Steam installation has been detected\\nwould you like to install this game "
1805 "in the same virtual drive?"
1806 msgstr ""
1807 "Byla detekována instalace Steamu\\nchcete tuto hru nainstalovat na stejném "
1808 "virtuálním disku?"
1809
16441810 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16451811 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16461812 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16491815 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16501816 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16511817 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1652 #: python/guiv3.py:157
1818 #: python/guiv3.py:158 python/guiv3.py:161
16531819 #, sh-format
16541820 msgid "Yes"
16551821 msgstr "Ano"
16561822
1657 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1658 #, sh-format
1659 msgid ""
1660 "To install a language pack later, open the configuration panel for the game "
1661 "in order to execute the installer into the virtual disk (Misc tab)"
1662 msgstr ""
1663 "Při pozdější instalaci jazykového balíčku otevřete konfigurační panel hry "
1664 "abyste spustili instalaci do virtuálního disku (záložka Různé)"
1665
1666 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1667 #, sh-format
1668 msgid ""
1669 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1670 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1671 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1672 msgstr ""
1673 "Doporučujeme nainstalovat Circle of Eight Modpack,\\nobsahuje opravy různých "
1674 "chyb a volitelně i nový obsah\\n(pro \"NC\" modpacks).\\nPoužijte předem "
1675 "připravený skript v sekci záplaty."
1676
1677 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1678 #, sh-format
1679 msgid "Now you must install the modpack in directory:"
1680 msgstr "Nyní musíte nainstalovat modepack do adresáře:"
1681
1682 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1683 #, sh-format
1684 msgid "Please select ANY 3 icons when prompted."
1685 msgstr "Vyberte prosím JAKÉKOLI 3 ikony, jakmile budete požádáni."
1686
1687 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1688 #, sh-format
1689 msgid "temp directory missing"
1690 msgstr "adresář temp chybí"
1691
1692 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1693 #, sh-format
1694 msgid ""
1695 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1696 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1697 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1698 "details.\\nInstall it?"
1699 msgstr ""
1700 "Ovládací panel hry Two Worlds je nástrojem od komunity této hry.\\nUmožňuje "
1701 "Vám měnit parametry and spravovat mody\\npro tuto hru. Detaily viz\\"
1702 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\"
1703 "nNainstalovat?"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1706 #, sh-format
1707 msgid "Control Panel"
1708 msgstr "Ovládací panel"
1709
1710 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1711 #, sh-format
1712 msgid ""
1713 "IMPORTANT:\n"
1714 " \\n\\nOn the installation window coming next, do NOT click the Options "
1715 "button, it would mess up the language selection."
1716 msgstr ""
1717 "DŮLEŽITÉ:\n"
1718 " \\n\\nV okně instalátoru, které se objeví, NEklikejte na tlačítko "
1719 "Options. Znemožnili byste si tak výběr jazyka."
1720
1721 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1722 #, sh-format
1723 msgid ""
1724 "On first run the game will autodetect available renderers.\\nIt is likely "
1725 "that you will get better performance out of the OpenGL renderer."
1726 msgstr ""
1727 "Při prvním spuštění bude detekováno dostupné vykreslení.\\nJe celkem "
1728 "pravděpodobné, že lepších výsledků dosáhnete s OpenGL."
1729
1730 #: PlayOnLinux_Scripts/Goblins_3_:21
1731 #, sh-format
1732 msgid "Please select the game language"
1733 msgstr "Vyberte prosím jazyk hry"
1734
1735 #: PlayOnLinux_Scripts/Gothic_3_:82
1736 #, sh-format
1737 msgid "Choose the game resolution"
1738 msgstr "Vyberte rozlišení hry"
1739
1740 #: PlayOnLinux_Scripts/Gothic_3_:96
1741 #, sh-format
1742 msgid ""
1743 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1744 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1745 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1746 msgstr ""
1747 "Nyní budete moci zvolit mód hry:\\n1)Režim v okně:\\nVše je funkční s "
1748 "výjimkou systémového kurzoru v okně s hrou.\\n\\n2)Režim celé obrazovky:\\"
1749 "nVše je funkční s výjimkou oblohy, která je černá."
1750
1751 #: PlayOnLinux_Scripts/Gothic_3_:110
1752 #, sh-format
1753 msgid "$TITLE is installed"
1754 msgstr "$TITLE je nainstalován"
1755
1756 #: PlayOnLinux_Scripts/Guild_Wars_:53
1757 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1758 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1759 #, sh-format
1760 msgid "Please insert the DVD-ROM"
1761 msgstr "Vložte prosím DVD-ROM"
1762
1763 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1764 #, sh-format
1765 msgid ""
1766 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1767 "client and download will resume from where it stopped. Download percentage "
1768 "reset but do not worry, it do not restart from the beginning."
1769 msgstr ""
1770 "Stahování často padá kvůli známé chybě wine #30512, stačí znovu otevřít "
1771 "klienta a stahování bude pokračovat, tam kde se zastavilo. Procentuální "
1772 "zobrazení nebude odpovídat, ale neobávejte se, klient nezačne stahovat od "
1773 "začátku."
1774
1775 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1776 #, sh-format
1777 msgid ""
1778 "Please select $TITLE install file. During installation, uncheck all extra "
1779 "drivers it wants to install:"
1780 msgstr ""
1781 "Vyberte prosím instalační soubor $TITLE. Během instalace odznačte všechny "
1782 "dodatečné ovladače, které bude chtít instalovat."
1783
1784 #: PlayOnLinux_Scripts/Half_Life_2_:56
1785 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1786 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1787 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1788 #: PlayOnLinux_Scripts/Portal_:36
1789 #, sh-format
1790 msgid ""
1791 "Steam installation has been detected\\nwould you like to install this game "
1792 "in the same virtual drive?"
1793 msgstr ""
1794 "Byla detekována instalace Steamu\\nchcete tuto hru nainstalovat na stejném "
1795 "virtuálním disku?"
1796
17971823 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17981824 #, sh-format
17991825 msgid "Updating $TITLE"
18001826 msgstr "Aktualizace $TITLE"
18011827
1802 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1828 #: PlayOnLinux_Scripts/Hanahira__:54
18031829 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18041830 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18051831 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18111837 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18121838 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18131839 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1840 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1841 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1842 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1843 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1844 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1845 #: PlayOnLinux_Scripts/Steins_Gate_:51
18141846 #, sh-format
18151847 msgid "Please locate installation program (Setup.exe)"
18161848 msgstr "Vyberte umístění instalačního programu (Setup.exe)"
18171849
1818 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1819 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1850 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18201851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18211852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18221853 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18411872 "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na "
18421873 "${END_JP} a potom na ${YES_JP} (Y). Klikněte na Další pro zahájení instalace."
18431874
1875 #: PlayOnLinux_Scripts/Hearthstone_:26
1876 #, sh-format
1877 msgid "What language do you want to install?"
1878 msgstr ""
1879
18441880 #: PlayOnLinux_Scripts/ImgBurn_:38
18451881 #, sh-format
18461882 msgid ""
18831919 msgstr "Chcete nainstalovat unicode verzi Inno Setup?"
18841920
18851921 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1886 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18871922 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18881923 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18891924 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20602095 "Jestliže se stažení aktualizace nezdaří, ukončete tento proces a spusťte ho "
20612096 "znovu dokud se celý proces správně neukončí."
20622097
2098 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20632099 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20642100 #, sh-format
20652101 msgid "Demo version"
20662102 msgstr "Demo verze"
20672103
2104 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20682105 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20692106 #, sh-format
20702107 msgid "Please select version."
21232160 "No filename extension specified, skipping association to native application."
21242161 msgstr ""
21252162 "Nebyla specifikována přípona souboru, přeskakuji asociaci s nativní aplikací."
2163
2164 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2165 #, sh-format
2166 msgid "Contacting download server."
2167 msgstr ""
21262168
21272169 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21282170 #: python/install.py:454 python/install.py:456 python/install.py:570
22092251 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22102252 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22112253 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2212 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2254 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22132255 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22142256 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22152257 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22512293 "Jestliže se setkáte s chybovou hláškou během instalace DotNet 3.0, můžete ji "
22522294 "ignorovat"
22532295
2254 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2255 #, sh-format
2256 msgid "This package fail to install with wine 1.5.21 or better"
2257 msgstr "Tento balík nelze instalovat s wine ve verzi 1.5.21 nebo vyšší"
2258
2259 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2296 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22602297 #, sh-format
22612298 msgid ""
22622299 "If you see error messages during DotNet 3.5 installation, you can ignore "
23852422 "Instalace VCRun2010 se nemusí zdařit, verze PlayOnLinux je příliš stará. "
23862423 "Aktualizujte prosím."
23872424
2388 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2425 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2426 #: PlayOnLinux_Scripts/yWriter_5_:45
23892427 #, sh-format
23902428 msgid "Downloading..."
23912429 msgstr "Stahování..."
25012539 msgid "Microsoft fonts have been installed successfully."
25022540 msgstr "Fonty od Microsoftu byly úspěšně nainstalovány"
25032541
2542 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2543 #, sh-format
2544 msgid ""
2545 "OSX users: If the screen flickers once the game is launched, try to press "
2546 "cmd + tab twice"
2547 msgstr ""
2548
25042549 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25052550 #, sh-format
25062551 msgid "Remove Game For Windows Live..."
25442589 "Aby mohl pokračovat, PlayOnLinux potřebuje znovu připojit vaší CD mechaniku "
25452590 "s použitím volby unhide."
25462591
2547 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2592 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25482593 #, sh-format
25492594 msgid "Abort installation"
25502595 msgstr "Zrušit instalaci"
25692614 msgid "The program needs access to ptrace() to proceed:"
25702615 msgstr "Pro pokračování potřebuje program přístup k ptrace()"
25712616
2572 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2617 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25732618 #, sh-format
25742619 msgid "User abort"
25752620 msgstr "Uživatelské přerušení"
26132658 msgid "Please do not run $TITLE after installation has finished."
26142659 msgstr "Nespouštějte prosím $TITLE po ukončení instalace."
26152660
2661 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2662 #, sh-format
2663 msgid "Extracting $TITLE"
2664 msgstr ""
2665
26162666 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26172667 #, sh-format
26182668 msgid ""
26262676 msgid "$TITLE has been successfully installed."
26272677 msgstr "$TITLE byl úspěšně nainstalován."
26282678
2679 #: PlayOnLinux_Scripts/Poker_Stars_:37
2680 #, sh-format
2681 msgid "Error while installing. Downloaded file not found."
2682 msgstr ""
2683
26292684 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26302685 #, sh-format
26312686 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26332688
26342689 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26352690 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2691 #: PlayOnLinux_Scripts/Watchtower_library_:58
26362692 #, sh-format
26372693 msgid "Please wait while $TITLE is installed"
26382694 msgstr "Vyčkejte na dokončení instalace $TITLE"
26692725 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26702726 msgstr ""
26712727 "Vložte prosím disk číslo 3 do vašeho disku\\njestliže jste tak již neučinili."
2728
2729 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2730 #, sh-format
2731 msgid ""
2732 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2733 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2734 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2735 "n\\nIf you have one of this two versions of this game, please give some "
2736 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2737 "n\\nThank you!"
2738 msgstr ""
2739
2740 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2741 #, sh-format
2742 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2743 msgstr ""
2744
2745 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2746 #, sh-format
2747 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2748 msgstr ""
2749
2750 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2751 #, sh-format
2752 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2753 msgstr ""
2754
2755 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2756 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2757 #, sh-format
2758 msgid "Select a version of installation disc:"
2759 msgstr ""
2760
2761 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2762 #, sh-format
2763 msgid "First Release (without addons)"
2764 msgstr ""
2765
2766 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2767 #, sh-format
2768 msgid "Gold Edition"
2769 msgstr ""
2770
2771 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2772 #, sh-format
2773 msgid "Platinum Edition"
2774 msgstr ""
2775
2776 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2777 #, sh-format
2778 msgid "What is your version of Railroad Tycoon II?"
2779 msgstr ""
2780
2781 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2782 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2783 #, sh-format
2784 msgid ""
2785 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2786 "desktop.\\n\\nThank you for using this installation script! :)"
2787 msgstr ""
26722788
26732789 #: PlayOnLinux_Scripts/Reaper_4_:30
26742790 #, sh-format
28532969 "okno, klikněte na ${INSTALL_JP}. Jakmile se instalace ukončí, klikněte na "
28542970 "${END_JP} a potom na ${YES_JP} (Y). Klikněte na další pro zahájení instalace."
28552971
2972 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2973 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2974 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2975 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2976 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2977 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2978 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2979 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2980 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2981 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2982 #, sh-format
2983 msgid ""
2984 "Close the visual novel when it appears to continue installation. Click Next "
2985 "to begin installation."
2986 msgstr ""
2987
2988 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2989 #, sh-format
2990 msgid ""
2991 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2992 "script will now install it. Click Next to continue."
2993 msgstr ""
2994
28562995 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28572996 #, sh-format
28582997 msgid ""
28623001 "Jestliže se setkáte s chybou runtime error při běhu hry, otevřete terminál a "
28633002 "napište:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28643003
2865 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2866 #, sh-format
2867 msgid "Please locate installation program (Launcher.exe)"
2868 msgstr "Zvolte umístění instalačního programu (Launcher.exe)"
2869
2870 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2871 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2872 #, sh-format
2873 msgid ""
2874 "When the launcher opens, click on the top button to open the installer. When "
2875 "a new window opens, click OK. When another window opens, click on the button "
2876 "with the letter N until it is installing. Wait until it is done and click "
2877 "the right button to quit. Click Next when you are done installing."
2878 msgstr ""
2879 "Jakmile je spouštěč otevřen, klikněte na horní tlačítko, aby se otevřel "
2880 "instalátor. Jakmile se otevře nové okno, klikněte na OK. Dojde-li v průběhu "
2881 "instalace k otevření dalšího nového okna, klikněte na tlačítko s písmenem N. "
2882 "Počkejte, až se celý proces ukončí a klikněte na pravé tlačítko pro "
2883 "opuštění. Klikněte na Další, jakmile je instalace skončena."
3004 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3005 #, sh-format
3006 msgid "Please locate installation program in Data folder (Resonance.msi)"
3007 msgstr ""
28843008
28853009 #: PlayOnLinux_Scripts/Steam_:50
28863010 #, sh-format
29213045 "Terrarii nainstaluje ve Steamu. Spusťte ji až ji Steam nainstaluje. Pro tuto "
29223046 "hru Steam nainstaluje framework xna. Aby mohl instalátor pokračovat, "
29233047 "ukončete Steam."
3048
3049 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3050 #, sh-format
3051 msgid "If youve the extentions, you should install Tribunal first !"
3052 msgstr ""
29243053
29253054 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29263055 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30403169 "pravým tlačítkem na ikonu hry, \"Read the manual\" a koukněte se na strany 4-"
30413170 "5."
30423171
3172 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3173 #, sh-format
3174 msgid "Please select the installation file to run."
3175 msgstr ""
3176
3177 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3178 #, sh-format
3179 msgid ""
3180 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3181 "your region.\\n 2. Leave only checked DirectX box."
3182 msgstr ""
3183
30433184 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30443185 #, sh-format
30453186 msgid ""
30473188 "/proc/sys/kernel/yama/ptrace_scope to 0"
30483189 msgstr ""
30493190 "Hra se nespustí dokud nenastavíte /proc/sys/kernel/yama/ptrace_scope na 0"
3191
3192 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3193 #, sh-format
3194 msgid "Other destination or other CD/DVD"
3195 msgstr ""
3196
3197 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3198 #, sh-format
3199 msgid "Retail CD"
3200 msgstr ""
3201
3202 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3203 #, sh-format
3204 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3205 msgstr ""
3206
3207 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3208 #, sh-format
3209 msgid "video fix"
3210 msgstr ""
30503211
30513212 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30523213 #, sh-format
31363297 msgid "Donwload finished.\\nPatches installation will begin"
31373298 msgstr "Stahování dokončeno.\\nZapočne instalace záplat."
31383299
3300 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3301 #, sh-format
3302 msgid "We will download the installer"
3303 msgstr ""
3304
31393305 #: PlayOnLinux_Scripts/Toontown_Online_:17
31403306 #, sh-format
31413307 msgid ""
31793345 msgid "Do you want to browse $TITLE website?"
31803346 msgstr "Chcete si prohlédnout web $TITLE?"
31813347
3348 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3349 #, sh-format
3350 msgid ""
3351 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3352 "messenger, because it will won't work correctly."
3353 msgstr ""
3354
3355 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3356 #, sh-format
3357 msgid "Warning"
3358 msgstr ""
3359
31823360 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
31833361 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
31843362 #, sh-format
31893367 "CD-ROM verze není aktuální. Pokud chcete správnou funkčnost "
31903368 "$APPLICATION_TITLE, tak nezapomeňte aktualizovat $TITLE"
31913369
3370 #: PlayOnLinux_Scripts/Watchtower_library_:49
3371 #, sh-format
3372 msgid "File Selection Error"
3373 msgstr ""
3374
3375 #: PlayOnLinux_Scripts/Watchtower_library_:49
3376 #, sh-format
3377 msgid ""
3378 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3379 msgstr ""
3380
31923381 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
31933382 #, sh-format
31943383 msgid ""
32073396 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32083397 #, sh-format
32093398 msgid ""
3210 "Attention: After installation is complete, the patcher will load. Please "
3211 "close the patcher before logging in or finish updating to complete the "
3212 "installation. After this, you can run \"$TITLE\" when setup is done"
3213 msgstr ""
3214 "Upozornění: Potom co bude dokončena instalace, bude spuštěna aplikace "
3215 "záplat. Prosím zavřete aplikaci záplat před vstupem do aplikace, případně "
3216 "ukončete aktualizaci pro dokončení této instalace. Jakmile je nastavení "
3217 "dokončeno, můžete spustit \"$TITLE\""
3399 "Attention:After installation is complete, the patcher will load. After, go "
3400 "to the top right of the patcher and click the wrench, Then Un-check the box "
3401 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3402 "minuite. When finished with this, please close the patcher before logging in "
3403 "or finish updating to complete the installation. After this, you can run "
3404 "\"$TITLE\" when setup is done"
3405 msgstr ""
32183406
32193407 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32203408 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32633451 "Vložte prosím instalační médium 5 do diskové jednotky\\npokud se tak již "
32643452 "nestalo."
32653453
3454 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3455 #, sh-format
3456 msgid "Which region version of World of Warplanes would you like to install?"
3457 msgstr ""
3458
3459 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3460 #, sh-format
3461 msgid ""
3462 "Attention:After installation is complete, the patcher will load. After, go "
3463 "to the top right of the patcher and click the wrench, Then Un-check the box "
3464 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3465 "minute. When finished with this, please close the patcher before logging in "
3466 "or finish updating to complete the installation. After this, you can run "
3467 "\"$TITLE\" when setup is done"
3468 msgstr ""
3469
32663470 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32673471 #, sh-format
32683472 msgid ""
33163520 msgid "Please select the 32bit version of iTunes"
33173521 msgstr "Vyberte prosím 32 bitovou verzi iTunes"
33183522
3319 #: PlayOnLinux_Scripts/osu_:45
3523 #: PlayOnLinux_Scripts/osu_:46
33203524 #, sh-format
33213525 msgid ""
33223526 "Press next to start the updater. When the updater is finished, close it "
33413545 "instalace. Nainstalujte DirectX, budete-li o to požádáni. Ujistěte se, že "
33423546 "jste vybrali 32 bitové rozlišení, jakmile se zobrazí konfigurátor rFactor."
33433547
3344 #: bash/bug_report:31
3548 #: bash/bug_report:32
33453549 #, sh-format
33463550 msgid "Report a bug"
33473551 msgstr "Nahlásit chybu"
33483552
3349 #: bash/bug_report:36
3553 #: bash/bug_report:37
33503554 #, sh-format
33513555 msgid ""
33523556 "Please give the more details as you can, otherwise, it will be very "
33553559 "Poskytněte prosím co nejdetailnější informace, jinak vám bude velmi obtížné "
33563560 "pomoci"
33573561
3358 #: bash/bug_report:36
3562 #: bash/bug_report:37
33593563 #, sh-format
33603564 msgid ""
33613565 "This wizard will help you to report a bug about an officially supported "
33633567 msgstr ""
33643568 "Tento průvodce vám pomůže nahlásit chybu oficiálně podporované aplikace."
33653569
3366 #: bash/bug_report:40
3570 #: bash/bug_report:41
33673571 #, sh-format
33683572 msgid ""
33693573 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33723576 "Vaše verze $APPLICATION_TITLE není aktuální.\\nNež budete posílat oznámení o "
33733577 "chybě, tak musíte nejprve $APPLICATION_TITLE aktualizovat.\\nDěkujeme"
33743578
3375 #: bash/bug_report:46
3579 #: bash/bug_report:47
33763580 #, sh-format
33773581 msgid "I have a problem with a software"
33783582 msgstr "Mám problém s aplikací"
33793583
3380 #: bash/bug_report:46
3584 #: bash/bug_report:47
33813585 #, sh-format
33823586 msgid "My problem concerns $APPLICATION_TITLE itself"
33833587 msgstr "Můj problém se týká samotné $APPLICATION_TITLE"
33843588
3385 #: bash/bug_report:46
3589 #: bash/bug_report:47
33863590 #, sh-format
33873591 msgid "What kind of problem do you have?"
33883592 msgstr "Jaký druh problému máte?"
33893593
3390 #: bash/bug_report:50
3594 #: bash/bug_report:51
33913595 #, sh-format
33923596 msgid "Don't join any log file"
33933597 msgstr "Nepřipojuj žádný záznam"
33943598
3395 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3599 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
33963600 #: bash/manual_install:120 bash/manual_install:219
33973601 #, sh-format
33983602 msgid "Manual installation"
33993603 msgstr "Manuální instalace"
34003604
3401 #: bash/bug_report:54 bash/run_exe:24
3605 #: bash/bug_report:55 bash/run_exe:24
34023606 #, sh-format
34033607 msgid "Automatic installation"
34043608 msgstr "Automatická instalace"
34053609
3406 #: bash/bug_report:65
3610 #: bash/bug_report:66
34073611 #, sh-format
34083612 msgid "Choose the log file corresponding to your software."
34093613 msgstr "Vyber záznamov soubor odpovídající softwaru."
34103614
3411 #: bash/bug_report:69
3615 #: bash/bug_report:70
34123616 #, sh-format
34133617 msgid "Please give a very short description (title, english only)"
34143618 msgstr "Napište prosím velmi krátky popis (nadpis, pouze anglicky)"
34153619
3416 #: bash/bug_report:72
3620 #: bash/bug_report:73
34173621 #, sh-format
34183622 msgid "Please explain your problem clearly (english only):"
34193623 msgstr "Vysvětlete prosím jasně váš problém (jen anglicky):"
34203624
3421 #: bash/bug_report:76
3625 #: bash/bug_report:77
34223626 #, sh-format
34233627 msgid "Sorry, we need a detailed description."
34243628 msgstr "Promiňte, potřebujeme detailní popis."
34253629
3426 #: bash/bug_report:107
3630 #: bash/bug_report:108
34273631 #, sh-format
34283632 msgid ""
34293633 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34713675 msgstr "Vyberte jméno virtuální mechaniky"
34723676
34733677 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3474 #: python/mainwindow.py:232
3678 #: python/mainwindow.py:234
34753679 #, sh-format
34763680 msgid "Run a local script"
34773681 msgstr "Spustit místní skript"
35993803 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36003804 msgstr "$APPLICATION_TITLE vytváří virtuální disk windows"
36013805
3602 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3806 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36033807 #, sh-format
36043808 msgid "$APPLICATION_TITLE first use"
36053809 msgstr "První spuštění $APPLICATION_TITLE"
36063810
3607 #: bash/first_use:240
3811 #: bash/first_use:242
36083812 #, sh-format
36093813 msgid "$APPLICATION_TITLE is going to finish its preparation"
36103814 msgstr "$APPLICATION_TITLE dokončí přípravu"
36113815
3612 #: bash/first_use:240 bash/first_use:243
3816 #: bash/first_use:242 bash/first_use:245
36133817 #, sh-format
36143818 msgid "Please ensure you are connected to the internet."
36153819 msgstr "Ujistěte se, že máte připojení k internetu."
36163820
3617 #: bash/first_use:243
3821 #: bash/first_use:245
36183822 #, sh-format
36193823 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36203824 msgstr "Zdá se, že je to poprvé, co používáte \t $APPLICATION_TITLE."
36213825
3622 #: bash/first_use:243
3826 #: bash/first_use:245
36233827 #, sh-format
36243828 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36253829 msgstr ""
36263830 "Tento průvodce vám pomůže s přípravou prostředí pro $APPLICATION_TITLE"
36273831
3628 #: bash/first_use:253
3832 #: bash/first_use:255
36293833 #, sh-format
36303834 msgid "Error while installing fonts"
36313835 msgstr "Při instalaci fontů nastala chyba"
36323836
3633 #: bash/first_use:271
3837 #: bash/first_use:273
36343838 #, sh-format
36353839 msgid "Enjoy using $APPLICATION_TITLE"
36363840 msgstr "Užívejte si s $APPLICATION_TITLE"
37473951 msgid "Use another version of Wine"
37483952 msgstr "Použít jinou verzi Wine"
37493953
3750 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3751 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3954 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3955 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37523956 #, sh-format
37533957 msgid "Configure Wine"
37543958 msgstr "Nastavení Wine"
37683972 msgid "What would you like to do before installation?"
37693973 msgstr "Co chcete udělat ještě před instalací?"
37703974
3771 #: bash/manual_install:230 lib/scripts.lib:437
3975 #: bash/manual_install:231 lib/scripts.lib:438
37723976 #, sh-format
37733977 msgid "Please make your choice"
37743978 msgstr "Vyberte si prosím"
37753979
3776 #: bash/manual_install:258
3980 #: bash/manual_install:259
37773981 #, sh-format
37783982 msgid "Looking for runnable CD-ROMs"
37793983 msgstr "Hledají se spustitelné CD-ROMy"
37803984
3781 #: bash/manual_install:281
3985 #: bash/manual_install:282
37823986 #, sh-format
37833987 msgid "Select another file"
37843988 msgstr "Vyberte jiný soubor"
37853989
3786 #: bash/manual_install:289
3990 #: bash/manual_install:290
37873991 #, sh-format
37883992 msgid "Please choose a way to install your program"
37893993 msgstr "Vyberte, prosím, způsob instalace programu"
37903994
3791 #: bash/manual_install:298
3995 #: bash/manual_install:299
37923996 #, sh-format
37933997 msgid "Please select the install file to run."
37943998 msgstr "Vyberte, prosím, instalační soubor ke spuštění."
37953999
3796 #: bash/manual_install:328
4000 #: bash/manual_install:329
37974001 #, sh-format
37984002 msgid "You must choose a file!"
37994003 msgstr "Musíte vybrat soubor!"
38004004
3801 #: bash/manual_install:334
4005 #: bash/manual_install:335
38024006 #, sh-format
38034007 msgid "$APPLICATION_TITLE is installing your application..."
38044008 msgstr "$APPLICATION_TITLE právě instaluje vaši aplikaci..."
38764080 msgid "Extracting: "
38774081 msgstr "Rozbaluje se: "
38784082
3879 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4083 #: bash/playonlinux-pkg:111
38804084 #, sh-format
38814085 msgid "Running..."
38824086 msgstr "Běží..."
38864090 msgid "Cleaning..."
38874091 msgstr "Čistí se..."
38884092
3889 #: bash/playonlinux_online:32
3890 #, sh-format
3891 msgid ""
3892 "This is the list of the scripts you sent to us. You can run one of them"
3893 msgstr ""
3894 "Toto je seznam skriptů, které nám byly poslány. Můžete jeden z nich spustit"
3895
3896 #: bash/playonlinux_online:42
3897 #, sh-format
3898 msgid "You do not seems to have any personal script"
3899 msgstr "Vypadá to, že nemáte žádný osobní skript"
3900
3901 #: bash/playonlinux_online:47
3902 #, sh-format
3903 msgid ""
3904 "If you have successfully installed a program with 'Install a non-listed\\"
3905 "nsoftware' button, it will allow you to add this program in our list"
3906 msgstr ""
3907 "Pokud byl úspěšně nainstalován program pomocí tlačítka 'Instalovat "
3908 "software,\\nkterý není v seznamu', tak bude možno přidat tento program do "
3909 "našeho seznamu."
3910
3911 #: bash/playonlinux_online:47
3912 #, sh-format
3913 msgid "This tools will allow you to help us :"
3914 msgstr "S pomocí tohoto nástroje nám můžete pomoci:"
3915
3916 #: bash/playonlinux_online:47
3917 #, sh-format
3918 msgid ""
3919 "We're going to ask you some questions, please be as much accurate as\\"
3920 "npossible"
3921 msgstr "Položíme vám několik otázek, buďte prosím co\\nnejpřesnější"
3922
3923 #: bash/playonlinux_online:55
3924 #, sh-format
3925 msgid "Choose the file corresponding to your program."
3926 msgstr "Vyberte soubor odpovídající vašemu programu."
3927
3928 #: bash/playonlinux_online:59
3929 #, sh-format
3930 msgid "Does your program run?"
3931 msgstr "Je možné program spustit?"
3932
3933 #: bash/playonlinux_online:62
3934 #, sh-format
3935 msgid "What is the title of your program?"
3936 msgstr "Jaké je jméno vašeho programu?"
3937
3938 #: bash/playonlinux_online:64
3939 #, sh-format
3940 msgid "What is the editor of your program?"
3941 msgstr "Jaký je editor programu používáte?"
3942
3943 #: bash/playonlinux_online:66
3944 #, sh-format
3945 msgid "What is the editor website of your program?"
3946 msgstr "Jaký editor webových stránek používáte?"
3947
3948 #: bash/playonlinux_online:69 python/install.py:210
3949 #, sh-format
3950 msgid "Accessories"
3951 msgstr "Doplňky"
3952
3953 #: bash/playonlinux_online:69 python/install.py:211
3954 #, sh-format
3955 msgid "Development"
3956 msgstr "Vývoj"
3957
3958 #: bash/playonlinux_online:69 python/install.py:212
3959 #, sh-format
3960 msgid "Education"
3961 msgstr "Vzdělání"
3962
3963 #: bash/playonlinux_online:69 python/install.py:213
3964 #, sh-format
3965 msgid "Games"
3966 msgstr "Hry"
3967
3968 #: bash/playonlinux_online:69 python/install.py:214
3969 #, sh-format
3970 msgid "Graphics"
3971 msgstr "Grafika"
3972
3973 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3974 #: python/options.py:384
3975 #, sh-format
3976 msgid "Internet"
3977 msgstr "Internet"
3978
3979 #: bash/playonlinux_online:69 python/install.py:216
3980 #, sh-format
3981 msgid "Multimedia"
3982 msgstr "Multimédia"
3983
3984 #: bash/playonlinux_online:69 python/install.py:217
3985 #, sh-format
3986 msgid "Office"
3987 msgstr "Kancelář"
3988
3989 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3990 #, sh-format
3991 msgid "Other"
3992 msgstr "Jiné"
3993
3994 #: bash/playonlinux_online:69 python/install.py:219
3995 #, sh-format
3996 msgid "Patches"
3997 msgstr "Záplaty"
3998
3999 #: bash/playonlinux_online:69
4000 #, sh-format
4001 msgid "Select a category for your program"
4002 msgstr "Vyberte do které kategorie váš program patří"
4003
4004 #: bash/playonlinux_online:69 python/install.py:258
4005 #, sh-format
4006 msgid "Testing"
4007 msgstr "Testování"
4008
4009 #: bash/playonlinux_online:72
4010 #, sh-format
4011 msgid ""
4012 "What feature of your program does not work?\\nIf everything works, please "
4013 "mention it"
4014 msgstr ""
4015 "Která vlastnost vašeho programu není funkční?\\nPokud funguje všechno, tak "
4016 "to prosím napište také"
4017
4018 #: bash/playonlinux_online:74
4019 #, sh-format
4020 msgid "Write any change you made to wine configuration here:"
4021 msgstr "Zde napište všechny provedené změny v konfiguraci Wine:"
4022
4023 #: bash/playonlinux_online:102
4024 #, sh-format
4025 msgid "You must be able to run this program!"
4026 msgstr "Musíte být schopni tento program spustit!"
4027
4028 #: bash/playonlinux_online:107
4029 #, sh-format
4030 msgid "Run one of your personal scripts"
4031 msgstr "Spusťte jeden z vašich osobních skriptů"
4032
4033 #: bash/playonlinux_online:108
4034 #, sh-format
4035 msgid "Send to us a working script generated by manual installation"
4036 msgstr "Pošlete nám funkční skript vygenerovaný při manuální instalaci"
4037
4038 #: bash/playonlinux_online:109
4039 #, sh-format
4040 msgid "Logout"
4041 msgstr "Odhlásit se"
4042
4043 #: bash/playonlinux_online:110
4044 #, sh-format
4045 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4046 msgstr "Jste připojen online k $APPLICATION_TITLE jako $POL_LOGIN"
4047
4048 #: bash/playonlinux_online:124
4049 #, sh-format
4050 msgid ""
4051 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4052 "safely close this window"
4053 msgstr ""
4054 "Byl jste úspěšně odhlášen z $APPLICATION_TITLE online\\nNyní můžete toto "
4055 "okno bezpečně zavřít"
4056
4057 #: bash/polconfigurator:33
4093 #: bash/polconfigurator:34
40584094 #, sh-format
40594095 msgid "Killing programs in the virtual drive..."
40604096 msgstr "Probíhá ukončování programů ve virtuálním disku..."
40614097
4062 #: bash/polconfigurator:79
4098 #: bash/polconfigurator:86
40634099 #, sh-format
40644100 msgid "Icon selection"
40654101 msgstr "Výběr ikony"
40664102
4067 #: bash/polconfigurator:79
4103 #: bash/polconfigurator:86
40684104 #, sh-format
40694105 msgid "Please select an icon file"
40704106 msgstr "Vyberte prosím soubor ikony"
40714107
4072 #: bash/polconfigurator:86
4108 #: bash/polconfigurator:93
40734109 #, sh-format
40744110 msgid "Bad file extension"
40754111 msgstr "Špatná přípona souboru"
40764112
4077 #: bash/polconfigurator:86
4113 #: bash/polconfigurator:93
40784114 #, sh-format
40794115 msgid "is not an icon extension"
40804116 msgstr "není zkratkou ikony"
40814117
4082 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4083 #: python/mainwindow.py:621
4118 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4119 #: python/mainwindow.py:619
40844120 #, sh-format
40854121 msgid "Registry Editor"
40864122 msgstr "Editor registrů"
40874123
4088 #: bash/polconfigurator:97
4124 #: bash/polconfigurator:104
40894125 #, sh-format
40904126 msgid "Kill all prefix processes"
40914127 msgstr "Ukončování všech procesů v prefixu"
40924128
4093 #: bash/polconfigurator:98
4129 #: bash/polconfigurator:105
40944130 #, sh-format
40954131 msgid "Update wineprefix"
40964132 msgstr "Aktualizovat wineprefix"
40974133
4098 #: bash/polconfigurator:99
4134 #: bash/polconfigurator:106
40994135 #, sh-format
41004136 msgid "Simulate Windows reboot"
41014137 msgstr "Simulovat restart windows"
41024138
4103 #: bash/polconfigurator:100
4139 #: bash/polconfigurator:107
41044140 #, sh-format
41054141 msgid "Use Advanced Wine Configuration plugin"
41064142 msgstr "Použít plugin pro Pokročilé nastavení Wine"
41074143
4108 #: bash/polconfigurator:101
4144 #: bash/polconfigurator:108
41094145 #, sh-format
41104146 msgid "Use PlayOnLinux's configurator for"
41114147 msgstr "Použít konfigurátor PlayOnLinux pro"
41124148
4113 #: bash/polconfigurator:103
4149 #: bash/polconfigurator:110
41144150 #, sh-format
41154151 msgid "Change the icon"
41164152 msgstr "Změnit ikonu"
41174153
4118 #: bash/polconfigurator:104
4154 #: bash/polconfigurator:111
41194155 #, sh-format
41204156 msgid "Use WineTricks"
41214157 msgstr "Použít WineTricks"
41224158
4123 #: bash/polconfigurator:123
4159 #: bash/polconfigurator:130
41244160 #, sh-format
41254161 msgid "Please choose an action to perform"
41264162 msgstr "Zvolte, prosím, akci, kterou chcete provést"
41764212 msgid "Please choose a CD-ROM to eject"
41774213 msgstr "Vyberte prosím CD-ROM k vysunutí."
41784214
4179 #: bash/run_app:83
4215 #: bash/run_app:85
41804216 #, sh-format
41814217 msgid "Please choose a software to run"
41824218 msgstr "Vyberte prosím software ke spuštění"
41834219
4184 #: bash/run_app:114
4220 #: bash/run_app:116
41854221 #, sh-format
41864222 msgid "$APPLICATION_TITLE debugger is starting..."
41874223 msgstr "Spouští se laděni $APPLICATION_TITLE..."
41884224
4189 #: bash/run_app:117
4225 #: bash/run_app:119
41904226 #, sh-format
41914227 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
41924228 msgstr ""
41934229 "$PACKAGE havaroval.\\nPro získání více detailů klikněte na odkaz pro ladění."
41944230
4195 #: bash/run_app:119
4231 #: bash/run_app:121
41964232 #, sh-format
41974233 msgid "$PACKAGE crashed."
41984234 msgstr "$PACKAGE havaroval."
42554291 "stará nastavení?"
42564292
42574293 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4258 #: lib/playonlinux.lib:717
4294 #: lib/playonlinux.lib:720
42594295 #, sh-format
42604296 msgid "$APPLICATION_TITLE Uninstaller"
42614297 msgstr "Odinstalátor $APPLICATION_TITLE"
42754311 msgid "This wizard will help you to uninstall: "
42764312 msgstr "Tento průvodce vás provede odinstalací: "
42774313
4278 #: bash/uninstall:65 lib/playonlinux.lib:717
4314 #: bash/uninstall:65 lib/playonlinux.lib:720
42794315 #, sh-format
42804316 msgid "Uninstalling..."
42814317 msgstr "Odinstalace..."
43434379 "www.$POL_DNS"
43444380
43454381 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4346 #: lib/wine.lib:955 lib/wine.lib:1036
4382 #: lib/wine.lib:970 lib/wine.lib:1051
43474383 #, sh-format
43484384 msgid "Please wait while the virtual drive is being created..."
43494385 msgstr "Počkejte na vytvoření virtuálního disku..."
43584394 msgid "Setting Program Files var"
43594395 msgstr "Nastavení složky Program Files var"
43604396
4361 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4362 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4397 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4398 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43634399 #, sh-format
43644400 msgid "This function is disabled in the PlayOnlinux environment."
43654401 msgstr "Tato funkce je v prostředí PlayOnLinux zakázána"
43664402
4367 #: lib/playonlinux.lib:334
4403 #: lib/playonlinux.lib:336
43684404 #, sh-format
43694405 msgid ""
43704406 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43754411 "n\\nPlayOnLinux tento skript neschválil a není za něj tudíž zodpovědný.\\"
43764412 "nProsím, ujistěte se, že víte, co děláte!"
43774413
4378 #: lib/playonlinux.lib:335
4414 #: lib/playonlinux.lib:337
43794415 #, sh-format
43804416 msgid "Here the source code of the script. Check it carefully"
43814417 msgstr "Zde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte."
43824418
4383 #: lib/playonlinux.lib:357
4419 #: lib/playonlinux.lib:359
43844420 #, sh-format
43854421 msgid ""
43864422 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43914427 "n$APPLICATION_TITLE nepovolil spouštění tohoto skriptu a nebude za to na "
43924428 "sebe brát zodpovědnost.\\nUjistěte se, že opravdu dobře víte, co děláte!"
43934429
4394 #: lib/playonlinux.lib:358
4430 #: lib/playonlinux.lib:360
43954431 #, sh-format
43964432 msgid "External library"
43974433 msgstr "Externí knihovna"
43984434
4399 #: lib/playonlinux.lib:358
4435 #: lib/playonlinux.lib:360
44004436 #, sh-format
44014437 msgid "Here the source code of the script. Check it carrefully"
44024438 msgstr "Zde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte."
44034439
4404 #: lib/playonlinux.lib:591
4440 #: lib/playonlinux.lib:593
44054441 #, sh-format
44064442 msgid "Making shortcut..."
44074443 msgstr "Vytváří se zástupce..."
44084444
4409 #: lib/playonlinux.lib:715
4445 #: lib/playonlinux.lib:718
44104446 #, sh-format
44114447 msgid "Do you want to delete the virtual drive:"
44124448 msgstr "Chcete smazat virtuální disk:"
44134449
4414 #: lib/playonlinux.lib:826
4450 #: lib/playonlinux.lib:831
44154451 #, sh-format
44164452 msgid ""
44174453 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44204456 "Následující soubor je umístěn na souborovém systému FAT32.\\nTo může "
44214457 "způsobit nefunkčnost wine\\n\\n$FilePath"
44224458
4423 #: lib/playonlinux.lib:827
4459 #: lib/playonlinux.lib:832
44244460 #, sh-format
44254461 msgid ""
44264462 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44294465 "Následující soubor je umístěn na souborovém systému NTFS.\\nTo může způsobit "
44304466 "nefunkčnost wine\\n\\n$FilePath"
44314467
4432 #: lib/playonlinux.lib:828
4468 #: lib/playonlinux.lib:833
44334469 #, sh-format
44344470 msgid ""
44354471 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44384474 "Následující soubor je umístěn na fuse souborovém systému.\\nTo může způsobit "
44394475 "nefunkčnost wine\\n\\n$FilePath"
44404476
4441 #: lib/playonlinux.lib:829
4477 #: lib/playonlinux.lib:834
44424478 #, sh-format
44434479 msgid ""
44444480 "The following file is located on a noexec mounted filesystem.\\nIt might "
44474483 "Následující soubor je umístěn na souborovém systému připojeném s parametrem "
44484484 "noexec.\\nTo může způsobit nefunkčnost wine\\n\\n$FilePath"
44494485
4450 #: lib/plugins.lib:65
4486 #: lib/plugins.lib:66
44514487 #, sh-format
44524488 msgid "Checking plugin: "
44534489 msgstr "Ověřuje se zásuvný modul: "
44544490
4455 #: lib/plugins.lib:93
4491 #: lib/plugins.lib:94
44564492 #, sh-format
44574493 msgid "New: "
44584494 msgstr "Nový: "
44594495
4460 #: lib/plugins.lib:93
4496 #: lib/plugins.lib:94
44614497 #, sh-format
44624498 msgid "Updating plugin. Previous: "
44634499 msgstr "Aktualizuje se zásuvný modul. Předchozí: "
44644500
4465 #: lib/plugins.lib:112
4501 #: lib/plugins.lib:113
44664502 #, sh-format
44674503 msgid "Installing plugin: "
44684504 msgstr "Instaluje se zásuvný modul: "
44814517 msgid "Function override detected, disabling bug reporting"
44824518 msgstr "Detekována funkce přepisování, vypínání nahlašování chyb."
44834519
4484 #: lib/scripts.lib:499 lib/scripts.lib:565
4520 #: lib/scripts.lib:500 lib/scripts.lib:566
44854521 #, sh-format
44864522 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
44874523 msgstr "Není dostatek místa ke stažení:\\n$URL ($neededSpace KB)"
44884524
4489 #: lib/scripts.lib:501 lib/scripts.lib:784
4525 #: lib/scripts.lib:502 lib/scripts.lib:785
44904526 #, sh-format
44914527 msgid "Please wait while $APPLICATION_TITLE is downloading:"
44924528 msgstr "Počkejte prosím, než $APPLICATION_TITLE dokončí stahování:"
44934529
4494 #: lib/scripts.lib:503 lib/scripts.lib:570
4530 #: lib/scripts.lib:504 lib/scripts.lib:571
44954531 #, sh-format
44964532 msgid "An error happened during download."
44974533 msgstr "Při stahování nastala chyba."
44984534
4499 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4500 #: lib/scripts.lib:586
4535 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4536 #: lib/scripts.lib:587
45014537 #, sh-format
45024538 msgid "Do you want to retry?"
45034539 msgstr "Zkusit znovu?"
45044540
4505 #: lib/scripts.lib:522 lib/scripts.lib:586
4541 #: lib/scripts.lib:523 lib/scripts.lib:587
45064542 #, sh-format
45074543 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45084544 msgstr ""
45094545 "Chyba ! Soubory nesouhlasí\\n\\nMístní kontrolní MD5 součet: $LOCAL_MD5\\"
45104546 "nKontrolní MD5 součet na serveru: $SERVER_MD5"
45114547
4512 #: lib/scripts.lib:689
4548 #: lib/scripts.lib:690
45134549 #, sh-format
45144550 msgid ""
45154551 "7z not installed, please check that you have 7zip installed and try again"
45174553 "Vypadá to, že 7z není nainstalován. Zkontrolujte prosím, zda je 7zip "
45184554 "nainstalován a zkuste to znovu"
45194555
4520 #: lib/scripts.lib:696
4556 #: lib/scripts.lib:697
45214557 #, sh-format
45224558 msgid "Failed to locate ${dest} from ${archive}"
45234559 msgstr "Nemohu nalézt ${dest} v ${archive}"
45244560
4525 #: lib/scripts.lib:700
4561 #: lib/scripts.lib:701
45264562 #, sh-format
45274563 msgid "Extracting ${filename} from ${archivename}"
45284564 msgstr "Extrahuje se ${filename} z ${archivename}"
45294565
4530 #: lib/scripts.lib:715
4566 #: lib/scripts.lib:716
45314567 #, sh-format
45324568 msgid "Extracted file size does not match!"
45334569 msgstr "Velikost extrahovaného souboru nesouhlasí!"
45344570
4535 #: lib/scripts.lib:746
4571 #: lib/scripts.lib:747
45364572 #, sh-format
45374573 msgid "Copying ${filename}"
45384574 msgstr "Kopíruje se ${filename}"
45394575
4540 #: lib/scripts.lib:759
4576 #: lib/scripts.lib:760
45414577 #, sh-format
45424578 msgid "File size does not match!"
45434579 msgstr "Velikost souboru nesouhlasí!"
45444580
4545 #: lib/scripts.lib:903
4581 #: lib/scripts.lib:904
45464582 #, sh-format
45474583 msgid ""
45484584 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45514587 "$APPLICATION_TITLE $VERSION je příliš stará pro pokračování.\\"
45524588 "n$APPLICATION_TITLE $NEEDED je vyžadována."
45534589
4554 #: lib/scripts.lib:918
4590 #: lib/scripts.lib:919
45554591 #, sh-format
45564592 msgid ""
45574593 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45604596 "Varování: Máte spuštěnou aplikaci $APPLICATION_TITLE $VERSION.\\nPro "
45614597 "pokračování je však doporučena aplikace $APPLICATION_TITLE $NEEDED."
45624598
4563 #: lib/scripts.lib:949
4599 #: lib/scripts.lib:950
45644600 #, sh-format
45654601 msgid "$AUTHOR profile"
45664602 msgstr "profil $AUTHOR"
46094645 "Jeden nebo více programů chybí. Nainstalujte je prosím a spusťte skript "
46104646 "znovu."
46114647
4612 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4648 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46134649 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46144650 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46154651 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46214657 #, sh-format
46224658 msgid "Where is mounted your CD-ROM?"
46234659 msgstr "Kde je připojena vaše CD-ROM?"
4660
4661 #: lib/setupwindow.lib:349 python/install.py:218
4662 #, sh-format
4663 msgid "Other"
4664 msgstr "Jiné"
46244665
46254666 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46264667 #, sh-format
47474788 msgid "I don't want to make another shortcut"
47484789 msgstr "Nechci vytvářet další zástupce"
47494790
4750 #: lib/setupwindow.lib:711 python/guiv3.py:158
4791 #: lib/setupwindow.lib:711 python/guiv3.py:163
47514792 #, sh-format
47524793 msgid "Browse"
47534794 msgstr "Procházet"
47544795
4796 #: lib/setupwindow.lib:739
4797 #, sh-format
4798 msgid "A shortcut by that name already exists, overwrite?"
4799 msgstr ""
4800
47554801 #: lib/website.lib:29
47564802 #, sh-format
47574803 msgid "Connect to your $APPLICATION_TITLE account"
47714817 "Připojování selhalo !\\nUjistěte se, že používáte správné a platné "
47724818 "přihlašovací údaje."
47734819
4774 #: lib/wine.lib:367
4820 #: lib/wine.lib:371
47754821 #, sh-format
47764822 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
47774823 msgstr "Vyčkejte prosím, dokud $APPLICATION_TITLE neprozkoumá váš hardware"
47784824
4779 #: lib/wine.lib:373
4825 #: lib/wine.lib:377
47804826 #, sh-format
47814827 msgid "Select the main videocard to report:"
47824828 msgstr "Vyberte hlavní grafickou kartu pro hlášení:"
47834829
4784 #: lib/wine.lib:538 lib/wine.lib:703
4830 #: lib/wine.lib:549 lib/wine.lib:714
47854831 #, sh-format
47864832 msgid ""
47874833 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
47904836 "Zdá se, že wine havarovalo\\n\\nNicméně pokud program stále běží, tak toto "
47914837 "hlášení můžete ignorovat"
47924838
4793 #: lib/wine.lib:763
4839 #: lib/wine.lib:775
47944840 #, sh-format
47954841 msgid "Unable to find version: "
47964842 msgstr "Nelze najít verzi: "
47974843
4798 #: lib/wine.lib:769 lib/wine.lib:770
4844 #: lib/wine.lib:781 lib/wine.lib:782
47994845 #, sh-format
48004846 msgid "Downloading Wine: "
48014847 msgstr "Stahuje se Wine: "
48024848
4803 #: lib/wine.lib:779
4849 #: lib/wine.lib:791
48044850 #, sh-format
48054851 msgid "The download seems to have failed."
48064852 msgstr "Zdá se, že stahování selhalo."
48074853
4808 #: lib/wine.lib:781
4854 #: lib/wine.lib:793
48094855 #, sh-format
48104856 msgid "Extracting Wine..."
48114857 msgstr "Rozbaluje se Wine..."
48124858
4813 #: lib/wine.lib:961
4859 #: lib/wine.lib:976
48144860 #, sh-format
48154861 msgid "Overwrite (usually works, no guarantee)"
48164862 msgstr "Přepsat (obvykle funguje, bez záruky)"
48174863
4818 #: lib/wine.lib:962
4864 #: lib/wine.lib:977
48194865 #, sh-format
48204866 msgid "Erase (virtual drive content will be lost)"
48214867 msgstr "Vymazat (obsah virtuálního disku bude ztracen)"
48224868
4823 #: lib/wine.lib:976
4869 #: lib/wine.lib:991
48244870 #, sh-format
48254871 msgid "The target virtual drive $PREFNAME already exists:"
48264872 msgstr "Cíl $PREFNAME virtuálního disku již existuje:"
48274873
4828 #: lib/wine.lib:1156 lib/wine.lib:1186
4874 #: lib/wine.lib:1171 lib/wine.lib:1201
48294875 #, sh-format
48304876 msgid "Please wait while $SOFTNAME is installed..."
48314877 msgstr "Vyčkejte, dokud nebude program $SOFTNAME nainstalován..."
48324878
4833 #: lib/wine.lib:1160 lib/wine.lib:1189
4879 #: lib/wine.lib:1175 lib/wine.lib:1204
48344880 #, sh-format
48354881 msgid ""
48364882 "Be careful! This will kill install process. If it is not finished, you will "
48394885 "Opatrně! Tohle ukončí instalační proces. Pokud neskončí korektně, tak bude "
48404886 "potřeba $SOFTNAME přeinstalovat"
48414887
4842 #: lib/wine.lib:1160 lib/wine.lib:1189
4888 #: lib/wine.lib:1175 lib/wine.lib:1204
48434889 #, sh-format
48444890 msgid "Install is done"
48454891 msgstr "Instalace je hotova"
48464892
4847 #: lib/wine.lib:1193 lib/wine.lib:1194
4893 #: lib/wine.lib:1208 lib/wine.lib:1209
48484894 #, sh-format
48494895 msgid "Press next only when the installation process is finished"
48504896 msgstr "Stiskněte Další jen pokud byla instalace již dokončena"
48514897
4852 #: lib/wine.lib:1202
4898 #: lib/wine.lib:1217
48534899 #, sh-format
48544900 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48554901 msgstr "Vyčkejte prosím, $APPLICATION_TITLE simuluje restart"
48684914 "Pro čistou odinstalaci programu s {0} musíte smazat i přiřazený virtuální "
48694915 "disk"
48704916
4871 #: python/configure.py:197 python/configure.py:694
4917 #: python/configure.py:196 python/configure.py:703
48724918 msgid "General"
48734919 msgstr "Obecné"
48744920
4875 #: python/configure.py:200
4921 #: python/configure.py:199
48764922 msgid "Make a new shortcut from this virtual drive"
48774923 msgstr "Vytvořit nového zástupce virtuální mechaniky"
48784924
4879 #: python/configure.py:201
4925 #: python/configure.py:200
48804926 msgid "Name"
48814927 msgstr "Název"
48824928
4883 #: python/configure.py:202
4929 #: python/configure.py:201
48844930 msgid "Wine version"
48854931 msgstr "Verze Wine"
48864932
4887 #: python/configure.py:203
4933 #: python/configure.py:202
48884934 msgid "Debug flags"
48894935 msgstr "Příznaky ladění"
48904936
4891 #: python/configure.py:205
4937 #: python/configure.py:204
48924938 msgid "Virtual drive"
48934939 msgstr "Virtuální mechanika"
48944940
4895 #: python/configure.py:207
4941 #: python/configure.py:206
48964942 msgid "Arguments"
48974943 msgstr "Parametry"
48984944
4899 #: python/configure.py:211
4945 #: python/configure.py:210
49004946 msgid "Run configuration wizard"
49014947 msgstr "Spustit průvodce nastavením"
49024948
4903 #: python/configure.py:248
4949 #: python/configure.py:247
49044950 msgid "Windows reboot"
49054951 msgstr "Restartování Windows"
49064952
4907 #: python/configure.py:256
4953 #: python/configure.py:255
49084954 msgid "Repair virtual drive"
49094955 msgstr "Opravit virtuální disk"
49104956
4911 #: python/configure.py:265
4957 #: python/configure.py:264
49124958 msgid "Command prompt"
49134959 msgstr "Příkazový řádek"
49144960
4915 #: python/configure.py:272
4961 #: python/configure.py:271
49164962 msgid "Task manager"
49174963 msgstr "Správce úloh"
49184964
4919 #: python/configure.py:280
4965 #: python/configure.py:279
49204966 msgid "Kill processes"
49214967 msgstr "Zabít proces"
49224968
4923 #: python/configure.py:287
4969 #: python/configure.py:286
49244970 msgid "Wine uninstaller"
49254971 msgstr "Wine odinstalátor"
49264972
4927 #: python/configure.py:312
4973 #: python/configure.py:311
49284974 msgid ""
49294975 "Be careful! Installing one of these components can break your virtual drive."
49304976 msgstr ""
49314977 "Opatrně! Instalace jedné z těchto komponent může poškodit váš virtuální disk."
49324978
4933 #: python/configure.py:334 python/install.py:285 python/install.py:289
4934 #: python/mainwindow.py:197 python/mainwindow.py:350
4979 #: python/configure.py:333 python/install.py:285 python/install.py:289
4980 #: python/mainwindow.py:199 python/mainwindow.py:348
49354981 msgid "Install"
49364982 msgstr "Nainstalovat"
49374983
4938 #: python/configure.py:395
4984 #: python/configure.py:388
49394985 msgid "Open program's directory"
49404986 msgstr "Otevřít složku programu"
49414987
4942 #: python/configure.py:418
4988 #: python/configure.py:411
49434989 msgid "Open virtual drive's directory"
49444990 msgstr "Otevřít složku virtuální mechaniky"
49454991
4946 #: python/configure.py:560
4992 #: python/configure.py:555
49474993 msgid "GLSL Support"
49484994 msgstr "Podpora GLSL"
49494995
4950 #: python/configure.py:561
4996 #: python/configure.py:556
49514997 msgid "Direct Draw Renderer"
49524998 msgstr "Direct Draw Renderer"
49534999
4954 #: python/configure.py:562
5000 #: python/configure.py:557
49555001 msgid "Video memory size"
49565002 msgstr "Velikost paměti grafické karty"
49575003
4958 #: python/configure.py:563
5004 #: python/configure.py:558
49595005 msgid "Offscreen rendering mode"
49605006 msgstr "Offscreen režim vykreslování"
49615007
4962 #: python/configure.py:564
5008 #: python/configure.py:559
49635009 msgid "Render target mode lock"
49645010 msgstr "Render target mode lock"
49655011
4966 #: python/configure.py:565
5012 #: python/configure.py:560
49675013 msgid "Multisampling"
49685014 msgstr "Multisampling"
49695015
4970 #: python/configure.py:566
5016 #: python/configure.py:561
49715017 msgid "Strict Draw Ordering"
49725018 msgstr "Strict Draw Ordering"
49735019
4974 #: python/configure.py:576
5020 #: python/configure.py:571
49755021 msgid "Mouse warp override"
49765022 msgstr "Předefinovat zrychlení myši"
49775023
4978 #: python/configure.py:578
5024 #: python/configure.py:573
49795025 msgid "Open a shell"
49805026 msgstr "Otevřít shell"
49815027
4982 #: python/configure.py:579
5028 #: python/configure.py:574
49835029 msgid "Run a .exe file in this virtual drive"
49845030 msgstr "Spustit .exe soubor v této virtuální mechanice"
49855031
4986 #: python/configure.py:580
5032 #: python/configure.py:575
49875033 msgid "Command to exec before running the program"
49885034 msgstr "Příkaz ke spuštění před spouštěním samotného programu"
49895035
4990 #: python/configure.py:591
5036 #: python/configure.py:585
5037 msgid ""
5038 "Warning:\n"
5039 "\n"
5040 "Any program still running in this virtual drive will be terminated before "
5041 "Wine version is changed.\n"
5042 "Are you sure you want to continue?"
5043 msgstr ""
5044
5045 #: python/configure.py:596
49915046 msgid ""
49925047 "Be careful!\n"
49935048 "If you change "
49955050 "Opatrně!\n"
49965051 "Jestli změníte "
49975052
4998 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5053 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
49995054 msgid "{0} configuration"
50005055 msgstr "{0} nastavení"
50015056
5002 #: python/configure.py:659
5057 #: python/configure.py:664
50035058 msgid "Please select a program or a virtual drive to configure"
50045059 msgstr "Vyberte prosím program nebo virtuální disk ke konfiguraci"
50055060
5006 #: python/configure.py:677 python/options.py:280
5061 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50075062 msgid "New"
50085063 msgstr "Nový"
50095064
5010 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5011 #: python/mainwindow.py:596 python/options.py:207
5065 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5066 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50125067 msgid "Remove"
50135068 msgstr "Odebrat"
50145069
5015 #: python/configure.py:696
5070 #: python/configure.py:705
50165071 msgid "Install components"
50175072 msgstr "Instalace součástí"
50185073
5019 #: python/configure.py:697 python/mainwindow.py:332
5074 #: python/configure.py:706 python/mainwindow.py:330
50205075 msgid "Display"
50215076 msgstr "Zobrazit"
50225077
5023 #: python/configure.py:698
5078 #: python/configure.py:707
50245079 msgid "Miscellaneous"
50255080 msgstr "Různé"
50265081
5027 #: python/configure.py:726
5082 #: python/configure.py:735
50285083 msgid "This virtual drive is protected"
50295084 msgstr "Tato virtuální mechanika je chráněna"
50305085
5031 #: python/configure.py:728
5086 #: python/configure.py:737
50325087 msgid "Are you sure you want to delete {0} virtual drive ?"
50335088 msgstr "Opravdu chcete smazat {0} virtuální jednotku ?"
50345089
5035 #: python/configure.py:735
5090 #: python/configure.py:744
50365091 msgid "Are you sure you want to delete {0} ?"
50375092 msgstr "Opravdu chcete smazat {0} ?"
50385093
5039 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5040 #: python/mainwindow.py:997
5094 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5095 #: python/mainwindow.py:995
50415096 msgid "{0} debugger"
50425097 msgstr "{0} nástroj k ladění"
50435098
50455100 msgid "Please select a debug file"
50465101 msgstr "Vyberte prosím ladící soubor"
50475102
5048 #: python/debug.py:76
5103 #: python/debug.py:78
50495104 msgid "Locate this logfile"
50505105 msgstr "Určete umístění souboru logu"
50515106
5052 #: python/debug.py:99
5107 #: python/debug.py:101
50535108 msgid "The file is named : {0}"
50545109 msgstr "Soubor je pojmenován: {0}"
50555110
5056 #: python/debug.py:153 python/debug.py:207
5111 #: python/debug.py:189 python/debug.py:245
50575112 msgid "Virtual drives"
50585113 msgstr "Virtuální disky"
50595114
5060 #: python/debug.py:184
5115 #: python/debug.py:222
50615116 msgid "Report a problem about {0}"
50625117 msgstr "Podejte hlášení o chybě {0}"
50635118
5064 #: python/debug.py:206
5119 #: python/debug.py:244
50655120 msgid "Install scripts"
50665121 msgstr "Instalovat skripty"
50675122
50865141 msgid "Next"
50875142 msgstr "Další"
50885143
5089 #: python/guiv3.py:166
5144 #: python/guiv3.py:171
50905145 msgid "I Agree"
50915146 msgstr "Souhlasím"
50925147
5093 #: python/guiv3.py:167
5148 #: python/guiv3.py:172
50945149 msgid "Show virtual drives"
50955150 msgstr "Zobrazit virtuální mechaniky"
50965151
5097 #: python/guiv3.py:188
5152 #: python/guiv3.py:193
50985153 msgid "Login: "
50995154 msgstr "Přihlášení: "
51005155
5101 #: python/guiv3.py:189
5156 #: python/guiv3.py:194
51025157 msgid "Password: "
51035158 msgstr "Heslo: "
51045159
5105 #: python/guiv3.py:192
5160 #: python/guiv3.py:197
51065161 msgid "Register"
51075162 msgstr "Registrace"
51085163
5109 #: python/guiv3.py:288
5164 #: python/guiv3.py:302
51105165 msgid "MB downloaded"
51115166 msgstr "MB staženo"
51125167
5113 #: python/guiv3.py:288
5168 #: python/guiv3.py:302
51145169 msgid "of"
51155170 msgstr "z"
51165171
5117 #: python/guiv3.py:749
5172 #: python/guiv3.py:769
51185173 msgid "You cannot close this window"
51195174 msgstr "Toto okno není možné zavřít"
51205175
51225177 msgid "No description"
51235178 msgstr "Bez popisu"
51245179
5125 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5180 #: python/install.py:210
5181 msgid "Accessories"
5182 msgstr "Doplňky"
5183
5184 #: python/install.py:211
5185 msgid "Development"
5186 msgstr "Vývoj"
5187
5188 #: python/install.py:212
5189 msgid "Education"
5190 msgstr "Vzdělání"
5191
5192 #: python/install.py:213
5193 msgid "Games"
5194 msgstr "Hry"
5195
5196 #: python/install.py:214
5197 msgid "Graphics"
5198 msgstr "Grafika"
5199
5200 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5201 msgid "Internet"
5202 msgstr "Internet"
5203
5204 #: python/install.py:216
5205 msgid "Multimedia"
5206 msgstr "Multimédia"
5207
5208 #: python/install.py:217
5209 msgid "Office"
5210 msgstr "Kancelář"
5211
5212 #: python/install.py:219
5213 msgid "Patches"
5214 msgstr "Záplaty"
5215
5216 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51265217 msgid "Search"
51275218 msgstr "Vyhledávat"
51285219
51295220 #: python/install.py:252
51305221 msgid "Include:"
51315222 msgstr "Obsahuje:"
5223
5224 #: python/install.py:258
5225 msgid "Testing"
5226 msgstr "Testování"
51325227
51335228 #: python/install.py:263
51345229 msgid "No-cd needed"
52015296 "Jediné řešení je použití \"no-cd\" patche, toto se ovšem používá také v "
52025297 "případě pirátství, tudíž neposkytujeme žádnou podporu."
52035298
5204 #: python/irc.py:137
5299 #: python/irc.py:139
52055300 msgid "Send"
52065301 msgstr "Odeslat"
52075302
5208 #: python/irc.py:138
5303 #: python/irc.py:140
52095304 msgid "Connect"
52105305 msgstr "Připojit"
52115306
5212 #: python/irc.py:139
5307 #: python/irc.py:141
52135308 msgid "Disconnect"
52145309 msgstr "Odpojit"
52155310
5216 #: python/irc.py:140
5311 #: python/irc.py:142
52175312 msgid "Leave"
52185313 msgstr "Opustit"
52195314
5220 #: python/irc.py:227
5315 #: python/irc.py:229
52215316 msgid "Join a channel"
52225317 msgstr "Připojit kanál"
52235318
5224 #: python/irc.py:257 python/mainwindow.py:725
5319 #: python/irc.py:259 python/mainwindow.py:723
52255320 msgid "Messenger"
52265321 msgstr "Komunikátor"
52275322
5228 #: python/irc.py:273
5323 #: python/irc.py:275
52295324 msgid ""
52305325 "If you close this window, you cannot read further replies. Are you sure that "
52315326 "you want to close it?"
52555350 msgid "{0} error"
52565351 msgstr "{0} chyba"
52575352
5258 #: python/mainwindow.py:73
5353 #: python/mainwindow.py:75
52595354 msgid "{0} website is unavailable. Please check your connection"
52605355 msgstr "{0} stránka není dostupná. Zkontrolujte, prosím, vaše připojení"
52615356
5262 #: python/mainwindow.py:75
5357 #: python/mainwindow.py:77
52635358 msgid "Refreshing {0}"
52645359 msgstr "Obnovování {0}"
52655360
5266 #: python/mainwindow.py:90 python/mainwindow.py:92
5361 #: python/mainwindow.py:92 python/mainwindow.py:94
52675362 msgid "An updated version of {0} is available"
52685363 msgstr "Je dostupná aktualizovaná verze {0}"
52695364
5270 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5365 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
52715366 msgid "Run"
52725367 msgstr "Spustit"
52735368
5274 #: python/mainwindow.py:200
5369 #: python/mainwindow.py:202
52755370 msgid "Donate"
52765371 msgstr "Darovat"
52775372
5278 #: python/mainwindow.py:201
5373 #: python/mainwindow.py:203
52795374 msgid "Exit"
52805375 msgstr "Ukončit"
52815376
5282 #: python/mainwindow.py:205
5377 #: python/mainwindow.py:207
52835378 msgid "Small icons"
52845379 msgstr "Malé ikony"
52855380
5286 #: python/mainwindow.py:206
5381 #: python/mainwindow.py:208
52875382 msgid "Medium icons"
52885383 msgstr "Střední ikony"
52895384
5290 #: python/mainwindow.py:207
5385 #: python/mainwindow.py:209
52915386 msgid "Large icons"
52925387 msgstr "Velké ikony"
52935388
5294 #: python/mainwindow.py:208
5389 #: python/mainwindow.py:210
52955390 msgid "Very large icons"
52965391 msgstr "Největší ikony"
52975392
5298 #: python/mainwindow.py:220
5393 #: python/mainwindow.py:222
52995394 msgid "Manage Wine versions"
53005395 msgstr "Spravovat verze Wine"
53015396
5302 #: python/mainwindow.py:226
5397 #: python/mainwindow.py:228
53035398 msgid "Read a PC CD-Rom"
53045399 msgstr "Číst PC CD-ROM"
53055400
5306 #: python/mainwindow.py:236
5401 #: python/mainwindow.py:238
53075402 msgid "Close all {0} software"
53085403 msgstr "Zavřít všechen {0} software"
53095404
5310 #: python/mainwindow.py:240
5405 #: python/mainwindow.py:242
53115406 msgid "{0} console"
53125407 msgstr "{0} console"
53135408
5314 #: python/mainwindow.py:250
5409 #: python/mainwindow.py:248
53155410 msgid "{0} messenger"
53165411 msgstr "{0} komunikátor"
53175412
5318 #: python/mainwindow.py:266 python/options.py:388
5413 #: python/mainwindow.py:264 python/options.py:388
53195414 msgid "File associations"
53205415 msgstr "Asociace souborů"
53215416
5322 #: python/mainwindow.py:273
5417 #: python/mainwindow.py:271
53235418 msgid "About {0}"
53245419 msgstr "O {0}"
53255420
5326 #: python/mainwindow.py:302 python/mainwindow.py:306
5421 #: python/mainwindow.py:300 python/mainwindow.py:304
53275422 msgid "Plugin manager"
53285423 msgstr "Správce zásuvných modulů"
53295424
5330 #: python/mainwindow.py:331
5425 #: python/mainwindow.py:329
53315426 msgid "File"
53325427 msgstr "Soubor"
53335428
5334 #: python/mainwindow.py:333
5429 #: python/mainwindow.py:331
53355430 msgid "Tools"
53365431 msgstr "Nástroje"
53375432
5338 #: python/mainwindow.py:334 python/mainwindow.py:723
5433 #: python/mainwindow.py:332 python/mainwindow.py:721
53395434 msgid "Settings"
53405435 msgstr "Nastavení"
53415436
5342 #: python/mainwindow.py:335 python/options.py:387
5437 #: python/mainwindow.py:333 python/options.py:387
53435438 msgid "Plugins"
53445439 msgstr "Zásuvné moduly"
53455440
5346 #: python/mainwindow.py:347 python/mainwindow.py:739
5441 #: python/mainwindow.py:345 python/mainwindow.py:737
53475442 msgid "Close"
53485443 msgstr "Zavřít"
53495444
5350 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5445 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53515446 msgid "Configure"
53525447 msgstr "Nastavit"
53535448
5354 #: python/mainwindow.py:584
5449 #: python/mainwindow.py:582
53555450 msgid "Open the application's directory"
53565451 msgstr "Otevřít složku aplikace"
53575452
5358 #: python/mainwindow.py:588 python/mainwindow.py:753
5453 #: python/mainwindow.py:586 python/mainwindow.py:751
53595454 msgid "Read the manual"
53605455 msgstr "Číst manuál"
53615456
5362 #: python/mainwindow.py:592
5457 #: python/mainwindow.py:590
53635458 msgid "Set the icon"
53645459 msgstr "Nastavit ikonu"
53655460
5366 #: python/mainwindow.py:600
5461 #: python/mainwindow.py:598
53675462 msgid "Close this application"
53685463 msgstr "Zavřít tuto aplikaci"
53695464
5370 #: python/mainwindow.py:611
5465 #: python/mainwindow.py:609
53715466 msgid "KillApp"
53725467 msgstr "KillApp"
53735468
5374 #: python/mainwindow.py:618
5469 #: python/mainwindow.py:616
53755470 msgid "No manual found for {0}"
53765471 msgstr "Manuál pro {0} nebyl nalezen"
53775472
5378 #: python/mainwindow.py:721
5473 #: python/mainwindow.py:719
53795474 msgid "Install a program"
53805475 msgstr "Instalovat program"
53815476
5382 #: python/mainwindow.py:728
5477 #: python/mainwindow.py:726
53835478 msgid "Update GIT"
53845479 msgstr "Obnovení GIT"
53855480
5386 #: python/mainwindow.py:731
5481 #: python/mainwindow.py:729
53875482 msgid "Update instructions"
53885483 msgstr "Instrukce pro aktualizaci"
53895484
5390 #: python/mainwindow.py:741
5485 #: python/mainwindow.py:739
53915486 msgid "Debug"
53925487 msgstr "Ladění"
53935488
5394 #: python/mainwindow.py:743
5489 #: python/mainwindow.py:741
53955490 msgid "Report a problem"
53965491 msgstr "Nahlásit problém"
53975492
5398 #: python/mainwindow.py:747
5493 #: python/mainwindow.py:745
53995494 msgid "Create a shortcut"
54005495 msgstr "Vytvořit zástupce"
54015496
5402 #: python/mainwindow.py:749
5497 #: python/mainwindow.py:747
54035498 msgid "Open the directory"
54045499 msgstr "Otevřít adresář"
54055500
5406 #: python/mainwindow.py:755
5501 #: python/mainwindow.py:753
54075502 msgid "Save"
54085503 msgstr "Uložit"
54095504
5410 #: python/mainwindow.py:758
5505 #: python/mainwindow.py:756
54115506 msgid "Uninstall"
54125507 msgstr "Odinstalovat"
54135508
5414 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5415 #: python/mainwindow.py:1003
5509 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5510 #: python/mainwindow.py:1001
54165511 msgid "Please select a program."
54175512 msgstr "Vyberte prosím program."
54185513
5419 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5514 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54205515 msgid "{0} settings"
54215516 msgstr "{0} nastavení"
54225517
5423 #: python/mainwindow.py:965
5518 #: python/mainwindow.py:963
54245519 msgid "{0} install menu"
54255520 msgstr "{0} instalační menu"
54265521
5427 #: python/mainwindow.py:974
5522 #: python/mainwindow.py:972
54285523 msgid "{0} wine versions manager"
54295524 msgstr "{0} manažer verzí wine"
54305525
5431 #: python/mainwindow.py:1005
5526 #: python/mainwindow.py:1003
54325527 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54335528 msgstr "Virtuální jednotka přiřazena k {0} ({1}) již neexistuje."
54345529
55565651 "\n"
55575652 "Toto jsou pro nás cenné údaje, díky kterým můžeme pomáhat dalším lidem."
55585653
5559 #: python/mainwindow.py:1271
5654 #: python/mainwindow.py:1273
55605655 msgid "Are you sure you want to want to install {0} package?"
55615656 msgstr "Opravdu chcete instalovat {0} balík?"
55625657
5563 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5658 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5659 #: python/mainwindow.py:1284
55645660 msgid ""
55655661 "You are trying to open a script design for {0}! It might not work as expected"
55665662 msgstr ""
56395735 msgid "You must restart {0} for the changes to take effect."
56405736 msgstr "Aby se změny projevily, tak musíte {0} restartovat."
56415737
5642 #: python/wine_versions.py:194
5738 #: python/wine_versions.py:195
56435739 msgid "Installed Wine versions: "
56445740 msgstr "Nainstalované verze Wine: "
56455741
5646 #: python/wine_versions.py:195
5742 #: python/wine_versions.py:196
56475743 msgid "Available Wine versions: "
56485744 msgstr "Dostupné verze Wine: "
56495745
5650 #: python/wine_versions.py:202
5746 #: python/wine_versions.py:203
56515747 msgid "Wine versions"
56525748 msgstr "Verze Wine"
56535749
5654 #: python/wine_versions.py:321
5750 #: python/wine_versions.py:322
56555751 msgid "Are you sure you want to delete wine {0}?"
56565752 msgstr "Jste si jisti, že chcete odstranit wine {0}?"
56575753
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:04+0000\n"
1111 "Last-Translator: Rasmus Christian Christensen <rasmuschr1973@gmail.com>\n"
1212 "Language-Team: Danish <da@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
243243 msgstr "Indsæt venligst spilmediet i dit CD/DVD drev"
244244
245245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
246 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
246247 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
247248 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
248249 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
271272 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
272273 #: PlayOnLinux_Scripts/Civilization_V_:53
273274 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
274 #: PlayOnLinux_Scripts/Diablo_II_:51
275 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
275276 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
276277 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
277278 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
278279 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
279280 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
280 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
281281 #: PlayOnLinux_Scripts/Google_SketchUp_:51
282282 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
283283 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
297297 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
298298 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
299299 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
300 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
300301 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
301302 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
302303 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
304 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
304 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
305 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
306 #: PlayOnLinux_Scripts/Portal_2_:82
305307 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
306308 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
307 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
310 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:72
309312 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
310313 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
314 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
311315 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
312316 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
313317 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
318 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
314319 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
315320 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
316 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
317 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
321 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
322 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
318324 #: PlayOnLinux_Scripts/Starcraft_:34
319325 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
320326 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
321 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
327 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
328 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
322329 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
323330 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
331 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
324332 #: PlayOnLinux_Scripts/Theme_Hospital_:59
325333 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
326334 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
327335 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
328336 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
337 #: PlayOnLinux_Scripts/Wizard_101_:38
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
338347 msgid "Please select the setup file to run"
339348 msgstr "Vælg venligst den installationsfil der skal køres"
340349
350 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
352 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
354 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
355 #, sh-format
356 msgid "Please insert the game media into your disc drive."
357 msgstr ""
358
341359 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
361 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
342362 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
343363 #: PlayOnLinux_Scripts/Dishonored_:72
344364 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
442462 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
443463 #: PlayOnLinux_Scripts/Magicka_:68
444464 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
465 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
445466 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
446467 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
447468 #: PlayOnLinux_Scripts/Rayman_Origins_:83
448469 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
449 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
450 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
470 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
471 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
451472 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
452473 #: PlayOnLinux_Scripts/The_Witcher_:125
453474 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
481502 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
482503 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
483504 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
505 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
484506 #: PlayOnLinux_Scripts/Driftmoon_:43
485507 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
486508 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
489511 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
490512 #: PlayOnLinux_Scripts/League_Of_Legends_:57
491513 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
492 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
514 #: PlayOnLinux_Scripts/Sacrifice_:41
515 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
516 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
517 #: PlayOnLinux_Scripts/Toontown_Online_:25
518 #: PlayOnLinux_Scripts/Watchtower_library_:43
493519 #: PlayOnLinux_Scripts/iTunes_10_:28
494520 #, sh-format
495521 msgid "Please select the setup file to run."
504530 #: PlayOnLinux_Scripts/POL_GoG_download_:48
505531 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
506532 #: PlayOnLinux_Scripts/SimCity_2000_:50
507 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
508 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
533 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
534 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
509535 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
510536 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
511537 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
512 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
513 #: lib/wine.lib:1186
538 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
539 #: lib/wine.lib:1171 lib/wine.lib:1201
514540 #, sh-format
515541 msgid "Please wait..."
516542 msgstr "Vent venligst..."
538564 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
539565 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
540566 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
541 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
567 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
542568 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
543569 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
544570 #: PlayOnLinux_Scripts/Dead_Space_2_:85
554580 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
555581 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
556582 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
559585 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
560586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
616642 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
617643 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
618644 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
619 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
645 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
620646 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
621647 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
622648 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
623 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
624 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
649 #: PlayOnLinux_Scripts/Dead_Space_:50
650 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
651 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
652 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
625653 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
626654 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
627655 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
631659 #: PlayOnLinux_Scripts/Rage_:79
632660 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
633661 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
635663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
636664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
637665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
672700 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
673701 #: PlayOnLinux_Scripts/Sacrifice_:45
674 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
702 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
675703 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
676704 #: PlayOnLinux_Scripts/The_Witcher_:102
677705 #, sh-format
682710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
683711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
684712 #: PlayOnLinux_Scripts/Mass_Effect_:54
685 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
713 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
686714 #: PlayOnLinux_Scripts/The_Witcher_:110
687715 #, sh-format
688716 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
693721 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
694722 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
695723 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
696 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
724 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
697725 #: PlayOnLinux_Scripts/The_Witcher_:113
698726 #, sh-format
699727 msgid "Please insert the next game media into your disk drive"
722750 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
723751 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
724752 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
753 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
725754 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
726755 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
727756 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
827856 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
828857 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
829858 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
830 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
859 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
831860 #, sh-format
832861 msgid ""
833862 "You must disable anti-piracy protections of this game\\nif you want to play "
851880
852881 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
853882 #: PlayOnLinux_Scripts/Cars_2_:83
854 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
883 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
855884 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
856885 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
857886 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
874903 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
875904 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
876905 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
906 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
907 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
877908 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
878909 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
879910 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11061137 msgid "Please insert media 2 into your disk drive\\nif not already done."
11071138 msgstr ""
11081139
1109 #: PlayOnLinux_Scripts/Diablo_III_:29
1140 #: PlayOnLinux_Scripts/Diablo_III_:31
11101141 #, sh-format
11111142 msgid "Please select the setup file downloaded on $EDITOR website"
11121143 msgstr ""
11131144
1114 #: PlayOnLinux_Scripts/Diablo_III_:60
1145 #: PlayOnLinux_Scripts/Diablo_III_:62
11151146 #, sh-format
11161147 msgid ""
11171148 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11181149 "patch (AcceptEx Fix)"
11191150 msgstr ""
11201151
1121 #: PlayOnLinux_Scripts/Diablo_III_:60
1152 #: PlayOnLinux_Scripts/Diablo_III_:62
11221153 #, sh-format
11231154 msgid ""
11241155 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11251156 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1157 msgstr ""
1158
1159 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1160 #, sh-format
1161 msgid "Scanning your hardware..."
11261162 msgstr ""
11271163
11281164 #: PlayOnLinux_Scripts/Dishonored_:79
12011237
12021238 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12031239 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1204 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1205 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1240 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1241 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12061242 #, sh-format
12071243 msgid "Please insert the first game media into your disk drive"
12081244 msgstr ""
12091245
12101246 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1211 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1247 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12121248 #, sh-format
12131249 msgid "Please insert the second game media into your disk drive"
12141250 msgstr ""
12731309 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12741310 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12751311 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1312 #: PlayOnLinux_Scripts/Hearthstone_:64
12761313 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12771314 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12781315 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12981335 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12991336 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13001337 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1301 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1338 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13021339 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13031340 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13041341 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13221359 msgid "Editor"
13231360 msgstr ""
13241361
1325 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1362 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13261363 #, sh-format
13271364 msgid "This install script requires ffmpeg"
13281365 msgstr ""
13291366
1330 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1367 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13311368 #, sh-format
13321369 msgid "Converting videos..."
13331370 msgstr ""
13341371
13351372 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1373 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13361374 #, sh-format
13371375 msgid ""
13381376 "On first run the game will autodetect available renderers.\\nIt is likely "
13451383 msgid "Run $TITLE in safe mode?"
13461384 msgstr ""
13471385
1386 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1387 #, sh-format
1388 msgid ""
1389 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1390 "disable it by pressing Alt+R while in game.)"
1391 msgstr ""
1392
1393 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1394 #, sh-format
1395 msgid ""
1396 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1397 "game."
1398 msgstr ""
1399
13481400 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13491401 #, sh-format
13501402 msgid "Could not find program directory"
14071459 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14081460 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14091461 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1410 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1411 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1412 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14131462 #, sh-format
14141463 msgid "Language"
14151464 msgstr ""
15331582 msgid "Dedicated server"
15341583 msgstr ""
15351584
1536 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1585 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15371586 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15381587 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15391588 #, sh-format
15591608 msgid "Code wheel"
15601609 msgstr ""
15611610
1562 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1563 #, sh-format
1564 msgid "Do you have a language pack to install?"
1565 msgstr ""
1566
1567 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1568 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1569 #, sh-format
1570 msgid "Later"
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1611 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1612 #, sh-format
1613 msgid ""
1614 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1615 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1616 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1620 #, sh-format
1621 msgid "Now you must install the modpack in directory:"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1625 #, sh-format
1626 msgid "Please select ANY 3 icons when prompted."
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1630 #, sh-format
1631 msgid "temp directory missing"
1632 msgstr ""
1633
1634 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1635 #, sh-format
1636 msgid ""
1637 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1638 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1639 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1640 "details.\\nInstall it?"
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1644 #, sh-format
1645 msgid "Control Panel"
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1649 #, sh-format
1650 msgid ""
1651 "IMPORTANT:\n"
1652 " \\n\\nOn the installation window coming next, do NOT click the Options "
1653 "button, it would mess up the language selection."
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1657 #, sh-format
1658 msgid ""
1659 "On first run the game will autodetect available renderers.\\nIt is likely "
1660 "that you will get better performance out of the OpenGL renderer."
1661 msgstr ""
1662
1663 #: PlayOnLinux_Scripts/Goblins_3_:21
1664 #, sh-format
1665 msgid "Please select the game language"
1666 msgstr ""
1667
1668 #: PlayOnLinux_Scripts/Gothic_3_:82
1669 #, sh-format
1670 msgid "Choose the game resolution"
1671 msgstr ""
1672
1673 #: PlayOnLinux_Scripts/Gothic_3_:96
1674 #, sh-format
1675 msgid ""
1676 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1677 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1678 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1679 msgstr ""
1680
1681 #: PlayOnLinux_Scripts/Gothic_3_:110
1682 #, sh-format
1683 msgid "$TITLE is installed"
1684 msgstr ""
1685
1686 #: PlayOnLinux_Scripts/Guild_Wars_:53
1687 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1688 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1689 #, sh-format
1690 msgid "Please insert the DVD-ROM"
1691 msgstr ""
1692
1693 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1694 #, sh-format
1695 msgid ""
1696 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1697 "client and download will resume from where it stopped. Download percentage "
1698 "reset but do not worry, it do not restart from the beginning."
1699 msgstr ""
1700
1701 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1702 #, sh-format
1703 msgid ""
1704 "Please select $TITLE install file. During installation, uncheck all extra "
1705 "drivers it wants to install:"
1706 msgstr ""
1707
15741708 #: PlayOnLinux_Scripts/Half_Life_2_:56
15751709 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15761710 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15771711 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1578 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1712 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15791713 #, sh-format
15801714 msgid "No"
15811715 msgstr "Nej"
15821716
1583 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1584 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1717 #: PlayOnLinux_Scripts/Half_Life_2_:56
1718 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1719 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1720 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1721 #: PlayOnLinux_Scripts/Portal_:36
1722 #, sh-format
1723 msgid ""
1724 "Steam installation has been detected\\nwould you like to install this game "
1725 "in the same virtual drive?"
1726 msgstr ""
1727
15851728 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15861729 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15871730 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15901733 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15911734 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15921735 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1593 #: python/guiv3.py:157
1736 #: python/guiv3.py:158 python/guiv3.py:161
15941737 #, sh-format
15951738 msgid "Yes"
15961739 msgstr "Ja"
15971740
1598 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1599 #, sh-format
1600 msgid ""
1601 "To install a language pack later, open the configuration panel for the game "
1602 "in order to execute the installer into the virtual disk (Misc tab)"
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1606 #, sh-format
1607 msgid ""
1608 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1609 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1610 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1614 #, sh-format
1615 msgid "Now you must install the modpack in directory:"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1619 #, sh-format
1620 msgid "Please select ANY 3 icons when prompted."
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1624 #, sh-format
1625 msgid "temp directory missing"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1629 #, sh-format
1630 msgid ""
1631 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1632 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1633 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1634 "details.\\nInstall it?"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1638 #, sh-format
1639 msgid "Control Panel"
1640 msgstr ""
1641
1642 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1643 #, sh-format
1644 msgid ""
1645 "IMPORTANT:\n"
1646 " \\n\\nOn the installation window coming next, do NOT click the Options "
1647 "button, it would mess up the language selection."
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1651 #, sh-format
1652 msgid ""
1653 "On first run the game will autodetect available renderers.\\nIt is likely "
1654 "that you will get better performance out of the OpenGL renderer."
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Goblins_3_:21
1658 #, sh-format
1659 msgid "Please select the game language"
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/Gothic_3_:82
1663 #, sh-format
1664 msgid "Choose the game resolution"
1665 msgstr ""
1666
1667 #: PlayOnLinux_Scripts/Gothic_3_:96
1668 #, sh-format
1669 msgid ""
1670 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1671 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1672 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1673 msgstr ""
1674
1675 #: PlayOnLinux_Scripts/Gothic_3_:110
1676 #, sh-format
1677 msgid "$TITLE is installed"
1678 msgstr ""
1679
1680 #: PlayOnLinux_Scripts/Guild_Wars_:53
1681 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1682 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1683 #, sh-format
1684 msgid "Please insert the DVD-ROM"
1685 msgstr ""
1686
1687 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1688 #, sh-format
1689 msgid ""
1690 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1691 "client and download will resume from where it stopped. Download percentage "
1692 "reset but do not worry, it do not restart from the beginning."
1693 msgstr ""
1694
1695 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1696 #, sh-format
1697 msgid ""
1698 "Please select $TITLE install file. During installation, uncheck all extra "
1699 "drivers it wants to install:"
1700 msgstr ""
1701
1702 #: PlayOnLinux_Scripts/Half_Life_2_:56
1703 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1704 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1705 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1706 #: PlayOnLinux_Scripts/Portal_:36
1707 #, sh-format
1708 msgid ""
1709 "Steam installation has been detected\\nwould you like to install this game "
1710 "in the same virtual drive?"
1711 msgstr ""
1712
17131741 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17141742 #, sh-format
17151743 msgid "Updating $TITLE"
17161744 msgstr ""
17171745
1718 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1746 #: PlayOnLinux_Scripts/Hanahira__:54
17191747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17201748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17211749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17271755 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17281756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17291757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1758 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1760 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1761 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1762 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1763 #: PlayOnLinux_Scripts/Steins_Gate_:51
17301764 #, sh-format
17311765 msgid "Please locate installation program (Setup.exe)"
17321766 msgstr ""
17331767
1734 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1735 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1768 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17361769 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17371770 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17381771 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17541787 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17551788 msgstr ""
17561789
1790 #: PlayOnLinux_Scripts/Hearthstone_:26
1791 #, sh-format
1792 msgid "What language do you want to install?"
1793 msgstr ""
1794
17571795 #: PlayOnLinux_Scripts/ImgBurn_:38
17581796 #, sh-format
17591797 msgid ""
17911829 msgstr ""
17921830
17931831 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1794 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17951832 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17961833 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17971834 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19431980 "If the download update stuck close and run until the download is complete."
19441981 msgstr ""
19451982
1983 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19461984 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19471985 #, sh-format
19481986 msgid "Demo version"
19491987 msgstr ""
19501988
1989 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19511990 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19521991 #, sh-format
19531992 msgid "Please select version."
20012040 #, sh-format
20022041 msgid ""
20032042 "No filename extension specified, skipping association to native application."
2043 msgstr ""
2044
2045 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2046 #, sh-format
2047 msgid "Contacting download server."
20042048 msgstr ""
20052049
20062050 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20862130 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20872131 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20882132 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2089 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2133 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20902134 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20912135 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20922136 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21242168 "them without issues"
21252169 msgstr ""
21262170
2127 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2128 #, sh-format
2129 msgid "This package fail to install with wine 1.5.21 or better"
2130 msgstr ""
2131
2132 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2171 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21332172 #, sh-format
21342173 msgid ""
21352174 "If you see error messages during DotNet 3.5 installation, you can ignore "
22452284 "Please update."
22462285 msgstr ""
22472286
2248 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2287 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2288 #: PlayOnLinux_Scripts/yWriter_5_:45
22492289 #, sh-format
22502290 msgid "Downloading..."
22512291 msgstr ""
23562396 msgid "Microsoft fonts have been installed successfully."
23572397 msgstr ""
23582398
2399 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2400 #, sh-format
2401 msgid ""
2402 "OSX users: If the screen flickers once the game is launched, try to press "
2403 "cmd + tab twice"
2404 msgstr ""
2405
23592406 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23602407 #, sh-format
23612408 msgid "Remove Game For Windows Live..."
23932440 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23942441 msgstr ""
23952442
2396 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2443 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23972444 #, sh-format
23982445 msgid "Abort installation"
23992446 msgstr ""
24182465 msgid "The program needs access to ptrace() to proceed:"
24192466 msgstr ""
24202467
2421 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2468 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
24222469 #, sh-format
24232470 msgid "User abort"
24242471 msgstr ""
24572504 msgid "Please do not run $TITLE after installation has finished."
24582505 msgstr ""
24592506
2507 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2508 #, sh-format
2509 msgid "Extracting $TITLE"
2510 msgstr ""
2511
24602512 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24612513 #, sh-format
24622514 msgid ""
24692521 msgid "$TITLE has been successfully installed."
24702522 msgstr ""
24712523
2524 #: PlayOnLinux_Scripts/Poker_Stars_:37
2525 #, sh-format
2526 msgid "Error while installing. Downloaded file not found."
2527 msgstr ""
2528
24722529 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24732530 #, sh-format
24742531 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24762533
24772534 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24782535 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2536 #: PlayOnLinux_Scripts/Watchtower_library_:58
24792537 #, sh-format
24802538 msgid "Please wait while $TITLE is installed"
24812539 msgstr ""
25072565 #: PlayOnLinux_Scripts/Rage_:93
25082566 #, sh-format
25092567 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2568 msgstr ""
2569
2570 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2571 #, sh-format
2572 msgid ""
2573 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2574 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2575 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2576 "n\\nIf you have one of this two versions of this game, please give some "
2577 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2578 "n\\nThank you!"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2582 #, sh-format
2583 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2587 #, sh-format
2588 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2589 msgstr ""
2590
2591 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2592 #, sh-format
2593 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2594 msgstr ""
2595
2596 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2597 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2598 #, sh-format
2599 msgid "Select a version of installation disc:"
2600 msgstr ""
2601
2602 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2603 #, sh-format
2604 msgid "First Release (without addons)"
2605 msgstr ""
2606
2607 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2608 #, sh-format
2609 msgid "Gold Edition"
2610 msgstr ""
2611
2612 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2613 #, sh-format
2614 msgid "Platinum Edition"
2615 msgstr ""
2616
2617 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2618 #, sh-format
2619 msgid "What is your version of Railroad Tycoon II?"
2620 msgstr ""
2621
2622 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2623 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2624 #, sh-format
2625 msgid ""
2626 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2627 "desktop.\\n\\nThank you for using this installation script! :)"
25102628 msgstr ""
25112629
25122630 #: PlayOnLinux_Scripts/Reaper_4_:30
26582776 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26592777 msgstr ""
26602778
2779 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2780 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2781 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2782 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2783 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2784 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2785 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2786 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2787 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2788 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2789 #, sh-format
2790 msgid ""
2791 "Close the visual novel when it appears to continue installation. Click Next "
2792 "to begin installation."
2793 msgstr ""
2794
2795 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2796 #, sh-format
2797 msgid ""
2798 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2799 "script will now install it. Click Next to continue."
2800 msgstr ""
2801
26612802 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26622803 #, sh-format
26632804 msgid ""
26652806 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26662807 msgstr ""
26672808
2668 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2669 #, sh-format
2670 msgid "Please locate installation program (Launcher.exe)"
2671 msgstr ""
2672
2673 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2674 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2675 #, sh-format
2676 msgid ""
2677 "When the launcher opens, click on the top button to open the installer. When "
2678 "a new window opens, click OK. When another window opens, click on the button "
2679 "with the letter N until it is installing. Wait until it is done and click "
2680 "the right button to quit. Click Next when you are done installing."
2809 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2810 #, sh-format
2811 msgid "Please locate installation program in Data folder (Resonance.msi)"
26812812 msgstr ""
26822813
26832814 #: PlayOnLinux_Scripts/Steam_:50
27132844 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
27142845 "game. Steam install xna framework the game. Close the Steam so that the "
27152846 "installer can continue."
2847 msgstr ""
2848
2849 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2850 #, sh-format
2851 msgid "If youve the extentions, you should install Tribunal first !"
27162852 msgstr ""
27172853
27182854 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
28242960 "pp 4-5."
28252961 msgstr ""
28262962
2963 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2964 #, sh-format
2965 msgid "Please select the installation file to run."
2966 msgstr ""
2967
2968 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2969 #, sh-format
2970 msgid ""
2971 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2972 "your region.\\n 2. Leave only checked DirectX box."
2973 msgstr ""
2974
28272975 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28282976 #, sh-format
28292977 msgid ""
28302978 "The game will fail to launch until you set "
28312979 "/proc/sys/kernel/yama/ptrace_scope to 0"
2980 msgstr ""
2981
2982 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2983 #, sh-format
2984 msgid "Other destination or other CD/DVD"
2985 msgstr ""
2986
2987 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2988 #, sh-format
2989 msgid "Retail CD"
2990 msgstr ""
2991
2992 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2993 #, sh-format
2994 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2995 msgstr ""
2996
2997 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2998 #, sh-format
2999 msgid "video fix"
28323000 msgstr ""
28333001
28343002 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
29113079 msgid "Donwload finished.\\nPatches installation will begin"
29123080 msgstr ""
29133081
3082 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3083 #, sh-format
3084 msgid "We will download the installer"
3085 msgstr ""
3086
29143087 #: PlayOnLinux_Scripts/Toontown_Online_:17
29153088 #, sh-format
29163089 msgid ""
29483121 msgid "Do you want to browse $TITLE website?"
29493122 msgstr ""
29503123
3124 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3125 #, sh-format
3126 msgid ""
3127 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3128 "messenger, because it will won't work correctly."
3129 msgstr ""
3130
3131 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3132 #, sh-format
3133 msgid "Warning"
3134 msgstr ""
3135
29513136 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29523137 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29533138 #, sh-format
29563141 "want it to run correctly with $APPLICATION_TITLE"
29573142 msgstr ""
29583143
3144 #: PlayOnLinux_Scripts/Watchtower_library_:49
3145 #, sh-format
3146 msgid "File Selection Error"
3147 msgstr ""
3148
3149 #: PlayOnLinux_Scripts/Watchtower_library_:49
3150 #, sh-format
3151 msgid ""
3152 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3153 msgstr ""
3154
29593155 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29603156 #, sh-format
29613157 msgid ""
29723168 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29733169 #, sh-format
29743170 msgid ""
2975 "Attention: After installation is complete, the patcher will load. Please "
2976 "close the patcher before logging in or finish updating to complete the "
2977 "installation. After this, you can run \"$TITLE\" when setup is done"
3171 "Attention:After installation is complete, the patcher will load. After, go "
3172 "to the top right of the patcher and click the wrench, Then Un-check the box "
3173 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3174 "minuite. When finished with this, please close the patcher before logging in "
3175 "or finish updating to complete the installation. After this, you can run "
3176 "\"$TITLE\" when setup is done"
29783177 msgstr ""
29793178
29803179 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30153214 "Please insert game media 5 into your disk drive\\nif not already done."
30163215 msgstr ""
30173216
3217 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3218 #, sh-format
3219 msgid "Which region version of World of Warplanes would you like to install?"
3220 msgstr ""
3221
3222 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3223 #, sh-format
3224 msgid ""
3225 "Attention:After installation is complete, the patcher will load. After, go "
3226 "to the top right of the patcher and click the wrench, Then Un-check the box "
3227 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3228 "minute. When finished with this, please close the patcher before logging in "
3229 "or finish updating to complete the installation. After this, you can run "
3230 "\"$TITLE\" when setup is done"
3231 msgstr ""
3232
30183233 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30193234 #, sh-format
30203235 msgid ""
30623277 msgid "Please select the 32bit version of iTunes"
30633278 msgstr ""
30643279
3065 #: PlayOnLinux_Scripts/osu_:45
3280 #: PlayOnLinux_Scripts/osu_:46
30663281 #, sh-format
30673282 msgid ""
30683283 "Press next to start the updater. When the updater is finished, close it "
30823297 "resolution when rFactor Config comes up."
30833298 msgstr ""
30843299
3085 #: bash/bug_report:31
3300 #: bash/bug_report:32
30863301 #, sh-format
30873302 msgid "Report a bug"
30883303 msgstr "Rapporter en fejl"
30893304
3090 #: bash/bug_report:36
3305 #: bash/bug_report:37
30913306 #, sh-format
30923307 msgid ""
30933308 "Please give the more details as you can, otherwise, it will be very "
30943309 "difficult to help you"
30953310 msgstr ""
30963311
3097 #: bash/bug_report:36
3312 #: bash/bug_report:37
30983313 #, sh-format
30993314 msgid ""
31003315 "This wizard will help you to report a bug about an officially supported "
31013316 "program."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:40
3319 #: bash/bug_report:41
31053320 #, sh-format
31063321 msgid ""
31073322 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31083323 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
31093324 msgstr ""
31103325
3111 #: bash/bug_report:46
3326 #: bash/bug_report:47
31123327 #, sh-format
31133328 msgid "I have a problem with a software"
31143329 msgstr ""
31153330
3116 #: bash/bug_report:46
3331 #: bash/bug_report:47
31173332 #, sh-format
31183333 msgid "My problem concerns $APPLICATION_TITLE itself"
31193334 msgstr ""
31203335
3121 #: bash/bug_report:46
3336 #: bash/bug_report:47
31223337 #, sh-format
31233338 msgid "What kind of problem do you have?"
31243339 msgstr ""
31253340
3126 #: bash/bug_report:50
3341 #: bash/bug_report:51
31273342 #, sh-format
31283343 msgid "Don't join any log file"
31293344 msgstr ""
31303345
3131 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3346 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31323347 #: bash/manual_install:120 bash/manual_install:219
31333348 #, sh-format
31343349 msgid "Manual installation"
31353350 msgstr ""
31363351
3137 #: bash/bug_report:54 bash/run_exe:24
3352 #: bash/bug_report:55 bash/run_exe:24
31383353 #, sh-format
31393354 msgid "Automatic installation"
31403355 msgstr ""
31413356
3142 #: bash/bug_report:65
3357 #: bash/bug_report:66
31433358 #, sh-format
31443359 msgid "Choose the log file corresponding to your software."
31453360 msgstr ""
31463361
3147 #: bash/bug_report:69
3362 #: bash/bug_report:70
31483363 #, sh-format
31493364 msgid "Please give a very short description (title, english only)"
31503365 msgstr ""
31513366
3152 #: bash/bug_report:72
3367 #: bash/bug_report:73
31533368 #, sh-format
31543369 msgid "Please explain your problem clearly (english only):"
31553370 msgstr ""
31563371
3157 #: bash/bug_report:76
3372 #: bash/bug_report:77
31583373 #, sh-format
31593374 msgid "Sorry, we need a detailed description."
31603375 msgstr ""
31613376
3162 #: bash/bug_report:107
3377 #: bash/bug_report:108
31633378 #, sh-format
31643379 msgid ""
31653380 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32013416 msgstr "Vælg navn til det virtuelle drev"
32023417
32033418 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3204 #: python/mainwindow.py:232
3419 #: python/mainwindow.py:234
32053420 #, sh-format
32063421 msgid "Run a local script"
32073422 msgstr "Kør et lokalt script"
33253540 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33263541 msgstr ""
33273542
3328 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3543 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33293544 #, sh-format
33303545 msgid "$APPLICATION_TITLE first use"
33313546 msgstr ""
33323547
3333 #: bash/first_use:240
3548 #: bash/first_use:242
33343549 #, sh-format
33353550 msgid "$APPLICATION_TITLE is going to finish its preparation"
33363551 msgstr ""
33373552
3338 #: bash/first_use:240 bash/first_use:243
3553 #: bash/first_use:242 bash/first_use:245
33393554 #, sh-format
33403555 msgid "Please ensure you are connected to the internet."
33413556 msgstr ""
33423557
3343 #: bash/first_use:243
3558 #: bash/first_use:245
33443559 #, sh-format
33453560 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33463561 msgstr ""
33473562
3348 #: bash/first_use:243
3563 #: bash/first_use:245
33493564 #, sh-format
33503565 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33513566 msgstr ""
33523567
3353 #: bash/first_use:253
3568 #: bash/first_use:255
33543569 #, sh-format
33553570 msgid "Error while installing fonts"
33563571 msgstr ""
33573572
3358 #: bash/first_use:271
3573 #: bash/first_use:273
33593574 #, sh-format
33603575 msgid "Enjoy using $APPLICATION_TITLE"
33613576 msgstr ""
34673682 msgid "Use another version of Wine"
34683683 msgstr ""
34693684
3470 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3471 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3685 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3686 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34723687 #, sh-format
34733688 msgid "Configure Wine"
34743689 msgstr "Konfigurer Wine"
34883703 msgid "What would you like to do before installation?"
34893704 msgstr ""
34903705
3491 #: bash/manual_install:230 lib/scripts.lib:437
3706 #: bash/manual_install:231 lib/scripts.lib:438
34923707 #, sh-format
34933708 msgid "Please make your choice"
34943709 msgstr ""
34953710
3496 #: bash/manual_install:258
3711 #: bash/manual_install:259
34973712 #, sh-format
34983713 msgid "Looking for runnable CD-ROMs"
34993714 msgstr ""
35003715
3501 #: bash/manual_install:281
3716 #: bash/manual_install:282
35023717 #, sh-format
35033718 msgid "Select another file"
35043719 msgstr ""
35053720
3506 #: bash/manual_install:289
3721 #: bash/manual_install:290
35073722 #, sh-format
35083723 msgid "Please choose a way to install your program"
35093724 msgstr ""
35103725
3511 #: bash/manual_install:298
3726 #: bash/manual_install:299
35123727 #, sh-format
35133728 msgid "Please select the install file to run."
35143729 msgstr ""
35153730
3516 #: bash/manual_install:328
3731 #: bash/manual_install:329
35173732 #, sh-format
35183733 msgid "You must choose a file!"
35193734 msgstr ""
35203735
3521 #: bash/manual_install:334
3736 #: bash/manual_install:335
35223737 #, sh-format
35233738 msgid "$APPLICATION_TITLE is installing your application..."
35243739 msgstr ""
35963811 msgid "Extracting: "
35973812 msgstr ""
35983813
3599 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3814 #: bash/playonlinux-pkg:111
36003815 #, sh-format
36013816 msgid "Running..."
36023817 msgstr ""
36063821 msgid "Cleaning..."
36073822 msgstr ""
36083823
3609 #: bash/playonlinux_online:32
3610 #, sh-format
3611 msgid ""
3612 "This is the list of the scripts you sent to us. You can run one of them"
3613 msgstr ""
3614
3615 #: bash/playonlinux_online:42
3616 #, sh-format
3617 msgid "You do not seems to have any personal script"
3618 msgstr "Det ser ikke ud til at du har nogen personlige scripts"
3619
3620 #: bash/playonlinux_online:47
3621 #, sh-format
3622 msgid ""
3623 "If you have successfully installed a program with 'Install a non-listed\\"
3624 "nsoftware' button, it will allow you to add this program in our list"
3625 msgstr ""
3626
3627 #: bash/playonlinux_online:47
3628 #, sh-format
3629 msgid "This tools will allow you to help us :"
3630 msgstr ""
3631
3632 #: bash/playonlinux_online:47
3633 #, sh-format
3634 msgid ""
3635 "We're going to ask you some questions, please be as much accurate as\\"
3636 "npossible"
3637 msgstr ""
3638
3639 #: bash/playonlinux_online:55
3640 #, sh-format
3641 msgid "Choose the file corresponding to your program."
3642 msgstr ""
3643
3644 #: bash/playonlinux_online:59
3645 #, sh-format
3646 msgid "Does your program run?"
3647 msgstr ""
3648
3649 #: bash/playonlinux_online:62
3650 #, sh-format
3651 msgid "What is the title of your program?"
3652 msgstr ""
3653
3654 #: bash/playonlinux_online:64
3655 #, sh-format
3656 msgid "What is the editor of your program?"
3657 msgstr ""
3658
3659 #: bash/playonlinux_online:66
3660 #, sh-format
3661 msgid "What is the editor website of your program?"
3662 msgstr ""
3663
3664 #: bash/playonlinux_online:69 python/install.py:210
3665 #, sh-format
3666 msgid "Accessories"
3667 msgstr "Tilbehør"
3668
3669 #: bash/playonlinux_online:69 python/install.py:211
3670 #, sh-format
3671 msgid "Development"
3672 msgstr "Udvikling"
3673
3674 #: bash/playonlinux_online:69 python/install.py:212
3675 #, sh-format
3676 msgid "Education"
3677 msgstr "Uddannelse"
3678
3679 #: bash/playonlinux_online:69 python/install.py:213
3680 #, sh-format
3681 msgid "Games"
3682 msgstr "Spil"
3683
3684 #: bash/playonlinux_online:69 python/install.py:214
3685 #, sh-format
3686 msgid "Graphics"
3687 msgstr "Grafik"
3688
3689 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3690 #: python/options.py:384
3691 #, sh-format
3692 msgid "Internet"
3693 msgstr "Internet"
3694
3695 #: bash/playonlinux_online:69 python/install.py:216
3696 #, sh-format
3697 msgid "Multimedia"
3698 msgstr "Multimedie"
3699
3700 #: bash/playonlinux_online:69 python/install.py:217
3701 #, sh-format
3702 msgid "Office"
3703 msgstr "Kontor"
3704
3705 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3706 #, sh-format
3707 msgid "Other"
3708 msgstr "Andet"
3709
3710 #: bash/playonlinux_online:69 python/install.py:219
3711 #, sh-format
3712 msgid "Patches"
3713 msgstr "Rettelser"
3714
3715 #: bash/playonlinux_online:69
3716 #, sh-format
3717 msgid "Select a category for your program"
3718 msgstr ""
3719
3720 #: bash/playonlinux_online:69 python/install.py:258
3721 #, sh-format
3722 msgid "Testing"
3723 msgstr "Tester"
3724
3725 #: bash/playonlinux_online:72
3726 #, sh-format
3727 msgid ""
3728 "What feature of your program does not work?\\nIf everything works, please "
3729 "mention it"
3730 msgstr ""
3731
3732 #: bash/playonlinux_online:74
3733 #, sh-format
3734 msgid "Write any change you made to wine configuration here:"
3735 msgstr ""
3736
3737 #: bash/playonlinux_online:102
3738 #, sh-format
3739 msgid "You must be able to run this program!"
3740 msgstr ""
3741
3742 #: bash/playonlinux_online:107
3743 #, sh-format
3744 msgid "Run one of your personal scripts"
3745 msgstr "Kør et af dine personlige scripts"
3746
3747 #: bash/playonlinux_online:108
3748 #, sh-format
3749 msgid "Send to us a working script generated by manual installation"
3750 msgstr ""
3751
3752 #: bash/playonlinux_online:109
3753 #, sh-format
3754 msgid "Logout"
3755 msgstr ""
3756
3757 #: bash/playonlinux_online:110
3758 #, sh-format
3759 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3760 msgstr ""
3761
3762 #: bash/playonlinux_online:124
3763 #, sh-format
3764 msgid ""
3765 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3766 "safely close this window"
3767 msgstr ""
3768
3769 #: bash/polconfigurator:33
3824 #: bash/polconfigurator:34
37703825 #, sh-format
37713826 msgid "Killing programs in the virtual drive..."
37723827 msgstr ""
37733828
3774 #: bash/polconfigurator:79
3829 #: bash/polconfigurator:86
37753830 #, sh-format
37763831 msgid "Icon selection"
37773832 msgstr ""
37783833
3779 #: bash/polconfigurator:79
3834 #: bash/polconfigurator:86
37803835 #, sh-format
37813836 msgid "Please select an icon file"
37823837 msgstr ""
37833838
3784 #: bash/polconfigurator:86
3839 #: bash/polconfigurator:93
37853840 #, sh-format
37863841 msgid "Bad file extension"
37873842 msgstr ""
37883843
3789 #: bash/polconfigurator:86
3844 #: bash/polconfigurator:93
37903845 #, sh-format
37913846 msgid "is not an icon extension"
37923847 msgstr ""
37933848
3794 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3795 #: python/mainwindow.py:621
3849 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3850 #: python/mainwindow.py:619
37963851 #, sh-format
37973852 msgid "Registry Editor"
37983853 msgstr "Registrartingsdatabase-behandler"
37993854
3800 #: bash/polconfigurator:97
3855 #: bash/polconfigurator:104
38013856 #, sh-format
38023857 msgid "Kill all prefix processes"
38033858 msgstr ""
38043859
3805 #: bash/polconfigurator:98
3860 #: bash/polconfigurator:105
38063861 #, sh-format
38073862 msgid "Update wineprefix"
38083863 msgstr ""
38093864
3810 #: bash/polconfigurator:99
3865 #: bash/polconfigurator:106
38113866 #, sh-format
38123867 msgid "Simulate Windows reboot"
38133868 msgstr ""
38143869
3815 #: bash/polconfigurator:100
3870 #: bash/polconfigurator:107
38163871 #, sh-format
38173872 msgid "Use Advanced Wine Configuration plugin"
38183873 msgstr ""
38193874
3820 #: bash/polconfigurator:101
3875 #: bash/polconfigurator:108
38213876 #, sh-format
38223877 msgid "Use PlayOnLinux's configurator for"
38233878 msgstr ""
38243879
3825 #: bash/polconfigurator:103
3880 #: bash/polconfigurator:110
38263881 #, sh-format
38273882 msgid "Change the icon"
38283883 msgstr ""
38293884
3830 #: bash/polconfigurator:104
3885 #: bash/polconfigurator:111
38313886 #, sh-format
38323887 msgid "Use WineTricks"
38333888 msgstr ""
38343889
3835 #: bash/polconfigurator:123
3890 #: bash/polconfigurator:130
38363891 #, sh-format
38373892 msgid "Please choose an action to perform"
38383893 msgstr ""
38823937 msgid "Please choose a CD-ROM to eject"
38833938 msgstr ""
38843939
3885 #: bash/run_app:83
3940 #: bash/run_app:85
38863941 #, sh-format
38873942 msgid "Please choose a software to run"
38883943 msgstr ""
38893944
3890 #: bash/run_app:114
3945 #: bash/run_app:116
38913946 #, sh-format
38923947 msgid "$APPLICATION_TITLE debugger is starting..."
38933948 msgstr ""
38943949
3895 #: bash/run_app:117
3950 #: bash/run_app:119
38963951 #, sh-format
38973952 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38983953 msgstr ""
38993954
3900 #: bash/run_app:119
3955 #: bash/run_app:121
39013956 #, sh-format
39023957 msgid "$PACKAGE crashed."
39033958 msgstr ""
39534008 msgstr ""
39544009
39554010 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3956 #: lib/playonlinux.lib:717
4011 #: lib/playonlinux.lib:720
39574012 #, sh-format
39584013 msgid "$APPLICATION_TITLE Uninstaller"
39594014 msgstr ""
39734028 msgid "This wizard will help you to uninstall: "
39744029 msgstr ""
39754030
3976 #: bash/uninstall:65 lib/playonlinux.lib:717
4031 #: bash/uninstall:65 lib/playonlinux.lib:720
39774032 #, sh-format
39784033 msgid "Uninstalling..."
39794034 msgstr ""
40334088 msgstr ""
40344089
40354090 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4036 #: lib/wine.lib:955 lib/wine.lib:1036
4091 #: lib/wine.lib:970 lib/wine.lib:1051
40374092 #, sh-format
40384093 msgid "Please wait while the virtual drive is being created..."
40394094 msgstr ""
40484103 msgid "Setting Program Files var"
40494104 msgstr ""
40504105
4051 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4052 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4106 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4107 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40534108 #, sh-format
40544109 msgid "This function is disabled in the PlayOnlinux environment."
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:334
4112 #: lib/playonlinux.lib:336
40584113 #, sh-format
40594114 msgid ""
40604115 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40624117 "responsible from it.\\nPlease ensure you know what you are doing !"
40634118 msgstr ""
40644119
4065 #: lib/playonlinux.lib:335
4120 #: lib/playonlinux.lib:337
40664121 #, sh-format
40674122 msgid "Here the source code of the script. Check it carefully"
40684123 msgstr ""
40694124
4070 #: lib/playonlinux.lib:357
4125 #: lib/playonlinux.lib:359
40714126 #, sh-format
40724127 msgid ""
40734128 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40754130 "responsible from it.\\nPlease ensure you know what you are doing!"
40764131 msgstr ""
40774132
4078 #: lib/playonlinux.lib:358
4133 #: lib/playonlinux.lib:360
40794134 #, sh-format
40804135 msgid "External library"
40814136 msgstr ""
40824137
4083 #: lib/playonlinux.lib:358
4138 #: lib/playonlinux.lib:360
40844139 #, sh-format
40854140 msgid "Here the source code of the script. Check it carrefully"
40864141 msgstr ""
40874142
4088 #: lib/playonlinux.lib:591
4143 #: lib/playonlinux.lib:593
40894144 #, sh-format
40904145 msgid "Making shortcut..."
40914146 msgstr ""
40924147
4093 #: lib/playonlinux.lib:715
4148 #: lib/playonlinux.lib:718
40944149 #, sh-format
40954150 msgid "Do you want to delete the virtual drive:"
40964151 msgstr ""
40974152
4098 #: lib/playonlinux.lib:826
4153 #: lib/playonlinux.lib:831
40994154 #, sh-format
41004155 msgid ""
41014156 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41024157 "from working\\n\\n$FilePath"
41034158 msgstr ""
41044159
4105 #: lib/playonlinux.lib:827
4160 #: lib/playonlinux.lib:832
41064161 #, sh-format
41074162 msgid ""
41084163 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41094164 "from working\\n\\n$FilePath"
41104165 msgstr ""
41114166
4112 #: lib/playonlinux.lib:828
4167 #: lib/playonlinux.lib:833
41134168 #, sh-format
41144169 msgid ""
41154170 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41164171 "from working\\n\\n$FilePath"
41174172 msgstr ""
41184173
4119 #: lib/playonlinux.lib:829
4174 #: lib/playonlinux.lib:834
41204175 #, sh-format
41214176 msgid ""
41224177 "The following file is located on a noexec mounted filesystem.\\nIt might "
41234178 "prevent wine from working\\n\\n$FilePath"
41244179 msgstr ""
41254180
4126 #: lib/plugins.lib:65
4181 #: lib/plugins.lib:66
41274182 #, sh-format
41284183 msgid "Checking plugin: "
41294184 msgstr ""
41304185
4131 #: lib/plugins.lib:93
4186 #: lib/plugins.lib:94
41324187 #, sh-format
41334188 msgid "New: "
41344189 msgstr ""
41354190
4136 #: lib/plugins.lib:93
4191 #: lib/plugins.lib:94
41374192 #, sh-format
41384193 msgid "Updating plugin. Previous: "
41394194 msgstr ""
41404195
4141 #: lib/plugins.lib:112
4196 #: lib/plugins.lib:113
41424197 #, sh-format
41434198 msgid "Installing plugin: "
41444199 msgstr ""
41554210 msgid "Function override detected, disabling bug reporting"
41564211 msgstr ""
41574212
4158 #: lib/scripts.lib:499 lib/scripts.lib:565
4213 #: lib/scripts.lib:500 lib/scripts.lib:566
41594214 #, sh-format
41604215 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41614216 msgstr ""
41624217
4163 #: lib/scripts.lib:501 lib/scripts.lib:784
4218 #: lib/scripts.lib:502 lib/scripts.lib:785
41644219 #, sh-format
41654220 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41664221 msgstr ""
41674222
4168 #: lib/scripts.lib:503 lib/scripts.lib:570
4223 #: lib/scripts.lib:504 lib/scripts.lib:571
41694224 #, sh-format
41704225 msgid "An error happened during download."
41714226 msgstr ""
41724227
4173 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4174 #: lib/scripts.lib:586
4228 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4229 #: lib/scripts.lib:587
41754230 #, sh-format
41764231 msgid "Do you want to retry?"
41774232 msgstr ""
41784233
4179 #: lib/scripts.lib:522 lib/scripts.lib:586
4234 #: lib/scripts.lib:523 lib/scripts.lib:587
41804235 #, sh-format
41814236 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41824237 msgstr ""
41834238
4184 #: lib/scripts.lib:689
4239 #: lib/scripts.lib:690
41854240 #, sh-format
41864241 msgid ""
41874242 "7z not installed, please check that you have 7zip installed and try again"
41884243 msgstr ""
41894244
4190 #: lib/scripts.lib:696
4245 #: lib/scripts.lib:697
41914246 #, sh-format
41924247 msgid "Failed to locate ${dest} from ${archive}"
41934248 msgstr ""
41944249
4195 #: lib/scripts.lib:700
4250 #: lib/scripts.lib:701
41964251 #, sh-format
41974252 msgid "Extracting ${filename} from ${archivename}"
41984253 msgstr ""
41994254
4200 #: lib/scripts.lib:715
4255 #: lib/scripts.lib:716
42014256 #, sh-format
42024257 msgid "Extracted file size does not match!"
42034258 msgstr ""
42044259
4205 #: lib/scripts.lib:746
4260 #: lib/scripts.lib:747
42064261 #, sh-format
42074262 msgid "Copying ${filename}"
42084263 msgstr ""
42094264
4210 #: lib/scripts.lib:759
4265 #: lib/scripts.lib:760
42114266 #, sh-format
42124267 msgid "File size does not match!"
42134268 msgstr ""
42144269
4215 #: lib/scripts.lib:903
4270 #: lib/scripts.lib:904
42164271 #, sh-format
42174272 msgid ""
42184273 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42194274 "n$APPLICATION_TITLE $NEEDED is required."
42204275 msgstr ""
42214276
4222 #: lib/scripts.lib:918
4277 #: lib/scripts.lib:919
42234278 #, sh-format
42244279 msgid ""
42254280 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42264281 "$NEEDED is recommended to continue."
42274282 msgstr ""
42284283
4229 #: lib/scripts.lib:949
4284 #: lib/scripts.lib:950
42304285 #, sh-format
42314286 msgid "$AUTHOR profile"
42324287 msgstr ""
42734328 "again."
42744329 msgstr ""
42754330
4276 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4331 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42774332 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42784333 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42794334 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42854340 #, sh-format
42864341 msgid "Where is mounted your CD-ROM?"
42874342 msgstr ""
4343
4344 #: lib/setupwindow.lib:349 python/install.py:218
4345 #, sh-format
4346 msgid "Other"
4347 msgstr "Andet"
42884348
42894349 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42904350 #, sh-format
44044464 msgid "I don't want to make another shortcut"
44054465 msgstr ""
44064466
4407 #: lib/setupwindow.lib:711 python/guiv3.py:158
4467 #: lib/setupwindow.lib:711 python/guiv3.py:163
44084468 #, sh-format
44094469 msgid "Browse"
44104470 msgstr "Gennemse"
44114471
4472 #: lib/setupwindow.lib:739
4473 #, sh-format
4474 msgid "A shortcut by that name already exists, overwrite?"
4475 msgstr ""
4476
44124477 #: lib/website.lib:29
44134478 #, sh-format
44144479 msgid "Connect to your $APPLICATION_TITLE account"
44264491 "valid."
44274492 msgstr ""
44284493
4429 #: lib/wine.lib:367
4494 #: lib/wine.lib:371
44304495 #, sh-format
44314496 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44324497 msgstr ""
44334498
4434 #: lib/wine.lib:373
4499 #: lib/wine.lib:377
44354500 #, sh-format
44364501 msgid "Select the main videocard to report:"
44374502 msgstr ""
44384503
4439 #: lib/wine.lib:538 lib/wine.lib:703
4504 #: lib/wine.lib:549 lib/wine.lib:714
44404505 #, sh-format
44414506 msgid ""
44424507 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44434508 "message"
44444509 msgstr ""
44454510
4446 #: lib/wine.lib:763
4511 #: lib/wine.lib:775
44474512 #, sh-format
44484513 msgid "Unable to find version: "
44494514 msgstr ""
44504515
4451 #: lib/wine.lib:769 lib/wine.lib:770
4516 #: lib/wine.lib:781 lib/wine.lib:782
44524517 #, sh-format
44534518 msgid "Downloading Wine: "
44544519 msgstr ""
44554520
4456 #: lib/wine.lib:779
4521 #: lib/wine.lib:791
44574522 #, sh-format
44584523 msgid "The download seems to have failed."
44594524 msgstr ""
44604525
4461 #: lib/wine.lib:781
4526 #: lib/wine.lib:793
44624527 #, sh-format
44634528 msgid "Extracting Wine..."
44644529 msgstr ""
44654530
4466 #: lib/wine.lib:961
4531 #: lib/wine.lib:976
44674532 #, sh-format
44684533 msgid "Overwrite (usually works, no guarantee)"
44694534 msgstr ""
44704535
4471 #: lib/wine.lib:962
4536 #: lib/wine.lib:977
44724537 #, sh-format
44734538 msgid "Erase (virtual drive content will be lost)"
44744539 msgstr ""
44754540
4476 #: lib/wine.lib:976
4541 #: lib/wine.lib:991
44774542 #, sh-format
44784543 msgid "The target virtual drive $PREFNAME already exists:"
44794544 msgstr ""
44804545
4481 #: lib/wine.lib:1156 lib/wine.lib:1186
4546 #: lib/wine.lib:1171 lib/wine.lib:1201
44824547 #, sh-format
44834548 msgid "Please wait while $SOFTNAME is installed..."
44844549 msgstr ""
44854550
4486 #: lib/wine.lib:1160 lib/wine.lib:1189
4551 #: lib/wine.lib:1175 lib/wine.lib:1204
44874552 #, sh-format
44884553 msgid ""
44894554 "Be careful! This will kill install process. If it is not finished, you will "
44904555 "have to reinstall $SOFTNAME"
44914556 msgstr ""
44924557
4493 #: lib/wine.lib:1160 lib/wine.lib:1189
4558 #: lib/wine.lib:1175 lib/wine.lib:1204
44944559 #, sh-format
44954560 msgid "Install is done"
44964561 msgstr ""
44974562
4498 #: lib/wine.lib:1193 lib/wine.lib:1194
4563 #: lib/wine.lib:1208 lib/wine.lib:1209
44994564 #, sh-format
45004565 msgid "Press next only when the installation process is finished"
45014566 msgstr ""
45024567
4503 #: lib/wine.lib:1202
4568 #: lib/wine.lib:1217
45044569 #, sh-format
45054570 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45064571 msgstr ""
45144579 "associated"
45154580 msgstr ""
45164581
4517 #: python/configure.py:197 python/configure.py:694
4582 #: python/configure.py:196 python/configure.py:703
45184583 msgid "General"
45194584 msgstr "Generelt"
45204585
4521 #: python/configure.py:200
4586 #: python/configure.py:199
45224587 msgid "Make a new shortcut from this virtual drive"
45234588 msgstr "Skab en ny genvej fra dette virtuelle drev"
45244589
4525 #: python/configure.py:201
4590 #: python/configure.py:200
45264591 msgid "Name"
45274592 msgstr "Navn"
45284593
4529 #: python/configure.py:202
4594 #: python/configure.py:201
45304595 msgid "Wine version"
45314596 msgstr "Wine version"
45324597
4533 #: python/configure.py:203
4598 #: python/configure.py:202
45344599 msgid "Debug flags"
45354600 msgstr ""
45364601
4537 #: python/configure.py:205
4602 #: python/configure.py:204
45384603 msgid "Virtual drive"
45394604 msgstr "Virtuelt drev"
45404605
4541 #: python/configure.py:207
4606 #: python/configure.py:206
45424607 msgid "Arguments"
45434608 msgstr ""
45444609
4545 #: python/configure.py:211
4610 #: python/configure.py:210
45464611 msgid "Run configuration wizard"
45474612 msgstr "Kør konfigurations guiden"
45484613
4549 #: python/configure.py:248
4614 #: python/configure.py:247
45504615 msgid "Windows reboot"
45514616 msgstr "Windows genstart"
45524617
4553 #: python/configure.py:256
4618 #: python/configure.py:255
45544619 msgid "Repair virtual drive"
45554620 msgstr ""
45564621
4557 #: python/configure.py:265
4622 #: python/configure.py:264
45584623 msgid "Command prompt"
45594624 msgstr "commando prompt"
45604625
4561 #: python/configure.py:272
4626 #: python/configure.py:271
45624627 msgid "Task manager"
45634628 msgstr "Task manager"
45644629
4565 #: python/configure.py:280
4630 #: python/configure.py:279
45664631 msgid "Kill processes"
45674632 msgstr "Slå processen ihjel"
45684633
4569 #: python/configure.py:287
4634 #: python/configure.py:286
45704635 msgid "Wine uninstaller"
45714636 msgstr ""
45724637
4573 #: python/configure.py:312
4638 #: python/configure.py:311
45744639 msgid ""
45754640 "Be careful! Installing one of these components can break your virtual drive."
45764641 msgstr ""
45774642
4578 #: python/configure.py:334 python/install.py:285 python/install.py:289
4579 #: python/mainwindow.py:197 python/mainwindow.py:350
4643 #: python/configure.py:333 python/install.py:285 python/install.py:289
4644 #: python/mainwindow.py:199 python/mainwindow.py:348
45804645 msgid "Install"
45814646 msgstr "Installer"
45824647
4583 #: python/configure.py:395
4648 #: python/configure.py:388
45844649 msgid "Open program's directory"
45854650 msgstr ""
45864651
4587 #: python/configure.py:418
4652 #: python/configure.py:411
45884653 msgid "Open virtual drive's directory"
45894654 msgstr ""
45904655
4591 #: python/configure.py:560
4656 #: python/configure.py:555
45924657 msgid "GLSL Support"
45934658 msgstr "GLSL Support"
45944659
4660 #: python/configure.py:556
4661 msgid "Direct Draw Renderer"
4662 msgstr ""
4663
4664 #: python/configure.py:557
4665 msgid "Video memory size"
4666 msgstr ""
4667
4668 #: python/configure.py:558
4669 msgid "Offscreen rendering mode"
4670 msgstr ""
4671
4672 #: python/configure.py:559
4673 msgid "Render target mode lock"
4674 msgstr ""
4675
4676 #: python/configure.py:560
4677 msgid "Multisampling"
4678 msgstr ""
4679
45954680 #: python/configure.py:561
4596 msgid "Direct Draw Renderer"
4597 msgstr ""
4598
4599 #: python/configure.py:562
4600 msgid "Video memory size"
4601 msgstr ""
4602
4603 #: python/configure.py:563
4604 msgid "Offscreen rendering mode"
4605 msgstr ""
4606
4607 #: python/configure.py:564
4608 msgid "Render target mode lock"
4609 msgstr ""
4610
4611 #: python/configure.py:565
4612 msgid "Multisampling"
4613 msgstr ""
4614
4615 #: python/configure.py:566
46164681 msgid "Strict Draw Ordering"
46174682 msgstr ""
46184683
4619 #: python/configure.py:576
4684 #: python/configure.py:571
46204685 msgid "Mouse warp override"
46214686 msgstr ""
46224687
4623 #: python/configure.py:578
4688 #: python/configure.py:573
46244689 msgid "Open a shell"
46254690 msgstr "Åben et shell vindue"
46264691
4627 #: python/configure.py:579
4692 #: python/configure.py:574
46284693 msgid "Run a .exe file in this virtual drive"
46294694 msgstr "Kør en .exe fil i dette virtuelle drev"
46304695
4631 #: python/configure.py:580
4696 #: python/configure.py:575
46324697 msgid "Command to exec before running the program"
46334698 msgstr ""
46344699
4635 #: python/configure.py:591
4700 #: python/configure.py:585
4701 msgid ""
4702 "Warning:\n"
4703 "\n"
4704 "Any program still running in this virtual drive will be terminated before "
4705 "Wine version is changed.\n"
4706 "Are you sure you want to continue?"
4707 msgstr ""
4708
4709 #: python/configure.py:596
46364710 msgid ""
46374711 "Be careful!\n"
46384712 "If you change "
46394713 msgstr ""
46404714
4641 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4715 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46424716 msgid "{0} configuration"
46434717 msgstr "{0} konfiguration"
46444718
4645 #: python/configure.py:659
4719 #: python/configure.py:664
46464720 msgid "Please select a program or a virtual drive to configure"
46474721 msgstr ""
46484722
4649 #: python/configure.py:677 python/options.py:280
4723 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46504724 msgid "New"
46514725 msgstr "Ny"
46524726
4653 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4654 #: python/mainwindow.py:596 python/options.py:207
4727 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4728 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46554729 msgid "Remove"
46564730 msgstr "Fjern"
46574731
4658 #: python/configure.py:696
4732 #: python/configure.py:705
46594733 msgid "Install components"
46604734 msgstr ""
46614735
4662 #: python/configure.py:697 python/mainwindow.py:332
4736 #: python/configure.py:706 python/mainwindow.py:330
46634737 msgid "Display"
46644738 msgstr "Udseende"
46654739
4666 #: python/configure.py:698
4740 #: python/configure.py:707
46674741 msgid "Miscellaneous"
46684742 msgstr "Diverse"
46694743
4670 #: python/configure.py:726
4744 #: python/configure.py:735
46714745 msgid "This virtual drive is protected"
46724746 msgstr "Dette virtuelle drev er beskyttet"
46734747
4674 #: python/configure.py:728
4748 #: python/configure.py:737
46754749 msgid "Are you sure you want to delete {0} virtual drive ?"
46764750 msgstr ""
46774751
4678 #: python/configure.py:735
4752 #: python/configure.py:744
46794753 msgid "Are you sure you want to delete {0} ?"
46804754 msgstr ""
46814755
4682 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4683 #: python/mainwindow.py:997
4756 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4757 #: python/mainwindow.py:995
46844758 msgid "{0} debugger"
46854759 msgstr ""
46864760
46884762 msgid "Please select a debug file"
46894763 msgstr ""
46904764
4691 #: python/debug.py:76
4765 #: python/debug.py:78
46924766 msgid "Locate this logfile"
46934767 msgstr ""
46944768
4695 #: python/debug.py:99
4769 #: python/debug.py:101
46964770 msgid "The file is named : {0}"
46974771 msgstr ""
46984772
4699 #: python/debug.py:153 python/debug.py:207
4773 #: python/debug.py:189 python/debug.py:245
47004774 msgid "Virtual drives"
47014775 msgstr ""
47024776
4703 #: python/debug.py:184
4777 #: python/debug.py:222
47044778 msgid "Report a problem about {0}"
47054779 msgstr ""
47064780
4707 #: python/debug.py:206
4781 #: python/debug.py:244
47084782 msgid "Install scripts"
47094783 msgstr "Installationsscripts"
47104784
47294803 msgid "Next"
47304804 msgstr "Næste"
47314805
4732 #: python/guiv3.py:166
4806 #: python/guiv3.py:171
47334807 msgid "I Agree"
47344808 msgstr "Jeg accepterer"
47354809
4736 #: python/guiv3.py:167
4810 #: python/guiv3.py:172
47374811 msgid "Show virtual drives"
47384812 msgstr "Vis virtuelle drev"
47394813
4740 #: python/guiv3.py:188
4814 #: python/guiv3.py:193
47414815 msgid "Login: "
47424816 msgstr "Logind: "
47434817
4744 #: python/guiv3.py:189
4818 #: python/guiv3.py:194
47454819 msgid "Password: "
47464820 msgstr "Password: "
47474821
4748 #: python/guiv3.py:192
4822 #: python/guiv3.py:197
47494823 msgid "Register"
47504824 msgstr "Registrer"
47514825
4752 #: python/guiv3.py:288
4826 #: python/guiv3.py:302
47534827 msgid "MB downloaded"
47544828 msgstr "MB downloadet"
47554829
4756 #: python/guiv3.py:288
4830 #: python/guiv3.py:302
47574831 msgid "of"
47584832 msgstr "af"
47594833
4760 #: python/guiv3.py:749
4834 #: python/guiv3.py:769
47614835 msgid "You cannot close this window"
47624836 msgstr ""
47634837
47654839 msgid "No description"
47664840 msgstr "Ingen beskrivelse"
47674841
4768 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4842 #: python/install.py:210
4843 msgid "Accessories"
4844 msgstr "Tilbehør"
4845
4846 #: python/install.py:211
4847 msgid "Development"
4848 msgstr "Udvikling"
4849
4850 #: python/install.py:212
4851 msgid "Education"
4852 msgstr "Uddannelse"
4853
4854 #: python/install.py:213
4855 msgid "Games"
4856 msgstr "Spil"
4857
4858 #: python/install.py:214
4859 msgid "Graphics"
4860 msgstr "Grafik"
4861
4862 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4863 msgid "Internet"
4864 msgstr "Internet"
4865
4866 #: python/install.py:216
4867 msgid "Multimedia"
4868 msgstr "Multimedie"
4869
4870 #: python/install.py:217
4871 msgid "Office"
4872 msgstr "Kontor"
4873
4874 #: python/install.py:219
4875 msgid "Patches"
4876 msgstr "Rettelser"
4877
4878 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47694879 msgid "Search"
47704880 msgstr "Søg"
47714881
47724882 #: python/install.py:252
47734883 msgid "Include:"
47744884 msgstr ""
4885
4886 #: python/install.py:258
4887 msgid "Testing"
4888 msgstr "Tester"
47754889
47764890 #: python/install.py:263
47774891 msgid "No-cd needed"
48244938 "used for piracy purposes we won't give any support on this matter."
48254939 msgstr ""
48264940
4827 #: python/irc.py:137
4941 #: python/irc.py:139
48284942 msgid "Send"
48294943 msgstr "Send"
48304944
4831 #: python/irc.py:138
4945 #: python/irc.py:140
48324946 msgid "Connect"
48334947 msgstr "Forbind"
48344948
4835 #: python/irc.py:139
4949 #: python/irc.py:141
48364950 msgid "Disconnect"
48374951 msgstr "Afbryd forbindelse"
48384952
4839 #: python/irc.py:140
4953 #: python/irc.py:142
48404954 msgid "Leave"
48414955 msgstr ""
48424956
4843 #: python/irc.py:227
4957 #: python/irc.py:229
48444958 msgid "Join a channel"
48454959 msgstr "Join a channel"
48464960
4847 #: python/irc.py:257 python/mainwindow.py:725
4961 #: python/irc.py:259 python/mainwindow.py:723
48484962 msgid "Messenger"
48494963 msgstr "Messenger"
48504964
4851 #: python/irc.py:273
4965 #: python/irc.py:275
48524966 msgid ""
48534967 "If you close this window, you cannot read further replies. Are you sure that "
48544968 "you want to close it?"
48734987 msgid "{0} error"
48744988 msgstr ""
48754989
4876 #: python/mainwindow.py:73
4990 #: python/mainwindow.py:75
48774991 msgid "{0} website is unavailable. Please check your connection"
48784992 msgstr ""
48794993
4880 #: python/mainwindow.py:75
4994 #: python/mainwindow.py:77
48814995 msgid "Refreshing {0}"
48824996 msgstr "Genindlæs"
48834997
4884 #: python/mainwindow.py:90 python/mainwindow.py:92
4998 #: python/mainwindow.py:92 python/mainwindow.py:94
48854999 msgid "An updated version of {0} is available"
48865000 msgstr "En opdateret version af {0} er tilgængelig"
48875001
4888 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5002 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48895003 msgid "Run"
48905004 msgstr "Kør"
48915005
4892 #: python/mainwindow.py:200
5006 #: python/mainwindow.py:202
48935007 msgid "Donate"
48945008 msgstr "Donér"
48955009
4896 #: python/mainwindow.py:201
5010 #: python/mainwindow.py:203
48975011 msgid "Exit"
48985012 msgstr "Afslut"
48995013
4900 #: python/mainwindow.py:205
5014 #: python/mainwindow.py:207
49015015 msgid "Small icons"
49025016 msgstr "Små ikoner"
49035017
4904 #: python/mainwindow.py:206
5018 #: python/mainwindow.py:208
49055019 msgid "Medium icons"
49065020 msgstr "Mellemstore ikoner"
49075021
4908 #: python/mainwindow.py:207
5022 #: python/mainwindow.py:209
49095023 msgid "Large icons"
49105024 msgstr "Store ikoner"
49115025
4912 #: python/mainwindow.py:208
5026 #: python/mainwindow.py:210
49135027 msgid "Very large icons"
49145028 msgstr "Meget store ikoner"
49155029
4916 #: python/mainwindow.py:220
5030 #: python/mainwindow.py:222
49175031 msgid "Manage Wine versions"
49185032 msgstr "Håndter Wine versioner"
49195033
4920 #: python/mainwindow.py:226
5034 #: python/mainwindow.py:228
49215035 msgid "Read a PC CD-Rom"
49225036 msgstr ""
49235037
4924 #: python/mainwindow.py:236
5038 #: python/mainwindow.py:238
49255039 msgid "Close all {0} software"
49265040 msgstr "Luk alt {0} software"
49275041
4928 #: python/mainwindow.py:240
5042 #: python/mainwindow.py:242
49295043 msgid "{0} console"
49305044 msgstr "{0} konsol"
49315045
4932 #: python/mainwindow.py:250
5046 #: python/mainwindow.py:248
49335047 msgid "{0} messenger"
49345048 msgstr ""
49355049
4936 #: python/mainwindow.py:266 python/options.py:388
5050 #: python/mainwindow.py:264 python/options.py:388
49375051 msgid "File associations"
49385052 msgstr ""
49395053
4940 #: python/mainwindow.py:273
5054 #: python/mainwindow.py:271
49415055 msgid "About {0}"
49425056 msgstr "Om {0}"
49435057
4944 #: python/mainwindow.py:302 python/mainwindow.py:306
5058 #: python/mainwindow.py:300 python/mainwindow.py:304
49455059 msgid "Plugin manager"
49465060 msgstr "Håndtering til udvidelsesmoduler"
49475061
4948 #: python/mainwindow.py:331
5062 #: python/mainwindow.py:329
49495063 msgid "File"
49505064 msgstr "Fil"
49515065
4952 #: python/mainwindow.py:333
5066 #: python/mainwindow.py:331
49535067 msgid "Tools"
49545068 msgstr "Funktioner"
49555069
4956 #: python/mainwindow.py:334 python/mainwindow.py:723
5070 #: python/mainwindow.py:332 python/mainwindow.py:721
49575071 msgid "Settings"
49585072 msgstr "Indstillinger"
49595073
4960 #: python/mainwindow.py:335 python/options.py:387
5074 #: python/mainwindow.py:333 python/options.py:387
49615075 msgid "Plugins"
49625076 msgstr "Udvidelsesmoduler"
49635077
4964 #: python/mainwindow.py:347 python/mainwindow.py:739
5078 #: python/mainwindow.py:345 python/mainwindow.py:737
49655079 msgid "Close"
49665080 msgstr "Luk"
49675081
4968 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5082 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49695083 msgid "Configure"
49705084 msgstr "Konfigurer"
49715085
4972 #: python/mainwindow.py:584
5086 #: python/mainwindow.py:582
49735087 msgid "Open the application's directory"
49745088 msgstr "Åbn programbiblioteket"
49755089
4976 #: python/mainwindow.py:588 python/mainwindow.py:753
5090 #: python/mainwindow.py:586 python/mainwindow.py:751
49775091 msgid "Read the manual"
49785092 msgstr "Læs manualen"
49795093
4980 #: python/mainwindow.py:592
5094 #: python/mainwindow.py:590
49815095 msgid "Set the icon"
49825096 msgstr "Angiv ikonet"
49835097
4984 #: python/mainwindow.py:600
5098 #: python/mainwindow.py:598
49855099 msgid "Close this application"
49865100 msgstr "Lukke dette program"
49875101
4988 #: python/mainwindow.py:611
5102 #: python/mainwindow.py:609
49895103 msgid "KillApp"
49905104 msgstr "KillApp"
49915105
4992 #: python/mainwindow.py:618
5106 #: python/mainwindow.py:616
49935107 msgid "No manual found for {0}"
49945108 msgstr "Ingen manual fundet til {0}"
49955109
4996 #: python/mainwindow.py:721
5110 #: python/mainwindow.py:719
49975111 msgid "Install a program"
49985112 msgstr "Installer et program"
49995113
5000 #: python/mainwindow.py:728
5114 #: python/mainwindow.py:726
50015115 msgid "Update GIT"
50025116 msgstr "Opdater GIT"
50035117
5004 #: python/mainwindow.py:731
5118 #: python/mainwindow.py:729
50055119 msgid "Update instructions"
50065120 msgstr ""
50075121
5122 #: python/mainwindow.py:739
5123 msgid "Debug"
5124 msgstr ""
5125
50085126 #: python/mainwindow.py:741
5009 msgid "Debug"
5010 msgstr ""
5011
5012 #: python/mainwindow.py:743
50135127 msgid "Report a problem"
50145128 msgstr ""
50155129
5016 #: python/mainwindow.py:747
5130 #: python/mainwindow.py:745
50175131 msgid "Create a shortcut"
50185132 msgstr "Opret en genvej"
50195133
5020 #: python/mainwindow.py:749
5134 #: python/mainwindow.py:747
50215135 msgid "Open the directory"
50225136 msgstr "Åbn programbiblioteket"
50235137
5024 #: python/mainwindow.py:755
5138 #: python/mainwindow.py:753
50255139 msgid "Save"
50265140 msgstr ""
50275141
5028 #: python/mainwindow.py:758
5142 #: python/mainwindow.py:756
50295143 msgid "Uninstall"
50305144 msgstr "Afinstaller"
50315145
5032 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5033 #: python/mainwindow.py:1003
5146 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5147 #: python/mainwindow.py:1001
50345148 msgid "Please select a program."
50355149 msgstr ""
50365150
5037 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5151 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50385152 msgid "{0} settings"
50395153 msgstr "{0} indstillinger"
50405154
5041 #: python/mainwindow.py:965
5155 #: python/mainwindow.py:963
50425156 msgid "{0} install menu"
50435157 msgstr "{0} Installations menu"
50445158
5045 #: python/mainwindow.py:974
5159 #: python/mainwindow.py:972
50465160 msgid "{0} wine versions manager"
50475161 msgstr "{0} Wine versionshåndtering"
50485162
5049 #: python/mainwindow.py:1005
5163 #: python/mainwindow.py:1003
50505164 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50515165 msgstr ""
50525166
51525266 "These information will be very precious for us to help people."
51535267 msgstr ""
51545268
5155 #: python/mainwindow.py:1271
5269 #: python/mainwindow.py:1273
51565270 msgid "Are you sure you want to want to install {0} package?"
51575271 msgstr "Er du sikker på at du vil installere {0} pakken?"
51585272
5159 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5273 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5274 #: python/mainwindow.py:1284
51605275 msgid ""
51615276 "You are trying to open a script design for {0}! It might not work as expected"
51625277 msgstr ""
52355350 msgid "You must restart {0} for the changes to take effect."
52365351 msgstr ""
52375352
5238 #: python/wine_versions.py:194
5353 #: python/wine_versions.py:195
52395354 msgid "Installed Wine versions: "
52405355 msgstr "Installerede Wine versioner : "
52415356
5242 #: python/wine_versions.py:195
5357 #: python/wine_versions.py:196
52435358 msgid "Available Wine versions: "
52445359 msgstr "Tilgængelige Wine versioner: "
52455360
5246 #: python/wine_versions.py:202
5361 #: python/wine_versions.py:203
52475362 msgid "Wine versions"
52485363 msgstr "Wine versioner"
52495364
5250 #: python/wine_versions.py:321
5365 #: python/wine_versions.py:322
52515366 msgid "Are you sure you want to delete wine {0}?"
52525367 msgstr ""
52535368
77 msgstr ""
88 "Project-Id-Version: pol\n"
99 "Report-Msgid-Bugs-To: Tinou\n"
10 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
11 "PO-Revision-Date: 2013-12-11 12:47+0000\n"
12 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
10 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
11 "PO-Revision-Date: 2014-05-14 17:50+0000\n"
12 "Last-Translator: Tobias Bannert <Unknown>\n"
1313 "Language-Team: de_DE.UTF-8 <LL@li.org>\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
18 "X-Generator: Launchpad (build 16877)\n"
17 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
18 "X-Generator: Launchpad (build 17086)\n"
1919
2020 #: Capture plugin:2, Detour plugin:4
2121 msgid "Which application do you want to apply the modification to?"
6060
6161 #: Capture plugin:10
6262 msgid "Capture will begin..."
63 msgstr "Aufnahme wird beginnen..."
63 msgstr "Aufnahme wird beginnen …"
6464
6565 #: Capture plugin:11
6666 msgid "Press <SHIFT>+F8 to start or stop capture"
7272
7373 #: Capture plugin:13
7474 msgid "Capture in progress..."
75 msgstr "Aufnahme läuft..."
75 msgstr "Aufnahme läuft …"
7676
7777 #: Capture plugin:14
7878 msgid "Choose an action to perform"
100100
101101 #: Capture plugin:20
102102 msgid "Please wait while the PlayOnLinux logo is created..."
103 msgstr "Bitte warten Sie, während das PlayOnLinux-Logo erstellt wird..."
103 msgstr "Bitte warten, während das PlayOnLinux-Logo erstellt wird …"
104104
105105 #: Capture plugin:21
106106 msgid "Add the PlayOnLinux logo to your video?"
151151
152152 #: Capture plugin:28
153153 msgid "Please wait while your video is being encoded..."
154 msgstr "Bitte warten Sie, während Ihr Video kodiert wird …"
154 msgstr "Bitte warten, während Ihr Video kodiert wird …"
155155
156156 #: Capture plugin:29
157157 msgid "Conversion done"
247247 msgstr "Bitte legen Sie das Spiel-Medium ein."
248248
249249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
250 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
250251 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
251252 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
252253 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
275276 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
276277 #: PlayOnLinux_Scripts/Civilization_V_:53
277278 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
278 #: PlayOnLinux_Scripts/Diablo_II_:51
279 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
279280 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
280281 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
281282 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
282283 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
283284 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
284 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
285285 #: PlayOnLinux_Scripts/Google_SketchUp_:51
286286 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
287287 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
301301 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
302302 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
303303 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
304 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
304305 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
305306 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
306307 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
308 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
308 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
309 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
310 #: PlayOnLinux_Scripts/Portal_2_:82
309311 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
310312 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
314 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:72
313316 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
314317 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
318 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
315319 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
316320 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
317321 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
322 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
318323 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
319324 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
320 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
326 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
327 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
322328 #: PlayOnLinux_Scripts/Starcraft_:34
323329 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
324330 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
325 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
331 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
332 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
326333 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
327334 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
335 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
328336 #: PlayOnLinux_Scripts/Theme_Hospital_:59
329337 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
330338 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
331339 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
332340 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
341 #: PlayOnLinux_Scripts/Wizard_101_:38
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
335344 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
342351 msgid "Please select the setup file to run"
343352 msgstr "Bitte wählen Sie die Installationsdatei zum Ausführen"
344353
354 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
356 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
358 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
359 #, sh-format
360 msgid "Please insert the game media into your disc drive."
361 msgstr ""
362
345363 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
365 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
346366 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
347367 #: PlayOnLinux_Scripts/Dishonored_:72
348368 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
447467 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
448468 #: PlayOnLinux_Scripts/Magicka_:68
449469 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
470 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
450471 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
451472 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
452473 #: PlayOnLinux_Scripts/Rayman_Origins_:83
453474 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
454 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
455 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
475 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
476 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
456477 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
457478 #: PlayOnLinux_Scripts/The_Witcher_:125
458479 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
487508 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
488509 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
489510 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
511 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
490512 #: PlayOnLinux_Scripts/Driftmoon_:43
491513 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
492514 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
495517 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
496518 #: PlayOnLinux_Scripts/League_Of_Legends_:57
497519 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
498 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
520 #: PlayOnLinux_Scripts/Sacrifice_:41
521 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
522 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
523 #: PlayOnLinux_Scripts/Toontown_Online_:25
524 #: PlayOnLinux_Scripts/Watchtower_library_:43
499525 #: PlayOnLinux_Scripts/iTunes_10_:28
500526 #, sh-format
501527 msgid "Please select the setup file to run."
510536 #: PlayOnLinux_Scripts/POL_GoG_download_:48
511537 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
512538 #: PlayOnLinux_Scripts/SimCity_2000_:50
513 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
514 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
539 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
540 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
515541 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
516542 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
517543 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
518 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
519 #: lib/wine.lib:1186
544 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
545 #: lib/wine.lib:1171 lib/wine.lib:1201
520546 #, sh-format
521547 msgid "Please wait..."
522 msgstr "Bitte warten..."
548 msgstr "Bitte warten …"
523549
524550 #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43
525551 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43
544570 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
545571 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
546572 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
547 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
573 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
548574 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
549575 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
550576 #: PlayOnLinux_Scripts/Dead_Space_2_:85
560586 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
561587 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
562588 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
564590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
565591 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
566592 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
623649 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
624650 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
625651 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
626 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
652 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
627653 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
628654 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
629655 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
630 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
631 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
656 #: PlayOnLinux_Scripts/Dead_Space_:50
657 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
658 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
659 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
632660 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
633661 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
634662 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
638666 #: PlayOnLinux_Scripts/Rage_:79
639667 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
640668 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
643671 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
644672 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
678706 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
679707 #: PlayOnLinux_Scripts/Sacrifice_:45
680 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
708 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
681709 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
682710 #: PlayOnLinux_Scripts/The_Witcher_:102
683711 #, sh-format
688716 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
689717 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
690718 #: PlayOnLinux_Scripts/Mass_Effect_:54
691 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
719 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
692720 #: PlayOnLinux_Scripts/The_Witcher_:110
693721 #, sh-format
694722 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
700728 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
701729 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
702730 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
703 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
731 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
704732 #: PlayOnLinux_Scripts/The_Witcher_:113
705733 #, sh-format
706734 msgid "Please insert the next game media into your disk drive"
729757 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
730758 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
731759 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
760 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
732761 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
733762 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
734763 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
834863 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
835864 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
836865 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
837 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
866 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
838867 #, sh-format
839868 msgid ""
840869 "You must disable anti-piracy protections of this game\\nif you want to play "
858887
859888 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
860889 #: PlayOnLinux_Scripts/Cars_2_:83
861 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
890 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
862891 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
863892 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
864893 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
881910 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
882911 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
883912 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
914 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
885916 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
886917 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
9751006 "shows you to the login interface, login and then let $TITLE install.\\n\\"
9761007 "nWhen the installation is finished, press next"
9771008 msgstr ""
1009 "Steam ist dabei über ein Update durchzuführen.\\nNachdem das Steam-Update "
1010 "beendet ist, zeigt Ihnen Steam die Login-Seite zum Einloggen und lässt Sie "
1011 "$TITLE installieren.\\n\\nWenn die Installation abgeschlossen ist, drücken "
1012 "Sie Weiter"
9781013
9791014 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62
9801015 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54
9901025 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101
9911026 #, sh-format
9921027 msgid "Wait while language pack is configured..."
993 msgstr "Warten Sie bis das Sprachpaket konfiguriert worde..."
1028 msgstr "Bitte warten, während das Sprachpaket konfiguriert wird …"
9941029
9951030 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28
9961031 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30
10121047 "Wait while the patch is downloading...\\nThis operation can take time, "
10131048 "depending of your connexion."
10141049 msgstr ""
1015 "Warten Sie, während der Patch heruntergeladen wird...\\nDiese Operation kann "
1016 "Zeit in Anspruch nehmen, je nach Ihrer Verbindung."
1050 "Bitte warten, während die Korrektur heruntergeladen wird …\\nDiese Operation "
1051 "kann Zeit in Anspruch nehmen, je nach Ihrer Verbindung."
10171052
10181053 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:83
10191054 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:125
10211056 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28
10221057 #, sh-format
10231058 msgid "Installation in progress..."
1024 msgstr "Installation läuft..."
1059 msgstr "Installation läuft …"
10251060
10261061 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55
10271062 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
11101145 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:60
11111146 #, sh-format
11121147 msgid "Wait while the installation is prepared..."
1113 msgstr "Bitte warten, die Installation wird vorbereitet..."
1148 msgstr "Bitte warten, die Installation wird vorbereitet …"
11141149
11151150 #: PlayOnLinux_Scripts/Dead_Space_2_:66
11161151 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:58
11201155 msgstr ""
11211156 "Bitte legen Sie Medium 2 in das Laufwerk ein\\nwenn nicht bereits geschehen."
11221157
1123 #: PlayOnLinux_Scripts/Diablo_III_:29
1158 #: PlayOnLinux_Scripts/Diablo_III_:31
11241159 #, sh-format
11251160 msgid "Please select the setup file downloaded on $EDITOR website"
11261161 msgstr ""
11271162 "Bitte wählen Sie die von der $EDITOR Webseite heruntergeladene Setup-Datei"
11281163
1129 #: PlayOnLinux_Scripts/Diablo_III_:60
1164 #: PlayOnLinux_Scripts/Diablo_III_:62
11301165 #, sh-format
11311166 msgid ""
11321167 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11351170 "$TITLE installiert wurde.\\n\\nEinen besonderen Danke an Erich Hoover für "
11361171 "seinen Wine-Patch (AcceptEx Fix)"
11371172
1138 #: PlayOnLinux_Scripts/Diablo_III_:60
1173 #: PlayOnLinux_Scripts/Diablo_III_:62
11391174 #, sh-format
11401175 msgid ""
11411176 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11431178 msgstr ""
11441179 "Wenn Sie Fehler 3007 beim Verbinden erhalten, öffnen Sie ein Terminal und "
11451180 "geben ein:\\nechos 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope"
1181
1182 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1183 #, sh-format
1184 msgid "Scanning your hardware..."
1185 msgstr ""
11461186
11471187 #: PlayOnLinux_Scripts/Dishonored_:79
11481188 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12261266
12271267 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12281268 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1229 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1230 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1269 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1270 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12311271 #, sh-format
12321272 msgid "Please insert the first game media into your disk drive"
12331273 msgstr "Bitte legen Sie das erste Spiel Medium in Ihr Laufwerk ein"
12341274
12351275 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1236 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1276 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12371277 #, sh-format
12381278 msgid "Please insert the second game media into your disk drive"
12391279 msgstr "Bitte legen Sie das zweite Spiel-Medium in Ihr Laufwerk ein"
13041344 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13051345 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13061346 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1347 #: PlayOnLinux_Scripts/Hearthstone_:64
13071348 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13081349 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13091350 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13211362 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72
13221363 #, sh-format
13231364 msgid "Decompressing archive..."
1324 msgstr "Dekomprimiere Archive..."
1365 msgstr "Archive dekomprimiert …"
13251366
13261367 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100
13271368 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41
13291370 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13301371 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13311372 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1332 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1373 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13331374 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13341375 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13351376 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13431384 "Advent Revising patch has been installed;\\nDont forget to leave some email "
13441385 "to Setz for his work."
13451386 msgstr ""
1387 "Advent Revising Patch wurde installiert;\\nVergiss nicht, einige E-Mail an "
1388 "Setz für seine Arbeit zu senden."
13461389
13471390 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_:20
13481391 #: PlayOnLinux_Scripts/GOG.com___Age_of_Wonders_2__The_Wizard_s_Throne_:20
13531396 msgid "Editor"
13541397 msgstr "Editor"
13551398
1356 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1399 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13571400 #, sh-format
13581401 msgid "This install script requires ffmpeg"
13591402 msgstr "Dieses Installationsskript benötigt ffmpeg"
13601403
1361 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1404 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13621405 #, sh-format
13631406 msgid "Converting videos..."
1364 msgstr "Konvertiere Videos..."
1407 msgstr "Videos werden konvertiert …"
13651408
13661409 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1410 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13671411 #, sh-format
13681412 msgid ""
13691413 "On first run the game will autodetect available renderers.\\nIt is likely "
13761420 msgid "Run $TITLE in safe mode?"
13771421 msgstr "Führe $TITLE im abgesicherten Modus aus?"
13781422
1423 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1424 #, sh-format
1425 msgid ""
1426 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1427 "disable it by pressing Alt+R while in game.)"
1428 msgstr ""
1429
1430 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1431 #, sh-format
1432 msgid ""
1433 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1434 "game."
1435 msgstr ""
1436
13791437 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13801438 #, sh-format
13811439 msgid "Could not find program directory"
14281486 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49
14291487 #, sh-format
14301488 msgid "Go there now?"
1431 msgstr ""
1489 msgstr "Gehe jetzt dorthin?"
14321490
14331491 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53
14341492 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49
14451503 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14461504 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14471505 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1448 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1449 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1450 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14511506 #, sh-format
14521507 msgid "Language"
14531508 msgstr "Sprache"
15731628 msgid "Dedicated server"
15741629 msgstr "Dedicated Server"
15751630
1576 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1631 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15771632 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15781633 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15791634 #, sh-format
15811636 "The codes needed to start a new game can be found in the\\ndocumentation;\\"
15821637 "nRight-click the game icon, \"Read the manual\"."
15831638 msgstr ""
1639 "Die für ein neues Spiel benötigten Codes können in der \\ndocumentation "
1640 "gefunden werden;\\nRechtsklick auf das Spielsymbol \"Lesen Sie das "
1641 "Handbuch\"."
15841642
15851643 #: PlayOnLinux_Scripts/GOG.com___Prince_of_Persia__The_Sands_of_Time_:57
15861644 #, sh-format
16011659 msgid "Code wheel"
16021660 msgstr "Code wheel"
16031661
1604 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1605 #, sh-format
1606 msgid "Do you have a language pack to install?"
1607 msgstr "Haben Sie ein Sprachpaket zum installieren?"
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1610 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1611 #, sh-format
1612 msgid "Later"
1613 msgstr "Später"
1614
1615 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1662 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1663 #, sh-format
1664 msgid ""
1665 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1666 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1667 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1668 msgstr ""
1669
1670 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1671 #, sh-format
1672 msgid "Now you must install the modpack in directory:"
1673 msgstr "Jetzt müssen Sie das Modpack im Verzeichnis installieren:"
1674
1675 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1676 #, sh-format
1677 msgid "Please select ANY 3 icons when prompted."
1678 msgstr ""
1679
1680 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1681 #, sh-format
1682 msgid "temp directory missing"
1683 msgstr "Temporäres Verzeichnis fehlt"
1684
1685 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1686 #, sh-format
1687 msgid ""
1688 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1689 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1690 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1691 "details.\\nInstall it?"
1692 msgstr ""
1693
1694 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1695 #, sh-format
1696 msgid "Control Panel"
1697 msgstr "Systemsteuerung"
1698
1699 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1700 #, sh-format
1701 msgid ""
1702 "IMPORTANT:\n"
1703 " \\n\\nOn the installation window coming next, do NOT click the Options "
1704 "button, it would mess up the language selection."
1705 msgstr ""
1706 "WICHTIG:\n"
1707 " \\n\\nIn dem folgendem Installationsfenster, klicken Sie NICHT auf die "
1708 "Schaltfläche Optionen, es würde die Sprachauswahl verhindern."
1709
1710 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1711 #, sh-format
1712 msgid ""
1713 "On first run the game will autodetect available renderers.\\nIt is likely "
1714 "that you will get better performance out of the OpenGL renderer."
1715 msgstr ""
1716 "Beim ersten Ausführen wird das Spiel den zur Verfügung stehenden Renderer "
1717 "automatisch erkennen.\\nEs ist wahrscheinlich, dass Sie eine bessere "
1718 "Leistung mit dem OpenGL-Renderer haben."
1719
1720 #: PlayOnLinux_Scripts/Goblins_3_:21
1721 #, sh-format
1722 msgid "Please select the game language"
1723 msgstr "Bitte wähle die Spielsprache"
1724
1725 #: PlayOnLinux_Scripts/Gothic_3_:82
1726 #, sh-format
1727 msgid "Choose the game resolution"
1728 msgstr "Wähle die Spielauflösung"
1729
1730 #: PlayOnLinux_Scripts/Gothic_3_:96
1731 #, sh-format
1732 msgid ""
1733 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1734 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1735 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1736 msgstr ""
1737
1738 #: PlayOnLinux_Scripts/Gothic_3_:110
1739 #, sh-format
1740 msgid "$TITLE is installed"
1741 msgstr "$TITLE ist installiert"
1742
1743 #: PlayOnLinux_Scripts/Guild_Wars_:53
1744 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1745 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1746 #, sh-format
1747 msgid "Please insert the DVD-ROM"
1748 msgstr "Bitte lege die DVD-ROM ein"
1749
1750 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1751 #, sh-format
1752 msgid ""
1753 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1754 "client and download will resume from where it stopped. Download percentage "
1755 "reset but do not worry, it do not restart from the beginning."
1756 msgstr ""
1757 "Wegen des Wine bug #30512, wird das Downloaden oft abstürzen, starten Sie "
1758 "einfach den Client neu und der Download wird fortgesetzt, an der Stelle von "
1759 "wo es unterbrochen wurde. Der Ladebalken wird zurückgesetzt, aber keine "
1760 "Sorge, es fängt nicht von Anfang an."
1761
1762 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1763 #, sh-format
1764 msgid ""
1765 "Please select $TITLE install file. During installation, uncheck all extra "
1766 "drivers it wants to install:"
1767 msgstr ""
1768 "Bitte wähle $TITLE Installationsdatei. Während der Installation deaktiviere "
1769 "alle zusätzliche Treiber, die es installieren will:"
1770
16161771 #: PlayOnLinux_Scripts/Half_Life_2_:56
16171772 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16181773 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16191774 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1620 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1775 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16211776 #, sh-format
16221777 msgid "No"
16231778 msgstr "Nein"
16241779
1625 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1626 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1780 #: PlayOnLinux_Scripts/Half_Life_2_:56
1781 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1782 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1783 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1784 #: PlayOnLinux_Scripts/Portal_:36
1785 #, sh-format
1786 msgid ""
1787 "Steam installation has been detected\\nwould you like to install this game "
1788 "in the same virtual drive?"
1789 msgstr ""
1790 "Steam-Installation wurde erkannt\\nMöchten Sie dieses Spiel in dem gleichen "
1791 "virtuellen Laufwerk installieren?"
1792
16271793 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16281794 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16291795 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16321798 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16331799 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16341800 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1635 #: python/guiv3.py:157
1801 #: python/guiv3.py:158 python/guiv3.py:161
16361802 #, sh-format
16371803 msgid "Yes"
16381804 msgstr "Ja"
16391805
1640 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1641 #, sh-format
1642 msgid ""
1643 "To install a language pack later, open the configuration panel for the game "
1644 "in order to execute the installer into the virtual disk (Misc tab)"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1648 #, sh-format
1649 msgid ""
1650 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1651 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1652 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1653 msgstr ""
1654
1655 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1656 #, sh-format
1657 msgid "Now you must install the modpack in directory:"
1658 msgstr "Jetzt müssen Sie das Modpack im Verzeichnis installieren:"
1659
1660 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1661 #, sh-format
1662 msgid "Please select ANY 3 icons when prompted."
1663 msgstr ""
1664
1665 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1666 #, sh-format
1667 msgid "temp directory missing"
1668 msgstr "Temporäres Verzeichnis fehlt"
1669
1670 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1671 #, sh-format
1672 msgid ""
1673 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1674 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1675 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1676 "details.\\nInstall it?"
1677 msgstr ""
1678
1679 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1680 #, sh-format
1681 msgid "Control Panel"
1682 msgstr "Systemsteuerung"
1683
1684 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1685 #, sh-format
1686 msgid ""
1687 "IMPORTANT:\n"
1688 " \\n\\nOn the installation window coming next, do NOT click the Options "
1689 "button, it would mess up the language selection."
1690 msgstr ""
1691 "WICHTIG:\n"
1692 " \\n\\nIn dem folgendem Installationsfenster, klicken Sie NICHT auf die "
1693 "Schaltfläche Optionen, es würde die Sprachauswahl verhindern."
1694
1695 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1696 #, sh-format
1697 msgid ""
1698 "On first run the game will autodetect available renderers.\\nIt is likely "
1699 "that you will get better performance out of the OpenGL renderer."
1700 msgstr ""
1701 "Beim ersten Ausführen wird das Spiel den zur Verfügung stehenden Renderer "
1702 "automatisch erkennen.\\nEs ist wahrscheinlich, dass Sie eine bessere "
1703 "Leistung mit dem OpenGL-Renderer haben."
1704
1705 #: PlayOnLinux_Scripts/Goblins_3_:21
1706 #, sh-format
1707 msgid "Please select the game language"
1708 msgstr "Bitte wähle die Spielsprache"
1709
1710 #: PlayOnLinux_Scripts/Gothic_3_:82
1711 #, sh-format
1712 msgid "Choose the game resolution"
1713 msgstr "Wähle die Spielauflösung"
1714
1715 #: PlayOnLinux_Scripts/Gothic_3_:96
1716 #, sh-format
1717 msgid ""
1718 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1719 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1720 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1721 msgstr ""
1722
1723 #: PlayOnLinux_Scripts/Gothic_3_:110
1724 #, sh-format
1725 msgid "$TITLE is installed"
1726 msgstr "$TITLE ist installiert"
1727
1728 #: PlayOnLinux_Scripts/Guild_Wars_:53
1729 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1730 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1731 #, sh-format
1732 msgid "Please insert the DVD-ROM"
1733 msgstr "Bitte lege die DVD-ROM ein"
1734
1735 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1736 #, sh-format
1737 msgid ""
1738 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1739 "client and download will resume from where it stopped. Download percentage "
1740 "reset but do not worry, it do not restart from the beginning."
1741 msgstr ""
1742 "Wegen des Wine bug #30512, wird das Downloaden oft abstürzen, starten Sie "
1743 "einfach den Client neu und der Download wird fortgesetzt, an der Stelle von "
1744 "wo es unterbrochen wurde. Der Ladebalken wird zurückgesetzt, aber keine "
1745 "Sorge, es fängt nicht von Anfang an."
1746
1747 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1748 #, sh-format
1749 msgid ""
1750 "Please select $TITLE install file. During installation, uncheck all extra "
1751 "drivers it wants to install:"
1752 msgstr ""
1753 "Bitte wähle $TITLE Installationsdatei. Während der Installation deaktiviere "
1754 "alle zusätzliche Treiber, die es installieren will:"
1755
1756 #: PlayOnLinux_Scripts/Half_Life_2_:56
1757 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1758 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1759 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1760 #: PlayOnLinux_Scripts/Portal_:36
1761 #, sh-format
1762 msgid ""
1763 "Steam installation has been detected\\nwould you like to install this game "
1764 "in the same virtual drive?"
1765 msgstr ""
1766 "Steam-Installation wurde erkannt\\nMöchten Sie dieses Spiel in dem gleichen "
1767 "virtuellen Laufwerk installieren?"
1768
17691806 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17701807 #, sh-format
17711808 msgid "Updating $TITLE"
17721809 msgstr "Aktualisiere $TITLE"
17731810
1774 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1811 #: PlayOnLinux_Scripts/Hanahira__:54
17751812 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17761813 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17771814 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17831820 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17841821 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17851822 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1823 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1824 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1825 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1826 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1827 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1828 #: PlayOnLinux_Scripts/Steins_Gate_:51
17861829 #, sh-format
17871830 msgid "Please locate installation program (Setup.exe)"
17881831 msgstr "Bitte suchen Sie das Installationsprogramm (Setup.exe)"
17891832
1790 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1791 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1833 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17921834 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17931835 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17941836 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18091851 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
18101852 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18111853 msgstr ""
1854 "Wenn das Installationsprogramm startet, klicken Sie auf ${INSTALL_JP}. Wenn "
1855 "ein neues Fenster öffnet, klicken Sie auf ${INSTALL_JP}. Wenn die "
1856 "Installation abgeschlossen ist, klicken Sie auf ${END_JP} und dann auf "
1857 "${YES_JP} (Y). Klicken Sie auf Weiter, um die Installation zu starten."
1858
1859 #: PlayOnLinux_Scripts/Hearthstone_:26
1860 #, sh-format
1861 msgid "What language do you want to install?"
1862 msgstr ""
18121863
18131864 #: PlayOnLinux_Scripts/ImgBurn_:38
18141865 #, sh-format
18301881 #, sh-format
18311882 msgid "Could not find executable $EXE in virtual disk $PREFIX"
18321883 msgstr ""
1884 "Konnte ausführbare $EXE Datei in virtuelle Festplatte $PREFIX nicht gefunden"
18331885
18341886 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:107
18351887 #, sh-format
18491901 msgstr "Wollen Sie die Unicode-Version von Inno Setup installieren?"
18501902
18511903 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1852 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18531904 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18541905 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18551906 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18991950 "You should now have a League of Legends directory on your desktop containing "
19001951 "its installer. You may keep it to speed up reinstallations."
19011952 msgstr ""
1953 "Sie sollten nun ein League of Legends Verzeichnis auf Ihrem Desktop haben, "
1954 "welcher das Installationsprogramm enthält. Sie können es behalten, um "
1955 "Neuinstallationen zu beschleunigen."
19021956
19031957 #: PlayOnLinux_Scripts/Mass_Effect_:48
19041958 #, sh-format
19051959 msgid "Please insert game media 1 into your disk drive"
1906 msgstr ""
1960 msgstr "Bitte legen Sie Spiel Medium 1 in Ihr Laufwerk"
19071961
19081962 #: PlayOnLinux_Scripts/Mass_Effect_:56
19091963 #, sh-format
19722026 "nOne for initialising and one for registration.\\n\\nJust start, close and "
19732027 "restart $TITLE!"
19742028 msgstr ""
2029 "$TITLE sollte jetzt aktiviert werden.\\nEventuell sind zwei Starts von "
2030 "$TITLE notwendig:\\nEine zur Initialisierung und einer für Registrierung.\\"
2031 "n\\nStarte, schließe und neu starte $TITLE!"
19752032
19762033 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:54
19772034 #, sh-format
20142071 "If the download update stuck close and run until the download is complete."
20152072 msgstr ""
20162073
2074 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20172075 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20182076 #, sh-format
20192077 msgid "Demo version"
20202078 msgstr "Demo Version"
20212079
2080 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20222081 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20232082 #, sh-format
20242083 msgid "Please select version."
20672126 "however, for this script, it s mandatory. So, we give you the command you "
20682127 "must type yourself for this installation to go on :"
20692128 msgstr ""
2129 "PlayOnLinux / PlayOnMac Philosophie ist es, nie nach dem Super-User-Passwort "
2130 "zu fragen, aber für dieses Skript ist es zwingend erforderlich. Also, geben "
2131 "wir Ihnen den Befehl, den Sie selbst für diese Installation eingeben müssen:"
20702132
20712133 #: PlayOnLinux_Scripts/POL_Function_SetNativeExtension_:10
20722134 #, sh-format
20732135 msgid ""
20742136 "No filename extension specified, skipping association to native application."
20752137 msgstr "Keine Dateiendung definiert, nutze daher native Anwendung."
2138
2139 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2140 #, sh-format
2141 msgid "Contacting download server."
2142 msgstr ""
20762143
20772144 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20782145 #: python/install.py:454 python/install.py:456 python/install.py:570
20842151 #: PlayOnLinux_Scripts/POL_GoG_download_:36
20852152 #, sh-format
20862153 msgid "In what directory do you want to download GOG files?"
2087 msgstr ""
2154 msgstr "In welchem ​​Verzeichnis möchten GOG-Dateien herunterladen?"
20882155
20892156 #: PlayOnLinux_Scripts/POL_GoG_download_:46
20902157 #, sh-format
21572224 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
21582225 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
21592226 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2160 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2227 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
21612228 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
21622229 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
21632230 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21972264 "them without issues"
21982265 msgstr ""
21992266
2200 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2201 #, sh-format
2202 msgid "This package fail to install with wine 1.5.21 or better"
2203 msgstr "Dieses Paket konnte nicht Wine 1.5.21 oder besser installieren"
2204
2205 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2267 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22062268 #, sh-format
22072269 msgid ""
22082270 "If you see error messages during DotNet 3.5 installation, you can ignore "
22552317 #: PlayOnLinux_Scripts/POL_Install_ie8_:26
22562318 #, sh-format
22572319 msgid "Choose the Internet Explorer language you want"
2258 msgstr ""
2320 msgstr "Wähle die Sprache für den Internet Explorer"
22592321
22602322 #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9
22612323 #, sh-format
23322394 "VCRun2010 kann möglicherweise nicht installiert werden, da Ihre PlayOnLinux "
23332395 "Version zu alt ist. Bitte aktualisieren."
23342396
2335 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2397 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2398 #: PlayOnLinux_Scripts/yWriter_5_:45
23362399 #, sh-format
23372400 msgid "Downloading..."
23382401 msgstr "Herunterladen …"
24452508 msgid "Microsoft fonts have been installed successfully."
24462509 msgstr "Microsoft Schriftarten wurden erfolgreich installiert."
24472510
2511 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2512 #, sh-format
2513 msgid ""
2514 "OSX users: If the screen flickers once the game is launched, try to press "
2515 "cmd + tab twice"
2516 msgstr ""
2517
24482518 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
24492519 #, sh-format
24502520 msgid "Remove Game For Windows Live..."
24842554 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
24852555 msgstr ""
24862556
2487 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2557 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
24882558 #, sh-format
24892559 msgid "Abort installation"
24902560 msgstr "Breche Installation ab"
25092579 msgid "The program needs access to ptrace() to proceed:"
25102580 msgstr ""
25112581
2512 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2582 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25132583 #, sh-format
25142584 msgid "User abort"
25152585 msgstr "Benutzerabbruch"
25462616 #: PlayOnLinux_Scripts/Payday_2_:40
25472617 #, sh-format
25482618 msgid "Please do not run $TITLE after installation has finished."
2619 msgstr "Bitte nicht $TITLE ausführen, nachdem die Installation beendet ist."
2620
2621 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2622 #, sh-format
2623 msgid "Extracting $TITLE"
25492624 msgstr ""
25502625
25512626 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
25582633 #: PlayOnLinux_Scripts/photomatix3_:56
25592634 #, sh-format
25602635 msgid "$TITLE has been successfully installed."
2636 msgstr "$TITLE wurde erfolgreich installiert."
2637
2638 #: PlayOnLinux_Scripts/Poker_Stars_:37
2639 #, sh-format
2640 msgid "Error while installing. Downloaded file not found."
25612641 msgstr ""
25622642
25632643 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
25672647
25682648 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
25692649 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2650 #: PlayOnLinux_Scripts/Watchtower_library_:58
25702651 #, sh-format
25712652 msgid "Please wait while $TITLE is installed"
25722653 msgstr ""
26002681 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26012682 msgstr ""
26022683
2684 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2685 #, sh-format
2686 msgid ""
2687 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2688 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2689 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2690 "n\\nIf you have one of this two versions of this game, please give some "
2691 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2692 "n\\nThank you!"
2693 msgstr ""
2694
2695 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2696 #, sh-format
2697 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2698 msgstr ""
2699
2700 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2701 #, sh-format
2702 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2703 msgstr ""
2704
2705 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2706 #, sh-format
2707 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2708 msgstr ""
2709
2710 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2711 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2712 #, sh-format
2713 msgid "Select a version of installation disc:"
2714 msgstr ""
2715
2716 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2717 #, sh-format
2718 msgid "First Release (without addons)"
2719 msgstr ""
2720
2721 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2722 #, sh-format
2723 msgid "Gold Edition"
2724 msgstr ""
2725
2726 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2727 #, sh-format
2728 msgid "Platinum Edition"
2729 msgstr ""
2730
2731 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2732 #, sh-format
2733 msgid "What is your version of Railroad Tycoon II?"
2734 msgstr ""
2735
2736 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2737 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2738 #, sh-format
2739 msgid ""
2740 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2741 "desktop.\\n\\nThank you for using this installation script! :)"
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Reaper_4_:30
26042745 #, sh-format
26052746 msgid ""
26062747 "Please select $TITLE install file. Do NOT run Reaper after install has "
26072748 "finished."
26082749 msgstr ""
2750 "Bitte wähle $TITLE Installationsdatei. Führe NICHT Reaper nach der "
2751 "Installation aus."
26092752
26102753 #: PlayOnLinux_Scripts/Reaper_4_:47
26112754 #, sh-format
27532896 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
27542897 msgstr ""
27552898
2899 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2900 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2901 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2902 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2903 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2904 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2905 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2906 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2907 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2908 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2909 #, sh-format
2910 msgid ""
2911 "Close the visual novel when it appears to continue installation. Click Next "
2912 "to begin installation."
2913 msgstr ""
2914
2915 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2916 #, sh-format
2917 msgid ""
2918 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2919 "script will now install it. Click Next to continue."
2920 msgstr ""
2921
27562922 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
27572923 #, sh-format
27582924 msgid ""
27602926 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
27612927 msgstr ""
27622928
2763 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2764 #, sh-format
2765 msgid "Please locate installation program (Launcher.exe)"
2766 msgstr "Bitte suchen Sie das Installationsprogramm (Launcher.exe)"
2767
2768 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2769 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2770 #, sh-format
2771 msgid ""
2772 "When the launcher opens, click on the top button to open the installer. When "
2773 "a new window opens, click OK. When another window opens, click on the button "
2774 "with the letter N until it is installing. Wait until it is done and click "
2775 "the right button to quit. Click Next when you are done installing."
2929 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2930 #, sh-format
2931 msgid "Please locate installation program in Data folder (Resonance.msi)"
27762932 msgstr ""
27772933
27782934 #: PlayOnLinux_Scripts/Steam_:50
28082964 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
28092965 "game. Steam install xna framework the game. Close the Steam so that the "
28102966 "installer can continue."
2967 msgstr ""
2968
2969 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2970 #, sh-format
2971 msgid "If youve the extentions, you should install Tribunal first !"
28112972 msgstr ""
28122973
28132974 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29193080 "pp 4-5."
29203081 msgstr ""
29213082
3083 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3084 #, sh-format
3085 msgid "Please select the installation file to run."
3086 msgstr ""
3087
3088 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3089 #, sh-format
3090 msgid ""
3091 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3092 "your region.\\n 2. Leave only checked DirectX box."
3093 msgstr ""
3094
29223095 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
29233096 #, sh-format
29243097 msgid ""
29273100 msgstr ""
29283101 "Das Spiel wird nicht gestartet, bis Sie /proc/sys/kernel/yama/ptrace_scope "
29293102 "auf 0 gesetzt haben"
3103
3104 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3105 #, sh-format
3106 msgid "Other destination or other CD/DVD"
3107 msgstr ""
3108
3109 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3110 #, sh-format
3111 msgid "Retail CD"
3112 msgstr ""
3113
3114 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3115 #, sh-format
3116 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3117 msgstr ""
3118
3119 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3120 #, sh-format
3121 msgid "video fix"
3122 msgstr ""
29303123
29313124 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
29323125 #, sh-format
29683161 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:76
29693162 #, sh-format
29703163 msgid "Select first patch (EE Upgrade) to execute"
2971 msgstr ""
3164 msgstr "Wähle ersten Patch (EE-Upgrade) zur Ausführung"
29723165
29733166 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:79
29743167 #, sh-format
30073200 #, sh-format
30083201 msgid "Donwload finished.\\nPatches installation will begin"
30093202 msgstr "Download abgeschlossen.\\nPatch-Installation beginnt"
3203
3204 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3205 #, sh-format
3206 msgid "We will download the installer"
3207 msgstr ""
30103208
30113209 #: PlayOnLinux_Scripts/Toontown_Online_:17
30123210 #, sh-format
30493247 msgid "Do you want to browse $TITLE website?"
30503248 msgstr "Wollen Sie die $TITLE Website besuchen?"
30513249
3250 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3251 #, sh-format
3252 msgid ""
3253 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3254 "messenger, because it will won't work correctly."
3255 msgstr ""
3256
3257 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3258 #, sh-format
3259 msgid "Warning"
3260 msgstr ""
3261
30523262 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
30533263 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
30543264 #, sh-format
30603270 "aktualisieren, wenn Sie es die korrekte Funktionalität mit "
30613271 "$APPLICATION_TITLE wollen"
30623272
3273 #: PlayOnLinux_Scripts/Watchtower_library_:49
3274 #, sh-format
3275 msgid "File Selection Error"
3276 msgstr ""
3277
3278 #: PlayOnLinux_Scripts/Watchtower_library_:49
3279 #, sh-format
3280 msgid ""
3281 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3282 msgstr ""
3283
30633284 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
30643285 #, sh-format
30653286 msgid ""
30773298 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
30783299 #, sh-format
30793300 msgid ""
3080 "Attention: After installation is complete, the patcher will load. Please "
3081 "close the patcher before logging in or finish updating to complete the "
3082 "installation. After this, you can run \"$TITLE\" when setup is done"
3083 msgstr ""
3084 "Achtung: Nachdem die Installation abgeschlossen ist, wird der Patcher "
3085 "geladen. Bitte schließen Sie den Patcher vor der Anmeldung oder beenden Sie "
3086 "das Patchen, um die Installation abzuschließen. Danach können Sie \"$TITLE\" "
3087 "ausführen, wenn Setup abgeschlossen ist."
3301 "Attention:After installation is complete, the patcher will load. After, go "
3302 "to the top right of the patcher and click the wrench, Then Un-check the box "
3303 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3304 "minuite. When finished with this, please close the patcher before logging in "
3305 "or finish updating to complete the installation. After this, you can run "
3306 "\"$TITLE\" when setup is done"
3307 msgstr ""
30883308
30893309 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30903310 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
31343354 "Bitte legen Sie die Spiel-CD 5 in Ihr Laufwerk\\nfalls nicht bereits "
31353355 "geschehen."
31363356
3357 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3358 #, sh-format
3359 msgid "Which region version of World of Warplanes would you like to install?"
3360 msgstr ""
3361
3362 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3363 #, sh-format
3364 msgid ""
3365 "Attention:After installation is complete, the patcher will load. After, go "
3366 "to the top right of the patcher and click the wrench, Then Un-check the box "
3367 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3368 "minute. When finished with this, please close the patcher before logging in "
3369 "or finish updating to complete the installation. After this, you can run "
3370 "\"$TITLE\" when setup is done"
3371 msgstr ""
3372
31373373 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
31383374 #, sh-format
31393375 msgid ""
31843420 msgid "Please select the 32bit version of iTunes"
31853421 msgstr "Bitte wählen Sie die 32bit Version von iTunes"
31863422
3187 #: PlayOnLinux_Scripts/osu_:45
3423 #: PlayOnLinux_Scripts/osu_:46
31883424 #, sh-format
31893425 msgid ""
31903426 "Press next to start the updater. When the updater is finished, close it "
31943430 #: PlayOnLinux_Scripts/photomatix3_:40
31953431 #, sh-format
31963432 msgid "Please select the setup file to run :"
3197 msgstr ""
3433 msgstr "Bitte wähle die Setup-Datei, die ausgeführt werden soll :"
31983434
31993435 #: PlayOnLinux_Scripts/rFactor_12_:30
32003436 #, sh-format
32043440 "resolution when rFactor Config comes up."
32053441 msgstr ""
32063442
3207 #: bash/bug_report:31
3443 #: bash/bug_report:32
32083444 #, sh-format
32093445 msgid "Report a bug"
32103446 msgstr "Fehler melden"
32113447
3212 #: bash/bug_report:36
3448 #: bash/bug_report:37
32133449 #, sh-format
32143450 msgid ""
32153451 "Please give the more details as you can, otherwise, it will be very "
32183454 "Bitte geben Sie weitere Details an, sofern Sie können, sonst wird es sehr "
32193455 "schwierig werden, Ihnen zu helfen"
32203456
3221 #: bash/bug_report:36
3457 #: bash/bug_report:37
32223458 #, sh-format
32233459 msgid ""
32243460 "This wizard will help you to report a bug about an officially supported "
32273463 "Dieser Assistent wird Ihnen helfen, einen Fehler zu einem offiziell "
32283464 "unterstützten Programm zu berichten."
32293465
3230 #: bash/bug_report:40
3466 #: bash/bug_report:41
32313467 #, sh-format
32323468 msgid ""
32333469 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
32373473 "$APPLICATION_TITLE aktualisieren bevor sie einen Fehlerbericht senden "
32383474 "können.\\nDanke"
32393475
3240 #: bash/bug_report:46
3476 #: bash/bug_report:47
32413477 #, sh-format
32423478 msgid "I have a problem with a software"
32433479 msgstr "Ich habe ein Software-Problem"
32443480
3245 #: bash/bug_report:46
3481 #: bash/bug_report:47
32463482 #, sh-format
32473483 msgid "My problem concerns $APPLICATION_TITLE itself"
32483484 msgstr "Mein Problem betriff $APPLICATION_TITLE selbst"
32493485
3250 #: bash/bug_report:46
3486 #: bash/bug_report:47
32513487 #, sh-format
32523488 msgid "What kind of problem do you have?"
32533489 msgstr "Was haben Sie für ein Problem?"
32543490
3255 #: bash/bug_report:50
3491 #: bash/bug_report:51
32563492 #, sh-format
32573493 msgid "Don't join any log file"
32583494 msgstr "Keine Logfile anlegen"
32593495
3260 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3496 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
32613497 #: bash/manual_install:120 bash/manual_install:219
32623498 #, sh-format
32633499 msgid "Manual installation"
32643500 msgstr "Manuelle Installation"
32653501
3266 #: bash/bug_report:54 bash/run_exe:24
3502 #: bash/bug_report:55 bash/run_exe:24
32673503 #, sh-format
32683504 msgid "Automatic installation"
32693505 msgstr "Automatische Installation"
32703506
3271 #: bash/bug_report:65
3507 #: bash/bug_report:66
32723508 #, sh-format
32733509 msgid "Choose the log file corresponding to your software."
32743510 msgstr "Wähle die entsprechende Log-Datei Ihrer Software."
32753511
3276 #: bash/bug_report:69
3512 #: bash/bug_report:70
32773513 #, sh-format
32783514 msgid "Please give a very short description (title, english only)"
32793515 msgstr ""
32803516 "Bitte beschreiben Sie Ihr Problem in wenigen Worten (Den Titel bitte auf "
32813517 "Englisch)"
32823518
3283 #: bash/bug_report:72
3519 #: bash/bug_report:73
32843520 #, sh-format
32853521 msgid "Please explain your problem clearly (english only):"
32863522 msgstr "Bitte beschreiben Sie Ihr Problem ausführlich"
32873523
3288 #: bash/bug_report:76
3524 #: bash/bug_report:77
32893525 #, sh-format
32903526 msgid "Sorry, we need a detailed description."
32913527 msgstr ""
32923528 "Entschuldigung. Wir benötigen eine detailiertere Beschreibung Ihres Problems."
32933529
3294 #: bash/bug_report:107
3530 #: bash/bug_report:108
32953531 #, sh-format
32963532 msgid ""
32973533 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
33393575 msgstr "Wählen Sie einen Namen für das virtuelle Laufwerk"
33403576
33413577 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3342 #: python/mainwindow.py:232
3578 #: python/mainwindow.py:234
33433579 #, sh-format
33443580 msgid "Run a local script"
33453581 msgstr "Ein lokales Skript ausführen"
34713707 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
34723708 msgstr "$APPLICATION_TITLE erstellt ein virtuelles Windows-Laufwerk"
34733709
3474 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3710 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
34753711 #, sh-format
34763712 msgid "$APPLICATION_TITLE first use"
34773713 msgstr "Erste Nutzung von $APPLICATION_TITLE"
34783714
3479 #: bash/first_use:240
3715 #: bash/first_use:242
34803716 #, sh-format
34813717 msgid "$APPLICATION_TITLE is going to finish its preparation"
34823718 msgstr "$APPLICATION_TITLE ist dabei die Vorbereitung abschließen"
34833719
3484 #: bash/first_use:240 bash/first_use:243
3720 #: bash/first_use:242 bash/first_use:245
34853721 #, sh-format
34863722 msgid "Please ensure you are connected to the internet."
34873723 msgstr "Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind."
34883724
3489 #: bash/first_use:243
3725 #: bash/first_use:245
34903726 #, sh-format
34913727 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
34923728 msgstr ""
34933729 "Es scheint, als ob Sie das erste Mal \t $APPLICATION_TITLE verwenden."
34943730
3495 #: bash/first_use:243
3731 #: bash/first_use:245
34963732 #, sh-format
34973733 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
34983734 msgstr ""
34993735 "Dieser Assistent hilft Ihnen bei der Vorbereitung von $APPLICATION_TITLE"
35003736
3501 #: bash/first_use:253
3737 #: bash/first_use:255
35023738 #, sh-format
35033739 msgid "Error while installing fonts"
35043740 msgstr "Fehler beim Installieren von Schriftarten"
35053741
3506 #: bash/first_use:271
3742 #: bash/first_use:273
35073743 #, sh-format
35083744 msgid "Enjoy using $APPLICATION_TITLE"
35093745 msgstr "Genieße nun $APPLICATION_TITLE"
36233859 msgid "Use another version of Wine"
36243860 msgstr "Benutze eine andere Version von Wine"
36253861
3626 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3627 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3862 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3863 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
36283864 #, sh-format
36293865 msgid "Configure Wine"
36303866 msgstr "Wine konfigurieren"
36443880 msgid "What would you like to do before installation?"
36453881 msgstr "Was möchten Sie vor der Installation tun?"
36463882
3647 #: bash/manual_install:230 lib/scripts.lib:437
3883 #: bash/manual_install:231 lib/scripts.lib:438
36483884 #, sh-format
36493885 msgid "Please make your choice"
36503886 msgstr "Bitte wählen Sie"
36513887
3652 #: bash/manual_install:258
3888 #: bash/manual_install:259
36533889 #, sh-format
36543890 msgid "Looking for runnable CD-ROMs"
36553891 msgstr "Suche nach laufenden CD-ROMs"
36563892
3657 #: bash/manual_install:281
3893 #: bash/manual_install:282
36583894 #, sh-format
36593895 msgid "Select another file"
36603896 msgstr "Wähle eine andere Datei"
36613897
3662 #: bash/manual_install:289
3898 #: bash/manual_install:290
36633899 #, sh-format
36643900 msgid "Please choose a way to install your program"
36653901 msgstr "Wählen Sie einen Weg zum Installieren Ihres Programms"
36663902
3667 #: bash/manual_install:298
3903 #: bash/manual_install:299
36683904 #, sh-format
36693905 msgid "Please select the install file to run."
36703906 msgstr "Bitte wähle die Installationsdatei zum Ausführen."
36713907
3672 #: bash/manual_install:328
3908 #: bash/manual_install:329
36733909 #, sh-format
36743910 msgid "You must choose a file!"
36753911 msgstr "Sie müssen eine Datei auswählen!"
36763912
3677 #: bash/manual_install:334
3913 #: bash/manual_install:335
36783914 #, sh-format
36793915 msgid "$APPLICATION_TITLE is installing your application..."
36803916 msgstr "$APPLICATION_TITLE installiert Ihre Applikation..."
37523988 msgid "Extracting: "
37533989 msgstr "Entpacke: "
37543990
3755 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3991 #: bash/playonlinux-pkg:111
37563992 #, sh-format
37573993 msgid "Running..."
37583994 msgstr "Läuft..."
37623998 msgid "Cleaning..."
37633999 msgstr "Bereinige..."
37644000
3765 #: bash/playonlinux_online:32
3766 #, sh-format
3767 msgid ""
3768 "This is the list of the scripts you sent to us. You can run one of them"
3769 msgstr ""
3770 "Dies ist die Liste der Skripte, die Sie uns geschickt haben. Sie können "
3771 "eines von ihnen ausführen"
3772
3773 #: bash/playonlinux_online:42
3774 #, sh-format
3775 msgid "You do not seems to have any personal script"
3776 msgstr "Es scheint Sie haben kein persönlichen Skript"
3777
3778 #: bash/playonlinux_online:47
3779 #, sh-format
3780 msgid ""
3781 "If you have successfully installed a program with 'Install a non-listed\\"
3782 "nsoftware' button, it will allow you to add this program in our list"
3783 msgstr ""
3784 "Wenn Sie erfolgreich ein Programm mit \"Installiere eine nicht-aufgelistete\\"
3785 "nSoftware\" installiert haben, wird es Ihnen erlauben, dieses Programm in "
3786 "unserer Liste hinzufügen"
3787
3788 #: bash/playonlinux_online:47
3789 #, sh-format
3790 msgid "This tools will allow you to help us :"
3791 msgstr "Diese Werkzeuge können uns helfen :"
3792
3793 #: bash/playonlinux_online:47
3794 #, sh-format
3795 msgid ""
3796 "We're going to ask you some questions, please be as much accurate as\\"
3797 "npossible"
3798 msgstr ""
3799 "Wir werden Ihnen einige Fragen stellen. Bitte antworten Sie so genau wie\\"
3800 "nmöglich"
3801
3802 #: bash/playonlinux_online:55
3803 #, sh-format
3804 msgid "Choose the file corresponding to your program."
3805 msgstr "Wählen Sie die entsprechende Datei zu Ihrem Programm."
3806
3807 #: bash/playonlinux_online:59
3808 #, sh-format
3809 msgid "Does your program run?"
3810 msgstr "Läuft Ihr Programm?"
3811
3812 #: bash/playonlinux_online:62
3813 #, sh-format
3814 msgid "What is the title of your program?"
3815 msgstr "Wie heißt Ihr Programm?"
3816
3817 #: bash/playonlinux_online:64
3818 #, sh-format
3819 msgid "What is the editor of your program?"
3820 msgstr "Wie heißt der Autor Ihres Programms?"
3821
3822 #: bash/playonlinux_online:66
3823 #, sh-format
3824 msgid "What is the editor website of your program?"
3825 msgstr "Wie lautet die Webseite Ihres Programms?"
3826
3827 #: bash/playonlinux_online:69 python/install.py:210
3828 #, sh-format
3829 msgid "Accessories"
3830 msgstr "Zubehör"
3831
3832 #: bash/playonlinux_online:69 python/install.py:211
3833 #, sh-format
3834 msgid "Development"
3835 msgstr "Entwicklung"
3836
3837 #: bash/playonlinux_online:69 python/install.py:212
3838 #, sh-format
3839 msgid "Education"
3840 msgstr "Bildung"
3841
3842 #: bash/playonlinux_online:69 python/install.py:213
3843 #, sh-format
3844 msgid "Games"
3845 msgstr "Spiele"
3846
3847 #: bash/playonlinux_online:69 python/install.py:214
3848 #, sh-format
3849 msgid "Graphics"
3850 msgstr "Grafik"
3851
3852 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3853 #: python/options.py:384
3854 #, sh-format
3855 msgid "Internet"
3856 msgstr "Internet"
3857
3858 #: bash/playonlinux_online:69 python/install.py:216
3859 #, sh-format
3860 msgid "Multimedia"
3861 msgstr "Unterhaltung"
3862
3863 #: bash/playonlinux_online:69 python/install.py:217
3864 #, sh-format
3865 msgid "Office"
3866 msgstr "Büro"
3867
3868 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3869 #, sh-format
3870 msgid "Other"
3871 msgstr "Anderes"
3872
3873 #: bash/playonlinux_online:69 python/install.py:219
3874 #, sh-format
3875 msgid "Patches"
3876 msgstr "Korrekturen"
3877
3878 #: bash/playonlinux_online:69
3879 #, sh-format
3880 msgid "Select a category for your program"
3881 msgstr "Wähle eine Kategorie für Ihr Programm"
3882
3883 #: bash/playonlinux_online:69 python/install.py:258
3884 #, sh-format
3885 msgid "Testing"
3886 msgstr "Testen"
3887
3888 #: bash/playonlinux_online:72
3889 #, sh-format
3890 msgid ""
3891 "What feature of your program does not work?\\nIf everything works, please "
3892 "mention it"
3893 msgstr ""
3894 "Welches Feature Ihres Programms funktioniert nicht?\\nWenn alles "
3895 "funktioniert, erwähnen Sie es auch"
3896
3897 #: bash/playonlinux_online:74
3898 #, sh-format
3899 msgid "Write any change you made to wine configuration here:"
3900 msgstr ""
3901 "Schreiben Sie alle Änderungen, die Sie zur Wine-Konfiguration vorgenommen "
3902 "hier:"
3903
3904 #: bash/playonlinux_online:102
3905 #, sh-format
3906 msgid "You must be able to run this program!"
3907 msgstr "Sie müssen in der Lage sein, dieses Programm auszuführen!"
3908
3909 #: bash/playonlinux_online:107
3910 #, sh-format
3911 msgid "Run one of your personal scripts"
3912 msgstr "Führe eins von Ihren persönlichen Skripten aus"
3913
3914 #: bash/playonlinux_online:108
3915 #, sh-format
3916 msgid "Send to us a working script generated by manual installation"
3917 msgstr ""
3918 "Sende uns ein funktionierendes Skript, welches von der manuellen "
3919 "Installation erstellt worde"
3920
3921 #: bash/playonlinux_online:109
3922 #, sh-format
3923 msgid "Logout"
3924 msgstr "Abmelden"
3925
3926 #: bash/playonlinux_online:110
3927 #, sh-format
3928 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3929 msgstr "Sie sind mit $APPLICATION_TITLE Online als $POL_LOGIN verbunden"
3930
3931 #: bash/playonlinux_online:124
3932 #, sh-format
3933 msgid ""
3934 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3935 "safely close this window"
3936 msgstr ""
3937 "Sie haben sich erfolgreich von $APPLICATION_TITLE Online abgemeldet\\nSie "
3938 "können sicher dieses Fenster schließen"
3939
3940 #: bash/polconfigurator:33
4001 #: bash/polconfigurator:34
39414002 #, sh-format
39424003 msgid "Killing programs in the virtual drive..."
39434004 msgstr "Töte Programme im virtuellen Laufwerk ..."
39444005
3945 #: bash/polconfigurator:79
4006 #: bash/polconfigurator:86
39464007 #, sh-format
39474008 msgid "Icon selection"
39484009 msgstr "Icon Auswahl"
39494010
3950 #: bash/polconfigurator:79
4011 #: bash/polconfigurator:86
39514012 #, sh-format
39524013 msgid "Please select an icon file"
39534014 msgstr "Bitte wählen Sie eine Symboldatei"
39544015
3955 #: bash/polconfigurator:86
4016 #: bash/polconfigurator:93
39564017 #, sh-format
39574018 msgid "Bad file extension"
39584019 msgstr "Ungültige Dateierweiterung"
39594020
3960 #: bash/polconfigurator:86
4021 #: bash/polconfigurator:93
39614022 #, sh-format
39624023 msgid "is not an icon extension"
39634024 msgstr "ist keine Symbolerweiterung"
39644025
3965 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3966 #: python/mainwindow.py:621
4026 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4027 #: python/mainwindow.py:619
39674028 #, sh-format
39684029 msgid "Registry Editor"
39694030 msgstr "Registrierungseditor"
39704031
3971 #: bash/polconfigurator:97
4032 #: bash/polconfigurator:104
39724033 #, sh-format
39734034 msgid "Kill all prefix processes"
39744035 msgstr "Tötet alle Präfix-Prozesse"
39754036
3976 #: bash/polconfigurator:98
4037 #: bash/polconfigurator:105
39774038 #, sh-format
39784039 msgid "Update wineprefix"
39794040 msgstr "Update wineprefix"
39804041
3981 #: bash/polconfigurator:99
4042 #: bash/polconfigurator:106
39824043 #, sh-format
39834044 msgid "Simulate Windows reboot"
39844045 msgstr "Simuliere Windows Neustart"
39854046
3986 #: bash/polconfigurator:100
4047 #: bash/polconfigurator:107
39874048 #, sh-format
39884049 msgid "Use Advanced Wine Configuration plugin"
39894050 msgstr "Benutze erweitertes Wine-Konfiguration plugin"
39904051
3991 #: bash/polconfigurator:101
4052 #: bash/polconfigurator:108
39924053 #, sh-format
39934054 msgid "Use PlayOnLinux's configurator for"
39944055 msgstr "Benutze PlayOnLinux's Konfigurator für"
39954056
3996 #: bash/polconfigurator:103
4057 #: bash/polconfigurator:110
39974058 #, sh-format
39984059 msgid "Change the icon"
39994060 msgstr "Symbol ändern"
40004061
4001 #: bash/polconfigurator:104
4062 #: bash/polconfigurator:111
40024063 #, sh-format
40034064 msgid "Use WineTricks"
40044065 msgstr "Benutze WineTricks"
40054066
4006 #: bash/polconfigurator:123
4067 #: bash/polconfigurator:130
40074068 #, sh-format
40084069 msgid "Please choose an action to perform"
40094070 msgstr "Bitte wählen Sie eine Aktion aus"
40594120 msgid "Please choose a CD-ROM to eject"
40604121 msgstr "Wählen Sie bitte eine CD-ROM zum Auswerfen"
40614122
4062 #: bash/run_app:83
4123 #: bash/run_app:85
40634124 #, sh-format
40644125 msgid "Please choose a software to run"
40654126 msgstr "Bitte wähle eine Software zum Ausführen"
40664127
4067 #: bash/run_app:114
4128 #: bash/run_app:116
40684129 #, sh-format
40694130 msgid "$APPLICATION_TITLE debugger is starting..."
40704131 msgstr "$APPLICATION_TITLE debugger startet..."
40714132
4072 #: bash/run_app:117
4133 #: bash/run_app:119
40734134 #, sh-format
40744135 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
40754136 msgstr "$PACKAGE ist abgestürzt.\\nAuf Debug klicken für Details."
40764137
4077 #: bash/run_app:119
4138 #: bash/run_app:121
40784139 #, sh-format
40794140 msgid "$PACKAGE crashed."
40804141 msgstr "$PACKAGE abgestürzt."
41394200 "alten Einstellungen beibehalten?"
41404201
41414202 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4142 #: lib/playonlinux.lib:717
4203 #: lib/playonlinux.lib:720
41434204 #, sh-format
41444205 msgid "$APPLICATION_TITLE Uninstaller"
41454206 msgstr "$APPLICATION_TITLE Uninstaller"
41594220 msgid "This wizard will help you to uninstall: "
41604221 msgstr "Dieser Assistent wird Ihnen beim Deinstallieren helfen: "
41614222
4162 #: bash/uninstall:65 lib/playonlinux.lib:717
4223 #: bash/uninstall:65 lib/playonlinux.lib:720
41634224 #, sh-format
41644225 msgid "Uninstalling..."
41654226 msgstr "Deinstalliere..."
42284289 "weitere Informationen zu erhalten"
42294290
42304291 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4231 #: lib/wine.lib:955 lib/wine.lib:1036
4292 #: lib/wine.lib:970 lib/wine.lib:1051
42324293 #, sh-format
42334294 msgid "Please wait while the virtual drive is being created..."
42344295 msgstr "Bitte warten Sie während das virtuelle Laufwerk erstellt wird..."
42444305 msgid "Setting Program Files var"
42454306 msgstr "Setze Program Files Variablen"
42464307
4247 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4248 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4308 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4309 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
42494310 #, sh-format
42504311 msgid "This function is disabled in the PlayOnlinux environment."
42514312 msgstr "Diese Funktion ist in der PlayOnlinux Umgebung deaktiviert."
42524313
4253 #: lib/playonlinux.lib:334
4314 #: lib/playonlinux.lib:336
42544315 #, sh-format
42554316 msgid ""
42564317 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
42624323 "übernimmt keine Verantwortung dafür.\\nBitte stellen Sie sicher wissen, was "
42634324 "Sie tun!"
42644325
4265 #: lib/playonlinux.lib:335
4326 #: lib/playonlinux.lib:337
42664327 #, sh-format
42674328 msgid "Here the source code of the script. Check it carefully"
42684329 msgstr "Hier der Quelltext des Skripts. Prüfen Sie es sorgfältig"
42694330
4270 #: lib/playonlinux.lib:357
4331 #: lib/playonlinux.lib:359
42714332 #, sh-format
42724333 msgid ""
42734334 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
42794340 "und übernimmt keine Verantwortung dafür.\\nBitte stellen Sie sicher wissen, "
42804341 "was Sie tun!"
42814342
4282 #: lib/playonlinux.lib:358
4343 #: lib/playonlinux.lib:360
42834344 #, sh-format
42844345 msgid "External library"
42854346 msgstr "Externe Bibliothek"
42864347
4287 #: lib/playonlinux.lib:358
4348 #: lib/playonlinux.lib:360
42884349 #, sh-format
42894350 msgid "Here the source code of the script. Check it carrefully"
42904351 msgstr "Hier der Quelltext des Skripts. Prüfen Sie es sorgfältig"
42914352
4292 #: lib/playonlinux.lib:591
4353 #: lib/playonlinux.lib:593
42934354 #, sh-format
42944355 msgid "Making shortcut..."
42954356 msgstr "Erstelle Shortcut..."
42964357
4297 #: lib/playonlinux.lib:715
4358 #: lib/playonlinux.lib:718
42984359 #, sh-format
42994360 msgid "Do you want to delete the virtual drive:"
43004361 msgstr "Möchten Sie das folgende virtuelle Laufwerk entfernen:"
43014362
4302 #: lib/playonlinux.lib:826
4363 #: lib/playonlinux.lib:831
43034364 #, sh-format
43044365 msgid ""
43054366 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
43084369 "Es wird folgende Datei liegt auf einem FAT32-Dateisystem.\\nEs könnte Wine "
43094370 "vom Funktionieren\\n\\n$FilePath abhalten"
43104371
4311 #: lib/playonlinux.lib:827
4372 #: lib/playonlinux.lib:832
43124373 #, sh-format
43134374 msgid ""
43144375 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
43174378 "Es wird folgende Datei liegt auf einem NTFS-Dateisystem.\\nEs könnte Wine "
43184379 "vom Funktionieren\\n\\n$FilePath abhalten"
43194380
4320 #: lib/playonlinux.lib:828
4381 #: lib/playonlinux.lib:833
43214382 #, sh-format
43224383 msgid ""
43234384 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
43264387 "Es wird folgende Datei liegt auf einem FUSE-Dateisystem.\\nEs könnte Wine "
43274388 "vom Funktionieren\\n\\n$FilePath abhalten"
43284389
4329 #: lib/playonlinux.lib:829
4390 #: lib/playonlinux.lib:834
43304391 #, sh-format
43314392 msgid ""
43324393 "The following file is located on a noexec mounted filesystem.\\nIt might "
43354396 "Es wird folgende Datei liegt auf einem noexec montierten-Dateisystem.\\nEs "
43364397 "könnte Wine vom Funktionieren\\n\\n$FilePath abhalten"
43374398
4338 #: lib/plugins.lib:65
4399 #: lib/plugins.lib:66
43394400 #, sh-format
43404401 msgid "Checking plugin: "
43414402 msgstr "Überprüfe Plugin: "
43424403
4343 #: lib/plugins.lib:93
4404 #: lib/plugins.lib:94
43444405 #, sh-format
43454406 msgid "New: "
43464407 msgstr "Neu: "
43474408
4348 #: lib/plugins.lib:93
4409 #: lib/plugins.lib:94
43494410 #, sh-format
43504411 msgid "Updating plugin. Previous: "
43514412 msgstr "Update plugin. Vorheriges: "
43524413
4353 #: lib/plugins.lib:112
4414 #: lib/plugins.lib:113
43544415 #, sh-format
43554416 msgid "Installing plugin: "
43564417 msgstr "Installiere Plugin: "
43674428 #: lib/scripts.lib:400
43684429 #, sh-format
43694430 msgid "Function override detected, disabling bug reporting"
4370 msgstr ""
4371
4372 #: lib/scripts.lib:499 lib/scripts.lib:565
4431 msgstr "Override-Funktion erkannt wird, deaktiviere Bug-Reporting"
4432
4433 #: lib/scripts.lib:500 lib/scripts.lib:566
43734434 #, sh-format
43744435 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
43754436 msgstr "Kein Platz zum Download:\\n$URL ($neededSpace KB)"
43764437
4377 #: lib/scripts.lib:501 lib/scripts.lib:784
4438 #: lib/scripts.lib:502 lib/scripts.lib:785
43784439 #, sh-format
43794440 msgid "Please wait while $APPLICATION_TITLE is downloading:"
43804441 msgstr "Bitte warten Sie bis $APPLICATION_TITLE heruntergeladen wird:"
43814442
4382 #: lib/scripts.lib:503 lib/scripts.lib:570
4443 #: lib/scripts.lib:504 lib/scripts.lib:571
43834444 #, sh-format
43844445 msgid "An error happened during download."
43854446 msgstr "Ein Fehler ist aufgetreten während des Downloads."
43864447
4387 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4388 #: lib/scripts.lib:586
4448 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4449 #: lib/scripts.lib:587
43894450 #, sh-format
43904451 msgid "Do you want to retry?"
43914452 msgstr "Möchten Sie es erneut versuchen?"
43924453
4393 #: lib/scripts.lib:522 lib/scripts.lib:586
4454 #: lib/scripts.lib:523 lib/scripts.lib:587
43944455 #, sh-format
43954456 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
43964457 msgstr ""
43974458 "Fehler ! Dateien stimmen nicht überein\\n\\nLokal : $LOCAL_MD5\\nServer : "
43984459 "$SERVER_MD5"
43994460
4400 #: lib/scripts.lib:689
4461 #: lib/scripts.lib:690
44014462 #, sh-format
44024463 msgid ""
44034464 "7z not installed, please check that you have 7zip installed and try again"
44054466 "7z ist nicht installiert, bitte prüfe ob 7zip installiert ist und versuche "
44064467 "es erneut"
44074468
4408 #: lib/scripts.lib:696
4469 #: lib/scripts.lib:697
44094470 #, sh-format
44104471 msgid "Failed to locate ${dest} from ${archive}"
44114472 msgstr "Fehlgeschlagen ${dest} von ${archive} zu lokalisieren"
44124473
4413 #: lib/scripts.lib:700
4474 #: lib/scripts.lib:701
44144475 #, sh-format
44154476 msgid "Extracting ${filename} from ${archivename}"
44164477 msgstr "Extrahiere ${filename} von ${archivename}"
44174478
4418 #: lib/scripts.lib:715
4479 #: lib/scripts.lib:716
44194480 #, sh-format
44204481 msgid "Extracted file size does not match!"
44214482 msgstr "Extrahierte Dateigröße stimmt nicht überein!"
44224483
4423 #: lib/scripts.lib:746
4484 #: lib/scripts.lib:747
44244485 #, sh-format
44254486 msgid "Copying ${filename}"
44264487 msgstr "Kopiere ${filename}"
44274488
4428 #: lib/scripts.lib:759
4489 #: lib/scripts.lib:760
44294490 #, sh-format
44304491 msgid "File size does not match!"
44314492 msgstr "Dateigröße stimmt nicht überein!"
44324493
4433 #: lib/scripts.lib:903
4494 #: lib/scripts.lib:904
44344495 #, sh-format
44354496 msgid ""
44364497 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
44394500 "Leider ist $APPLICATION_TITLE $VERSION zu alt, um fortzufahren.\\"
44404501 "nAPPLICATION_TITLE $NEEDED ist erforderlich."
44414502
4442 #: lib/scripts.lib:918
4503 #: lib/scripts.lib:919
44434504 #, sh-format
44444505 msgid ""
44454506 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
44484509 "Achtung: Sie führen $APPLICATION_TITLE $VERSION aus.\\n$APPLICATION_TITLE "
44494510 "$NEEDED wird empfohlen, um fortzufahren."
44504511
4451 #: lib/scripts.lib:949
4512 #: lib/scripts.lib:950
44524513 #, sh-format
44534514 msgid "$AUTHOR profile"
44544515 msgstr "$AUTHOR profile"
44974558 "Ein oder mehrere Programm(e) fehlen. Bitte installieren Sie sie und führen "
44984559 "Sie das Skript erneut aus."
44994560
4500 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4561 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
45014562 #: python/mainwindow.py:1135 python/mainwindow.py:1165
45024563 #: python/mainwindow.py:1179 python/mainwindow.py:1188
45034564 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
45094570 #, sh-format
45104571 msgid "Where is mounted your CD-ROM?"
45114572 msgstr "Wohin ist Ihr CD-ROM gemountet?"
4573
4574 #: lib/setupwindow.lib:349 python/install.py:218
4575 #, sh-format
4576 msgid "Other"
4577 msgstr "Anderes"
45124578
45134579 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
45144580 #, sh-format
46364702 msgid "I don't want to make another shortcut"
46374703 msgstr "Ich möchte keinen anderen Shortcut erzeugen"
46384704
4639 #: lib/setupwindow.lib:711 python/guiv3.py:158
4705 #: lib/setupwindow.lib:711 python/guiv3.py:163
46404706 #, sh-format
46414707 msgid "Browse"
46424708 msgstr "Durchsuchen"
46434709
4710 #: lib/setupwindow.lib:739
4711 #, sh-format
4712 msgid "A shortcut by that name already exists, overwrite?"
4713 msgstr ""
4714
46444715 #: lib/website.lib:29
46454716 #, sh-format
46464717 msgid "Connect to your $APPLICATION_TITLE account"
46604731 "Verbindung fehlgeschlagen!\\n Bitte überprüfen Sie ihre Login-ID und Ihr "
46614732 "Passwort."
46624733
4663 #: lib/wine.lib:367
4734 #: lib/wine.lib:371
46644735 #, sh-format
46654736 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
46664737 msgstr "Bitte warte, während $APPLICATION_TITLE Ihre Hardware scannt"
46674738
4668 #: lib/wine.lib:373
4739 #: lib/wine.lib:377
46694740 #, sh-format
46704741 msgid "Select the main videocard to report:"
46714742 msgstr "Wähle die Haupt-Videokarte zum berichten:"
46724743
4673 #: lib/wine.lib:538 lib/wine.lib:703
4744 #: lib/wine.lib:549 lib/wine.lib:714
46744745 #, sh-format
46754746 msgid ""
46764747 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
46794750 "Wine scheint abgestürzt zu sein\\n\\nWenn Ihr Programm weiter läuft, "
46804751 "ignorieren Sie diese Nachricht"
46814752
4682 #: lib/wine.lib:763
4753 #: lib/wine.lib:775
46834754 #, sh-format
46844755 msgid "Unable to find version: "
46854756 msgstr "Kann Version nicht finden: "
46864757
4687 #: lib/wine.lib:769 lib/wine.lib:770
4758 #: lib/wine.lib:781 lib/wine.lib:782
46884759 #, sh-format
46894760 msgid "Downloading Wine: "
46904761 msgstr "Wine wird heruntergeladen: "
46914762
4692 #: lib/wine.lib:779
4763 #: lib/wine.lib:791
46934764 #, sh-format
46944765 msgid "The download seems to have failed."
46954766 msgstr "Der Download ist fehlgeschlagen."
46964767
4697 #: lib/wine.lib:781
4768 #: lib/wine.lib:793
46984769 #, sh-format
46994770 msgid "Extracting Wine..."
47004771 msgstr "Entpacke Wine..."
47014772
4702 #: lib/wine.lib:961
4773 #: lib/wine.lib:976
47034774 #, sh-format
47044775 msgid "Overwrite (usually works, no guarantee)"
47054776 msgstr "Überschreibe (in der Regel funktioniert es, ohne Gewähr)"
47064777
4707 #: lib/wine.lib:962
4778 #: lib/wine.lib:977
47084779 #, sh-format
47094780 msgid "Erase (virtual drive content will be lost)"
47104781 msgstr "Lösche (Inhalte des virtuellen Laufwerk gehen verloren)"
47114782
4712 #: lib/wine.lib:976
4783 #: lib/wine.lib:991
47134784 #, sh-format
47144785 msgid "The target virtual drive $PREFNAME already exists:"
47154786 msgstr "Das virtuelleZiel-Laufwerk $PREFNAME existiert bereits:"
47164787
4717 #: lib/wine.lib:1156 lib/wine.lib:1186
4788 #: lib/wine.lib:1171 lib/wine.lib:1201
47184789 #, sh-format
47194790 msgid "Please wait while $SOFTNAME is installed..."
47204791 msgstr "Bitte warten Sie bis $SOFTNAME installiert wird..."
47214792
4722 #: lib/wine.lib:1160 lib/wine.lib:1189
4793 #: lib/wine.lib:1175 lib/wine.lib:1204
47234794 #, sh-format
47244795 msgid ""
47254796 "Be careful! This will kill install process. If it is not finished, you will "
47284799 "Seien Sie vorsichtig! Dies wird den Install-Prozess töten. Wenn es nicht "
47294800 "fertig ist, müssen Sie $SOFTNAME neu installieren"
47304801
4731 #: lib/wine.lib:1160 lib/wine.lib:1189
4802 #: lib/wine.lib:1175 lib/wine.lib:1204
47324803 #, sh-format
47334804 msgid "Install is done"
47344805 msgstr "Installation fertiggestellt"
47354806
4736 #: lib/wine.lib:1193 lib/wine.lib:1194
4807 #: lib/wine.lib:1208 lib/wine.lib:1209
47374808 #, sh-format
47384809 msgid "Press next only when the installation process is finished"
47394810 msgstr "Drücke nur \"weiter\", wenn die Installation abgeschlossen ist"
47404811
4741 #: lib/wine.lib:1202
4812 #: lib/wine.lib:1217
47424813 #, sh-format
47434814 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
47444815 msgstr ""
47584829 "Um ein Programm mit {0} sauber zu deinstallieren, müssen Sie das verbundene "
47594830 "virtuelle Laufwerk löschen"
47604831
4761 #: python/configure.py:197 python/configure.py:694
4832 #: python/configure.py:196 python/configure.py:703
47624833 msgid "General"
47634834 msgstr "Allgemein"
47644835
4765 #: python/configure.py:200
4836 #: python/configure.py:199
47664837 msgid "Make a new shortcut from this virtual drive"
47674838 msgstr "Lege eine neue Verknüpfung dieses virtuellen Laufwerks an"
47684839
4769 #: python/configure.py:201
4840 #: python/configure.py:200
47704841 msgid "Name"
47714842 msgstr "Name"
47724843
4773 #: python/configure.py:202
4844 #: python/configure.py:201
47744845 msgid "Wine version"
47754846 msgstr "Wine-Version"
47764847
4777 #: python/configure.py:203
4848 #: python/configure.py:202
47784849 msgid "Debug flags"
47794850 msgstr "Debug flags"
47804851
4781 #: python/configure.py:205
4852 #: python/configure.py:204
47824853 msgid "Virtual drive"
47834854 msgstr "Virtuelles Laufwerk"
47844855
4785 #: python/configure.py:207
4856 #: python/configure.py:206
47864857 msgid "Arguments"
47874858 msgstr "Parameter"
47884859
4789 #: python/configure.py:211
4860 #: python/configure.py:210
47904861 msgid "Run configuration wizard"
47914862 msgstr "Konfigurationsassistent ausführen"
47924863
4793 #: python/configure.py:248
4864 #: python/configure.py:247
47944865 msgid "Windows reboot"
47954866 msgstr "Windows-Neustart"
47964867
4797 #: python/configure.py:256
4868 #: python/configure.py:255
47984869 msgid "Repair virtual drive"
47994870 msgstr "Virtuelles Laufwerk reparieren"
48004871
4801 #: python/configure.py:265
4872 #: python/configure.py:264
48024873 msgid "Command prompt"
48034874 msgstr "Kommandozeile"
48044875
4805 #: python/configure.py:272
4876 #: python/configure.py:271
48064877 msgid "Task manager"
48074878 msgstr "Systemüberwachung"
48084879
4809 #: python/configure.py:280
4880 #: python/configure.py:279
48104881 msgid "Kill processes"
48114882 msgstr "Prozesse abwürgen"
48124883
4813 #: python/configure.py:287
4884 #: python/configure.py:286
48144885 msgid "Wine uninstaller"
48154886 msgstr "Wine Uninstaller"
48164887
4817 #: python/configure.py:312
4888 #: python/configure.py:311
48184889 msgid ""
48194890 "Be careful! Installing one of these components can break your virtual drive."
48204891 msgstr ""
48214892 "Seien Sie vorsichtig! Installieren einer dieser Komponenten kann Ihr "
48224893 "virtuelles Laufwerk beeinflussen."
48234894
4824 #: python/configure.py:334 python/install.py:285 python/install.py:289
4825 #: python/mainwindow.py:197 python/mainwindow.py:350
4895 #: python/configure.py:333 python/install.py:285 python/install.py:289
4896 #: python/mainwindow.py:199 python/mainwindow.py:348
48264897 msgid "Install"
48274898 msgstr "Installieren"
48284899
4829 #: python/configure.py:395
4900 #: python/configure.py:388
48304901 msgid "Open program's directory"
48314902 msgstr "Programmordner öffnen"
48324903
4833 #: python/configure.py:418
4904 #: python/configure.py:411
48344905 msgid "Open virtual drive's directory"
48354906 msgstr "Ordner des virtuellen Laufwerks öffnen"
48364907
4837 #: python/configure.py:560
4908 #: python/configure.py:555
48384909 msgid "GLSL Support"
48394910 msgstr "GLSL-Unterstützung"
48404911
4841 #: python/configure.py:561
4912 #: python/configure.py:556
48424913 msgid "Direct Draw Renderer"
48434914 msgstr "Direct Draw Renderer"
48444915
4845 #: python/configure.py:562
4916 #: python/configure.py:557
48464917 msgid "Video memory size"
48474918 msgstr "Videospeichergröße"
48484919
4849 #: python/configure.py:563
4920 #: python/configure.py:558
48504921 msgid "Offscreen rendering mode"
48514922 msgstr "Offscreen-Rendering-Modus"
48524923
4853 #: python/configure.py:564
4924 #: python/configure.py:559
48544925 msgid "Render target mode lock"
48554926 msgstr "Render Target Modus sperren"
48564927
4857 #: python/configure.py:565
4928 #: python/configure.py:560
48584929 msgid "Multisampling"
48594930 msgstr "Mehrfachabtastung"
48604931
4861 #: python/configure.py:566
4932 #: python/configure.py:561
48624933 msgid "Strict Draw Ordering"
48634934 msgstr "Strict Draw Ordering"
48644935
4865 #: python/configure.py:576
4936 #: python/configure.py:571
48664937 msgid "Mouse warp override"
48674938 msgstr "Maussprung außer Kraft setzen"
48684939
4869 #: python/configure.py:578
4940 #: python/configure.py:573
48704941 msgid "Open a shell"
48714942 msgstr "Eine Shell öffnen"
48724943
4873 #: python/configure.py:579
4944 #: python/configure.py:574
48744945 msgid "Run a .exe file in this virtual drive"
48754946 msgstr "Eine .exe-Datei im virtuellen Laufwerk ausführen"
48764947
4877 #: python/configure.py:580
4948 #: python/configure.py:575
48784949 msgid "Command to exec before running the program"
48794950 msgstr "Exec Befehl, der vor dem Ausführen des Programms, ausgeführt wird"
48804951
4881 #: python/configure.py:591
4952 #: python/configure.py:585
4953 msgid ""
4954 "Warning:\n"
4955 "\n"
4956 "Any program still running in this virtual drive will be terminated before "
4957 "Wine version is changed.\n"
4958 "Are you sure you want to continue?"
4959 msgstr ""
4960
4961 #: python/configure.py:596
48824962 msgid ""
48834963 "Be careful!\n"
48844964 "If you change "
48864966 "Seien Sie vorsichtig!\n"
48874967 "Wenn Sie ändern "
48884968
4889 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4969 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
48904970 msgid "{0} configuration"
48914971 msgstr "{0} Konfiguration"
48924972
4893 #: python/configure.py:659
4973 #: python/configure.py:664
48944974 msgid "Please select a program or a virtual drive to configure"
48954975 msgstr ""
48964976 "Bitte wählen Sie ein Programm oder ein virtuelles Laufwerk zum konfigurieren"
48974977
4898 #: python/configure.py:677 python/options.py:280
4978 #: python/configure.py:683 python/configure.py:686 python/options.py:280
48994979 msgid "New"
49004980 msgstr "Neu"
49014981
4902 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4903 #: python/mainwindow.py:596 python/options.py:207
4982 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4983 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
49044984 msgid "Remove"
49054985 msgstr "Entfernen"
49064986
4907 #: python/configure.py:696
4987 #: python/configure.py:705
49084988 msgid "Install components"
49094989 msgstr "Installiere Komponenten"
49104990
4911 #: python/configure.py:697 python/mainwindow.py:332
4991 #: python/configure.py:706 python/mainwindow.py:330
49124992 msgid "Display"
49134993 msgstr "Anzeige"
49144994
4915 #: python/configure.py:698
4995 #: python/configure.py:707
49164996 msgid "Miscellaneous"
49174997 msgstr "Diverses"
49184998
4919 #: python/configure.py:726
4999 #: python/configure.py:735
49205000 msgid "This virtual drive is protected"
49215001 msgstr "Dieses virtuelle Laufwerk ist geschützt"
49225002
4923 #: python/configure.py:728
5003 #: python/configure.py:737
49245004 msgid "Are you sure you want to delete {0} virtual drive ?"
49255005 msgstr ""
49265006 "Sind Sie sich sicher, dass Sie {0} virtuelle Laufwerke löschen wollen?"
49275007
4928 #: python/configure.py:735
5008 #: python/configure.py:744
49295009 msgid "Are you sure you want to delete {0} ?"
49305010 msgstr "Sind Sie sich sicher, dass Sie {0} löschen wollen?"
49315011
4932 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4933 #: python/mainwindow.py:997
5012 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5013 #: python/mainwindow.py:995
49345014 msgid "{0} debugger"
49355015 msgstr "{0} debugger"
49365016
49385018 msgid "Please select a debug file"
49395019 msgstr "Bitte wähle eine debug Datei"
49405020
4941 #: python/debug.py:76
5021 #: python/debug.py:78
49425022 msgid "Locate this logfile"
49435023 msgstr "Lokalisiere diese Logdatei"
49445024
4945 #: python/debug.py:99
5025 #: python/debug.py:101
49465026 msgid "The file is named : {0}"
49475027 msgstr "Die Datei heißt : {0}"
49485028
4949 #: python/debug.py:153 python/debug.py:207
5029 #: python/debug.py:189 python/debug.py:245
49505030 msgid "Virtual drives"
49515031 msgstr "Virtuelle Laufwerke"
49525032
4953 #: python/debug.py:184
5033 #: python/debug.py:222
49545034 msgid "Report a problem about {0}"
49555035 msgstr "Problem melden über {0}"
49565036
4957 #: python/debug.py:206
5037 #: python/debug.py:244
49585038 msgid "Install scripts"
49595039 msgstr "Skripte installieren"
49605040
49795059 msgid "Next"
49805060 msgstr "Weiter"
49815061
4982 #: python/guiv3.py:166
5062 #: python/guiv3.py:171
49835063 msgid "I Agree"
49845064 msgstr "Ich stimme zu"
49855065
4986 #: python/guiv3.py:167
5066 #: python/guiv3.py:172
49875067 msgid "Show virtual drives"
49885068 msgstr "Zeige virtuelle Laufwerke"
49895069
4990 #: python/guiv3.py:188
5070 #: python/guiv3.py:193
49915071 msgid "Login: "
49925072 msgstr "Anmeldung: "
49935073
4994 #: python/guiv3.py:189
5074 #: python/guiv3.py:194
49955075 msgid "Password: "
49965076 msgstr "Passwort: "
49975077
4998 #: python/guiv3.py:192
5078 #: python/guiv3.py:197
49995079 msgid "Register"
50005080 msgstr "Registrieren"
50015081
5002 #: python/guiv3.py:288
5082 #: python/guiv3.py:302
50035083 msgid "MB downloaded"
50045084 msgstr "MB heruntergeladen"
50055085
5006 #: python/guiv3.py:288
5086 #: python/guiv3.py:302
50075087 msgid "of"
50085088 msgstr "von"
50095089
5010 #: python/guiv3.py:749
5090 #: python/guiv3.py:769
50115091 msgid "You cannot close this window"
50125092 msgstr "Sie können dieses Fenster nicht schließen"
50135093
50155095 msgid "No description"
50165096 msgstr "Keine Beschreibung"
50175097
5018 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5098 #: python/install.py:210
5099 msgid "Accessories"
5100 msgstr "Zubehör"
5101
5102 #: python/install.py:211
5103 msgid "Development"
5104 msgstr "Entwicklung"
5105
5106 #: python/install.py:212
5107 msgid "Education"
5108 msgstr "Bildung"
5109
5110 #: python/install.py:213
5111 msgid "Games"
5112 msgstr "Spiele"
5113
5114 #: python/install.py:214
5115 msgid "Graphics"
5116 msgstr "Grafik"
5117
5118 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5119 msgid "Internet"
5120 msgstr "Internet"
5121
5122 #: python/install.py:216
5123 msgid "Multimedia"
5124 msgstr "Unterhaltung"
5125
5126 #: python/install.py:217
5127 msgid "Office"
5128 msgstr "Büro"
5129
5130 #: python/install.py:219
5131 msgid "Patches"
5132 msgstr "Korrekturen"
5133
5134 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
50195135 msgid "Search"
50205136 msgstr "Suchen"
50215137
50225138 #: python/install.py:252
50235139 msgid "Include:"
50245140 msgstr "Einschließlich:"
5141
5142 #: python/install.py:258
5143 msgid "Testing"
5144 msgstr "Testen"
50255145
50265146 #: python/install.py:263
50275147 msgid "No-cd needed"
50985218 "da diese auch für Piraterie genutzt werden kann, geben wir keine "
50995219 "Unterstützung jeglicher Art in dieser Angelegenheit."
51005220
5101 #: python/irc.py:137
5221 #: python/irc.py:139
51025222 msgid "Send"
51035223 msgstr "Senden"
51045224
5105 #: python/irc.py:138
5225 #: python/irc.py:140
51065226 msgid "Connect"
51075227 msgstr "Verbinden"
51085228
5109 #: python/irc.py:139
5229 #: python/irc.py:141
51105230 msgid "Disconnect"
51115231 msgstr "Verbindung trennen"
51125232
5113 #: python/irc.py:140
5233 #: python/irc.py:142
51145234 msgid "Leave"
51155235 msgstr "Verlassen"
51165236
5117 #: python/irc.py:227
5237 #: python/irc.py:229
51185238 msgid "Join a channel"
51195239 msgstr "Kanal betreten"
51205240
5121 #: python/irc.py:257 python/mainwindow.py:725
5241 #: python/irc.py:259 python/mainwindow.py:723
51225242 msgid "Messenger"
51235243 msgstr "Sofortnachrichtendienst"
51245244
5125 #: python/irc.py:273
5245 #: python/irc.py:275
51265246 msgid ""
51275247 "If you close this window, you cannot read further replies. Are you sure that "
51285248 "you want to close it?"
51525272 msgid "{0} error"
51535273 msgstr "{0} Fehler"
51545274
5155 #: python/mainwindow.py:73
5275 #: python/mainwindow.py:75
51565276 msgid "{0} website is unavailable. Please check your connection"
51575277 msgstr ""
51585278 "{0} Website ist nicht verfügbar. Bitte überprüfen Sie Ihre Verbindung"
51595279
5160 #: python/mainwindow.py:75
5280 #: python/mainwindow.py:77
51615281 msgid "Refreshing {0}"
51625282 msgstr "Aktualisiere {0}"
51635283
5164 #: python/mainwindow.py:90 python/mainwindow.py:92
5284 #: python/mainwindow.py:92 python/mainwindow.py:94
51655285 msgid "An updated version of {0} is available"
51665286 msgstr "Eine aktualisierte Version von {0} ist verfügbar"
51675287
5168 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5288 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
51695289 msgid "Run"
51705290 msgstr "Ausführen"
51715291
5172 #: python/mainwindow.py:200
5292 #: python/mainwindow.py:202
51735293 msgid "Donate"
51745294 msgstr "Spenden"
51755295
5176 #: python/mainwindow.py:201
5296 #: python/mainwindow.py:203
51775297 msgid "Exit"
51785298 msgstr "Beenden"
51795299
5180 #: python/mainwindow.py:205
5300 #: python/mainwindow.py:207
51815301 msgid "Small icons"
51825302 msgstr "Kleine Symbole"
51835303
5184 #: python/mainwindow.py:206
5304 #: python/mainwindow.py:208
51855305 msgid "Medium icons"
51865306 msgstr "Mittelgroße Symbole"
51875307
5188 #: python/mainwindow.py:207
5308 #: python/mainwindow.py:209
51895309 msgid "Large icons"
51905310 msgstr "Große Symbole"
51915311
5192 #: python/mainwindow.py:208
5312 #: python/mainwindow.py:210
51935313 msgid "Very large icons"
51945314 msgstr "Sehr große Symbole"
51955315
5196 #: python/mainwindow.py:220
5316 #: python/mainwindow.py:222
51975317 msgid "Manage Wine versions"
51985318 msgstr "Wine-Versionen verwalten"
51995319
5200 #: python/mainwindow.py:226
5320 #: python/mainwindow.py:228
52015321 msgid "Read a PC CD-Rom"
52025322 msgstr "Lese eine PC CD-ROM"
52035323
5204 #: python/mainwindow.py:236
5324 #: python/mainwindow.py:238
52055325 msgid "Close all {0} software"
52065326 msgstr "Wähle alle {0} Software"
52075327
5208 #: python/mainwindow.py:240
5328 #: python/mainwindow.py:242
52095329 msgid "{0} console"
52105330 msgstr "{0} Konsole"
52115331
5212 #: python/mainwindow.py:250
5332 #: python/mainwindow.py:248
52135333 msgid "{0} messenger"
52145334 msgstr "{0} Sofortnachrichtendienst"
52155335
5216 #: python/mainwindow.py:266 python/options.py:388
5336 #: python/mainwindow.py:264 python/options.py:388
52175337 msgid "File associations"
52185338 msgstr "Dateizuordnungen"
52195339
5220 #: python/mainwindow.py:273
5340 #: python/mainwindow.py:271
52215341 msgid "About {0}"
52225342 msgstr "Über {0}"
52235343
5224 #: python/mainwindow.py:302 python/mainwindow.py:306
5344 #: python/mainwindow.py:300 python/mainwindow.py:304
52255345 msgid "Plugin manager"
52265346 msgstr "Erweiterungsverwaltung"
52275347
5228 #: python/mainwindow.py:331
5348 #: python/mainwindow.py:329
52295349 msgid "File"
52305350 msgstr "Datei"
52315351
5232 #: python/mainwindow.py:333
5352 #: python/mainwindow.py:331
52335353 msgid "Tools"
52345354 msgstr "Werkzeuge"
52355355
5236 #: python/mainwindow.py:334 python/mainwindow.py:723
5356 #: python/mainwindow.py:332 python/mainwindow.py:721
52375357 msgid "Settings"
52385358 msgstr "Einstellungen"
52395359
5240 #: python/mainwindow.py:335 python/options.py:387
5360 #: python/mainwindow.py:333 python/options.py:387
52415361 msgid "Plugins"
52425362 msgstr "Erweiterungen"
52435363
5244 #: python/mainwindow.py:347 python/mainwindow.py:739
5364 #: python/mainwindow.py:345 python/mainwindow.py:737
52455365 msgid "Close"
52465366 msgstr "Beenden"
52475367
5248 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5368 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
52495369 msgid "Configure"
52505370 msgstr "Konfigurieren"
52515371
5252 #: python/mainwindow.py:584
5372 #: python/mainwindow.py:582
52535373 msgid "Open the application's directory"
52545374 msgstr "Anwendungsverzeichnis öffnen"
52555375
5256 #: python/mainwindow.py:588 python/mainwindow.py:753
5376 #: python/mainwindow.py:586 python/mainwindow.py:751
52575377 msgid "Read the manual"
52585378 msgstr "Handbuch lesen"
52595379
5260 #: python/mainwindow.py:592
5380 #: python/mainwindow.py:590
52615381 msgid "Set the icon"
52625382 msgstr "Symbol festlegen"
52635383
5264 #: python/mainwindow.py:600
5384 #: python/mainwindow.py:598
52655385 msgid "Close this application"
52665386 msgstr "Diese Anwendung schließen"
52675387
5268 #: python/mainwindow.py:611
5388 #: python/mainwindow.py:609
52695389 msgid "KillApp"
52705390 msgstr "KillApp"
52715391
5272 #: python/mainwindow.py:618
5392 #: python/mainwindow.py:616
52735393 msgid "No manual found for {0}"
52745394 msgstr "Kein Handbuch für {0}"
52755395
5276 #: python/mainwindow.py:721
5396 #: python/mainwindow.py:719
52775397 msgid "Install a program"
52785398 msgstr "Installiere ein Programm"
52795399
5280 #: python/mainwindow.py:728
5400 #: python/mainwindow.py:726
52815401 msgid "Update GIT"
52825402 msgstr "Update GIT"
52835403
5284 #: python/mainwindow.py:731
5404 #: python/mainwindow.py:729
52855405 msgid "Update instructions"
52865406 msgstr "Aktualisiere Instruktionen"
52875407
5288 #: python/mainwindow.py:741
5408 #: python/mainwindow.py:739
52895409 msgid "Debug"
52905410 msgstr "Debug"
52915411
5292 #: python/mainwindow.py:743
5412 #: python/mainwindow.py:741
52935413 msgid "Report a problem"
52945414 msgstr "Problem melden"
52955415
5296 #: python/mainwindow.py:747
5416 #: python/mainwindow.py:745
52975417 msgid "Create a shortcut"
52985418 msgstr "Erstelle ein Shortcut"
52995419
5300 #: python/mainwindow.py:749
5420 #: python/mainwindow.py:747
53015421 msgid "Open the directory"
53025422 msgstr "Öffnet ein Verzeichnis"
53035423
5304 #: python/mainwindow.py:755
5424 #: python/mainwindow.py:753
53055425 msgid "Save"
53065426 msgstr "Speichern"
53075427
5308 #: python/mainwindow.py:758
5428 #: python/mainwindow.py:756
53095429 msgid "Uninstall"
53105430 msgstr "Deinstallieren"
53115431
5312 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5313 #: python/mainwindow.py:1003
5432 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5433 #: python/mainwindow.py:1001
53145434 msgid "Please select a program."
53155435 msgstr "Bitte wähle ein Programm"
53165436
5317 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5437 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
53185438 msgid "{0} settings"
53195439 msgstr "{0} Einstellungen"
53205440
5321 #: python/mainwindow.py:965
5441 #: python/mainwindow.py:963
53225442 msgid "{0} install menu"
53235443 msgstr "{0} Installationsmenü"
53245444
5325 #: python/mainwindow.py:974
5445 #: python/mainwindow.py:972
53265446 msgid "{0} wine versions manager"
53275447 msgstr "{0} Wine-Version-Verwaltung"
53285448
5329 #: python/mainwindow.py:1005
5449 #: python/mainwindow.py:1003
53305450 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
53315451 msgstr ""
53325452 "Das virtuelle Laufwerk welches in Verbindung mit {0} ({1}) steht, existiert "
54505570 "\n"
54515571 "Diese Informationen sind sehr wertvoll für uns um die Menschen zu helfen."
54525572
5453 #: python/mainwindow.py:1271
5573 #: python/mainwindow.py:1273
54545574 msgid "Are you sure you want to want to install {0} package?"
54555575 msgstr "Sind Sie sicher, dass sie das {0}-Paket installieren wollen?"
54565576
5457 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5577 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5578 #: python/mainwindow.py:1284
54585579 msgid ""
54595580 "You are trying to open a script design for {0}! It might not work as expected"
54605581 msgstr ""
55335654 msgid "You must restart {0} for the changes to take effect."
55345655 msgstr "Sie müssen {0} neu starten, damit die Änderungen wirksam werden."
55355656
5536 #: python/wine_versions.py:194
5657 #: python/wine_versions.py:195
55375658 msgid "Installed Wine versions: "
55385659 msgstr "Installierte Wine-Versionen: "
55395660
5540 #: python/wine_versions.py:195
5661 #: python/wine_versions.py:196
55415662 msgid "Available Wine versions: "
55425663 msgstr "Verfügbare Wine-Versionen: "
55435664
5544 #: python/wine_versions.py:202
5665 #: python/wine_versions.py:203
55455666 msgid "Wine versions"
55465667 msgstr "Wine-Versionen"
55475668
5548 #: python/wine_versions.py:321
5669 #: python/wine_versions.py:322
55495670 msgid "Are you sure you want to delete wine {0}?"
55505671 msgstr "Sind Sie sich sicher, dass Sie Wine {0} löschen wollen?"
55515672
77 msgstr ""
88 "Project-Id-Version: pol\n"
99 "Report-Msgid-Bugs-To: MulX\n"
10 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1111 "PO-Revision-Date: 2013-10-30 15:58+0000\n"
1212 "Last-Translator: Emmanouel Kapernaros <Unknown>\n"
1313 "Language-Team: el_EL.UTF-8 <LL@li.org>\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
18 "X-Generator: Launchpad (build 16877)\n"
17 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
18 "X-Generator: Launchpad (build 17086)\n"
1919
2020 #: Capture plugin:2, Detour plugin:4
2121 msgid "Which application do you want to apply the modification to?"
236236 msgstr ""
237237
238238 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
239 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
239240 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
240241 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
241242 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
264265 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
265266 #: PlayOnLinux_Scripts/Civilization_V_:53
266267 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
267 #: PlayOnLinux_Scripts/Diablo_II_:51
268 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
268269 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
269270 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
270271 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
271272 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
272273 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
273 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
274274 #: PlayOnLinux_Scripts/Google_SketchUp_:51
275275 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
276276 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
290290 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
291291 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
292292 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
293 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
293294 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
294295 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
295296 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
296 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
297 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
297 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
298 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
299 #: PlayOnLinux_Scripts/Portal_2_:82
298300 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
299301 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
300 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
302 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
303 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
301304 #: PlayOnLinux_Scripts/Rayman_Origins_:72
302305 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
303306 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
307 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
304308 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
305309 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
306310 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
311 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
307312 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
308313 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
309 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
310 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
314 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
315 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
316 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
311317 #: PlayOnLinux_Scripts/Starcraft_:34
312318 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
313319 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
314 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
321 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
315322 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
316323 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
324 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
317325 #: PlayOnLinux_Scripts/Theme_Hospital_:59
318326 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
319327 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
320328 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
321329 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
330 #: PlayOnLinux_Scripts/Wizard_101_:38
322331 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
323332 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
324333 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
331340 msgid "Please select the setup file to run"
332341 msgstr ""
333342
343 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
344 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
345 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
346 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
347 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
348 #, sh-format
349 msgid "Please insert the game media into your disc drive."
350 msgstr ""
351
334352 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
353 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
354 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
335355 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
336356 #: PlayOnLinux_Scripts/Dishonored_:72
337357 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
425445 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
426446 #: PlayOnLinux_Scripts/Magicka_:68
427447 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
428449 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
429450 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
430451 #: PlayOnLinux_Scripts/Rayman_Origins_:83
431452 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
432 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
433 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
453 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
454 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
434455 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
435456 #: PlayOnLinux_Scripts/The_Witcher_:125
436457 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
460481 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
461482 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
462483 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
484 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
463485 #: PlayOnLinux_Scripts/Driftmoon_:43
464486 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
465487 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
468490 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
469491 #: PlayOnLinux_Scripts/League_Of_Legends_:57
470492 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
471 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
493 #: PlayOnLinux_Scripts/Sacrifice_:41
494 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
495 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
496 #: PlayOnLinux_Scripts/Toontown_Online_:25
497 #: PlayOnLinux_Scripts/Watchtower_library_:43
472498 #: PlayOnLinux_Scripts/iTunes_10_:28
473499 #, sh-format
474500 msgid "Please select the setup file to run."
483509 #: PlayOnLinux_Scripts/POL_GoG_download_:48
484510 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
485511 #: PlayOnLinux_Scripts/SimCity_2000_:50
486 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
487 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
512 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
513 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
488514 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
489515 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
490516 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
491 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
492 #: lib/wine.lib:1186
517 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
518 #: lib/wine.lib:1171 lib/wine.lib:1201
493519 #, sh-format
494520 msgid "Please wait..."
495521 msgstr ""
517543 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
518544 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
519545 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
520 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
546 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
521547 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
522548 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
523549 #: PlayOnLinux_Scripts/Dead_Space_2_:85
533559 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
534560 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
535561 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
536 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
537563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
538564 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
539565 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
595621 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
596622 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
597623 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
598 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
624 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
599625 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
600626 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
601627 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
602 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
603 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
628 #: PlayOnLinux_Scripts/Dead_Space_:50
629 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
630 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
631 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
604632 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
605633 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
606634 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
610638 #: PlayOnLinux_Scripts/Rage_:79
611639 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
612640 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
613 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
614642 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
615643 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
616644 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
648676 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
649677 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
650678 #: PlayOnLinux_Scripts/Sacrifice_:45
651 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
679 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
652680 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
653681 #: PlayOnLinux_Scripts/The_Witcher_:102
654682 #, sh-format
659687 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
661689 #: PlayOnLinux_Scripts/Mass_Effect_:54
662 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
690 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
663691 #: PlayOnLinux_Scripts/The_Witcher_:110
664692 #, sh-format
665693 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
672700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
673 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
701 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
674702 #: PlayOnLinux_Scripts/The_Witcher_:113
675703 #, sh-format
676704 msgid "Please insert the next game media into your disk drive"
699727 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
700728 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
701729 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
730 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
702731 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
703732 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
704733 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
804833 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
805834 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
806835 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
807 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
836 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
808837 #, sh-format
809838 msgid ""
810839 "You must disable anti-piracy protections of this game\\nif you want to play "
822851
823852 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
824853 #: PlayOnLinux_Scripts/Cars_2_:83
825 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
854 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
826855 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
827856 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
828857 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
843872 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
844873 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
845874 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
875 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
876 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
846877 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
847878 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
848879 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10581089 msgid "Please insert media 2 into your disk drive\\nif not already done."
10591090 msgstr ""
10601091
1061 #: PlayOnLinux_Scripts/Diablo_III_:29
1092 #: PlayOnLinux_Scripts/Diablo_III_:31
10621093 #, sh-format
10631094 msgid "Please select the setup file downloaded on $EDITOR website"
10641095 msgstr ""
10651096
1066 #: PlayOnLinux_Scripts/Diablo_III_:60
1097 #: PlayOnLinux_Scripts/Diablo_III_:62
10671098 #, sh-format
10681099 msgid ""
10691100 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10701101 "patch (AcceptEx Fix)"
10711102 msgstr ""
10721103
1073 #: PlayOnLinux_Scripts/Diablo_III_:60
1104 #: PlayOnLinux_Scripts/Diablo_III_:62
10741105 #, sh-format
10751106 msgid ""
10761107 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10771108 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1109 msgstr ""
1110
1111 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1112 #, sh-format
1113 msgid "Scanning your hardware..."
10781114 msgstr ""
10791115
10801116 #: PlayOnLinux_Scripts/Dishonored_:79
11531189
11541190 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11551191 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1157 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1193 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11581194 #, sh-format
11591195 msgid "Please insert the first game media into your disk drive"
11601196 msgstr ""
11611197
11621198 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1163 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1199 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11641200 #, sh-format
11651201 msgid "Please insert the second game media into your disk drive"
11661202 msgstr ""
12251261 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12261262 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12271263 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1264 #: PlayOnLinux_Scripts/Hearthstone_:64
12281265 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12291266 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12301267 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12501287 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12511288 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12521289 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1253 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1290 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12541291 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12551292 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12561293 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12741311 msgid "Editor"
12751312 msgstr ""
12761313
1277 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1314 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12781315 #, sh-format
12791316 msgid "This install script requires ffmpeg"
12801317 msgstr ""
12811318
1282 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1319 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12831320 #, sh-format
12841321 msgid "Converting videos..."
12851322 msgstr ""
12861323
12871324 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1325 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12881326 #, sh-format
12891327 msgid ""
12901328 "On first run the game will autodetect available renderers.\\nIt is likely "
12971335 msgid "Run $TITLE in safe mode?"
12981336 msgstr ""
12991337
1338 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1339 #, sh-format
1340 msgid ""
1341 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1342 "disable it by pressing Alt+R while in game.)"
1343 msgstr ""
1344
1345 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1346 #, sh-format
1347 msgid ""
1348 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1349 "game."
1350 msgstr ""
1351
13001352 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13011353 #, sh-format
13021354 msgid "Could not find program directory"
13591411 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13601412 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13611413 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1362 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1363 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1364 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13651414 #, sh-format
13661415 msgid "Language"
13671416 msgstr ""
14851534 msgid "Dedicated server"
14861535 msgstr ""
14871536
1488 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1537 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14891538 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14901539 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14911540 #, sh-format
15111560 msgid "Code wheel"
15121561 msgstr ""
15131562
1514 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1515 #, sh-format
1516 msgid "Do you have a language pack to install?"
1517 msgstr ""
1518
1519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1520 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1521 #, sh-format
1522 msgid "Later"
1523 msgstr ""
1524
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1563 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1564 #, sh-format
1565 msgid ""
1566 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1567 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1568 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1572 #, sh-format
1573 msgid "Now you must install the modpack in directory:"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1577 #, sh-format
1578 msgid "Please select ANY 3 icons when prompted."
1579 msgstr ""
1580
1581 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1582 #, sh-format
1583 msgid "temp directory missing"
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1587 #, sh-format
1588 msgid ""
1589 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1590 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1591 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1592 "details.\\nInstall it?"
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1596 #, sh-format
1597 msgid "Control Panel"
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1601 #, sh-format
1602 msgid ""
1603 "IMPORTANT:\n"
1604 " \\n\\nOn the installation window coming next, do NOT click the Options "
1605 "button, it would mess up the language selection."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1609 #, sh-format
1610 msgid ""
1611 "On first run the game will autodetect available renderers.\\nIt is likely "
1612 "that you will get better performance out of the OpenGL renderer."
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Goblins_3_:21
1616 #, sh-format
1617 msgid "Please select the game language"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Gothic_3_:82
1621 #, sh-format
1622 msgid "Choose the game resolution"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:96
1626 #, sh-format
1627 msgid ""
1628 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1629 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1630 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1631 msgstr ""
1632
1633 #: PlayOnLinux_Scripts/Gothic_3_:110
1634 #, sh-format
1635 msgid "$TITLE is installed"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_:53
1639 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1640 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1641 #, sh-format
1642 msgid "Please insert the DVD-ROM"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1646 #, sh-format
1647 msgid ""
1648 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1649 "client and download will resume from where it stopped. Download percentage "
1650 "reset but do not worry, it do not restart from the beginning."
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1654 #, sh-format
1655 msgid ""
1656 "Please select $TITLE install file. During installation, uncheck all extra "
1657 "drivers it wants to install:"
1658 msgstr ""
1659
15261660 #: PlayOnLinux_Scripts/Half_Life_2_:56
15271661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15281662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15291663 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1530 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1664 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15311665 #, sh-format
15321666 msgid "No"
15331667 msgstr "Όχι"
15341668
1535 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1536 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1669 #: PlayOnLinux_Scripts/Half_Life_2_:56
1670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1672 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1673 #: PlayOnLinux_Scripts/Portal_:36
1674 #, sh-format
1675 msgid ""
1676 "Steam installation has been detected\\nwould you like to install this game "
1677 "in the same virtual drive?"
1678 msgstr ""
1679
15371680 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15381681 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15391682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15421685 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15431686 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15441687 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1545 #: python/guiv3.py:157
1688 #: python/guiv3.py:158 python/guiv3.py:161
15461689 #, sh-format
15471690 msgid "Yes"
15481691 msgstr "Ναι"
15491692
1550 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1551 #, sh-format
1552 msgid ""
1553 "To install a language pack later, open the configuration panel for the game "
1554 "in order to execute the installer into the virtual disk (Misc tab)"
1555 msgstr ""
1556
1557 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1558 #, sh-format
1559 msgid ""
1560 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1561 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1562 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1566 #, sh-format
1567 msgid "Now you must install the modpack in directory:"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1571 #, sh-format
1572 msgid "Please select ANY 3 icons when prompted."
1573 msgstr ""
1574
1575 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1576 #, sh-format
1577 msgid "temp directory missing"
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1581 #, sh-format
1582 msgid ""
1583 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1584 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1585 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1586 "details.\\nInstall it?"
1587 msgstr ""
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1590 #, sh-format
1591 msgid "Control Panel"
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1595 #, sh-format
1596 msgid ""
1597 "IMPORTANT:\n"
1598 " \\n\\nOn the installation window coming next, do NOT click the Options "
1599 "button, it would mess up the language selection."
1600 msgstr ""
1601
1602 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1603 #, sh-format
1604 msgid ""
1605 "On first run the game will autodetect available renderers.\\nIt is likely "
1606 "that you will get better performance out of the OpenGL renderer."
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Goblins_3_:21
1610 #, sh-format
1611 msgid "Please select the game language"
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/Gothic_3_:82
1615 #, sh-format
1616 msgid "Choose the game resolution"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:96
1620 #, sh-format
1621 msgid ""
1622 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1623 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1624 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Gothic_3_:110
1628 #, sh-format
1629 msgid "$TITLE is installed"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Guild_Wars_:53
1633 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1634 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1635 #, sh-format
1636 msgid "Please insert the DVD-ROM"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1640 #, sh-format
1641 msgid ""
1642 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1643 "client and download will resume from where it stopped. Download percentage "
1644 "reset but do not worry, it do not restart from the beginning."
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1648 #, sh-format
1649 msgid ""
1650 "Please select $TITLE install file. During installation, uncheck all extra "
1651 "drivers it wants to install:"
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Half_Life_2_:56
1655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1656 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1657 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1658 #: PlayOnLinux_Scripts/Portal_:36
1659 #, sh-format
1660 msgid ""
1661 "Steam installation has been detected\\nwould you like to install this game "
1662 "in the same virtual drive?"
1663 msgstr ""
1664
16651693 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16661694 #, sh-format
16671695 msgid "Updating $TITLE"
16681696 msgstr ""
16691697
1670 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1698 #: PlayOnLinux_Scripts/Hanahira__:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16731701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16811709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1715 #: PlayOnLinux_Scripts/Steins_Gate_:51
16821716 #, sh-format
16831717 msgid "Please locate installation program (Setup.exe)"
16841718 msgstr ""
16851719
1686 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1687 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1720 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16881721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16891722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16901723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17061739 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17071740 msgstr ""
17081741
1742 #: PlayOnLinux_Scripts/Hearthstone_:26
1743 #, sh-format
1744 msgid "What language do you want to install?"
1745 msgstr ""
1746
17091747 #: PlayOnLinux_Scripts/ImgBurn_:38
17101748 #, sh-format
17111749 msgid ""
17431781 msgstr ""
17441782
17451783 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1746 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17471784 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17481785 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17491786 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18951932 "If the download update stuck close and run until the download is complete."
18961933 msgstr ""
18971934
1935 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18981936 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18991937 #, sh-format
19001938 msgid "Demo version"
19011939 msgstr ""
19021940
1941 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19031942 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19041943 #, sh-format
19051944 msgid "Please select version."
19531992 #, sh-format
19541993 msgid ""
19551994 "No filename extension specified, skipping association to native application."
1995 msgstr ""
1996
1997 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1998 #, sh-format
1999 msgid "Contacting download server."
19562000 msgstr ""
19572001
19582002 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20382082 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20392083 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20402084 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2041 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2085 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20422086 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20432087 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20442088 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20762120 "them without issues"
20772121 msgstr ""
20782122
2079 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2080 #, sh-format
2081 msgid "This package fail to install with wine 1.5.21 or better"
2082 msgstr ""
2083
2084 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2123 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20852124 #, sh-format
20862125 msgid ""
20872126 "If you see error messages during DotNet 3.5 installation, you can ignore "
21972236 "Please update."
21982237 msgstr ""
21992238
2200 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2239 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2240 #: PlayOnLinux_Scripts/yWriter_5_:45
22012241 #, sh-format
22022242 msgid "Downloading..."
22032243 msgstr ""
23082348 msgid "Microsoft fonts have been installed successfully."
23092349 msgstr ""
23102350
2351 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2352 #, sh-format
2353 msgid ""
2354 "OSX users: If the screen flickers once the game is launched, try to press "
2355 "cmd + tab twice"
2356 msgstr ""
2357
23112358 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23122359 #, sh-format
23132360 msgid "Remove Game For Windows Live..."
23452392 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23462393 msgstr ""
23472394
2348 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2395 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23492396 #, sh-format
23502397 msgid "Abort installation"
23512398 msgstr ""
23702417 msgid "The program needs access to ptrace() to proceed:"
23712418 msgstr ""
23722419
2373 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2420 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23742421 #, sh-format
23752422 msgid "User abort"
23762423 msgstr ""
24092456 msgid "Please do not run $TITLE after installation has finished."
24102457 msgstr ""
24112458
2459 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2460 #, sh-format
2461 msgid "Extracting $TITLE"
2462 msgstr ""
2463
24122464 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24132465 #, sh-format
24142466 msgid ""
24212473 msgid "$TITLE has been successfully installed."
24222474 msgstr ""
24232475
2476 #: PlayOnLinux_Scripts/Poker_Stars_:37
2477 #, sh-format
2478 msgid "Error while installing. Downloaded file not found."
2479 msgstr ""
2480
24242481 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24252482 #, sh-format
24262483 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24282485
24292486 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24302487 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2488 #: PlayOnLinux_Scripts/Watchtower_library_:58
24312489 #, sh-format
24322490 msgid "Please wait while $TITLE is installed"
24332491 msgstr ""
24592517 #: PlayOnLinux_Scripts/Rage_:93
24602518 #, sh-format
24612519 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2520 msgstr ""
2521
2522 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2523 #, sh-format
2524 msgid ""
2525 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2526 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2527 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2528 "n\\nIf you have one of this two versions of this game, please give some "
2529 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2530 "n\\nThank you!"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #, sh-format
2540 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2541 msgstr ""
2542
2543 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2544 #, sh-format
2545 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2546 msgstr ""
2547
2548 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2549 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2550 #, sh-format
2551 msgid "Select a version of installation disc:"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "First Release (without addons)"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "Gold Edition"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2565 #, sh-format
2566 msgid "Platinum Edition"
2567 msgstr ""
2568
2569 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2570 #, sh-format
2571 msgid "What is your version of Railroad Tycoon II?"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2575 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2576 #, sh-format
2577 msgid ""
2578 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2579 "desktop.\\n\\nThank you for using this installation script! :)"
24622580 msgstr ""
24632581
24642582 #: PlayOnLinux_Scripts/Reaper_4_:30
26102728 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26112729 msgstr ""
26122730
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2741 #, sh-format
2742 msgid ""
2743 "Close the visual novel when it appears to continue installation. Click Next "
2744 "to begin installation."
2745 msgstr ""
2746
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2748 #, sh-format
2749 msgid ""
2750 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2751 "script will now install it. Click Next to continue."
2752 msgstr ""
2753
26132754 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26142755 #, sh-format
26152756 msgid ""
26172758 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26182759 msgstr ""
26192760
2620 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2621 #, sh-format
2622 msgid "Please locate installation program (Launcher.exe)"
2623 msgstr ""
2624
2625 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2626 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2627 #, sh-format
2628 msgid ""
2629 "When the launcher opens, click on the top button to open the installer. When "
2630 "a new window opens, click OK. When another window opens, click on the button "
2631 "with the letter N until it is installing. Wait until it is done and click "
2632 "the right button to quit. Click Next when you are done installing."
2761 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2762 #, sh-format
2763 msgid "Please locate installation program in Data folder (Resonance.msi)"
26332764 msgstr ""
26342765
26352766 #: PlayOnLinux_Scripts/Steam_:50
26652796 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26662797 "game. Steam install xna framework the game. Close the Steam so that the "
26672798 "installer can continue."
2799 msgstr ""
2800
2801 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2802 #, sh-format
2803 msgid "If youve the extentions, you should install Tribunal first !"
26682804 msgstr ""
26692805
26702806 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27762912 "pp 4-5."
27772913 msgstr ""
27782914
2915 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2916 #, sh-format
2917 msgid "Please select the installation file to run."
2918 msgstr ""
2919
2920 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2921 #, sh-format
2922 msgid ""
2923 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2924 "your region.\\n 2. Leave only checked DirectX box."
2925 msgstr ""
2926
27792927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27802928 #, sh-format
27812929 msgid ""
27822930 "The game will fail to launch until you set "
27832931 "/proc/sys/kernel/yama/ptrace_scope to 0"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Other destination or other CD/DVD"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2940 #, sh-format
2941 msgid "Retail CD"
2942 msgstr ""
2943
2944 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2945 #, sh-format
2946 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2947 msgstr ""
2948
2949 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2950 #, sh-format
2951 msgid "video fix"
27842952 msgstr ""
27852953
27862954 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28633031 msgid "Donwload finished.\\nPatches installation will begin"
28643032 msgstr ""
28653033
3034 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3035 #, sh-format
3036 msgid "We will download the installer"
3037 msgstr ""
3038
28663039 #: PlayOnLinux_Scripts/Toontown_Online_:17
28673040 #, sh-format
28683041 msgid ""
29003073 msgid "Do you want to browse $TITLE website?"
29013074 msgstr ""
29023075
3076 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3077 #, sh-format
3078 msgid ""
3079 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3080 "messenger, because it will won't work correctly."
3081 msgstr ""
3082
3083 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3084 #, sh-format
3085 msgid "Warning"
3086 msgstr ""
3087
29033088 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29043089 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29053090 #, sh-format
29083093 "want it to run correctly with $APPLICATION_TITLE"
29093094 msgstr ""
29103095
3096 #: PlayOnLinux_Scripts/Watchtower_library_:49
3097 #, sh-format
3098 msgid "File Selection Error"
3099 msgstr ""
3100
3101 #: PlayOnLinux_Scripts/Watchtower_library_:49
3102 #, sh-format
3103 msgid ""
3104 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3105 msgstr ""
3106
29113107 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29123108 #, sh-format
29133109 msgid ""
29243120 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29253121 #, sh-format
29263122 msgid ""
2927 "Attention: After installation is complete, the patcher will load. Please "
2928 "close the patcher before logging in or finish updating to complete the "
2929 "installation. After this, you can run \"$TITLE\" when setup is done"
3123 "Attention:After installation is complete, the patcher will load. After, go "
3124 "to the top right of the patcher and click the wrench, Then Un-check the box "
3125 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3126 "minuite. When finished with this, please close the patcher before logging in "
3127 "or finish updating to complete the installation. After this, you can run "
3128 "\"$TITLE\" when setup is done"
29303129 msgstr ""
29313130
29323131 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29673166 "Please insert game media 5 into your disk drive\\nif not already done."
29683167 msgstr ""
29693168
3169 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3170 #, sh-format
3171 msgid "Which region version of World of Warplanes would you like to install?"
3172 msgstr ""
3173
3174 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3175 #, sh-format
3176 msgid ""
3177 "Attention:After installation is complete, the patcher will load. After, go "
3178 "to the top right of the patcher and click the wrench, Then Un-check the box "
3179 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3180 "minute. When finished with this, please close the patcher before logging in "
3181 "or finish updating to complete the installation. After this, you can run "
3182 "\"$TITLE\" when setup is done"
3183 msgstr ""
3184
29703185 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29713186 #, sh-format
29723187 msgid ""
30143229 msgid "Please select the 32bit version of iTunes"
30153230 msgstr ""
30163231
3017 #: PlayOnLinux_Scripts/osu_:45
3232 #: PlayOnLinux_Scripts/osu_:46
30183233 #, sh-format
30193234 msgid ""
30203235 "Press next to start the updater. When the updater is finished, close it "
30343249 "resolution when rFactor Config comes up."
30353250 msgstr ""
30363251
3037 #: bash/bug_report:31
3252 #: bash/bug_report:32
30383253 #, sh-format
30393254 msgid "Report a bug"
30403255 msgstr ""
30413256
3042 #: bash/bug_report:36
3257 #: bash/bug_report:37
30433258 #, sh-format
30443259 msgid ""
30453260 "Please give the more details as you can, otherwise, it will be very "
30463261 "difficult to help you"
30473262 msgstr ""
30483263
3049 #: bash/bug_report:36
3264 #: bash/bug_report:37
30503265 #, sh-format
30513266 msgid ""
30523267 "This wizard will help you to report a bug about an officially supported "
30533268 "program."
30543269 msgstr ""
30553270
3056 #: bash/bug_report:40
3271 #: bash/bug_report:41
30573272 #, sh-format
30583273 msgid ""
30593274 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30603275 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "I have a problem with a software"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:46
3283 #: bash/bug_report:47
30693284 #, sh-format
30703285 msgid "My problem concerns $APPLICATION_TITLE itself"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:46
3288 #: bash/bug_report:47
30743289 #, sh-format
30753290 msgid "What kind of problem do you have?"
30763291 msgstr ""
30773292
3078 #: bash/bug_report:50
3293 #: bash/bug_report:51
30793294 #, sh-format
30803295 msgid "Don't join any log file"
30813296 msgstr ""
30823297
3083 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3298 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30843299 #: bash/manual_install:120 bash/manual_install:219
30853300 #, sh-format
30863301 msgid "Manual installation"
30873302 msgstr ""
30883303
3089 #: bash/bug_report:54 bash/run_exe:24
3304 #: bash/bug_report:55 bash/run_exe:24
30903305 #, sh-format
30913306 msgid "Automatic installation"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:65
3309 #: bash/bug_report:66
30953310 #, sh-format
30963311 msgid "Choose the log file corresponding to your software."
30973312 msgstr ""
30983313
3099 #: bash/bug_report:69
3314 #: bash/bug_report:70
31003315 #, sh-format
31013316 msgid "Please give a very short description (title, english only)"
31023317 msgstr ""
31033318
3104 #: bash/bug_report:72
3319 #: bash/bug_report:73
31053320 #, sh-format
31063321 msgid "Please explain your problem clearly (english only):"
31073322 msgstr ""
31083323
3109 #: bash/bug_report:76
3324 #: bash/bug_report:77
31103325 #, sh-format
31113326 msgid "Sorry, we need a detailed description."
31123327 msgstr ""
31133328
3114 #: bash/bug_report:107
3329 #: bash/bug_report:108
31153330 #, sh-format
31163331 msgid ""
31173332 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31533368 msgstr ""
31543369
31553370 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3156 #: python/mainwindow.py:232
3371 #: python/mainwindow.py:234
31573372 #, sh-format
31583373 msgid "Run a local script"
31593374 msgstr ""
32773492 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3495 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32813496 #, sh-format
32823497 msgid "$APPLICATION_TITLE first use"
32833498 msgstr ""
32843499
3285 #: bash/first_use:240
3500 #: bash/first_use:242
32863501 #, sh-format
32873502 msgid "$APPLICATION_TITLE is going to finish its preparation"
32883503 msgstr ""
32893504
3290 #: bash/first_use:240 bash/first_use:243
3505 #: bash/first_use:242 bash/first_use:245
32913506 #, sh-format
32923507 msgid "Please ensure you are connected to the internet."
32933508 msgstr ""
32943509
3295 #: bash/first_use:243
3510 #: bash/first_use:245
32963511 #, sh-format
32973512 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32983513 msgstr ""
32993514
3300 #: bash/first_use:243
3515 #: bash/first_use:245
33013516 #, sh-format
33023517 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33033518 msgstr ""
33043519
3305 #: bash/first_use:253
3520 #: bash/first_use:255
33063521 #, sh-format
33073522 msgid "Error while installing fonts"
33083523 msgstr ""
33093524
3310 #: bash/first_use:271
3525 #: bash/first_use:273
33113526 #, sh-format
33123527 msgid "Enjoy using $APPLICATION_TITLE"
33133528 msgstr ""
34193634 msgid "Use another version of Wine"
34203635 msgstr ""
34213636
3422 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3423 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3637 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3638 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34243639 #, sh-format
34253640 msgid "Configure Wine"
34263641 msgstr ""
34403655 msgid "What would you like to do before installation?"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:230 lib/scripts.lib:437
3658 #: bash/manual_install:231 lib/scripts.lib:438
34443659 #, sh-format
34453660 msgid "Please make your choice"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:258
3663 #: bash/manual_install:259
34493664 #, sh-format
34503665 msgid "Looking for runnable CD-ROMs"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:281
3668 #: bash/manual_install:282
34543669 #, sh-format
34553670 msgid "Select another file"
34563671 msgstr ""
34573672
3458 #: bash/manual_install:289
3673 #: bash/manual_install:290
34593674 #, sh-format
34603675 msgid "Please choose a way to install your program"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:298
3678 #: bash/manual_install:299
34643679 #, sh-format
34653680 msgid "Please select the install file to run."
34663681 msgstr ""
34673682
3468 #: bash/manual_install:328
3683 #: bash/manual_install:329
34693684 #, sh-format
34703685 msgid "You must choose a file!"
34713686 msgstr ""
34723687
3473 #: bash/manual_install:334
3688 #: bash/manual_install:335
34743689 #, sh-format
34753690 msgid "$APPLICATION_TITLE is installing your application..."
34763691 msgstr ""
35483763 msgid "Extracting: "
35493764 msgstr ""
35503765
3551 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3766 #: bash/playonlinux-pkg:111
35523767 #, sh-format
35533768 msgid "Running..."
35543769 msgstr ""
35583773 msgid "Cleaning..."
35593774 msgstr ""
35603775
3561 #: bash/playonlinux_online:32
3562 #, sh-format
3563 msgid ""
3564 "This is the list of the scripts you sent to us. You can run one of them"
3565 msgstr ""
3566
3567 #: bash/playonlinux_online:42
3568 #, sh-format
3569 msgid "You do not seems to have any personal script"
3570 msgstr ""
3571
3572 #: bash/playonlinux_online:47
3573 #, sh-format
3574 msgid ""
3575 "If you have successfully installed a program with 'Install a non-listed\\"
3576 "nsoftware' button, it will allow you to add this program in our list"
3577 msgstr ""
3578
3579 #: bash/playonlinux_online:47
3580 #, sh-format
3581 msgid "This tools will allow you to help us :"
3582 msgstr ""
3583
3584 #: bash/playonlinux_online:47
3585 #, sh-format
3586 msgid ""
3587 "We're going to ask you some questions, please be as much accurate as\\"
3588 "npossible"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:55
3592 #, sh-format
3593 msgid "Choose the file corresponding to your program."
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:59
3597 #, sh-format
3598 msgid "Does your program run?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:62
3602 #, sh-format
3603 msgid "What is the title of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:64
3607 #, sh-format
3608 msgid "What is the editor of your program?"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:66
3612 #, sh-format
3613 msgid "What is the editor website of your program?"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:210
3617 #, sh-format
3618 msgid "Accessories"
3619 msgstr "Βοηθήματα"
3620
3621 #: bash/playonlinux_online:69 python/install.py:211
3622 #, sh-format
3623 msgid "Development"
3624 msgstr "Ανάπτυξη"
3625
3626 #: bash/playonlinux_online:69 python/install.py:212
3627 #, sh-format
3628 msgid "Education"
3629 msgstr "Εκπαίδευση"
3630
3631 #: bash/playonlinux_online:69 python/install.py:213
3632 #, sh-format
3633 msgid "Games"
3634 msgstr "Παιχνίδια"
3635
3636 #: bash/playonlinux_online:69 python/install.py:214
3637 #, sh-format
3638 msgid "Graphics"
3639 msgstr "Γραφικά"
3640
3641 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3642 #: python/options.py:384
3643 #, sh-format
3644 msgid "Internet"
3645 msgstr "Ιντερνετ"
3646
3647 #: bash/playonlinux_online:69 python/install.py:216
3648 #, sh-format
3649 msgid "Multimedia"
3650 msgstr "Πολυμέσα"
3651
3652 #: bash/playonlinux_online:69 python/install.py:217
3653 #, sh-format
3654 msgid "Office"
3655 msgstr "Γραφείο"
3656
3657 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3658 #, sh-format
3659 msgid "Other"
3660 msgstr "Άλλο"
3661
3662 #: bash/playonlinux_online:69 python/install.py:219
3663 #, sh-format
3664 msgid "Patches"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:69
3668 #, sh-format
3669 msgid "Select a category for your program"
3670 msgstr ""
3671
3672 #: bash/playonlinux_online:69 python/install.py:258
3673 #, sh-format
3674 msgid "Testing"
3675 msgstr ""
3676
3677 #: bash/playonlinux_online:72
3678 #, sh-format
3679 msgid ""
3680 "What feature of your program does not work?\\nIf everything works, please "
3681 "mention it"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:74
3685 #, sh-format
3686 msgid "Write any change you made to wine configuration here:"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:102
3690 #, sh-format
3691 msgid "You must be able to run this program!"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:107
3695 #, sh-format
3696 msgid "Run one of your personal scripts"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:108
3700 #, sh-format
3701 msgid "Send to us a working script generated by manual installation"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:109
3705 #, sh-format
3706 msgid "Logout"
3707 msgstr ""
3708
3709 #: bash/playonlinux_online:110
3710 #, sh-format
3711 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3712 msgstr ""
3713
3714 #: bash/playonlinux_online:124
3715 #, sh-format
3716 msgid ""
3717 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3718 "safely close this window"
3719 msgstr ""
3720
3721 #: bash/polconfigurator:33
3776 #: bash/polconfigurator:34
37223777 #, sh-format
37233778 msgid "Killing programs in the virtual drive..."
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:79
3781 #: bash/polconfigurator:86
37273782 #, sh-format
37283783 msgid "Icon selection"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:79
3786 #: bash/polconfigurator:86
37323787 #, sh-format
37333788 msgid "Please select an icon file"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:86
3791 #: bash/polconfigurator:93
37373792 #, sh-format
37383793 msgid "Bad file extension"
37393794 msgstr ""
37403795
3741 #: bash/polconfigurator:86
3796 #: bash/polconfigurator:93
37423797 #, sh-format
37433798 msgid "is not an icon extension"
37443799 msgstr ""
37453800
3746 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3747 #: python/mainwindow.py:621
3801 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3802 #: python/mainwindow.py:619
37483803 #, sh-format
37493804 msgid "Registry Editor"
37503805 msgstr "Επεξεργαστής Μητρώου"
37513806
3752 #: bash/polconfigurator:97
3807 #: bash/polconfigurator:104
37533808 #, sh-format
37543809 msgid "Kill all prefix processes"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:98
3812 #: bash/polconfigurator:105
37583813 #, sh-format
37593814 msgid "Update wineprefix"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:99
3817 #: bash/polconfigurator:106
37633818 #, sh-format
37643819 msgid "Simulate Windows reboot"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:100
3822 #: bash/polconfigurator:107
37683823 #, sh-format
37693824 msgid "Use Advanced Wine Configuration plugin"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:101
3827 #: bash/polconfigurator:108
37733828 #, sh-format
37743829 msgid "Use PlayOnLinux's configurator for"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:103
3832 #: bash/polconfigurator:110
37783833 #, sh-format
37793834 msgid "Change the icon"
37803835 msgstr ""
37813836
3782 #: bash/polconfigurator:104
3837 #: bash/polconfigurator:111
37833838 #, sh-format
37843839 msgid "Use WineTricks"
37853840 msgstr ""
37863841
3787 #: bash/polconfigurator:123
3842 #: bash/polconfigurator:130
37883843 #, sh-format
37893844 msgid "Please choose an action to perform"
37903845 msgstr ""
38343889 msgid "Please choose a CD-ROM to eject"
38353890 msgstr ""
38363891
3837 #: bash/run_app:83
3892 #: bash/run_app:85
38383893 #, sh-format
38393894 msgid "Please choose a software to run"
38403895 msgstr ""
38413896
3842 #: bash/run_app:114
3897 #: bash/run_app:116
38433898 #, sh-format
38443899 msgid "$APPLICATION_TITLE debugger is starting..."
38453900 msgstr ""
38463901
3847 #: bash/run_app:117
3902 #: bash/run_app:119
38483903 #, sh-format
38493904 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38503905 msgstr ""
38513906
3852 #: bash/run_app:119
3907 #: bash/run_app:121
38533908 #, sh-format
38543909 msgid "$PACKAGE crashed."
38553910 msgstr ""
39053960 msgstr ""
39063961
39073962 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3908 #: lib/playonlinux.lib:717
3963 #: lib/playonlinux.lib:720
39093964 #, sh-format
39103965 msgid "$APPLICATION_TITLE Uninstaller"
39113966 msgstr ""
39253980 msgid "This wizard will help you to uninstall: "
39263981 msgstr ""
39273982
3928 #: bash/uninstall:65 lib/playonlinux.lib:717
3983 #: bash/uninstall:65 lib/playonlinux.lib:720
39293984 #, sh-format
39303985 msgid "Uninstalling..."
39313986 msgstr ""
39854040 msgstr ""
39864041
39874042 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3988 #: lib/wine.lib:955 lib/wine.lib:1036
4043 #: lib/wine.lib:970 lib/wine.lib:1051
39894044 #, sh-format
39904045 msgid "Please wait while the virtual drive is being created..."
39914046 msgstr ""
40004055 msgid "Setting Program Files var"
40014056 msgstr ""
40024057
4003 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4004 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4058 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4059 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40054060 #, sh-format
40064061 msgid "This function is disabled in the PlayOnlinux environment."
40074062 msgstr ""
40084063
4009 #: lib/playonlinux.lib:334
4064 #: lib/playonlinux.lib:336
40104065 #, sh-format
40114066 msgid ""
40124067 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40144069 "responsible from it.\\nPlease ensure you know what you are doing !"
40154070 msgstr ""
40164071
4017 #: lib/playonlinux.lib:335
4072 #: lib/playonlinux.lib:337
40184073 #, sh-format
40194074 msgid "Here the source code of the script. Check it carefully"
40204075 msgstr ""
40214076
4022 #: lib/playonlinux.lib:357
4077 #: lib/playonlinux.lib:359
40234078 #, sh-format
40244079 msgid ""
40254080 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40274082 "responsible from it.\\nPlease ensure you know what you are doing!"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:358
4085 #: lib/playonlinux.lib:360
40314086 #, sh-format
40324087 msgid "External library"
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:358
4090 #: lib/playonlinux.lib:360
40364091 #, sh-format
40374092 msgid "Here the source code of the script. Check it carrefully"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:591
4095 #: lib/playonlinux.lib:593
40414096 #, sh-format
40424097 msgid "Making shortcut..."
40434098 msgstr ""
40444099
4045 #: lib/playonlinux.lib:715
4100 #: lib/playonlinux.lib:718
40464101 #, sh-format
40474102 msgid "Do you want to delete the virtual drive:"
40484103 msgstr ""
40494104
4050 #: lib/playonlinux.lib:826
4105 #: lib/playonlinux.lib:831
40514106 #, sh-format
40524107 msgid ""
40534108 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40544109 "from working\\n\\n$FilePath"
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:827
4112 #: lib/playonlinux.lib:832
40584113 #, sh-format
40594114 msgid ""
40604115 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40614116 "from working\\n\\n$FilePath"
40624117 msgstr ""
40634118
4064 #: lib/playonlinux.lib:828
4119 #: lib/playonlinux.lib:833
40654120 #, sh-format
40664121 msgid ""
40674122 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40684123 "from working\\n\\n$FilePath"
40694124 msgstr ""
40704125
4071 #: lib/playonlinux.lib:829
4126 #: lib/playonlinux.lib:834
40724127 #, sh-format
40734128 msgid ""
40744129 "The following file is located on a noexec mounted filesystem.\\nIt might "
40754130 "prevent wine from working\\n\\n$FilePath"
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:65
4133 #: lib/plugins.lib:66
40794134 #, sh-format
40804135 msgid "Checking plugin: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:93
4138 #: lib/plugins.lib:94
40844139 #, sh-format
40854140 msgid "New: "
40864141 msgstr ""
40874142
4088 #: lib/plugins.lib:93
4143 #: lib/plugins.lib:94
40894144 #, sh-format
40904145 msgid "Updating plugin. Previous: "
40914146 msgstr ""
40924147
4093 #: lib/plugins.lib:112
4148 #: lib/plugins.lib:113
40944149 #, sh-format
40954150 msgid "Installing plugin: "
40964151 msgstr ""
41074162 msgid "Function override detected, disabling bug reporting"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:499 lib/scripts.lib:565
4165 #: lib/scripts.lib:500 lib/scripts.lib:566
41114166 #, sh-format
41124167 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:501 lib/scripts.lib:784
4170 #: lib/scripts.lib:502 lib/scripts.lib:785
41164171 #, sh-format
41174172 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41184173 msgstr ""
41194174
4120 #: lib/scripts.lib:503 lib/scripts.lib:570
4175 #: lib/scripts.lib:504 lib/scripts.lib:571
41214176 #, sh-format
41224177 msgid "An error happened during download."
41234178 msgstr ""
41244179
4125 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4126 #: lib/scripts.lib:586
4180 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4181 #: lib/scripts.lib:587
41274182 #, sh-format
41284183 msgid "Do you want to retry?"
41294184 msgstr ""
41304185
4131 #: lib/scripts.lib:522 lib/scripts.lib:586
4186 #: lib/scripts.lib:523 lib/scripts.lib:587
41324187 #, sh-format
41334188 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41344189 msgstr ""
41354190
4136 #: lib/scripts.lib:689
4191 #: lib/scripts.lib:690
41374192 #, sh-format
41384193 msgid ""
41394194 "7z not installed, please check that you have 7zip installed and try again"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:696
4197 #: lib/scripts.lib:697
41434198 #, sh-format
41444199 msgid "Failed to locate ${dest} from ${archive}"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:700
4202 #: lib/scripts.lib:701
41484203 #, sh-format
41494204 msgid "Extracting ${filename} from ${archivename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:715
4207 #: lib/scripts.lib:716
41534208 #, sh-format
41544209 msgid "Extracted file size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:746
4212 #: lib/scripts.lib:747
41584213 #, sh-format
41594214 msgid "Copying ${filename}"
41604215 msgstr ""
41614216
4162 #: lib/scripts.lib:759
4217 #: lib/scripts.lib:760
41634218 #, sh-format
41644219 msgid "File size does not match!"
41654220 msgstr ""
41664221
4167 #: lib/scripts.lib:903
4222 #: lib/scripts.lib:904
41684223 #, sh-format
41694224 msgid ""
41704225 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41714226 "n$APPLICATION_TITLE $NEEDED is required."
41724227 msgstr ""
41734228
4174 #: lib/scripts.lib:918
4229 #: lib/scripts.lib:919
41754230 #, sh-format
41764231 msgid ""
41774232 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41784233 "$NEEDED is recommended to continue."
41794234 msgstr ""
41804235
4181 #: lib/scripts.lib:949
4236 #: lib/scripts.lib:950
41824237 #, sh-format
41834238 msgid "$AUTHOR profile"
41844239 msgstr ""
42254280 "again."
42264281 msgstr ""
42274282
4228 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4283 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42294284 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42304285 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42314286 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42374292 #, sh-format
42384293 msgid "Where is mounted your CD-ROM?"
42394294 msgstr ""
4295
4296 #: lib/setupwindow.lib:349 python/install.py:218
4297 #, sh-format
4298 msgid "Other"
4299 msgstr "Άλλο"
42404300
42414301 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42424302 #, sh-format
43564416 msgid "I don't want to make another shortcut"
43574417 msgstr ""
43584418
4359 #: lib/setupwindow.lib:711 python/guiv3.py:158
4419 #: lib/setupwindow.lib:711 python/guiv3.py:163
43604420 #, sh-format
43614421 msgid "Browse"
43624422 msgstr "Περιήγηση"
43634423
4424 #: lib/setupwindow.lib:739
4425 #, sh-format
4426 msgid "A shortcut by that name already exists, overwrite?"
4427 msgstr ""
4428
43644429 #: lib/website.lib:29
43654430 #, sh-format
43664431 msgid "Connect to your $APPLICATION_TITLE account"
43784443 "valid."
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:367
4446 #: lib/wine.lib:371
43824447 #, sh-format
43834448 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43844449 msgstr ""
43854450
4386 #: lib/wine.lib:373
4451 #: lib/wine.lib:377
43874452 #, sh-format
43884453 msgid "Select the main videocard to report:"
43894454 msgstr ""
43904455
4391 #: lib/wine.lib:538 lib/wine.lib:703
4456 #: lib/wine.lib:549 lib/wine.lib:714
43924457 #, sh-format
43934458 msgid ""
43944459 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43954460 "message"
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:763
4463 #: lib/wine.lib:775
43994464 #, sh-format
44004465 msgid "Unable to find version: "
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:769 lib/wine.lib:770
4468 #: lib/wine.lib:781 lib/wine.lib:782
44044469 #, sh-format
44054470 msgid "Downloading Wine: "
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:779
4473 #: lib/wine.lib:791
44094474 #, sh-format
44104475 msgid "The download seems to have failed."
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:781
4478 #: lib/wine.lib:793
44144479 #, sh-format
44154480 msgid "Extracting Wine..."
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:961
4483 #: lib/wine.lib:976
44194484 #, sh-format
44204485 msgid "Overwrite (usually works, no guarantee)"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:962
4488 #: lib/wine.lib:977
44244489 #, sh-format
44254490 msgid "Erase (virtual drive content will be lost)"
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:976
4493 #: lib/wine.lib:991
44294494 #, sh-format
44304495 msgid "The target virtual drive $PREFNAME already exists:"
44314496 msgstr ""
44324497
4433 #: lib/wine.lib:1156 lib/wine.lib:1186
4498 #: lib/wine.lib:1171 lib/wine.lib:1201
44344499 #, sh-format
44354500 msgid "Please wait while $SOFTNAME is installed..."
44364501 msgstr ""
44374502
4438 #: lib/wine.lib:1160 lib/wine.lib:1189
4503 #: lib/wine.lib:1175 lib/wine.lib:1204
44394504 #, sh-format
44404505 msgid ""
44414506 "Be careful! This will kill install process. If it is not finished, you will "
44424507 "have to reinstall $SOFTNAME"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1160 lib/wine.lib:1189
4510 #: lib/wine.lib:1175 lib/wine.lib:1204
44464511 #, sh-format
44474512 msgid "Install is done"
44484513 msgstr ""
44494514
4450 #: lib/wine.lib:1193 lib/wine.lib:1194
4515 #: lib/wine.lib:1208 lib/wine.lib:1209
44514516 #, sh-format
44524517 msgid "Press next only when the installation process is finished"
44534518 msgstr ""
44544519
4455 #: lib/wine.lib:1202
4520 #: lib/wine.lib:1217
44564521 #, sh-format
44574522 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44584523 msgstr ""
44664531 "associated"
44674532 msgstr ""
44684533
4469 #: python/configure.py:197 python/configure.py:694
4534 #: python/configure.py:196 python/configure.py:703
44704535 msgid "General"
44714536 msgstr "Γενικά"
44724537
4538 #: python/configure.py:199
4539 msgid "Make a new shortcut from this virtual drive"
4540 msgstr ""
4541
44734542 #: python/configure.py:200
4474 msgid "Make a new shortcut from this virtual drive"
4475 msgstr ""
4476
4477 #: python/configure.py:201
44784543 msgid "Name"
44794544 msgstr "Όνομα"
44804545
4546 #: python/configure.py:201
4547 msgid "Wine version"
4548 msgstr ""
4549
44814550 #: python/configure.py:202
4482 msgid "Wine version"
4483 msgstr ""
4484
4485 #: python/configure.py:203
44864551 msgid "Debug flags"
44874552 msgstr ""
44884553
4489 #: python/configure.py:205
4554 #: python/configure.py:204
44904555 msgid "Virtual drive"
44914556 msgstr ""
44924557
4493 #: python/configure.py:207
4558 #: python/configure.py:206
44944559 msgid "Arguments"
44954560 msgstr ""
44964561
4497 #: python/configure.py:211
4562 #: python/configure.py:210
44984563 msgid "Run configuration wizard"
44994564 msgstr ""
45004565
4501 #: python/configure.py:248
4566 #: python/configure.py:247
45024567 msgid "Windows reboot"
45034568 msgstr ""
45044569
4505 #: python/configure.py:256
4570 #: python/configure.py:255
45064571 msgid "Repair virtual drive"
45074572 msgstr ""
45084573
4509 #: python/configure.py:265
4574 #: python/configure.py:264
45104575 msgid "Command prompt"
45114576 msgstr ""
45124577
4513 #: python/configure.py:272
4578 #: python/configure.py:271
45144579 msgid "Task manager"
45154580 msgstr ""
45164581
4517 #: python/configure.py:280
4582 #: python/configure.py:279
45184583 msgid "Kill processes"
45194584 msgstr ""
45204585
4521 #: python/configure.py:287
4586 #: python/configure.py:286
45224587 msgid "Wine uninstaller"
45234588 msgstr ""
45244589
4525 #: python/configure.py:312
4590 #: python/configure.py:311
45264591 msgid ""
45274592 "Be careful! Installing one of these components can break your virtual drive."
45284593 msgstr ""
45294594
4530 #: python/configure.py:334 python/install.py:285 python/install.py:289
4531 #: python/mainwindow.py:197 python/mainwindow.py:350
4595 #: python/configure.py:333 python/install.py:285 python/install.py:289
4596 #: python/mainwindow.py:199 python/mainwindow.py:348
45324597 msgid "Install"
45334598 msgstr "Εγκατάσταση"
45344599
4535 #: python/configure.py:395
4600 #: python/configure.py:388
45364601 msgid "Open program's directory"
45374602 msgstr ""
45384603
4539 #: python/configure.py:418
4604 #: python/configure.py:411
45404605 msgid "Open virtual drive's directory"
45414606 msgstr ""
45424607
4608 #: python/configure.py:555
4609 msgid "GLSL Support"
4610 msgstr ""
4611
4612 #: python/configure.py:556
4613 msgid "Direct Draw Renderer"
4614 msgstr ""
4615
4616 #: python/configure.py:557
4617 msgid "Video memory size"
4618 msgstr ""
4619
4620 #: python/configure.py:558
4621 msgid "Offscreen rendering mode"
4622 msgstr ""
4623
4624 #: python/configure.py:559
4625 msgid "Render target mode lock"
4626 msgstr ""
4627
45434628 #: python/configure.py:560
4544 msgid "GLSL Support"
4629 msgid "Multisampling"
45454630 msgstr ""
45464631
45474632 #: python/configure.py:561
4548 msgid "Direct Draw Renderer"
4549 msgstr ""
4550
4551 #: python/configure.py:562
4552 msgid "Video memory size"
4553 msgstr ""
4554
4555 #: python/configure.py:563
4556 msgid "Offscreen rendering mode"
4557 msgstr ""
4558
4559 #: python/configure.py:564
4560 msgid "Render target mode lock"
4561 msgstr ""
4562
4563 #: python/configure.py:565
4564 msgid "Multisampling"
4565 msgstr ""
4566
4567 #: python/configure.py:566
45684633 msgid "Strict Draw Ordering"
45694634 msgstr ""
45704635
4571 #: python/configure.py:576
4636 #: python/configure.py:571
45724637 msgid "Mouse warp override"
45734638 msgstr ""
45744639
4575 #: python/configure.py:578
4640 #: python/configure.py:573
45764641 msgid "Open a shell"
45774642 msgstr ""
45784643
4579 #: python/configure.py:579
4644 #: python/configure.py:574
45804645 msgid "Run a .exe file in this virtual drive"
45814646 msgstr ""
45824647
4583 #: python/configure.py:580
4648 #: python/configure.py:575
45844649 msgid "Command to exec before running the program"
45854650 msgstr ""
45864651
4587 #: python/configure.py:591
4652 #: python/configure.py:585
4653 msgid ""
4654 "Warning:\n"
4655 "\n"
4656 "Any program still running in this virtual drive will be terminated before "
4657 "Wine version is changed.\n"
4658 "Are you sure you want to continue?"
4659 msgstr ""
4660
4661 #: python/configure.py:596
45884662 msgid ""
45894663 "Be careful!\n"
45904664 "If you change "
45914665 msgstr ""
45924666
4593 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4667 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45944668 msgid "{0} configuration"
45954669 msgstr ""
45964670
4597 #: python/configure.py:659
4671 #: python/configure.py:664
45984672 msgid "Please select a program or a virtual drive to configure"
45994673 msgstr ""
46004674
4601 #: python/configure.py:677 python/options.py:280
4675 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46024676 msgid "New"
46034677 msgstr "Νέο"
46044678
4605 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4606 #: python/mainwindow.py:596 python/options.py:207
4679 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4680 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46074681 msgid "Remove"
46084682 msgstr "Αφαίρεση"
46094683
4610 #: python/configure.py:696
4684 #: python/configure.py:705
46114685 msgid "Install components"
46124686 msgstr ""
46134687
4614 #: python/configure.py:697 python/mainwindow.py:332
4688 #: python/configure.py:706 python/mainwindow.py:330
46154689 msgid "Display"
46164690 msgstr ""
46174691
4618 #: python/configure.py:698
4692 #: python/configure.py:707
46194693 msgid "Miscellaneous"
46204694 msgstr ""
46214695
4622 #: python/configure.py:726
4696 #: python/configure.py:735
46234697 msgid "This virtual drive is protected"
46244698 msgstr ""
46254699
4626 #: python/configure.py:728
4700 #: python/configure.py:737
46274701 msgid "Are you sure you want to delete {0} virtual drive ?"
46284702 msgstr ""
46294703
4630 #: python/configure.py:735
4704 #: python/configure.py:744
46314705 msgid "Are you sure you want to delete {0} ?"
46324706 msgstr ""
46334707
4634 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4635 #: python/mainwindow.py:997
4708 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4709 #: python/mainwindow.py:995
46364710 msgid "{0} debugger"
46374711 msgstr ""
46384712
46404714 msgid "Please select a debug file"
46414715 msgstr ""
46424716
4643 #: python/debug.py:76
4717 #: python/debug.py:78
46444718 msgid "Locate this logfile"
46454719 msgstr ""
46464720
4647 #: python/debug.py:99
4721 #: python/debug.py:101
46484722 msgid "The file is named : {0}"
46494723 msgstr ""
46504724
4651 #: python/debug.py:153 python/debug.py:207
4725 #: python/debug.py:189 python/debug.py:245
46524726 msgid "Virtual drives"
46534727 msgstr ""
46544728
4655 #: python/debug.py:184
4729 #: python/debug.py:222
46564730 msgid "Report a problem about {0}"
46574731 msgstr ""
46584732
4659 #: python/debug.py:206
4733 #: python/debug.py:244
46604734 msgid "Install scripts"
46614735 msgstr ""
46624736
46814755 msgid "Next"
46824756 msgstr "Επόμενο"
46834757
4684 #: python/guiv3.py:166
4758 #: python/guiv3.py:171
46854759 msgid "I Agree"
46864760 msgstr "Συμφωνώ"
46874761
4688 #: python/guiv3.py:167
4762 #: python/guiv3.py:172
46894763 msgid "Show virtual drives"
46904764 msgstr ""
46914765
4692 #: python/guiv3.py:188
4766 #: python/guiv3.py:193
46934767 msgid "Login: "
46944768 msgstr ""
46954769
4696 #: python/guiv3.py:189
4770 #: python/guiv3.py:194
46974771 msgid "Password: "
46984772 msgstr ""
46994773
4700 #: python/guiv3.py:192
4774 #: python/guiv3.py:197
47014775 msgid "Register"
47024776 msgstr ""
47034777
4704 #: python/guiv3.py:288
4778 #: python/guiv3.py:302
47054779 msgid "MB downloaded"
47064780 msgstr ""
47074781
4708 #: python/guiv3.py:288
4782 #: python/guiv3.py:302
47094783 msgid "of"
47104784 msgstr "απο"
47114785
4712 #: python/guiv3.py:749
4786 #: python/guiv3.py:769
47134787 msgid "You cannot close this window"
47144788 msgstr ""
47154789
47174791 msgid "No description"
47184792 msgstr ""
47194793
4720 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4794 #: python/install.py:210
4795 msgid "Accessories"
4796 msgstr "Βοηθήματα"
4797
4798 #: python/install.py:211
4799 msgid "Development"
4800 msgstr "Ανάπτυξη"
4801
4802 #: python/install.py:212
4803 msgid "Education"
4804 msgstr "Εκπαίδευση"
4805
4806 #: python/install.py:213
4807 msgid "Games"
4808 msgstr "Παιχνίδια"
4809
4810 #: python/install.py:214
4811 msgid "Graphics"
4812 msgstr "Γραφικά"
4813
4814 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4815 msgid "Internet"
4816 msgstr "Ιντερνετ"
4817
4818 #: python/install.py:216
4819 msgid "Multimedia"
4820 msgstr "Πολυμέσα"
4821
4822 #: python/install.py:217
4823 msgid "Office"
4824 msgstr "Γραφείο"
4825
4826 #: python/install.py:219
4827 msgid "Patches"
4828 msgstr ""
4829
4830 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47214831 msgid "Search"
47224832 msgstr ""
47234833
47244834 #: python/install.py:252
47254835 msgid "Include:"
4836 msgstr ""
4837
4838 #: python/install.py:258
4839 msgid "Testing"
47264840 msgstr ""
47274841
47284842 #: python/install.py:263
47764890 "used for piracy purposes we won't give any support on this matter."
47774891 msgstr ""
47784892
4779 #: python/irc.py:137
4893 #: python/irc.py:139
47804894 msgid "Send"
47814895 msgstr ""
47824896
4783 #: python/irc.py:138
4897 #: python/irc.py:140
47844898 msgid "Connect"
47854899 msgstr ""
47864900
4787 #: python/irc.py:139
4901 #: python/irc.py:141
47884902 msgid "Disconnect"
47894903 msgstr ""
47904904
4791 #: python/irc.py:140
4905 #: python/irc.py:142
47924906 msgid "Leave"
47934907 msgstr ""
47944908
4795 #: python/irc.py:227
4909 #: python/irc.py:229
47964910 msgid "Join a channel"
47974911 msgstr ""
47984912
4799 #: python/irc.py:257 python/mainwindow.py:725
4913 #: python/irc.py:259 python/mainwindow.py:723
48004914 msgid "Messenger"
48014915 msgstr ""
48024916
4803 #: python/irc.py:273
4917 #: python/irc.py:275
48044918 msgid ""
48054919 "If you close this window, you cannot read further replies. Are you sure that "
48064920 "you want to close it?"
48254939 msgid "{0} error"
48264940 msgstr ""
48274941
4828 #: python/mainwindow.py:73
4942 #: python/mainwindow.py:75
48294943 msgid "{0} website is unavailable. Please check your connection"
48304944 msgstr ""
48314945
4832 #: python/mainwindow.py:75
4946 #: python/mainwindow.py:77
48334947 msgid "Refreshing {0}"
48344948 msgstr ""
48354949
4836 #: python/mainwindow.py:90 python/mainwindow.py:92
4950 #: python/mainwindow.py:92 python/mainwindow.py:94
48374951 msgid "An updated version of {0} is available"
48384952 msgstr ""
48394953
4840 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4954 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48414955 msgid "Run"
48424956 msgstr "Εκτέλεση"
48434957
4844 #: python/mainwindow.py:200
4958 #: python/mainwindow.py:202
48454959 msgid "Donate"
48464960 msgstr ""
48474961
4848 #: python/mainwindow.py:201
4962 #: python/mainwindow.py:203
48494963 msgid "Exit"
48504964 msgstr "Έξοδος"
48514965
4852 #: python/mainwindow.py:205
4966 #: python/mainwindow.py:207
48534967 msgid "Small icons"
48544968 msgstr ""
48554969
4856 #: python/mainwindow.py:206
4970 #: python/mainwindow.py:208
48574971 msgid "Medium icons"
48584972 msgstr ""
48594973
4860 #: python/mainwindow.py:207
4974 #: python/mainwindow.py:209
48614975 msgid "Large icons"
48624976 msgstr ""
48634977
4864 #: python/mainwindow.py:208
4978 #: python/mainwindow.py:210
48654979 msgid "Very large icons"
48664980 msgstr ""
48674981
4868 #: python/mainwindow.py:220
4982 #: python/mainwindow.py:222
48694983 msgid "Manage Wine versions"
48704984 msgstr ""
48714985
4872 #: python/mainwindow.py:226
4986 #: python/mainwindow.py:228
48734987 msgid "Read a PC CD-Rom"
48744988 msgstr ""
48754989
4876 #: python/mainwindow.py:236
4990 #: python/mainwindow.py:238
48774991 msgid "Close all {0} software"
48784992 msgstr ""
48794993
4880 #: python/mainwindow.py:240
4994 #: python/mainwindow.py:242
48814995 msgid "{0} console"
48824996 msgstr ""
48834997
4884 #: python/mainwindow.py:250
4998 #: python/mainwindow.py:248
48854999 msgid "{0} messenger"
48865000 msgstr ""
48875001
4888 #: python/mainwindow.py:266 python/options.py:388
5002 #: python/mainwindow.py:264 python/options.py:388
48895003 msgid "File associations"
48905004 msgstr ""
48915005
4892 #: python/mainwindow.py:273
5006 #: python/mainwindow.py:271
48935007 msgid "About {0}"
48945008 msgstr ""
48955009
4896 #: python/mainwindow.py:302 python/mainwindow.py:306
5010 #: python/mainwindow.py:300 python/mainwindow.py:304
48975011 msgid "Plugin manager"
48985012 msgstr ""
48995013
4900 #: python/mainwindow.py:331
5014 #: python/mainwindow.py:329
49015015 msgid "File"
49025016 msgstr "Αρχείο"
49035017
4904 #: python/mainwindow.py:333
5018 #: python/mainwindow.py:331
49055019 msgid "Tools"
49065020 msgstr "Εργαλεία"
49075021
4908 #: python/mainwindow.py:334 python/mainwindow.py:723
5022 #: python/mainwindow.py:332 python/mainwindow.py:721
49095023 msgid "Settings"
49105024 msgstr "Ρυθμίσεις"
49115025
4912 #: python/mainwindow.py:335 python/options.py:387
5026 #: python/mainwindow.py:333 python/options.py:387
49135027 msgid "Plugins"
49145028 msgstr "Plugins"
49155029
4916 #: python/mainwindow.py:347 python/mainwindow.py:739
5030 #: python/mainwindow.py:345 python/mainwindow.py:737
49175031 msgid "Close"
49185032 msgstr ""
49195033
4920 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5034 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49215035 msgid "Configure"
49225036 msgstr "Προσαρμογή"
49235037
4924 #: python/mainwindow.py:584
5038 #: python/mainwindow.py:582
49255039 msgid "Open the application's directory"
49265040 msgstr ""
49275041
4928 #: python/mainwindow.py:588 python/mainwindow.py:753
5042 #: python/mainwindow.py:586 python/mainwindow.py:751
49295043 msgid "Read the manual"
49305044 msgstr ""
49315045
4932 #: python/mainwindow.py:592
5046 #: python/mainwindow.py:590
49335047 msgid "Set the icon"
49345048 msgstr "Ορίστε το εικονίδιο"
49355049
4936 #: python/mainwindow.py:600
5050 #: python/mainwindow.py:598
49375051 msgid "Close this application"
49385052 msgstr ""
49395053
4940 #: python/mainwindow.py:611
5054 #: python/mainwindow.py:609
49415055 msgid "KillApp"
49425056 msgstr ""
49435057
4944 #: python/mainwindow.py:618
5058 #: python/mainwindow.py:616
49455059 msgid "No manual found for {0}"
49465060 msgstr ""
49475061
4948 #: python/mainwindow.py:721
5062 #: python/mainwindow.py:719
49495063 msgid "Install a program"
49505064 msgstr ""
49515065
4952 #: python/mainwindow.py:728
5066 #: python/mainwindow.py:726
49535067 msgid "Update GIT"
49545068 msgstr ""
49555069
4956 #: python/mainwindow.py:731
5070 #: python/mainwindow.py:729
49575071 msgid "Update instructions"
49585072 msgstr ""
49595073
5074 #: python/mainwindow.py:739
5075 msgid "Debug"
5076 msgstr ""
5077
49605078 #: python/mainwindow.py:741
4961 msgid "Debug"
4962 msgstr ""
4963
4964 #: python/mainwindow.py:743
49655079 msgid "Report a problem"
49665080 msgstr ""
49675081
5082 #: python/mainwindow.py:745
5083 msgid "Create a shortcut"
5084 msgstr ""
5085
49685086 #: python/mainwindow.py:747
4969 msgid "Create a shortcut"
4970 msgstr ""
4971
4972 #: python/mainwindow.py:749
49735087 msgid "Open the directory"
49745088 msgstr ""
49755089
4976 #: python/mainwindow.py:755
5090 #: python/mainwindow.py:753
49775091 msgid "Save"
49785092 msgstr ""
49795093
4980 #: python/mainwindow.py:758
5094 #: python/mainwindow.py:756
49815095 msgid "Uninstall"
49825096 msgstr ""
49835097
4984 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5098 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5099 #: python/mainwindow.py:1001
5100 msgid "Please select a program."
5101 msgstr ""
5102
5103 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5104 msgid "{0} settings"
5105 msgstr ""
5106
5107 #: python/mainwindow.py:963
5108 msgid "{0} install menu"
5109 msgstr ""
5110
5111 #: python/mainwindow.py:972
5112 msgid "{0} wine versions manager"
5113 msgstr ""
5114
49855115 #: python/mainwindow.py:1003
4986 msgid "Please select a program."
4987 msgstr ""
4988
4989 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4990 msgid "{0} settings"
4991 msgstr ""
4992
4993 #: python/mainwindow.py:965
4994 msgid "{0} install menu"
4995 msgstr ""
4996
4997 #: python/mainwindow.py:974
4998 msgid "{0} wine versions manager"
4999 msgstr ""
5000
5001 #: python/mainwindow.py:1005
50025116 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50035117 msgstr ""
50045118
51045218 "These information will be very precious for us to help people."
51055219 msgstr ""
51065220
5107 #: python/mainwindow.py:1271
5221 #: python/mainwindow.py:1273
51085222 msgid "Are you sure you want to want to install {0} package?"
51095223 msgstr ""
51105224
5111 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5225 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5226 #: python/mainwindow.py:1284
51125227 msgid ""
51135228 "You are trying to open a script design for {0}! It might not work as expected"
51145229 msgstr ""
51855300 msgid "You must restart {0} for the changes to take effect."
51865301 msgstr ""
51875302
5188 #: python/wine_versions.py:194
5303 #: python/wine_versions.py:195
51895304 msgid "Installed Wine versions: "
51905305 msgstr ""
51915306
5192 #: python/wine_versions.py:195
5307 #: python/wine_versions.py:196
51935308 msgid "Available Wine versions: "
51945309 msgstr ""
51955310
5196 #: python/wine_versions.py:202
5311 #: python/wine_versions.py:203
51975312 msgid "Wine versions"
51985313 msgstr ""
51995314
5200 #: python/wine_versions.py:321
5315 #: python/wine_versions.py:322
52015316 msgid "Are you sure you want to delete wine {0}?"
52025317 msgstr ""
52035318
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-21 13:13+0000\n"
1111 "Last-Translator: Anthony Harrington <untaintableangel@ubuntu.com>\n"
1212 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr "Please insert the game media into your disk drive."
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "Please select the set-up file to run"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
441461 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
442462 #: PlayOnLinux_Scripts/Magicka_:68
443463 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
464 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
444465 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
445466 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
446467 #: PlayOnLinux_Scripts/Rayman_Origins_:83
447468 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
449 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
469 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
470 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
450471 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
451472 #: PlayOnLinux_Scripts/The_Witcher_:125
452473 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
480501 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
481502 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
482503 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
504 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
483505 #: PlayOnLinux_Scripts/Driftmoon_:43
484506 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
485507 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
488510 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
489511 #: PlayOnLinux_Scripts/League_Of_Legends_:57
490512 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
491 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
513 #: PlayOnLinux_Scripts/Sacrifice_:41
514 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
515 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
516 #: PlayOnLinux_Scripts/Toontown_Online_:25
517 #: PlayOnLinux_Scripts/Watchtower_library_:43
492518 #: PlayOnLinux_Scripts/iTunes_10_:28
493519 #, sh-format
494520 msgid "Please select the setup file to run."
503529 #: PlayOnLinux_Scripts/POL_GoG_download_:48
504530 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
505531 #: PlayOnLinux_Scripts/SimCity_2000_:50
506 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
507 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
532 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
533 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
508534 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
509535 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
510536 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
511 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
512 #: lib/wine.lib:1186
537 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
538 #: lib/wine.lib:1171 lib/wine.lib:1201
513539 #, sh-format
514540 msgid "Please wait..."
515541 msgstr "Please wait..."
537563 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
538564 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
539565 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
540 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
566 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
541567 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
542568 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
543569 #: PlayOnLinux_Scripts/Dead_Space_2_:85
553579 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
554580 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
555581 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
582 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
557583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
559585 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
615641 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
616642 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
617643 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
618 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
644 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
619645 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
620646 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
621647 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
622 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
623 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
648 #: PlayOnLinux_Scripts/Dead_Space_:50
649 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
650 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
651 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
624652 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
625653 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
626654 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
630658 #: PlayOnLinux_Scripts/Rage_:79
631659 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
632660 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
661 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
634662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
635663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
636664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
668696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
669697 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
670698 #: PlayOnLinux_Scripts/Sacrifice_:45
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
699 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
672700 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
673701 #: PlayOnLinux_Scripts/The_Witcher_:102
674702 #, sh-format
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
680708 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
681709 #: PlayOnLinux_Scripts/Mass_Effect_:54
682 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
710 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
683711 #: PlayOnLinux_Scripts/The_Witcher_:110
684712 #, sh-format
685713 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
690718 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
691719 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
692720 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
693 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
721 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
694722 #: PlayOnLinux_Scripts/The_Witcher_:113
695723 #, sh-format
696724 msgid "Please insert the next game media into your disk drive"
719747 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
720748 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
721749 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
750 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
722751 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
723752 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
724753 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
824853 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
825854 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
826855 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
827 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
856 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
828857 #, sh-format
829858 msgid ""
830859 "You must disable anti-piracy protections of this game\\nif you want to play "
847876
848877 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
849878 #: PlayOnLinux_Scripts/Cars_2_:83
850 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
879 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
851880 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
852881 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
853882 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
870899 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
871900 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
872901 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
902 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
903 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
873904 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
874905 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
875906 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11111142 msgid "Please insert media 2 into your disk drive\\nif not already done."
11121143 msgstr "Please insert media 2 into your disk drive\\nif not done already."
11131144
1114 #: PlayOnLinux_Scripts/Diablo_III_:29
1145 #: PlayOnLinux_Scripts/Diablo_III_:31
11151146 #, sh-format
11161147 msgid "Please select the setup file downloaded on $EDITOR website"
11171148 msgstr "Please select the setup file downloaded on $EDITOR website"
11181149
1119 #: PlayOnLinux_Scripts/Diablo_III_:60
1150 #: PlayOnLinux_Scripts/Diablo_III_:62
11201151 #, sh-format
11211152 msgid ""
11221153 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11251156 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11261157 "patch (AcceptEx Fix)"
11271158
1128 #: PlayOnLinux_Scripts/Diablo_III_:60
1159 #: PlayOnLinux_Scripts/Diablo_III_:62
11291160 #, sh-format
11301161 msgid ""
11311162 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11331164 msgstr ""
11341165 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11351166 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1167
1168 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1169 #, sh-format
1170 msgid "Scanning your hardware..."
1171 msgstr ""
11361172
11371173 #: PlayOnLinux_Scripts/Dishonored_:79
11381174 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12311267
12321268 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12331269 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1234 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1235 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1270 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1271 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12361272 #, sh-format
12371273 msgid "Please insert the first game media into your disk drive"
12381274 msgstr "Please insert the first game media into your disk drive"
12391275
12401276 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1241 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1277 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12421278 #, sh-format
12431279 msgid "Please insert the second game media into your disk drive"
12441280 msgstr "Please insert the second game media into your disk drive"
13091345 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13101346 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13111347 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1348 #: PlayOnLinux_Scripts/Hearthstone_:64
13121349 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13131350 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13141351 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13341371 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13351372 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13361373 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1337 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1374 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13381375 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13391376 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13401377 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13601397 msgid "Editor"
13611398 msgstr "Editor"
13621399
1363 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1400 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13641401 #, sh-format
13651402 msgid "This install script requires ffmpeg"
13661403 msgstr "This install script requires ffmpeg"
13671404
1368 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1405 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13691406 #, sh-format
13701407 msgid "Converting videos..."
13711408 msgstr "Converting videos..."
13721409
13731410 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1411 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13741412 #, sh-format
13751413 msgid ""
13761414 "On first run the game will autodetect available renderers.\\nIt is likely "
13861424 msgid "Run $TITLE in safe mode?"
13871425 msgstr "Run $TITLE in safe mode?"
13881426
1427 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1428 #, sh-format
1429 msgid ""
1430 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1431 "disable it by pressing Alt+R while in game.)"
1432 msgstr ""
1433
1434 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1435 #, sh-format
1436 msgid ""
1437 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1438 "game."
1439 msgstr ""
1440
13891441 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13901442 #, sh-format
13911443 msgid "Could not find program directory"
14531505 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14541506 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14551507 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1456 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1457 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1458 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14591508 #, sh-format
14601509 msgid "Language"
14611510 msgstr "Language"
15841633 msgid "Dedicated server"
15851634 msgstr "Dedicated server"
15861635
1587 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1636 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15881637 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15891638 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15901639 #, sh-format
16141663 msgid "Code wheel"
16151664 msgstr "Code wheel"
16161665
1617 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1618 #, sh-format
1619 msgid "Do you have a language pack to install?"
1620 msgstr "Do you have a language pack to install?"
1621
1622 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1623 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1624 #, sh-format
1625 msgid "Later"
1626 msgstr "Later"
1627
1628 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1666 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1667 #, sh-format
1668 msgid ""
1669 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1670 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1671 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1672 msgstr ""
1673 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1674 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1675 "modpacks).\\nUse the dedicated PlayOnLinux script in the patches section."
1676
1677 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1678 #, sh-format
1679 msgid "Now you must install the modpack in directory:"
1680 msgstr "Now you must install the modpack in directory:"
1681
1682 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1683 #, sh-format
1684 msgid "Please select ANY 3 icons when prompted."
1685 msgstr "Please select ANY 3 icons when prompted."
1686
1687 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1688 #, sh-format
1689 msgid "temp directory missing"
1690 msgstr "temp directory missing"
1691
1692 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1693 #, sh-format
1694 msgid ""
1695 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1696 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1697 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1698 "details.\\nInstall it?"
1699 msgstr ""
1700 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1701 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1702 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1703 "details.\\nInstall it?"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1706 #, sh-format
1707 msgid "Control Panel"
1708 msgstr "Control Panel"
1709
1710 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1711 #, sh-format
1712 msgid ""
1713 "IMPORTANT:\n"
1714 " \\n\\nOn the installation window coming next, do NOT click the Options "
1715 "button, it would mess up the language selection."
1716 msgstr ""
1717 "IMPORTANT:\n"
1718 " \\n\\nOn the installation window coming next, do NOT click the Options "
1719 "button, it would mess up the language selection."
1720
1721 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1722 #, sh-format
1723 msgid ""
1724 "On first run the game will autodetect available renderers.\\nIt is likely "
1725 "that you will get better performance out of the OpenGL renderer."
1726 msgstr ""
1727 "On first run, the game will autodetect available renderers.\\nIt is likely "
1728 "that you will get better performance out of the OpenGL renderer."
1729
1730 #: PlayOnLinux_Scripts/Goblins_3_:21
1731 #, sh-format
1732 msgid "Please select the game language"
1733 msgstr "Please select the game language"
1734
1735 #: PlayOnLinux_Scripts/Gothic_3_:82
1736 #, sh-format
1737 msgid "Choose the game resolution"
1738 msgstr "Choose the game resolution"
1739
1740 #: PlayOnLinux_Scripts/Gothic_3_:96
1741 #, sh-format
1742 msgid ""
1743 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1744 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1745 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1746 msgstr ""
1747 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1748 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1749 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1750
1751 #: PlayOnLinux_Scripts/Gothic_3_:110
1752 #, sh-format
1753 msgid "$TITLE is installed"
1754 msgstr "$TITLE is installed"
1755
1756 #: PlayOnLinux_Scripts/Guild_Wars_:53
1757 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1758 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1759 #, sh-format
1760 msgid "Please insert the DVD-ROM"
1761 msgstr "Please insert the DVD-ROM"
1762
1763 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1764 #, sh-format
1765 msgid ""
1766 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1767 "client and download will resume from where it stopped. Download percentage "
1768 "reset but do not worry, it do not restart from the beginning."
1769 msgstr ""
1770 "Because of wine bug #30512, downloading will often crash, just relaunch the "
1771 "client and the download will resume from where it stopped. Download "
1772 "percentage resets but do not worry, it does not actually restart from the "
1773 "beginning."
1774
1775 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1776 #, sh-format
1777 msgid ""
1778 "Please select $TITLE install file. During installation, uncheck all extra "
1779 "drivers it wants to install:"
1780 msgstr ""
1781 "Please select $TITLE install file. During installation, uncheck all the "
1782 "extra drivers it wants to install:"
1783
16291784 #: PlayOnLinux_Scripts/Half_Life_2_:56
16301785 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16311786 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16321787 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1633 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1788 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16341789 #, sh-format
16351790 msgid "No"
16361791 msgstr "No"
16371792
1638 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1639 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1793 #: PlayOnLinux_Scripts/Half_Life_2_:56
1794 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1795 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1796 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1797 #: PlayOnLinux_Scripts/Portal_:36
1798 #, sh-format
1799 msgid ""
1800 "Steam installation has been detected\\nwould you like to install this game "
1801 "in the same virtual drive?"
1802 msgstr ""
1803 "Steam installation has been detected\\nwould you like to install this game "
1804 "in the same virtual drive?"
1805
16401806 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16411807 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16421808 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16451811 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16461812 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16471813 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1648 #: python/guiv3.py:157
1814 #: python/guiv3.py:158 python/guiv3.py:161
16491815 #, sh-format
16501816 msgid "Yes"
16511817 msgstr "Yes"
16521818
1653 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1654 #, sh-format
1655 msgid ""
1656 "To install a language pack later, open the configuration panel for the game "
1657 "in order to execute the installer into the virtual disk (Misc tab)"
1658 msgstr ""
1659 "To install a language pack later on, open the configuration panel for the "
1660 "game to execute the installer into the virtual disk (Misc tab)"
1661
1662 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1663 #, sh-format
1664 msgid ""
1665 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1666 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1667 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1668 msgstr ""
1669 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1670 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1671 "modpacks).\\nUse the dedicated PlayOnLinux script in the patches section."
1672
1673 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1674 #, sh-format
1675 msgid "Now you must install the modpack in directory:"
1676 msgstr "Now you must install the modpack in directory:"
1677
1678 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1679 #, sh-format
1680 msgid "Please select ANY 3 icons when prompted."
1681 msgstr "Please select ANY 3 icons when prompted."
1682
1683 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1684 #, sh-format
1685 msgid "temp directory missing"
1686 msgstr "temp directory missing"
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1689 #, sh-format
1690 msgid ""
1691 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1692 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1693 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1694 "details.\\nInstall it?"
1695 msgstr ""
1696 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1697 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1698 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1699 "details.\\nInstall it?"
1700
1701 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1702 #, sh-format
1703 msgid "Control Panel"
1704 msgstr "Control Panel"
1705
1706 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1707 #, sh-format
1708 msgid ""
1709 "IMPORTANT:\n"
1710 " \\n\\nOn the installation window coming next, do NOT click the Options "
1711 "button, it would mess up the language selection."
1712 msgstr ""
1713 "IMPORTANT:\n"
1714 " \\n\\nOn the installation window coming next, do NOT click the Options "
1715 "button, it would mess up the language selection."
1716
1717 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1718 #, sh-format
1719 msgid ""
1720 "On first run the game will autodetect available renderers.\\nIt is likely "
1721 "that you will get better performance out of the OpenGL renderer."
1722 msgstr ""
1723 "On first run, the game will autodetect available renderers.\\nIt is likely "
1724 "that you will get better performance out of the OpenGL renderer."
1725
1726 #: PlayOnLinux_Scripts/Goblins_3_:21
1727 #, sh-format
1728 msgid "Please select the game language"
1729 msgstr "Please select the game language"
1730
1731 #: PlayOnLinux_Scripts/Gothic_3_:82
1732 #, sh-format
1733 msgid "Choose the game resolution"
1734 msgstr "Choose the game resolution"
1735
1736 #: PlayOnLinux_Scripts/Gothic_3_:96
1737 #, sh-format
1738 msgid ""
1739 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1740 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1741 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1742 msgstr ""
1743 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1744 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1745 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1746
1747 #: PlayOnLinux_Scripts/Gothic_3_:110
1748 #, sh-format
1749 msgid "$TITLE is installed"
1750 msgstr "$TITLE is installed"
1751
1752 #: PlayOnLinux_Scripts/Guild_Wars_:53
1753 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1754 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1755 #, sh-format
1756 msgid "Please insert the DVD-ROM"
1757 msgstr "Please insert the DVD-ROM"
1758
1759 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1760 #, sh-format
1761 msgid ""
1762 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1763 "client and download will resume from where it stopped. Download percentage "
1764 "reset but do not worry, it do not restart from the beginning."
1765 msgstr ""
1766 "Because of wine bug #30512, downloading will often crash, just relaunch the "
1767 "client and the download will resume from where it stopped. Download "
1768 "percentage resets but do not worry, it does not actually restart from the "
1769 "beginning."
1770
1771 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1772 #, sh-format
1773 msgid ""
1774 "Please select $TITLE install file. During installation, uncheck all extra "
1775 "drivers it wants to install:"
1776 msgstr ""
1777 "Please select $TITLE install file. During installation, uncheck all the "
1778 "extra drivers it wants to install:"
1779
1780 #: PlayOnLinux_Scripts/Half_Life_2_:56
1781 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1782 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1783 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1784 #: PlayOnLinux_Scripts/Portal_:36
1785 #, sh-format
1786 msgid ""
1787 "Steam installation has been detected\\nwould you like to install this game "
1788 "in the same virtual drive?"
1789 msgstr ""
1790 "Steam installation has been detected\\nwould you like to install this game "
1791 "in the same virtual drive?"
1792
17931819 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17941820 #, sh-format
17951821 msgid "Updating $TITLE"
17961822 msgstr "Updating $TITLE"
17971823
1798 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1824 #: PlayOnLinux_Scripts/Hanahira__:54
17991825 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18001826 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18011827 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18071833 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18081834 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18091835 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1836 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1837 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1838 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1839 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1840 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1841 #: PlayOnLinux_Scripts/Steins_Gate_:51
18101842 #, sh-format
18111843 msgid "Please locate installation program (Setup.exe)"
18121844 msgstr "Please locate installation program (Setup.exe)"
18131845
1814 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1815 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1846 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18161847 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18171848 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18181849 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18371868 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
18381869 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18391870
1871 #: PlayOnLinux_Scripts/Hearthstone_:26
1872 #, sh-format
1873 msgid "What language do you want to install?"
1874 msgstr ""
1875
18401876 #: PlayOnLinux_Scripts/ImgBurn_:38
18411877 #, sh-format
18421878 msgid ""
18801916 msgstr "Do you want to install the unicode version of Inno Setup?"
18811917
18821918 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1883 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18841919 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18851920 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18861921 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20602095 "If downloading the update gets stuck, close and rerun it until the download "
20612096 "completes!"
20622097
2098 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20632099 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20642100 #, sh-format
20652101 msgid "Demo version"
20662102 msgstr "Demo version"
20672103
2104 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20682105 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20692106 #, sh-format
20702107 msgid "Please select version."
21232160 "No filename extension specified, skipping association to native application."
21242161 msgstr ""
21252162 "No filename extension specified, skipping association to native application."
2163
2164 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2165 #, sh-format
2166 msgid "Contacting download server."
2167 msgstr ""
21262168
21272169 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21282170 #: python/install.py:454 python/install.py:456 python/install.py:570
22092251 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22102252 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22112253 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2212 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2254 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22132255 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22142256 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22152257 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22512293 "If you see error messages during DotNet 3.0 installation, you can ignore "
22522294 "them without issues"
22532295
2254 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2255 #, sh-format
2256 msgid "This package fail to install with wine 1.5.21 or better"
2257 msgstr "This package will fail to install with wine 1.5.21 or better"
2258
2259 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2296 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22602297 #, sh-format
22612298 msgid ""
22622299 "If you see error messages during DotNet 3.5 installation, you can ignore "
23872424 "VCRun2010 might fail to install because your PlayOnLinux version is too old. "
23882425 "Please update."
23892426
2390 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2427 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2428 #: PlayOnLinux_Scripts/yWriter_5_:45
23912429 #, sh-format
23922430 msgid "Downloading..."
23932431 msgstr "Downloading..."
25042542 msgid "Microsoft fonts have been installed successfully."
25052543 msgstr "Microsoft fonts have been installed successfully."
25062544
2545 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2546 #, sh-format
2547 msgid ""
2548 "OSX users: If the screen flickers once the game is launched, try to press "
2549 "cmd + tab twice"
2550 msgstr ""
2551
25072552 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25082553 #, sh-format
25092554 msgid "Remove Game For Windows Live..."
25462591 msgstr ""
25472592 "To continue, PlayOnLinux needs to remount your CD-ROM with the unhide option."
25482593
2549 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2594 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25502595 #, sh-format
25512596 msgid "Abort installation"
25522597 msgstr "Abort installation"
25712616 msgid "The program needs access to ptrace() to proceed:"
25722617 msgstr "The program needs access to ptrace() to proceed:"
25732618
2574 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2619 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25752620 #, sh-format
25762621 msgid "User abort"
25772622 msgstr "User abort"
26142659 msgid "Please do not run $TITLE after installation has finished."
26152660 msgstr "Please do not run $TITLE until the installation has finished."
26162661
2662 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2663 #, sh-format
2664 msgid "Extracting $TITLE"
2665 msgstr ""
2666
26172667 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26182668 #, sh-format
26192669 msgid ""
26262676 msgid "$TITLE has been successfully installed."
26272677 msgstr "$TITLE has been successfully installed."
26282678
2679 #: PlayOnLinux_Scripts/Poker_Stars_:37
2680 #, sh-format
2681 msgid "Error while installing. Downloaded file not found."
2682 msgstr ""
2683
26292684 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26302685 #, sh-format
26312686 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26332688
26342689 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26352690 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2691 #: PlayOnLinux_Scripts/Watchtower_library_:58
26362692 #, sh-format
26372693 msgid "Please wait while $TITLE is installed"
26382694 msgstr "Please wait while $TITLE is installed"
26682724 #, sh-format
26692725 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26702726 msgstr "Please insert disk 3 into your disk drive\\nif not done already."
2727
2728 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2729 #, sh-format
2730 msgid ""
2731 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2732 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2733 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2734 "n\\nIf you have one of this two versions of this game, please give some "
2735 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2736 "n\\nThank you!"
2737 msgstr ""
2738
2739 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2740 #, sh-format
2741 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2742 msgstr ""
2743
2744 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2745 #, sh-format
2746 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2747 msgstr ""
2748
2749 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2750 #, sh-format
2751 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2752 msgstr ""
2753
2754 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2755 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2756 #, sh-format
2757 msgid "Select a version of installation disc:"
2758 msgstr ""
2759
2760 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2761 #, sh-format
2762 msgid "First Release (without addons)"
2763 msgstr ""
2764
2765 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2766 #, sh-format
2767 msgid "Gold Edition"
2768 msgstr ""
2769
2770 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2771 #, sh-format
2772 msgid "Platinum Edition"
2773 msgstr ""
2774
2775 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2776 #, sh-format
2777 msgid "What is your version of Railroad Tycoon II?"
2778 msgstr ""
2779
2780 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2781 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2782 #, sh-format
2783 msgid ""
2784 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2785 "desktop.\\n\\nThank you for using this installation script! :)"
2786 msgstr ""
26712787
26722788 #: PlayOnLinux_Scripts/Reaper_4_:30
26732789 #, sh-format
28512967 "opens, click on ${INSTALL_JP}. When installation finishes, click on "
28522968 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
28532969
2970 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2971 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2972 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2973 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2974 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2975 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2976 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2977 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2978 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2979 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2980 #, sh-format
2981 msgid ""
2982 "Close the visual novel when it appears to continue installation. Click Next "
2983 "to begin installation."
2984 msgstr ""
2985
2986 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2987 #, sh-format
2988 msgid ""
2989 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2990 "script will now install it. Click Next to continue."
2991 msgstr ""
2992
28542993 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28552994 #, sh-format
28562995 msgid ""
28602999 "If you have a runtime error when running the game, open a terminal and "
28613000 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28623001
2863 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2864 #, sh-format
2865 msgid "Please locate installation program (Launcher.exe)"
2866 msgstr "Please locate installation program (Launcher.exe)"
2867
2868 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2869 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2870 #, sh-format
2871 msgid ""
2872 "When the launcher opens, click on the top button to open the installer. When "
2873 "a new window opens, click OK. When another window opens, click on the button "
2874 "with the letter N until it is installing. Wait until it is done and click "
2875 "the right button to quit. Click Next when you are done installing."
2876 msgstr ""
2877 "When the launcher opens, click on the top button to open the installer. When "
2878 "a new window opens, click OK. When another window opens, click on the button "
2879 "with the letter N until it is installing. Wait until it is done and click "
2880 "the right button to quit. Click Next when you are done installing."
3002 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3003 #, sh-format
3004 msgid "Please locate installation program in Data folder (Resonance.msi)"
3005 msgstr ""
28813006
28823007 #: PlayOnLinux_Scripts/Steam_:50
28833008 #, sh-format
29183043 "Install Terraria in Steam. Run Terraria when Steam has installed the game. "
29193044 "Steam installs the xna framework for the game. Close Steam so that the "
29203045 "installer can continue."
3046
3047 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3048 #, sh-format
3049 msgid "If youve the extentions, you should install Tribunal first !"
3050 msgstr ""
29213051
29223052 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29233053 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30383168 "ndocumentation;\\nRight-click the game icon, \"Read the manual\" then check "
30393169 "pg 4-5."
30403170
3171 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3172 #, sh-format
3173 msgid "Please select the installation file to run."
3174 msgstr ""
3175
3176 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3177 #, sh-format
3178 msgid ""
3179 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3180 "your region.\\n 2. Leave only checked DirectX box."
3181 msgstr ""
3182
30413183 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30423184 #, sh-format
30433185 msgid ""
30463188 msgstr ""
30473189 "The game will fail to launch until you set "
30483190 "/proc/sys/kernel/yama/ptrace_scope to 0"
3191
3192 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3193 #, sh-format
3194 msgid "Other destination or other CD/DVD"
3195 msgstr ""
3196
3197 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3198 #, sh-format
3199 msgid "Retail CD"
3200 msgstr ""
3201
3202 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3203 #, sh-format
3204 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3205 msgstr ""
3206
3207 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3208 #, sh-format
3209 msgid "video fix"
3210 msgstr ""
30493211
30503212 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30513213 #, sh-format
31353297 msgid "Donwload finished.\\nPatches installation will begin"
31363298 msgstr "Download finished.\\nPatch installation(s) will begin"
31373299
3300 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3301 #, sh-format
3302 msgid "We will download the installer"
3303 msgstr ""
3304
31383305 #: PlayOnLinux_Scripts/Toontown_Online_:17
31393306 #, sh-format
31403307 msgid ""
31803347 msgid "Do you want to browse $TITLE website?"
31813348 msgstr "Do you want to browse the $TITLE website?"
31823349
3350 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3351 #, sh-format
3352 msgid ""
3353 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3354 "messenger, because it will won't work correctly."
3355 msgstr ""
3356
3357 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3358 #, sh-format
3359 msgid "Warning"
3360 msgstr ""
3361
31833362 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
31843363 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
31853364 #, sh-format
31903369 "The CD-ROM version is out to date. Do not forget to update $TITLE if you "
31913370 "want it to run correctly with $APPLICATION_TITLE"
31923371
3372 #: PlayOnLinux_Scripts/Watchtower_library_:49
3373 #, sh-format
3374 msgid "File Selection Error"
3375 msgstr ""
3376
3377 #: PlayOnLinux_Scripts/Watchtower_library_:49
3378 #, sh-format
3379 msgid ""
3380 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3381 msgstr ""
3382
31933383 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
31943384 #, sh-format
31953385 msgid ""
32093399 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32103400 #, sh-format
32113401 msgid ""
3212 "Attention: After installation is complete, the patcher will load. Please "
3213 "close the patcher before logging in or finish updating to complete the "
3214 "installation. After this, you can run \"$TITLE\" when setup is done"
3215 msgstr ""
3216 "Attention: After installation is complete, the patcher will load. Please "
3217 "close the patcher before logging in or finish updating to complete the "
3218 "installation. After this, you can run \"$TITLE\" when setup is done."
3402 "Attention:After installation is complete, the patcher will load. After, go "
3403 "to the top right of the patcher and click the wrench, Then Un-check the box "
3404 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3405 "minuite. When finished with this, please close the patcher before logging in "
3406 "or finish updating to complete the installation. After this, you can run "
3407 "\"$TITLE\" when setup is done"
3408 msgstr ""
32193409
32203410 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32213411 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32553445 "Please insert game media 5 into your disk drive\\nif not already done."
32563446 msgstr "Please insert game media 5 into your disk drive."
32573447
3448 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3449 #, sh-format
3450 msgid "Which region version of World of Warplanes would you like to install?"
3451 msgstr ""
3452
3453 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3454 #, sh-format
3455 msgid ""
3456 "Attention:After installation is complete, the patcher will load. After, go "
3457 "to the top right of the patcher and click the wrench, Then Un-check the box "
3458 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3459 "minute. When finished with this, please close the patcher before logging in "
3460 "or finish updating to complete the installation. After this, you can run "
3461 "\"$TITLE\" when setup is done"
3462 msgstr ""
3463
32583464 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32593465 #, sh-format
32603466 msgid ""
33103516 msgid "Please select the 32bit version of iTunes"
33113517 msgstr "Please select the 32bit version of iTunes"
33123518
3313 #: PlayOnLinux_Scripts/osu_:45
3519 #: PlayOnLinux_Scripts/osu_:46
33143520 #, sh-format
33153521 msgid ""
33163522 "Press next to start the updater. When the updater is finished, close it "
33353541 "has finished. Let DirectX install when asked. Make sure you set a 32-bit "
33363542 "resolution when rFactor Config comes up."
33373543
3338 #: bash/bug_report:31
3544 #: bash/bug_report:32
33393545 #, sh-format
33403546 msgid "Report a bug"
33413547 msgstr "Report a bug"
33423548
3343 #: bash/bug_report:36
3549 #: bash/bug_report:37
33443550 #, sh-format
33453551 msgid ""
33463552 "Please give the more details as you can, otherwise, it will be very "
33493555 "Please give as much detail as you can, otherwise, it will be very difficult "
33503556 "to help you."
33513557
3352 #: bash/bug_report:36
3558 #: bash/bug_report:37
33533559 #, sh-format
33543560 msgid ""
33553561 "This wizard will help you to report a bug about an officially supported "
33573563 msgstr ""
33583564 "This wizard will help you report a bug about an officially supported program."
33593565
3360 #: bash/bug_report:40
3566 #: bash/bug_report:41
33613567 #, sh-format
33623568 msgid ""
33633569 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33663572 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33673573 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
33683574
3369 #: bash/bug_report:46
3575 #: bash/bug_report:47
33703576 #, sh-format
33713577 msgid "I have a problem with a software"
33723578 msgstr "I have a problem with the software"
33733579
3374 #: bash/bug_report:46
3580 #: bash/bug_report:47
33753581 #, sh-format
33763582 msgid "My problem concerns $APPLICATION_TITLE itself"
33773583 msgstr "My problem concerns $APPLICATION_TITLE itself"
33783584
3379 #: bash/bug_report:46
3585 #: bash/bug_report:47
33803586 #, sh-format
33813587 msgid "What kind of problem do you have?"
33823588 msgstr "What kind of problem do you have?"
33833589
3384 #: bash/bug_report:50
3590 #: bash/bug_report:51
33853591 #, sh-format
33863592 msgid "Don't join any log file"
33873593 msgstr "Don't attach a log file"
33883594
3389 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3595 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
33903596 #: bash/manual_install:120 bash/manual_install:219
33913597 #, sh-format
33923598 msgid "Manual installation"
33933599 msgstr "Manual installation"
33943600
3395 #: bash/bug_report:54 bash/run_exe:24
3601 #: bash/bug_report:55 bash/run_exe:24
33963602 #, sh-format
33973603 msgid "Automatic installation"
33983604 msgstr "Automatic installation"
33993605
3400 #: bash/bug_report:65
3606 #: bash/bug_report:66
34013607 #, sh-format
34023608 msgid "Choose the log file corresponding to your software."
34033609 msgstr "Choose the log file corresponding to your software."
34043610
3405 #: bash/bug_report:69
3611 #: bash/bug_report:70
34063612 #, sh-format
34073613 msgid "Please give a very short description (title, english only)"
34083614 msgstr "Please give a very short description (title, english only)"
34093615
3410 #: bash/bug_report:72
3616 #: bash/bug_report:73
34113617 #, sh-format
34123618 msgid "Please explain your problem clearly (english only):"
34133619 msgstr "Please explain your problem clearly (english only):"
34143620
3415 #: bash/bug_report:76
3621 #: bash/bug_report:77
34163622 #, sh-format
34173623 msgid "Sorry, we need a detailed description."
34183624 msgstr "Sorry, we need a more detailed description."
34193625
3420 #: bash/bug_report:107
3626 #: bash/bug_report:108
34213627 #, sh-format
34223628 msgid ""
34233629 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34653671 msgstr "Choose the name of the virtual drive"
34663672
34673673 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3468 #: python/mainwindow.py:232
3674 #: python/mainwindow.py:234
34693675 #, sh-format
34703676 msgid "Run a local script"
34713677 msgstr "Run a local script"
35933799 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
35943800 msgstr "$APPLICATION_TITLE is making a virtual Windows hard drive"
35953801
3596 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3802 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
35973803 #, sh-format
35983804 msgid "$APPLICATION_TITLE first use"
35993805 msgstr "$APPLICATION_TITLE first use"
36003806
3601 #: bash/first_use:240
3807 #: bash/first_use:242
36023808 #, sh-format
36033809 msgid "$APPLICATION_TITLE is going to finish its preparation"
36043810 msgstr "$APPLICATION_TITLE is finishing its preparation"
36053811
3606 #: bash/first_use:240 bash/first_use:243
3812 #: bash/first_use:242 bash/first_use:245
36073813 #, sh-format
36083814 msgid "Please ensure you are connected to the internet."
36093815 msgstr "Please ensure you are connected to the internet."
36103816
3611 #: bash/first_use:243
3817 #: bash/first_use:245
36123818 #, sh-format
36133819 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36143820 msgstr "It appears it is the first time you are using $APPLICATION_TITLE."
36153821
3616 #: bash/first_use:243
3822 #: bash/first_use:245
36173823 #, sh-format
36183824 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36193825 msgstr "This wizard will help you prepare $APPLICATION_TITLE environment"
36203826
3621 #: bash/first_use:253
3827 #: bash/first_use:255
36223828 #, sh-format
36233829 msgid "Error while installing fonts"
36243830 msgstr "Error occured while installing fonts"
36253831
3626 #: bash/first_use:271
3832 #: bash/first_use:273
36273833 #, sh-format
36283834 msgid "Enjoy using $APPLICATION_TITLE"
36293835 msgstr "Enjoy using $APPLICATION_TITLE"
37423948 msgid "Use another version of Wine"
37433949 msgstr "Use another version of Wine"
37443950
3745 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3746 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3951 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3952 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37473953 #, sh-format
37483954 msgid "Configure Wine"
37493955 msgstr "Configure Wine"
37633969 msgid "What would you like to do before installation?"
37643970 msgstr "What would you like to do before installation?"
37653971
3766 #: bash/manual_install:230 lib/scripts.lib:437
3972 #: bash/manual_install:231 lib/scripts.lib:438
37673973 #, sh-format
37683974 msgid "Please make your choice"
37693975 msgstr "Please make a choice"
37703976
3771 #: bash/manual_install:258
3977 #: bash/manual_install:259
37723978 #, sh-format
37733979 msgid "Looking for runnable CD-ROMs"
37743980 msgstr "Looking for runnable CD-ROMs"
37753981
3776 #: bash/manual_install:281
3982 #: bash/manual_install:282
37773983 #, sh-format
37783984 msgid "Select another file"
37793985 msgstr "Select another file"
37803986
3781 #: bash/manual_install:289
3987 #: bash/manual_install:290
37823988 #, sh-format
37833989 msgid "Please choose a way to install your program"
37843990 msgstr "Please choose a way to install your program"
37853991
3786 #: bash/manual_install:298
3992 #: bash/manual_install:299
37873993 #, sh-format
37883994 msgid "Please select the install file to run."
37893995 msgstr "Please select the set-up file to run."
37903996
3791 #: bash/manual_install:328
3997 #: bash/manual_install:329
37923998 #, sh-format
37933999 msgid "You must choose a file!"
37944000 msgstr "You must choose a file!"
37954001
3796 #: bash/manual_install:334
4002 #: bash/manual_install:335
37974003 #, sh-format
37984004 msgid "$APPLICATION_TITLE is installing your application..."
37994005 msgstr "$APPLICATION_TITLE is installing your application..."
38714077 msgid "Extracting: "
38724078 msgstr "Extracting: "
38734079
3874 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4080 #: bash/playonlinux-pkg:111
38754081 #, sh-format
38764082 msgid "Running..."
38774083 msgstr "Running..."
38814087 msgid "Cleaning..."
38824088 msgstr "Cleaning..."
38834089
3884 #: bash/playonlinux_online:32
3885 #, sh-format
3886 msgid ""
3887 "This is the list of the scripts you sent to us. You can run one of them"
3888 msgstr ""
3889 "This is the list of the scripts you sent to us. You can run one of them"
3890
3891 #: bash/playonlinux_online:42
3892 #, sh-format
3893 msgid "You do not seems to have any personal script"
3894 msgstr "You do not seems to have any personal scripts"
3895
3896 #: bash/playonlinux_online:47
3897 #, sh-format
3898 msgid ""
3899 "If you have successfully installed a program with 'Install a non-listed\\"
3900 "nsoftware' button, it will allow you to add this program in our list"
3901 msgstr ""
3902 "If you have successfully installed a program with 'Install a non-listed "
3903 "software'\\nbutton, it will allow you to add this program to our list"
3904
3905 #: bash/playonlinux_online:47
3906 #, sh-format
3907 msgid "This tools will allow you to help us :"
3908 msgstr "This tools will allow you to help us :"
3909
3910 #: bash/playonlinux_online:47
3911 #, sh-format
3912 msgid ""
3913 "We're going to ask you some questions, please be as much accurate as\\"
3914 "npossible"
3915 msgstr ""
3916 "We're going to ask you some questions, please be as accurate as\\npossible"
3917
3918 #: bash/playonlinux_online:55
3919 #, sh-format
3920 msgid "Choose the file corresponding to your program."
3921 msgstr "Choose the file corresponding to your program."
3922
3923 #: bash/playonlinux_online:59
3924 #, sh-format
3925 msgid "Does your program run?"
3926 msgstr "Does your program run?"
3927
3928 #: bash/playonlinux_online:62
3929 #, sh-format
3930 msgid "What is the title of your program?"
3931 msgstr "What is the title of your program?"
3932
3933 #: bash/playonlinux_online:64
3934 #, sh-format
3935 msgid "What is the editor of your program?"
3936 msgstr "What is the editor for your program?"
3937
3938 #: bash/playonlinux_online:66
3939 #, sh-format
3940 msgid "What is the editor website of your program?"
3941 msgstr "What is the editor website for your program?"
3942
3943 #: bash/playonlinux_online:69 python/install.py:210
3944 #, sh-format
3945 msgid "Accessories"
3946 msgstr "Accessories"
3947
3948 #: bash/playonlinux_online:69 python/install.py:211
3949 #, sh-format
3950 msgid "Development"
3951 msgstr "Development"
3952
3953 #: bash/playonlinux_online:69 python/install.py:212
3954 #, sh-format
3955 msgid "Education"
3956 msgstr "Education"
3957
3958 #: bash/playonlinux_online:69 python/install.py:213
3959 #, sh-format
3960 msgid "Games"
3961 msgstr "Games"
3962
3963 #: bash/playonlinux_online:69 python/install.py:214
3964 #, sh-format
3965 msgid "Graphics"
3966 msgstr "Graphics"
3967
3968 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3969 #: python/options.py:384
3970 #, sh-format
3971 msgid "Internet"
3972 msgstr "Internet"
3973
3974 #: bash/playonlinux_online:69 python/install.py:216
3975 #, sh-format
3976 msgid "Multimedia"
3977 msgstr "Multimedia"
3978
3979 #: bash/playonlinux_online:69 python/install.py:217
3980 #, sh-format
3981 msgid "Office"
3982 msgstr "Office"
3983
3984 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3985 #, sh-format
3986 msgid "Other"
3987 msgstr "Other"
3988
3989 #: bash/playonlinux_online:69 python/install.py:219
3990 #, sh-format
3991 msgid "Patches"
3992 msgstr "Patches"
3993
3994 #: bash/playonlinux_online:69
3995 #, sh-format
3996 msgid "Select a category for your program"
3997 msgstr "Select a category for your program"
3998
3999 #: bash/playonlinux_online:69 python/install.py:258
4000 #, sh-format
4001 msgid "Testing"
4002 msgstr "Testing"
4003
4004 #: bash/playonlinux_online:72
4005 #, sh-format
4006 msgid ""
4007 "What feature of your program does not work?\\nIf everything works, please "
4008 "mention it"
4009 msgstr ""
4010 "What features of your program do not work?\\nIf everything works, please put "
4011 "that everything works."
4012
4013 #: bash/playonlinux_online:74
4014 #, sh-format
4015 msgid "Write any change you made to wine configuration here:"
4016 msgstr "Write any change you make to wine configuration here:"
4017
4018 #: bash/playonlinux_online:102
4019 #, sh-format
4020 msgid "You must be able to run this program!"
4021 msgstr "You must be able to run this program!"
4022
4023 #: bash/playonlinux_online:107
4024 #, sh-format
4025 msgid "Run one of your personal scripts"
4026 msgstr "Run one of your personal scripts"
4027
4028 #: bash/playonlinux_online:108
4029 #, sh-format
4030 msgid "Send to us a working script generated by manual installation"
4031 msgstr "Send us a working script generated by a manual installation"
4032
4033 #: bash/playonlinux_online:109
4034 #, sh-format
4035 msgid "Logout"
4036 msgstr "Logout"
4037
4038 #: bash/playonlinux_online:110
4039 #, sh-format
4040 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4041 msgstr "You are connected to $APPLICATION_TITLE as $POL_LOGIN"
4042
4043 #: bash/playonlinux_online:124
4044 #, sh-format
4045 msgid ""
4046 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4047 "safely close this window"
4048 msgstr ""
4049 "You have been successfully logged out of $APPLICATION_TITLE.\\nYou can "
4050 "safely close this window"
4051
4052 #: bash/polconfigurator:33
4090 #: bash/polconfigurator:34
40534091 #, sh-format
40544092 msgid "Killing programs in the virtual drive..."
40554093 msgstr "Terminating programs in the virtual drive..."
40564094
4057 #: bash/polconfigurator:79
4095 #: bash/polconfigurator:86
40584096 #, sh-format
40594097 msgid "Icon selection"
40604098 msgstr "Icon selection"
40614099
4062 #: bash/polconfigurator:79
4100 #: bash/polconfigurator:86
40634101 #, sh-format
40644102 msgid "Please select an icon file"
40654103 msgstr "Please select an icon file"
40664104
4067 #: bash/polconfigurator:86
4105 #: bash/polconfigurator:93
40684106 #, sh-format
40694107 msgid "Bad file extension"
40704108 msgstr "Bad file extension"
40714109
4072 #: bash/polconfigurator:86
4110 #: bash/polconfigurator:93
40734111 #, sh-format
40744112 msgid "is not an icon extension"
40754113 msgstr "is not an icon extension"
40764114
4077 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4078 #: python/mainwindow.py:621
4115 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4116 #: python/mainwindow.py:619
40794117 #, sh-format
40804118 msgid "Registry Editor"
40814119 msgstr "Registry Editor"
40824120
4083 #: bash/polconfigurator:97
4121 #: bash/polconfigurator:104
40844122 #, sh-format
40854123 msgid "Kill all prefix processes"
40864124 msgstr "Terminate all prefix processes"
40874125
4088 #: bash/polconfigurator:98
4126 #: bash/polconfigurator:105
40894127 #, sh-format
40904128 msgid "Update wineprefix"
40914129 msgstr "Update wineprefix"
40924130
4093 #: bash/polconfigurator:99
4131 #: bash/polconfigurator:106
40944132 #, sh-format
40954133 msgid "Simulate Windows reboot"
40964134 msgstr "Simulate Windows reboot"
40974135
4098 #: bash/polconfigurator:100
4136 #: bash/polconfigurator:107
40994137 #, sh-format
41004138 msgid "Use Advanced Wine Configuration plugin"
41014139 msgstr "Use Advanced Wine Configuration plug-in"
41024140
4103 #: bash/polconfigurator:101
4141 #: bash/polconfigurator:108
41044142 #, sh-format
41054143 msgid "Use PlayOnLinux's configurator for"
41064144 msgstr "Use PlayOnLinux's configurator for"
41074145
4108 #: bash/polconfigurator:103
4146 #: bash/polconfigurator:110
41094147 #, sh-format
41104148 msgid "Change the icon"
41114149 msgstr "Change the icon"
41124150
4113 #: bash/polconfigurator:104
4151 #: bash/polconfigurator:111
41144152 #, sh-format
41154153 msgid "Use WineTricks"
41164154 msgstr "Use WineTricks"
41174155
4118 #: bash/polconfigurator:123
4156 #: bash/polconfigurator:130
41194157 #, sh-format
41204158 msgid "Please choose an action to perform"
41214159 msgstr "Please choose an action to perform"
41704208 msgid "Please choose a CD-ROM to eject"
41714209 msgstr "Please choose a CD-ROM to eject"
41724210
4173 #: bash/run_app:83
4211 #: bash/run_app:85
41744212 #, sh-format
41754213 msgid "Please choose a software to run"
41764214 msgstr "Please choose the software to run"
41774215
4178 #: bash/run_app:114
4216 #: bash/run_app:116
41794217 #, sh-format
41804218 msgid "$APPLICATION_TITLE debugger is starting..."
41814219 msgstr "$APPLICATION_TITLE debugger is starting..."
41824220
4183 #: bash/run_app:117
4221 #: bash/run_app:119
41844222 #, sh-format
41854223 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
41864224 msgstr "$PACKAGE crashed.\\nClick on debug link to get more details."
41874225
4188 #: bash/run_app:119
4226 #: bash/run_app:121
41894227 #, sh-format
41904228 msgid "$PACKAGE crashed."
41914229 msgstr "$PACKAGE crashed."
42464284 "old settings ?"
42474285
42484286 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4249 #: lib/playonlinux.lib:717
4287 #: lib/playonlinux.lib:720
42504288 #, sh-format
42514289 msgid "$APPLICATION_TITLE Uninstaller"
42524290 msgstr "$APPLICATION_TITLE Uninstaller"
42664304 msgid "This wizard will help you to uninstall: "
42674305 msgstr "This wizard will help you to uninstall: "
42684306
4269 #: bash/uninstall:65 lib/playonlinux.lib:717
4307 #: bash/uninstall:65 lib/playonlinux.lib:720
42704308 #, sh-format
42714309 msgid "Uninstalling..."
42724310 msgstr "Uninstalling..."
43354373 "information"
43364374
43374375 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4338 #: lib/wine.lib:955 lib/wine.lib:1036
4376 #: lib/wine.lib:970 lib/wine.lib:1051
43394377 #, sh-format
43404378 msgid "Please wait while the virtual drive is being created..."
43414379 msgstr "Please wait while the virtual drive is being created..."
43504388 msgid "Setting Program Files var"
43514389 msgstr "Setting Program Files var"
43524390
4353 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4354 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4391 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4392 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43554393 #, sh-format
43564394 msgid "This function is disabled in the PlayOnlinux environment."
43574395 msgstr "This function is disabled in the PlayOnLinux environment."
43584396
4359 #: lib/playonlinux.lib:334
4397 #: lib/playonlinux.lib:336
43604398 #, sh-format
43614399 msgid ""
43624400 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43674405 "valid\\n\\nPlayOnLinux has not approved this script and will not be "
43684406 "responsible for it.\\nPlease ensure you know what you are doing !"
43694407
4370 #: lib/playonlinux.lib:335
4408 #: lib/playonlinux.lib:337
43714409 #, sh-format
43724410 msgid "Here the source code of the script. Check it carefully"
43734411 msgstr "Here the source code of the script. Check it carefully"
43744412
4375 #: lib/playonlinux.lib:357
4413 #: lib/playonlinux.lib:359
43764414 #, sh-format
43774415 msgid ""
43784416 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43834421 "valid\\n\\n$APPLICATION_TITLE has not approved this script and will not be "
43844422 "responsible for it.\\nPlease ensure you know what you are doing!"
43854423
4386 #: lib/playonlinux.lib:358
4424 #: lib/playonlinux.lib:360
43874425 #, sh-format
43884426 msgid "External library"
43894427 msgstr "External library"
43904428
4391 #: lib/playonlinux.lib:358
4429 #: lib/playonlinux.lib:360
43924430 #, sh-format
43934431 msgid "Here the source code of the script. Check it carrefully"
43944432 msgstr "Here the source code of the script. Check it carrefully"
43954433
4396 #: lib/playonlinux.lib:591
4434 #: lib/playonlinux.lib:593
43974435 #, sh-format
43984436 msgid "Making shortcut..."
43994437 msgstr "Making shortcut..."
44004438
4401 #: lib/playonlinux.lib:715
4439 #: lib/playonlinux.lib:718
44024440 #, sh-format
44034441 msgid "Do you want to delete the virtual drive:"
44044442 msgstr "Do you want to delete the virtual drive:"
44054443
4406 #: lib/playonlinux.lib:826
4444 #: lib/playonlinux.lib:831
44074445 #, sh-format
44084446 msgid ""
44094447 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44124450 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44134451 "from working\\n\\n$FilePath"
44144452
4415 #: lib/playonlinux.lib:827
4453 #: lib/playonlinux.lib:832
44164454 #, sh-format
44174455 msgid ""
44184456 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44214459 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44224460 "from working\\n\\n$FilePath"
44234461
4424 #: lib/playonlinux.lib:828
4462 #: lib/playonlinux.lib:833
44254463 #, sh-format
44264464 msgid ""
44274465 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44304468 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44314469 "from working\\n\\n$FilePath"
44324470
4433 #: lib/playonlinux.lib:829
4471 #: lib/playonlinux.lib:834
44344472 #, sh-format
44354473 msgid ""
44364474 "The following file is located on a noexec mounted filesystem.\\nIt might "
44394477 "The following file is located on a noexec mounted filesystem.\\nIt might "
44404478 "prevent wine from working\\n\\n$FilePath"
44414479
4442 #: lib/plugins.lib:65
4480 #: lib/plugins.lib:66
44434481 #, sh-format
44444482 msgid "Checking plugin: "
44454483 msgstr "Checking plug-in: "
44464484
4447 #: lib/plugins.lib:93
4485 #: lib/plugins.lib:94
44484486 #, sh-format
44494487 msgid "New: "
44504488 msgstr "New: "
44514489
4452 #: lib/plugins.lib:93
4490 #: lib/plugins.lib:94
44534491 #, sh-format
44544492 msgid "Updating plugin. Previous: "
44554493 msgstr "Updating plug-in. Previous: "
44564494
4457 #: lib/plugins.lib:112
4495 #: lib/plugins.lib:113
44584496 #, sh-format
44594497 msgid "Installing plugin: "
44604498 msgstr "Installing plug-in: "
44734511 msgid "Function override detected, disabling bug reporting"
44744512 msgstr "Function override detected, disabling bug reporting"
44754513
4476 #: lib/scripts.lib:499 lib/scripts.lib:565
4514 #: lib/scripts.lib:500 lib/scripts.lib:566
44774515 #, sh-format
44784516 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
44794517 msgstr "NoT enough space to download:\\n$URL ($neededSpace KB needed)"
44804518
4481 #: lib/scripts.lib:501 lib/scripts.lib:784
4519 #: lib/scripts.lib:502 lib/scripts.lib:785
44824520 #, sh-format
44834521 msgid "Please wait while $APPLICATION_TITLE is downloading:"
44844522 msgstr "Please wait while $APPLICATION_TITLE is downloading:"
44854523
4486 #: lib/scripts.lib:503 lib/scripts.lib:570
4524 #: lib/scripts.lib:504 lib/scripts.lib:571
44874525 #, sh-format
44884526 msgid "An error happened during download."
44894527 msgstr "An error occured during download."
44904528
4491 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4492 #: lib/scripts.lib:586
4529 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4530 #: lib/scripts.lib:587
44934531 #, sh-format
44944532 msgid "Do you want to retry?"
44954533 msgstr "Do you want to retry?"
44964534
4497 #: lib/scripts.lib:522 lib/scripts.lib:586
4535 #: lib/scripts.lib:523 lib/scripts.lib:587
44984536 #, sh-format
44994537 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45004538 msgstr ""
45014539 "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45024540
4503 #: lib/scripts.lib:689
4541 #: lib/scripts.lib:690
45044542 #, sh-format
45054543 msgid ""
45064544 "7z not installed, please check that you have 7zip installed and try again"
45074545 msgstr ""
45084546 "7z not installed, please check that you have 7zip installed and try again"
45094547
4510 #: lib/scripts.lib:696
4548 #: lib/scripts.lib:697
45114549 #, sh-format
45124550 msgid "Failed to locate ${dest} from ${archive}"
45134551 msgstr "Failed to locate ${dest} from ${archive}"
45144552
4515 #: lib/scripts.lib:700
4553 #: lib/scripts.lib:701
45164554 #, sh-format
45174555 msgid "Extracting ${filename} from ${archivename}"
45184556 msgstr "Extracting ${filename} from ${archivename}"
45194557
4520 #: lib/scripts.lib:715
4558 #: lib/scripts.lib:716
45214559 #, sh-format
45224560 msgid "Extracted file size does not match!"
45234561 msgstr "Extracted file size does not match!"
45244562
4525 #: lib/scripts.lib:746
4563 #: lib/scripts.lib:747
45264564 #, sh-format
45274565 msgid "Copying ${filename}"
45284566 msgstr "Copying ${filename}"
45294567
4530 #: lib/scripts.lib:759
4568 #: lib/scripts.lib:760
45314569 #, sh-format
45324570 msgid "File size does not match!"
45334571 msgstr "File size does not match!"
45344572
4535 #: lib/scripts.lib:903
4573 #: lib/scripts.lib:904
45364574 #, sh-format
45374575 msgid ""
45384576 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45414579 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45424580 "n$APPLICATION_TITLE $NEEDED is required."
45434581
4544 #: lib/scripts.lib:918
4582 #: lib/scripts.lib:919
45454583 #, sh-format
45464584 msgid ""
45474585 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45504588 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45514589 "$NEEDED is recommended to continue."
45524590
4553 #: lib/scripts.lib:949
4591 #: lib/scripts.lib:950
45544592 #, sh-format
45554593 msgid "$AUTHOR profile"
45564594 msgstr "$AUTHOR's profile"
45994637 "One or more program(s) are missing. Please install them and run the script "
46004638 "again."
46014639
4602 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4640 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46034641 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46044642 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46054643 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46114649 #, sh-format
46124650 msgid "Where is mounted your CD-ROM?"
46134651 msgstr "Where is your CD-ROM mounted?"
4652
4653 #: lib/setupwindow.lib:349 python/install.py:218
4654 #, sh-format
4655 msgid "Other"
4656 msgstr "Other"
46144657
46154658 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46164659 #, sh-format
47384781 msgid "I don't want to make another shortcut"
47394782 msgstr "I don't want to make another shortcut"
47404783
4741 #: lib/setupwindow.lib:711 python/guiv3.py:158
4784 #: lib/setupwindow.lib:711 python/guiv3.py:163
47424785 #, sh-format
47434786 msgid "Browse"
47444787 msgstr "Browse"
47454788
4789 #: lib/setupwindow.lib:739
4790 #, sh-format
4791 msgid "A shortcut by that name already exists, overwrite?"
4792 msgstr ""
4793
47464794 #: lib/website.lib:29
47474795 #, sh-format
47484796 msgid "Connect to your $APPLICATION_TITLE account"
47624810 "Failed to connect!\\nPlease ensure that your login and your password are "
47634811 "correct."
47644812
4765 #: lib/wine.lib:367
4813 #: lib/wine.lib:371
47664814 #, sh-format
47674815 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
47684816 msgstr "Please wait while $APPLICATION_TITLE scans your hardware..."
47694817
4770 #: lib/wine.lib:373
4818 #: lib/wine.lib:377
47714819 #, sh-format
47724820 msgid "Select the main videocard to report:"
47734821 msgstr "Select the main videocard to report:"
47744822
4775 #: lib/wine.lib:538 lib/wine.lib:703
4823 #: lib/wine.lib:549 lib/wine.lib:714
47764824 #, sh-format
47774825 msgid ""
47784826 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
47814829 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
47824830 "message."
47834831
4784 #: lib/wine.lib:763
4832 #: lib/wine.lib:775
47854833 #, sh-format
47864834 msgid "Unable to find version: "
47874835 msgstr "Unable to find version: "
47884836
4789 #: lib/wine.lib:769 lib/wine.lib:770
4837 #: lib/wine.lib:781 lib/wine.lib:782
47904838 #, sh-format
47914839 msgid "Downloading Wine: "
47924840 msgstr "Downloading Wine: "
47934841
4794 #: lib/wine.lib:779
4842 #: lib/wine.lib:791
47954843 #, sh-format
47964844 msgid "The download seems to have failed."
47974845 msgstr "The download appears to have failed."
47984846
4799 #: lib/wine.lib:781
4847 #: lib/wine.lib:793
48004848 #, sh-format
48014849 msgid "Extracting Wine..."
48024850 msgstr "Extracting Wine..."
48034851
4804 #: lib/wine.lib:961
4852 #: lib/wine.lib:976
48054853 #, sh-format
48064854 msgid "Overwrite (usually works, no guarantee)"
48074855 msgstr "Overwrite (usually works, no guarantee)"
48084856
4809 #: lib/wine.lib:962
4857 #: lib/wine.lib:977
48104858 #, sh-format
48114859 msgid "Erase (virtual drive content will be lost)"
48124860 msgstr "Erase (virtual drive content will be lost)"
48134861
4814 #: lib/wine.lib:976
4862 #: lib/wine.lib:991
48154863 #, sh-format
48164864 msgid "The target virtual drive $PREFNAME already exists:"
48174865 msgstr "The target virtual drive $PREFNAME already exists:"
48184866
4819 #: lib/wine.lib:1156 lib/wine.lib:1186
4867 #: lib/wine.lib:1171 lib/wine.lib:1201
48204868 #, sh-format
48214869 msgid "Please wait while $SOFTNAME is installed..."
48224870 msgstr "Please wait while $SOFTNAME is installed..."
48234871
4824 #: lib/wine.lib:1160 lib/wine.lib:1189
4872 #: lib/wine.lib:1175 lib/wine.lib:1204
48254873 #, sh-format
48264874 msgid ""
48274875 "Be careful! This will kill install process. If it is not finished, you will "
48304878 "Be careful! This will terminate the install process. If it is not finished, "
48314879 "you will have to reinstall $SOFTNAME"
48324880
4833 #: lib/wine.lib:1160 lib/wine.lib:1189
4881 #: lib/wine.lib:1175 lib/wine.lib:1204
48344882 #, sh-format
48354883 msgid "Install is done"
48364884 msgstr "Install has finished!"
48374885
4838 #: lib/wine.lib:1193 lib/wine.lib:1194
4886 #: lib/wine.lib:1208 lib/wine.lib:1209
48394887 #, sh-format
48404888 msgid "Press next only when the installation process is finished"
48414889 msgstr "Press next only when the installation process has finished."
48424890
4843 #: lib/wine.lib:1202
4891 #: lib/wine.lib:1217
48444892 #, sh-format
48454893 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48464894 msgstr "Please wait while $APPLICATION_TITLE simulates a reboot..."
48594907 "To uninstall a program cleanly with {0}, you must delete the virtual drive "
48604908 "associated with it."
48614909
4862 #: python/configure.py:197 python/configure.py:694
4910 #: python/configure.py:196 python/configure.py:703
48634911 msgid "General"
48644912 msgstr "General"
48654913
4866 #: python/configure.py:200
4914 #: python/configure.py:199
48674915 msgid "Make a new shortcut from this virtual drive"
48684916 msgstr "Make a new shortcut from this virtual drive"
48694917
4870 #: python/configure.py:201
4918 #: python/configure.py:200
48714919 msgid "Name"
48724920 msgstr "Name"
48734921
4874 #: python/configure.py:202
4922 #: python/configure.py:201
48754923 msgid "Wine version"
48764924 msgstr "Wine version"
48774925
4878 #: python/configure.py:203
4926 #: python/configure.py:202
48794927 msgid "Debug flags"
48804928 msgstr "Debug flags"
48814929
4882 #: python/configure.py:205
4930 #: python/configure.py:204
48834931 msgid "Virtual drive"
48844932 msgstr "Virtual drive"
48854933
4886 #: python/configure.py:207
4934 #: python/configure.py:206
48874935 msgid "Arguments"
48884936 msgstr "Arguments"
48894937
4890 #: python/configure.py:211
4938 #: python/configure.py:210
48914939 msgid "Run configuration wizard"
48924940 msgstr "Run configuration wizard"
48934941
4894 #: python/configure.py:248
4942 #: python/configure.py:247
48954943 msgid "Windows reboot"
48964944 msgstr "Windows reboot"
48974945
4898 #: python/configure.py:256
4946 #: python/configure.py:255
48994947 msgid "Repair virtual drive"
49004948 msgstr "Repair virtual drive"
49014949
4902 #: python/configure.py:265
4950 #: python/configure.py:264
49034951 msgid "Command prompt"
49044952 msgstr "Command Prompt"
49054953
4906 #: python/configure.py:272
4954 #: python/configure.py:271
49074955 msgid "Task manager"
49084956 msgstr "Task Manager"
49094957
4910 #: python/configure.py:280
4958 #: python/configure.py:279
49114959 msgid "Kill processes"
49124960 msgstr "Kill processes"
49134961
4914 #: python/configure.py:287
4962 #: python/configure.py:286
49154963 msgid "Wine uninstaller"
49164964 msgstr "Wine Uninstaller"
49174965
4918 #: python/configure.py:312
4966 #: python/configure.py:311
49194967 msgid ""
49204968 "Be careful! Installing one of these components can break your virtual drive."
49214969 msgstr ""
49224970 "Be careful! Installing one of these components could break your virtual "
49234971 "drive."
49244972
4925 #: python/configure.py:334 python/install.py:285 python/install.py:289
4926 #: python/mainwindow.py:197 python/mainwindow.py:350
4973 #: python/configure.py:333 python/install.py:285 python/install.py:289
4974 #: python/mainwindow.py:199 python/mainwindow.py:348
49274975 msgid "Install"
49284976 msgstr "Install"
49294977
4930 #: python/configure.py:395
4978 #: python/configure.py:388
49314979 msgid "Open program's directory"
49324980 msgstr "Open program's directory"
49334981
4934 #: python/configure.py:418
4982 #: python/configure.py:411
49354983 msgid "Open virtual drive's directory"
49364984 msgstr "Open virtual drive's directory"
49374985
4938 #: python/configure.py:560
4986 #: python/configure.py:555
49394987 msgid "GLSL Support"
49404988 msgstr "GLSL Support"
49414989
4942 #: python/configure.py:561
4990 #: python/configure.py:556
49434991 msgid "Direct Draw Renderer"
49444992 msgstr "Direct Draw Renderer"
49454993
4946 #: python/configure.py:562
4994 #: python/configure.py:557
49474995 msgid "Video memory size"
49484996 msgstr "Video memory size"
49494997
4950 #: python/configure.py:563
4998 #: python/configure.py:558
49514999 msgid "Offscreen rendering mode"
49525000 msgstr "Off-Screen rendering mode"
49535001
4954 #: python/configure.py:564
5002 #: python/configure.py:559
49555003 msgid "Render target mode lock"
49565004 msgstr "Render target mode lock"
49575005
4958 #: python/configure.py:565
5006 #: python/configure.py:560
49595007 msgid "Multisampling"
49605008 msgstr "Multisampling"
49615009
4962 #: python/configure.py:566
5010 #: python/configure.py:561
49635011 msgid "Strict Draw Ordering"
49645012 msgstr "Strict Draw Ordering"
49655013
4966 #: python/configure.py:576
5014 #: python/configure.py:571
49675015 msgid "Mouse warp override"
49685016 msgstr "Mouse warp override"
49695017
4970 #: python/configure.py:578
5018 #: python/configure.py:573
49715019 msgid "Open a shell"
49725020 msgstr "Open a Shell"
49735021
4974 #: python/configure.py:579
5022 #: python/configure.py:574
49755023 msgid "Run a .exe file in this virtual drive"
49765024 msgstr "Run a Windows Executable (.exe) file in this virtual drive"
49775025
4978 #: python/configure.py:580
5026 #: python/configure.py:575
49795027 msgid "Command to exec before running the program"
49805028 msgstr "Command to exec before running the program"
49815029
4982 #: python/configure.py:591
5030 #: python/configure.py:585
5031 msgid ""
5032 "Warning:\n"
5033 "\n"
5034 "Any program still running in this virtual drive will be terminated before "
5035 "Wine version is changed.\n"
5036 "Are you sure you want to continue?"
5037 msgstr ""
5038
5039 #: python/configure.py:596
49835040 msgid ""
49845041 "Be careful!\n"
49855042 "If you change "
49875044 "Be careful!\n"
49885045 "If you change "
49895046
4990 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5047 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
49915048 msgid "{0} configuration"
49925049 msgstr "{0} configuration"
49935050
4994 #: python/configure.py:659
5051 #: python/configure.py:664
49955052 msgid "Please select a program or a virtual drive to configure"
49965053 msgstr "Please select a program or a virtual drive to configure"
49975054
4998 #: python/configure.py:677 python/options.py:280
5055 #: python/configure.py:683 python/configure.py:686 python/options.py:280
49995056 msgid "New"
50005057 msgstr "New"
50015058
5002 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5003 #: python/mainwindow.py:596 python/options.py:207
5059 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5060 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50045061 msgid "Remove"
50055062 msgstr "Remove"
50065063
5007 #: python/configure.py:696
5064 #: python/configure.py:705
50085065 msgid "Install components"
50095066 msgstr "Install components"
50105067
5011 #: python/configure.py:697 python/mainwindow.py:332
5068 #: python/configure.py:706 python/mainwindow.py:330
50125069 msgid "Display"
50135070 msgstr "Display"
50145071
5015 #: python/configure.py:698
5072 #: python/configure.py:707
50165073 msgid "Miscellaneous"
50175074 msgstr "Miscellaneous"
50185075
5019 #: python/configure.py:726
5076 #: python/configure.py:735
50205077 msgid "This virtual drive is protected"
50215078 msgstr "This virtual drive is protected"
50225079
5023 #: python/configure.py:728
5080 #: python/configure.py:737
50245081 msgid "Are you sure you want to delete {0} virtual drive ?"
50255082 msgstr "Are you sure you want to delete the {0} virtual drive ?"
50265083
5027 #: python/configure.py:735
5084 #: python/configure.py:744
50285085 msgid "Are you sure you want to delete {0} ?"
50295086 msgstr "Are you sure you want to delete {0} ?"
50305087
5031 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5032 #: python/mainwindow.py:997
5088 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5089 #: python/mainwindow.py:995
50335090 msgid "{0} debugger"
50345091 msgstr "{0} debugger"
50355092
50375094 msgid "Please select a debug file"
50385095 msgstr "Please select a debug file"
50395096
5040 #: python/debug.py:76
5097 #: python/debug.py:78
50415098 msgid "Locate this logfile"
50425099 msgstr "Locate this logfile"
50435100
5044 #: python/debug.py:99
5101 #: python/debug.py:101
50455102 msgid "The file is named : {0}"
50465103 msgstr "The file is named : {0}"
50475104
5048 #: python/debug.py:153 python/debug.py:207
5105 #: python/debug.py:189 python/debug.py:245
50495106 msgid "Virtual drives"
50505107 msgstr "Virtual drives"
50515108
5052 #: python/debug.py:184
5109 #: python/debug.py:222
50535110 msgid "Report a problem about {0}"
50545111 msgstr "Report a problem about {0}"
50555112
5056 #: python/debug.py:206
5113 #: python/debug.py:244
50575114 msgid "Install scripts"
50585115 msgstr "Install scripts"
50595116
50785135 msgid "Next"
50795136 msgstr "Next"
50805137
5081 #: python/guiv3.py:166
5138 #: python/guiv3.py:171
50825139 msgid "I Agree"
50835140 msgstr "I Agree"
50845141
5085 #: python/guiv3.py:167
5142 #: python/guiv3.py:172
50865143 msgid "Show virtual drives"
50875144 msgstr "Show virtual drives"
50885145
5089 #: python/guiv3.py:188
5146 #: python/guiv3.py:193
50905147 msgid "Login: "
50915148 msgstr "Login: "
50925149
5093 #: python/guiv3.py:189
5150 #: python/guiv3.py:194
50945151 msgid "Password: "
50955152 msgstr "Password: "
50965153
5097 #: python/guiv3.py:192
5154 #: python/guiv3.py:197
50985155 msgid "Register"
50995156 msgstr "Register"
51005157
5101 #: python/guiv3.py:288
5158 #: python/guiv3.py:302
51025159 msgid "MB downloaded"
51035160 msgstr "MB downloaded"
51045161
5105 #: python/guiv3.py:288
5162 #: python/guiv3.py:302
51065163 msgid "of"
51075164 msgstr "of"
51085165
5109 #: python/guiv3.py:749
5166 #: python/guiv3.py:769
51105167 msgid "You cannot close this window"
51115168 msgstr "You cannot close this window"
51125169
51145171 msgid "No description"
51155172 msgstr "No description"
51165173
5117 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5174 #: python/install.py:210
5175 msgid "Accessories"
5176 msgstr "Accessories"
5177
5178 #: python/install.py:211
5179 msgid "Development"
5180 msgstr "Development"
5181
5182 #: python/install.py:212
5183 msgid "Education"
5184 msgstr "Education"
5185
5186 #: python/install.py:213
5187 msgid "Games"
5188 msgstr "Games"
5189
5190 #: python/install.py:214
5191 msgid "Graphics"
5192 msgstr "Graphics"
5193
5194 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5195 msgid "Internet"
5196 msgstr "Internet"
5197
5198 #: python/install.py:216
5199 msgid "Multimedia"
5200 msgstr "Multimedia"
5201
5202 #: python/install.py:217
5203 msgid "Office"
5204 msgstr "Office"
5205
5206 #: python/install.py:219
5207 msgid "Patches"
5208 msgstr "Patches"
5209
5210 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51185211 msgid "Search"
51195212 msgstr "Search"
51205213
51215214 #: python/install.py:252
51225215 msgid "Include:"
51235216 msgstr "Include:"
5217
5218 #: python/install.py:258
5219 msgid "Testing"
5220 msgstr "Testing"
51245221
51255222 #: python/install.py:263
51265223 msgid "No-cd needed"
51925289 "The only workaround is to use 'no-cd' patches, but since those can also be "
51935290 "used for piracy purposes we won't give any support on this matter."
51945291
5195 #: python/irc.py:137
5292 #: python/irc.py:139
51965293 msgid "Send"
51975294 msgstr "Send"
51985295
5199 #: python/irc.py:138
5296 #: python/irc.py:140
52005297 msgid "Connect"
52015298 msgstr "Connect"
52025299
5203 #: python/irc.py:139
5300 #: python/irc.py:141
52045301 msgid "Disconnect"
52055302 msgstr "Disconnect"
52065303
5207 #: python/irc.py:140
5304 #: python/irc.py:142
52085305 msgid "Leave"
52095306 msgstr "Leave"
52105307
5211 #: python/irc.py:227
5308 #: python/irc.py:229
52125309 msgid "Join a channel"
52135310 msgstr "Join a channel"
52145311
5215 #: python/irc.py:257 python/mainwindow.py:725
5312 #: python/irc.py:259 python/mainwindow.py:723
52165313 msgid "Messenger"
52175314 msgstr "Messenger"
52185315
5219 #: python/irc.py:273
5316 #: python/irc.py:275
52205317 msgid ""
52215318 "If you close this window, you cannot read further replies. Are you sure that "
52225319 "you want to close it?"
52465343 msgid "{0} error"
52475344 msgstr "{0} error"
52485345
5249 #: python/mainwindow.py:73
5346 #: python/mainwindow.py:75
52505347 msgid "{0} website is unavailable. Please check your connection"
52515348 msgstr "{0} website is unavailable. Please check your connection"
52525349
5253 #: python/mainwindow.py:75
5350 #: python/mainwindow.py:77
52545351 msgid "Refreshing {0}"
52555352 msgstr "Refreshing {0}"
52565353
5257 #: python/mainwindow.py:90 python/mainwindow.py:92
5354 #: python/mainwindow.py:92 python/mainwindow.py:94
52585355 msgid "An updated version of {0} is available"
52595356 msgstr "An updated version of {0} is available"
52605357
5261 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5358 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
52625359 msgid "Run"
52635360 msgstr "Run"
52645361
5265 #: python/mainwindow.py:200
5362 #: python/mainwindow.py:202
52665363 msgid "Donate"
52675364 msgstr "Donate"
52685365
5269 #: python/mainwindow.py:201
5366 #: python/mainwindow.py:203
52705367 msgid "Exit"
52715368 msgstr "Exit"
52725369
5273 #: python/mainwindow.py:205
5370 #: python/mainwindow.py:207
52745371 msgid "Small icons"
52755372 msgstr "Small icons"
52765373
5277 #: python/mainwindow.py:206
5374 #: python/mainwindow.py:208
52785375 msgid "Medium icons"
52795376 msgstr "Medium icons"
52805377
5281 #: python/mainwindow.py:207
5378 #: python/mainwindow.py:209
52825379 msgid "Large icons"
52835380 msgstr "Large icons"
52845381
5285 #: python/mainwindow.py:208
5382 #: python/mainwindow.py:210
52865383 msgid "Very large icons"
52875384 msgstr "Very large icons"
52885385
5289 #: python/mainwindow.py:220
5386 #: python/mainwindow.py:222
52905387 msgid "Manage Wine versions"
52915388 msgstr "Manage Wine versions"
52925389
5293 #: python/mainwindow.py:226
5390 #: python/mainwindow.py:228
52945391 msgid "Read a PC CD-Rom"
52955392 msgstr "Read a PC CD-ROM"
52965393
5297 #: python/mainwindow.py:236
5394 #: python/mainwindow.py:238
52985395 msgid "Close all {0} software"
52995396 msgstr "Close all {0} software"
53005397
5301 #: python/mainwindow.py:240
5398 #: python/mainwindow.py:242
53025399 msgid "{0} console"
53035400 msgstr "{0} console"
53045401
5305 #: python/mainwindow.py:250
5402 #: python/mainwindow.py:248
53065403 msgid "{0} messenger"
53075404 msgstr "{0} messenger"
53085405
5309 #: python/mainwindow.py:266 python/options.py:388
5406 #: python/mainwindow.py:264 python/options.py:388
53105407 msgid "File associations"
53115408 msgstr "File associations"
53125409
5313 #: python/mainwindow.py:273
5410 #: python/mainwindow.py:271
53145411 msgid "About {0}"
53155412 msgstr "About {0}"
53165413
5317 #: python/mainwindow.py:302 python/mainwindow.py:306
5414 #: python/mainwindow.py:300 python/mainwindow.py:304
53185415 msgid "Plugin manager"
53195416 msgstr "Plug-in manager"
53205417
5321 #: python/mainwindow.py:331
5418 #: python/mainwindow.py:329
53225419 msgid "File"
53235420 msgstr "File"
53245421
5325 #: python/mainwindow.py:333
5422 #: python/mainwindow.py:331
53265423 msgid "Tools"
53275424 msgstr "Tools"
53285425
5329 #: python/mainwindow.py:334 python/mainwindow.py:723
5426 #: python/mainwindow.py:332 python/mainwindow.py:721
53305427 msgid "Settings"
53315428 msgstr "Settings"
53325429
5333 #: python/mainwindow.py:335 python/options.py:387
5430 #: python/mainwindow.py:333 python/options.py:387
53345431 msgid "Plugins"
53355432 msgstr "Plug-ins"
53365433
5337 #: python/mainwindow.py:347 python/mainwindow.py:739
5434 #: python/mainwindow.py:345 python/mainwindow.py:737
53385435 msgid "Close"
53395436 msgstr "Close"
53405437
5341 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5438 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53425439 msgid "Configure"
53435440 msgstr "Configure"
53445441
5345 #: python/mainwindow.py:584
5442 #: python/mainwindow.py:582
53465443 msgid "Open the application's directory"
53475444 msgstr "Open the application's directory"
53485445
5349 #: python/mainwindow.py:588 python/mainwindow.py:753
5446 #: python/mainwindow.py:586 python/mainwindow.py:751
53505447 msgid "Read the manual"
53515448 msgstr "Read the Manual"
53525449
5353 #: python/mainwindow.py:592
5450 #: python/mainwindow.py:590
53545451 msgid "Set the icon"
53555452 msgstr "Set the icon"
53565453
5357 #: python/mainwindow.py:600
5454 #: python/mainwindow.py:598
53585455 msgid "Close this application"
53595456 msgstr "Close this application"
53605457
5361 #: python/mainwindow.py:611
5458 #: python/mainwindow.py:609
53625459 msgid "KillApp"
53635460 msgstr "KillApp"
53645461
5365 #: python/mainwindow.py:618
5462 #: python/mainwindow.py:616
53665463 msgid "No manual found for {0}"
53675464 msgstr "No Manual found for {0}"
53685465
5369 #: python/mainwindow.py:721
5466 #: python/mainwindow.py:719
53705467 msgid "Install a program"
53715468 msgstr "Install a program"
53725469
5373 #: python/mainwindow.py:728
5470 #: python/mainwindow.py:726
53745471 msgid "Update GIT"
53755472 msgstr "Update GIT"
53765473
5377 #: python/mainwindow.py:731
5474 #: python/mainwindow.py:729
53785475 msgid "Update instructions"
53795476 msgstr "Update instructions"
53805477
5381 #: python/mainwindow.py:741
5478 #: python/mainwindow.py:739
53825479 msgid "Debug"
53835480 msgstr "Debug"
53845481
5385 #: python/mainwindow.py:743
5482 #: python/mainwindow.py:741
53865483 msgid "Report a problem"
53875484 msgstr "Report a problem"
53885485
5389 #: python/mainwindow.py:747
5486 #: python/mainwindow.py:745
53905487 msgid "Create a shortcut"
53915488 msgstr "Create a shortcut"
53925489
5393 #: python/mainwindow.py:749
5490 #: python/mainwindow.py:747
53945491 msgid "Open the directory"
53955492 msgstr "Open the directory"
53965493
5397 #: python/mainwindow.py:755
5494 #: python/mainwindow.py:753
53985495 msgid "Save"
53995496 msgstr "Save"
54005497
5401 #: python/mainwindow.py:758
5498 #: python/mainwindow.py:756
54025499 msgid "Uninstall"
54035500 msgstr "Uninstall"
54045501
5405 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5406 #: python/mainwindow.py:1003
5502 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5503 #: python/mainwindow.py:1001
54075504 msgid "Please select a program."
54085505 msgstr "Please select a program."
54095506
5410 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5507 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54115508 msgid "{0} settings"
54125509 msgstr "{0} settings"
54135510
5414 #: python/mainwindow.py:965
5511 #: python/mainwindow.py:963
54155512 msgid "{0} install menu"
54165513 msgstr "{0} install menu"
54175514
5418 #: python/mainwindow.py:974
5515 #: python/mainwindow.py:972
54195516 msgid "{0} wine versions manager"
54205517 msgstr "{0} wine versions manager"
54215518
5422 #: python/mainwindow.py:1005
5519 #: python/mainwindow.py:1003
54235520 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54245521 msgstr "The virtual drive associated with {0} ({1}) no longer exists."
54255522
55475644 "\n"
55485645 "These information will be very precious for us to help people."
55495646
5550 #: python/mainwindow.py:1271
5647 #: python/mainwindow.py:1273
55515648 msgid "Are you sure you want to want to install {0} package?"
55525649 msgstr "Are you sure you want to want to install {0} package?"
55535650
5554 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5651 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5652 #: python/mainwindow.py:1284
55555653 msgid ""
55565654 "You are trying to open a script design for {0}! It might not work as expected"
55575655 msgstr ""
56305728 msgid "You must restart {0} for the changes to take effect."
56315729 msgstr "You must restart {0} for the changes to take effect."
56325730
5633 #: python/wine_versions.py:194
5731 #: python/wine_versions.py:195
56345732 msgid "Installed Wine versions: "
56355733 msgstr "Installed Wine versions: "
56365734
5637 #: python/wine_versions.py:195
5735 #: python/wine_versions.py:196
56385736 msgid "Available Wine versions: "
56395737 msgstr "Available Wine versions: "
56405738
5641 #: python/wine_versions.py:202
5739 #: python/wine_versions.py:203
56425740 msgid "Wine versions"
56435741 msgstr "Wine versions"
56445742
5645 #: python/wine_versions.py:321
5743 #: python/wine_versions.py:322
56465744 msgid "Are you sure you want to delete wine {0}?"
56475745 msgstr "Are you sure you want to delete wine {0}?"
56485746
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-11 12:57+0000\n"
11 "Last-Translator: Santiago Fraire <santiwilly@gmail.com>\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-05-11 16:31+0000\n"
11 "Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
1212 "Language-Team: es_ES.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
244244 msgstr "Inserte el disco de juego en la unidad de disco."
245245
246246 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
247248 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
248249 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
249250 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
272273 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
273274 #: PlayOnLinux_Scripts/Civilization_V_:53
274275 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
275 #: PlayOnLinux_Scripts/Diablo_II_:51
276 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
276277 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
277278 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
278279 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
279280 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
280281 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
281 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
282282 #: PlayOnLinux_Scripts/Google_SketchUp_:51
283283 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
284284 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
298298 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
299299 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
300300 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
301 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
301302 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
302303 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
303304 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
304 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
305 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
306 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
307 #: PlayOnLinux_Scripts/Portal_2_:82
306308 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
307309 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
309312 #: PlayOnLinux_Scripts/Rayman_Origins_:72
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
311314 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
315 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
312316 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
313317 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
314318 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
319 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
315320 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
316321 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
317 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
318 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
323 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
319325 #: PlayOnLinux_Scripts/Starcraft_:34
320326 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
321327 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
322 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
328 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
329 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
323330 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
324331 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
332 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
325333 #: PlayOnLinux_Scripts/Theme_Hospital_:59
326334 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
327335 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
328336 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
329337 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
338 #: PlayOnLinux_Scripts/Wizard_101_:38
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
339348 msgid "Please select the setup file to run"
340349 msgstr "Por favor, seleccione el archivo de instalación para ejecutar"
341350
351 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
352 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
354 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
356 #, sh-format
357 msgid "Please insert the game media into your disc drive."
358 msgstr ""
359
342360 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
361 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
343363 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
344364 #: PlayOnLinux_Scripts/Dishonored_:72
345365 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
444464 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
445465 #: PlayOnLinux_Scripts/Magicka_:68
446466 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
467 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
447468 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
448469 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
449470 #: PlayOnLinux_Scripts/Rayman_Origins_:83
450471 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
451 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
452 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
472 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
473 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
453474 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
454475 #: PlayOnLinux_Scripts/The_Witcher_:125
455476 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
484505 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
485506 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
486507 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
508 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
487509 #: PlayOnLinux_Scripts/Driftmoon_:43
488510 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
489511 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
492514 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
493515 #: PlayOnLinux_Scripts/League_Of_Legends_:57
494516 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
495 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
517 #: PlayOnLinux_Scripts/Sacrifice_:41
518 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
519 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
520 #: PlayOnLinux_Scripts/Toontown_Online_:25
521 #: PlayOnLinux_Scripts/Watchtower_library_:43
496522 #: PlayOnLinux_Scripts/iTunes_10_:28
497523 #, sh-format
498524 msgid "Please select the setup file to run."
507533 #: PlayOnLinux_Scripts/POL_GoG_download_:48
508534 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
509535 #: PlayOnLinux_Scripts/SimCity_2000_:50
510 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
511 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
536 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
537 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
512538 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
513539 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
514540 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
515 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
516 #: lib/wine.lib:1186
541 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
542 #: lib/wine.lib:1171 lib/wine.lib:1201
517543 #, sh-format
518544 msgid "Please wait..."
519545 msgstr "Por favor, espere..."
541567 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
542568 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
543569 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
544 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
570 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
545571 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
546572 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
547573 #: PlayOnLinux_Scripts/Dead_Space_2_:85
557583 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
558584 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
559585 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
560 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
561587 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
562588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
563589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
619645 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
620646 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
621647 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
622 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
648 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
623649 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
624650 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
625651 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
626 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
627 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
652 #: PlayOnLinux_Scripts/Dead_Space_:50
653 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
654 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
655 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
628656 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
629657 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
630658 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
634662 #: PlayOnLinux_Scripts/Rage_:79
635663 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
636664 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
638666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
639667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
640668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
673701 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
674702 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
675703 #: PlayOnLinux_Scripts/Sacrifice_:45
676 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
704 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
677705 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
678706 #: PlayOnLinux_Scripts/The_Witcher_:102
679707 #, sh-format
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
685713 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
686714 #: PlayOnLinux_Scripts/Mass_Effect_:54
687 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
715 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
688716 #: PlayOnLinux_Scripts/The_Witcher_:110
689717 #, sh-format
690718 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
697725 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
698726 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
699727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
700 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
728 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
701729 #: PlayOnLinux_Scripts/The_Witcher_:113
702730 #, sh-format
703731 msgid "Please insert the next game media into your disk drive"
728756 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
729757 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
730758 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
759 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
731760 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
732761 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
733762 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
833862 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
834863 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
835864 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
836 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
865 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
837866 #, sh-format
838867 msgid ""
839868 "You must disable anti-piracy protections of this game\\nif you want to play "
857886
858887 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
859888 #: PlayOnLinux_Scripts/Cars_2_:83
860 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
889 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
861890 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
862891 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
863892 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
880909 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
881910 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
882911 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
912 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
883914 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
885916 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11321163 "Por favor inserte el disco número 2 en su unidad de discos\\nsi aún no lo ha "
11331164 "hecho."
11341165
1135 #: PlayOnLinux_Scripts/Diablo_III_:29
1166 #: PlayOnLinux_Scripts/Diablo_III_:31
11361167 #, sh-format
11371168 msgid "Please select the setup file downloaded on $EDITOR website"
11381169 msgstr ""
11391170 "Por favor seleccione el archivo instalador descargado desde el sitio $EDITOR"
11401171
1141 #: PlayOnLinux_Scripts/Diablo_III_:60
1172 #: PlayOnLinux_Scripts/Diablo_III_:62
11421173 #, sh-format
11431174 msgid ""
11441175 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11471178 "$TITLE ha sido instalado.\\n\\nAgradecimientos especiales a Erich Hoover por "
11481179 "su parche de wine (AcceptEx Fix)"
11491180
1150 #: PlayOnLinux_Scripts/Diablo_III_:60
1181 #: PlayOnLinux_Scripts/Diablo_III_:62
11511182 #, sh-format
11521183 msgid ""
11531184 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11551186 msgstr ""
11561187 "Si se produce el Error 3007 al conectarse, abra una ventana de terminal y "
11571188 "escriba:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1189
1190 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1191 #, sh-format
1192 msgid "Scanning your hardware..."
1193 msgstr ""
11581194
11591195 #: PlayOnLinux_Scripts/Dishonored_:79
11601196 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
11851221 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:27
11861222 #, sh-format
11871223 msgid "Welcome in the DLCs Installer for $TITLE_REQUIRED"
1188 msgstr ""
1224 msgstr "Bienvenido al instalador de DLCs para $TITLE_REQUIRED"
11891225
11901226 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:64
11911227 #, sh-format
12411277
12421278 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12431279 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1244 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1245 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1280 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1281 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12461282 #, sh-format
12471283 msgid "Please insert the first game media into your disk drive"
12481284 msgstr ""
12491285 "Por favor introduzca el primer disco del juego en su unidad de discos"
12501286
12511287 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1252 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1288 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12531289 #, sh-format
12541290 msgid "Please insert the second game media into your disk drive"
12551291 msgstr ""
13291365 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13301366 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13311367 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1368 #: PlayOnLinux_Scripts/Hearthstone_:64
13321369 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13331370 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13341371 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13541391 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13551392 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13561393 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1357 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1394 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13581395 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13591396 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13601397 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13801417 msgid "Editor"
13811418 msgstr "Editor"
13821419
1383 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1420 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13841421 #, sh-format
13851422 msgid "This install script requires ffmpeg"
13861423 msgstr "Esta script de instalación requiere ffmpeg"
13871424
1388 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1425 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13891426 #, sh-format
13901427 msgid "Converting videos..."
13911428 msgstr "Convirtiendo videos..."
13921429
13931430 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1431 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13941432 #, sh-format
13951433 msgid ""
13961434 "On first run the game will autodetect available renderers.\\nIt is likely "
14071445 msgid "Run $TITLE in safe mode?"
14081446 msgstr "¿Iniciar $TITLE en modo a prueba de fallos?"
14091447
1448 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1449 #, sh-format
1450 msgid ""
1451 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1452 "disable it by pressing Alt+R while in game.)"
1453 msgstr ""
1454
1455 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1456 #, sh-format
1457 msgid ""
1458 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1459 "game."
1460 msgstr ""
1461
14101462 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14111463 #, sh-format
14121464 msgid "Could not find program directory"
14741526 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14751527 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14761528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1477 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1478 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1479 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14801529 #, sh-format
14811530 msgid "Language"
14821531 msgstr "Idioma"
16051654 msgid "Dedicated server"
16061655 msgstr "Servidor Dedicado"
16071656
1608 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1657 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
16091658 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
16101659 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
16111660 #, sh-format
16361685 msgid "Code wheel"
16371686 msgstr "Rueda de códigos."
16381687
1639 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1640 #, sh-format
1641 msgid "Do you have a language pack to install?"
1642 msgstr "¿Tiene un paquete de idiomas que instalar?"
1643
1644 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1645 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1646 #, sh-format
1647 msgid "Later"
1648 msgstr "Luego"
1649
1650 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1688 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1689 #, sh-format
1690 msgid ""
1691 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1692 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1693 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1694 msgstr ""
1695 "Es bastante recomendado que instale ahora el paquete para el Mod del Círculo "
1696 "de Ocho (Circle of Eight Modpack)\\nPara poder resolver muchos problemas que "
1697 "existen con este juego, y opcionalmente añadir nuevo contenido\\n(para los "
1698 "paquetes Mod \"NC\").\\nUse la script dedicada de PlayOnLinux en la sección "
1699 "de parches."
1700
1701 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1702 #, sh-format
1703 msgid "Now you must install the modpack in directory:"
1704 msgstr "Ahora debe instalar el paquete del Mod en el directorio:"
1705
1706 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1707 #, sh-format
1708 msgid "Please select ANY 3 icons when prompted."
1709 msgstr ""
1710 "Por favor seleccione cualquiera de los tres iconos una vez mostrados."
1711
1712 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1713 #, sh-format
1714 msgid "temp directory missing"
1715 msgstr "directorio temporal no encontrado."
1716
1717 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1718 #, sh-format
1719 msgid ""
1720 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1721 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1722 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1723 "details.\\nInstall it?"
1724 msgstr ""
1725 "El panel de Two Worlds es una herramienta que se encuentra dentro de la "
1726 "comunidad de Two Worlds,\\nque permite modificar parámetros y trabajar con "
1727 "los mods\\nde este juego. Véase\\"
1728 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 para "
1729 "detalles.\\n¿Desea instalarlo?"
1730
1731 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1732 #, sh-format
1733 msgid "Control Panel"
1734 msgstr "Panel de Control"
1735
1736 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1737 #, sh-format
1738 msgid ""
1739 "IMPORTANT:\n"
1740 " \\n\\nOn the installation window coming next, do NOT click the Options "
1741 "button, it would mess up the language selection."
1742 msgstr ""
1743 "IMPORTANTE:\n"
1744 " \\n\\nEn la ventana de instalación que aparecerá luego de ésta, No hacer "
1745 "click en el botón de Opciones, ya que arruinará la selección de idioma."
1746
1747 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1748 #, sh-format
1749 msgid ""
1750 "On first run the game will autodetect available renderers.\\nIt is likely "
1751 "that you will get better performance out of the OpenGL renderer."
1752 msgstr ""
1753 "En el primer inicio del juego éste detectara las fuentes de renderizado "
1754 "disponibles.\\nEs bastante posible que obtengas mejor rendimiento fuera de "
1755 "la opción de render OpenGL."
1756
1757 #: PlayOnLinux_Scripts/Goblins_3_:21
1758 #, sh-format
1759 msgid "Please select the game language"
1760 msgstr "Por favor seleccione el idioma del juego"
1761
1762 #: PlayOnLinux_Scripts/Gothic_3_:82
1763 #, sh-format
1764 msgid "Choose the game resolution"
1765 msgstr "Seleccione la resolución del juego."
1766
1767 #: PlayOnLinux_Scripts/Gothic_3_:96
1768 #, sh-format
1769 msgid ""
1770 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1771 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1772 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1773 msgstr ""
1774 "Ahora seleccione el modo del juego:\\n1)Modo de ventana:\\nTodo funciona "
1775 "excepto el cursor del sistema en la ventana del juego.\\n\\n2)Modo Pantalla "
1776 "Completa:\\nTodo funciona a excepción del cielo, cual es negro.\\n\\n\\n\\"
1777 "n¿Qué modo prefieres?"
1778
1779 #: PlayOnLinux_Scripts/Gothic_3_:110
1780 #, sh-format
1781 msgid "$TITLE is installed"
1782 msgstr "$TITLE ya está instalado"
1783
1784 #: PlayOnLinux_Scripts/Guild_Wars_:53
1785 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1786 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1787 #, sh-format
1788 msgid "Please insert the DVD-ROM"
1789 msgstr "Por favor introduzca el DVD."
1790
1791 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1792 #, sh-format
1793 msgid ""
1794 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1795 "client and download will resume from where it stopped. Download percentage "
1796 "reset but do not worry, it do not restart from the beginning."
1797 msgstr ""
1798 "Por efecto del error de software #30512 de wine, la descarga usualmente "
1799 "fallará, el sólo reiniciar el cliente de la aplicación y reiniciar la "
1800 "descarga hará que la misma reinicie donde se ha detenido. El porcentaje de "
1801 "descarga se reiniciará pero no debe preocuparse por tal situación, la "
1802 "descarga no se reiniciará desde el principio."
1803
1804 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1805 #, sh-format
1806 msgid ""
1807 "Please select $TITLE install file. During installation, uncheck all extra "
1808 "drivers it wants to install:"
1809 msgstr ""
1810 "Por favor seleccione el archivo de instalación de $TITLE . Durante la "
1811 "instalación, elimina de la sección de selección todos los controladores "
1812 "extra que éste desee instalar."
1813
16511814 #: PlayOnLinux_Scripts/Half_Life_2_:56
16521815 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16531816 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16541817 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1655 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1818 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16561819 #, sh-format
16571820 msgid "No"
16581821 msgstr "No"
16591822
1660 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1661 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1823 #: PlayOnLinux_Scripts/Half_Life_2_:56
1824 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1825 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1826 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1827 #: PlayOnLinux_Scripts/Portal_:36
1828 #, sh-format
1829 msgid ""
1830 "Steam installation has been detected\\nwould you like to install this game "
1831 "in the same virtual drive?"
1832 msgstr ""
1833 "Una instalación de Steam ha sido detectada\\n¿desea instalar este juego en "
1834 "la misma unidad virtual?"
1835
16621836 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16631837 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16641838 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16671841 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16681842 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16691843 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1670 #: python/guiv3.py:157
1844 #: python/guiv3.py:158 python/guiv3.py:161
16711845 #, sh-format
16721846 msgid "Yes"
16731847 msgstr "Sí"
16741848
1675 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1676 #, sh-format
1677 msgid ""
1678 "To install a language pack later, open the configuration panel for the game "
1679 "in order to execute the installer into the virtual disk (Misc tab)"
1680 msgstr ""
1681 "Para instalar un paquete de idiomas despuès, abra el panel de "
1682 "configuraciones del juego antes de ejecutar el instalador en el disco "
1683 "virtual (etiqueta miscelánea)"
1684
1685 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1686 #, sh-format
1687 msgid ""
1688 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1689 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1690 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1691 msgstr ""
1692 "Es bastante recomendado que instale ahora el paquete para el Mod del Círculo "
1693 "de Ocho (Circle of Eight Modpack)\\nPara poder resolver muchos problemas que "
1694 "existen con este juego, y opcionalmente añadir nuevo contenido\\n(para los "
1695 "paquetes Mod \"NC\").\\nUse la script dedicada de PlayOnLinux en la sección "
1696 "de parches."
1697
1698 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1699 #, sh-format
1700 msgid "Now you must install the modpack in directory:"
1701 msgstr "Ahora debe instalar el paquete del Mod en el directorio:"
1702
1703 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1704 #, sh-format
1705 msgid "Please select ANY 3 icons when prompted."
1706 msgstr ""
1707 "Por favor seleccione cualquiera de los tres iconos una vez mostrados."
1708
1709 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1710 #, sh-format
1711 msgid "temp directory missing"
1712 msgstr "directorio temporal no encontrado."
1713
1714 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1715 #, sh-format
1716 msgid ""
1717 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1718 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1719 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1720 "details.\\nInstall it?"
1721 msgstr ""
1722 "El panel de Two Worlds es una herramienta que se encuentra dentro de la "
1723 "comunidad de Two Worlds,\\nque permite modificar parámetros y trabajar con "
1724 "los mods\\nde este juego. Véase\\"
1725 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 para "
1726 "detalles.\\n¿Desea instalarlo?"
1727
1728 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1729 #, sh-format
1730 msgid "Control Panel"
1731 msgstr "Panel de Control"
1732
1733 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1734 #, sh-format
1735 msgid ""
1736 "IMPORTANT:\n"
1737 " \\n\\nOn the installation window coming next, do NOT click the Options "
1738 "button, it would mess up the language selection."
1739 msgstr ""
1740 "IMPORTANTE:\n"
1741 " \\n\\nEn la ventana de instalación que aparecerá luego de ésta, No hacer "
1742 "click en el botón de Opciones, ya que arruinará la selección de idioma."
1743
1744 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1745 #, sh-format
1746 msgid ""
1747 "On first run the game will autodetect available renderers.\\nIt is likely "
1748 "that you will get better performance out of the OpenGL renderer."
1749 msgstr ""
1750 "En el primer inicio del juego éste detectara las fuentes de renderizado "
1751 "disponibles.\\nEs bastante posible que obtengas mejor rendimiento fuera de "
1752 "la opción de render OpenGL."
1753
1754 #: PlayOnLinux_Scripts/Goblins_3_:21
1755 #, sh-format
1756 msgid "Please select the game language"
1757 msgstr "Por favor seleccione el idioma del juego"
1758
1759 #: PlayOnLinux_Scripts/Gothic_3_:82
1760 #, sh-format
1761 msgid "Choose the game resolution"
1762 msgstr "Seleccione la resolución del juego."
1763
1764 #: PlayOnLinux_Scripts/Gothic_3_:96
1765 #, sh-format
1766 msgid ""
1767 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1768 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1769 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1770 msgstr ""
1771 "Ahora seleccione el modo del juego:\\n1)Modo de ventana:\\nTodo funciona "
1772 "excepto el cursor del sistema en la ventana del juego.\\n\\n2)Modo Pantalla "
1773 "Completa:\\nTodo funciona a excepción del cielo, cual es negro.\\n\\n\\n\\"
1774 "n¿Qué modo prefieres?"
1775
1776 #: PlayOnLinux_Scripts/Gothic_3_:110
1777 #, sh-format
1778 msgid "$TITLE is installed"
1779 msgstr "$TITLE ya está instalado"
1780
1781 #: PlayOnLinux_Scripts/Guild_Wars_:53
1782 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1783 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1784 #, sh-format
1785 msgid "Please insert the DVD-ROM"
1786 msgstr "Por favor introduzca el DVD."
1787
1788 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1789 #, sh-format
1790 msgid ""
1791 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1792 "client and download will resume from where it stopped. Download percentage "
1793 "reset but do not worry, it do not restart from the beginning."
1794 msgstr ""
1795 "Por efecto del error de software #30512 de wine, la descarga usualmente "
1796 "fallará, el sólo reiniciar el cliente de la aplicación y reiniciar la "
1797 "descarga hará que la misma reinicie donde se ha detenido. El porcentaje de "
1798 "descarga se reiniciará pero no debe preocuparse por tal situación, la "
1799 "descarga no se reiniciará desde el principio."
1800
1801 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1802 #, sh-format
1803 msgid ""
1804 "Please select $TITLE install file. During installation, uncheck all extra "
1805 "drivers it wants to install:"
1806 msgstr ""
1807 "Por favor seleccione el archivo de instalación de $TITLE . Durante la "
1808 "instalación, elimina de la sección de selección todos los controladores "
1809 "extra que éste desee instalar."
1810
1811 #: PlayOnLinux_Scripts/Half_Life_2_:56
1812 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1813 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1814 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1815 #: PlayOnLinux_Scripts/Portal_:36
1816 #, sh-format
1817 msgid ""
1818 "Steam installation has been detected\\nwould you like to install this game "
1819 "in the same virtual drive?"
1820 msgstr ""
1821 "Una instalación de Steam ha sido detectada\\n¿desea instalar este juego en "
1822 "la misma unidad virtual?"
1823
18241849 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18251850 #, sh-format
18261851 msgid "Updating $TITLE"
18271852 msgstr "Actualizando $TITLE"
18281853
1829 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1854 #: PlayOnLinux_Scripts/Hanahira__:54
18301855 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18311856 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18321857 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18381863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18391864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18401865 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1866 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1867 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1868 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1869 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1870 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1871 #: PlayOnLinux_Scripts/Steins_Gate_:51
18411872 #, sh-format
18421873 msgid "Please locate installation program (Setup.exe)"
1843 msgstr ""
1844
1845 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1846 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1874 msgstr "Por favor ubica el programa de instalación (Setup.exe)"
1875
1876 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18471877 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18481878 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18491879 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18651895 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18661896 msgstr ""
18671897
1898 #: PlayOnLinux_Scripts/Hearthstone_:26
1899 #, sh-format
1900 msgid "What language do you want to install?"
1901 msgstr ""
1902
18681903 #: PlayOnLinux_Scripts/ImgBurn_:38
18691904 #, sh-format
18701905 msgid ""
19091944 msgstr "Deseas instalar la versión unicode de Inno Setup?"
19101945
19111946 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1912 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
19131947 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
19141948 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
19151949 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20712105 "Register or log in and download the installation file : "
20722106 "https://world.needforspeed.com/"
20732107 msgstr ""
2108 "Registrate o loguéate y descarga el archivo de instalación: "
2109 "https://world.needforspeed.com/"
20742110
20752111 #: PlayOnLinux_Scripts/Need_For_Speed_World_:29
20762112 #, sh-format
20772113 msgid ""
20782114 "Please uncheck \"Launch Need For Speed\" at the end of the installation box"
20792115 msgstr ""
2116 "Por favor desmarca \"Lanzar Need For Speed\" al final de la cuadro de "
2117 "instalación"
20802118
20812119 #: PlayOnLinux_Scripts/Need_For_Speed_World_:42
20822120 #, sh-format
20832121 msgid ""
20842122 "If the download update stuck close and run until the download is complete."
20852123 msgstr ""
2086
2124 "Si se detiene la descarga de la actualización, reiníciela hasta que se "
2125 "complete."
2126
2127 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20872128 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20882129 #, sh-format
20892130 msgid "Demo version"
2090 msgstr "Versión Demo"
2091
2131 msgstr "Versión de demostración"
2132
2133 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20922134 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20932135 #, sh-format
20942136 msgid "Please select version."
21502192 "No fue especificado una extensión del nombre del archivo, saltándose la "
21512193 "asociación con la aplicación nativa."
21522194
2195 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2196 #, sh-format
2197 msgid "Contacting download server."
2198 msgstr ""
2199
21532200 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21542201 #: python/install.py:454 python/install.py:456 python/install.py:570
21552202 #: python/install.py:573
21982245 #, sh-format
21992246 msgid "In what directory do you want to redirect user directories?"
22002247 msgstr ""
2248 "¿En cuál directorio quieres redireccionar los directorios de usuario?"
22012249
22022250 #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11
22032251 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11
22382286 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22392287 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22402288 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2241 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2289 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22422290 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22432291 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22442292 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22802328 "Si observa mensajes de error durante la instalación de DotNet 3.0, puede "
22812329 "ignorarlos sin problemas"
22822330
2283 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2284 #, sh-format
2285 msgid "This package fail to install with wine 1.5.21 or better"
2286 msgstr "Este paquete no logra instalarse con wine 1.5.21 o mayor."
2287
2288 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2331 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22892332 #, sh-format
22902333 msgid ""
22912334 "If you see error messages during DotNet 3.5 installation, you can ignore "
23432386 #: PlayOnLinux_Scripts/POL_Install_ie8_:26
23442387 #, sh-format
23452388 msgid "Choose the Internet Explorer language you want"
2346 msgstr ""
2389 msgstr "Seleccione el idioma de Internet Explorer que prefiera"
23472390
23482391 #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9
23492392 #, sh-format
24172460 "VCRun2010 puede fallar en su proceso de instalación puesto a que su versión "
24182461 "de PlayOnLinux es vieja. Por favor actualice."
24192462
2420 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2463 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2464 #: PlayOnLinux_Scripts/yWriter_5_:45
24212465 #, sh-format
24222466 msgid "Downloading..."
24232467 msgstr "Descargando..."
25352579 msgid "Microsoft fonts have been installed successfully."
25362580 msgstr "Las fuentes de Microsoft han sido instaladas satisfactoriamente."
25372581
2582 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2583 #, sh-format
2584 msgid ""
2585 "OSX users: If the screen flickers once the game is launched, try to press "
2586 "cmd + tab twice"
2587 msgstr ""
2588
25382589 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25392590 #, sh-format
25402591 msgid "Remove Game For Windows Live..."
25802631 "Para continuar, PlayOnLinux necesita volver a montar su CD-ROM con la opción "
25812632 "de no-ocultar."
25822633
2583 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2634 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25842635 #, sh-format
25852636 msgid "Abort installation"
25862637 msgstr "Interrumpir la instalación"
26052656 msgid "The program needs access to ptrace() to proceed:"
26062657 msgstr "El programa necesita acceso a ptrace() para proceder:"
26072658
2608 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2659 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
26092660 #, sh-format
26102661 msgid "User abort"
26112662 msgstr "Interrumpido por el usuario"
26482699 #, sh-format
26492700 msgid "Please do not run $TITLE after installation has finished."
26502701 msgstr ""
2702 "Por favor no corra $TITLE antes de que la instalación haya terminado."
2703
2704 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2705 #, sh-format
2706 msgid "Extracting $TITLE"
2707 msgstr ""
26512708
26522709 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26532710 #, sh-format
26542711 msgid ""
26552712 "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\""
2656 msgstr ""
2713 msgstr "Cuando Wine pida instalar el paquete \"Mono\", clickea \"Anular\""
26572714
26582715 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59
26592716 #: PlayOnLinux_Scripts/photomatix3_:56
26602717 #, sh-format
26612718 msgid "$TITLE has been successfully installed."
2719 msgstr "$TITLE se ha instalado satisfactoriamente."
2720
2721 #: PlayOnLinux_Scripts/Poker_Stars_:37
2722 #, sh-format
2723 msgid "Error while installing. Downloaded file not found."
26622724 msgstr ""
26632725
26642726 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26682730
26692731 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26702732 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2733 #: PlayOnLinux_Scripts/Watchtower_library_:58
26712734 #, sh-format
26722735 msgid "Please wait while $TITLE is installed"
26732736 msgstr "Por favor espere mientras $TITLE es instalado"
26752738 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37
26762739 #, sh-format
26772740 msgid "$TITLE has been successfully installed"
2678 msgstr ""
2741 msgstr "$TITLE se ha instalado satisfactoriamente."
26792742
26802743 #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72
26812744 #, sh-format
27072770 msgstr ""
27082771 "Por favor inserte el disco número 3 en su unidad de discos\\nsi aún no lo ha "
27092772 "hecho."
2773
2774 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2775 #, sh-format
2776 msgid ""
2777 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2778 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2779 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2780 "n\\nIf you have one of this two versions of this game, please give some "
2781 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2782 "n\\nThank you!"
2783 msgstr ""
2784
2785 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2786 #, sh-format
2787 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2788 msgstr ""
2789
2790 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2791 #, sh-format
2792 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2793 msgstr ""
2794
2795 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2796 #, sh-format
2797 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2798 msgstr ""
2799
2800 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2801 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2802 #, sh-format
2803 msgid "Select a version of installation disc:"
2804 msgstr ""
2805
2806 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2807 #, sh-format
2808 msgid "First Release (without addons)"
2809 msgstr ""
2810
2811 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2812 #, sh-format
2813 msgid "Gold Edition"
2814 msgstr ""
2815
2816 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2817 #, sh-format
2818 msgid "Platinum Edition"
2819 msgstr ""
2820
2821 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2822 #, sh-format
2823 msgid "What is your version of Railroad Tycoon II?"
2824 msgstr ""
2825
2826 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2827 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2828 #, sh-format
2829 msgid ""
2830 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2831 "desktop.\\n\\nThank you for using this installation script! :)"
2832 msgstr ""
27102833
27112834 #: PlayOnLinux_Scripts/Reaper_4_:30
27122835 #, sh-format
27982921 "When installing, be sure not to let Scrolls launch automatically, so the POL "
27992922 "setup can complete."
28002923 msgstr ""
2924 "Cuando instale, asegúrese de impedir que Scrolls arranque automáticamente, "
2925 "asi el setup del POL puede completarse."
28012926
28022927 #: PlayOnLinux_Scripts/Scrolls_:38
28032928 #, sh-format
28042929 msgid "Please wait while we extract $TITLE game data."
2805 msgstr ""
2930 msgstr "Por favor esperar mientras extraemos los datos de juego de $TITLE."
28062931
28072932 #: PlayOnLinux_Scripts/SimCity_2000_:43
28082933 #, sh-format
28742999 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
28753000 msgstr ""
28763001
3002 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
3003 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3004 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3005 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3006 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3007 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3008 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3009 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3010 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3011 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3012 #, sh-format
3013 msgid ""
3014 "Close the visual novel when it appears to continue installation. Click Next "
3015 "to begin installation."
3016 msgstr ""
3017
3018 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3019 #, sh-format
3020 msgid ""
3021 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3022 "script will now install it. Click Next to continue."
3023 msgstr ""
3024
28773025 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28783026 #, sh-format
28793027 msgid ""
28833031 "Si tienes un error de runtime al iniciar el juego, abra un sesión de "
28843032 "terminal y escriba:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28853033
2886 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2887 #, sh-format
2888 msgid "Please locate installation program (Launcher.exe)"
2889 msgstr ""
2890
2891 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2892 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2893 #, sh-format
2894 msgid ""
2895 "When the launcher opens, click on the top button to open the installer. When "
2896 "a new window opens, click OK. When another window opens, click on the button "
2897 "with the letter N until it is installing. Wait until it is done and click "
2898 "the right button to quit. Click Next when you are done installing."
3034 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3035 #, sh-format
3036 msgid "Please locate installation program in Data folder (Resonance.msi)"
28993037 msgstr ""
29003038
29013039 #: PlayOnLinux_Scripts/Steam_:50
29203058 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40
29213059 #, sh-format
29223060 msgid "You want install with ?"
2923 msgstr ""
3061 msgstr "¿Quieres instalar con ?"
29243062
29253063 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42
29263064 #, sh-format
29273065 msgid "Download on Steam Store"
2928 msgstr ""
3066 msgstr "Descarga en la Tienda Steam"
29293067
29303068 #: PlayOnLinux_Scripts/Terraria_:56
29313069 #, sh-format
29373075 "Instale Terraria en Steam. Inicie la misma cuando Steam esté instalado en el "
29383076 "juego. Steam instala la infraestructura de xna para el juego. Cierre el "
29393077 "Steam de manera que el instalador pueda continuar."
3078
3079 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3080 #, sh-format
3081 msgid "If youve the extentions, you should install Tribunal first !"
3082 msgstr ""
29403083
29413084 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29423085 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30573200 "encontrados en la\\ndocumentación;\\nClick derecho al icono del juego, \"Lea "
30583201 "el Manual\" y luego revise pp 4-5"
30593202
3203 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3204 #, sh-format
3205 msgid "Please select the installation file to run."
3206 msgstr ""
3207
3208 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3209 #, sh-format
3210 msgid ""
3211 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3212 "your region.\\n 2. Leave only checked DirectX box."
3213 msgstr ""
3214
30603215 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30613216 #, sh-format
30623217 msgid ""
30653220 msgstr ""
30663221 "El juego fallará la inicialización hasta que cambie el valor de "
30673222 "/proc/sys/kernel/yama/ptrace_scope a 0"
3223
3224 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3225 #, sh-format
3226 msgid "Other destination or other CD/DVD"
3227 msgstr ""
3228
3229 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3230 #, sh-format
3231 msgid "Retail CD"
3232 msgstr ""
3233
3234 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3235 #, sh-format
3236 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3237 msgstr ""
3238
3239 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3240 #, sh-format
3241 msgid "video fix"
3242 msgstr ""
30683243
30693244 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30703245 #, sh-format
31563331 msgid "Donwload finished.\\nPatches installation will begin"
31573332 msgstr "Descargas finalizadas.\\nLa instalación de los parches comenzará."
31583333
3334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3335 #, sh-format
3336 msgid "We will download the installer"
3337 msgstr ""
3338
31593339 #: PlayOnLinux_Scripts/Toontown_Online_:17
31603340 #, sh-format
31613341 msgid ""
32013381 msgid "Do you want to browse $TITLE website?"
32023382 msgstr "¿ Le gustaría ver la web de $TITLE ?"
32033383
3384 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3385 #, sh-format
3386 msgid ""
3387 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3388 "messenger, because it will won't work correctly."
3389 msgstr ""
3390
3391 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3392 #, sh-format
3393 msgid "Warning"
3394 msgstr ""
3395
32043396 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32053397 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32063398 #, sh-format
32113403 "La versión del CD-ROM está desactualizada. No se olvide de actualizar $TITLE "
32123404 "si desea que se ejecute correctamente con $APPLICATION_TITLE"
32133405
3406 #: PlayOnLinux_Scripts/Watchtower_library_:49
3407 #, sh-format
3408 msgid "File Selection Error"
3409 msgstr ""
3410
3411 #: PlayOnLinux_Scripts/Watchtower_library_:49
3412 #, sh-format
3413 msgid ""
3414 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3415 msgstr ""
3416
32143417 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32153418 #, sh-format
32163419 msgid ""
32273430 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32283431 #, sh-format
32293432 msgid ""
3230 "Attention: After installation is complete, the patcher will load. Please "
3231 "close the patcher before logging in or finish updating to complete the "
3232 "installation. After this, you can run \"$TITLE\" when setup is done"
3233 msgstr ""
3234 "Atención: Al terminar la instalación, el programa de parcheo será cargado. "
3235 "Por favor cierra el mismo antes de iniciar sesión o espera que la "
3236 "actualización complete el proceso de instalación. Después de esto, puedes "
3237 "iniciar la aplicación \"$TITLE\" cuando la instalación y configuración final "
3238 "esté lista."
3433 "Attention:After installation is complete, the patcher will load. After, go "
3434 "to the top right of the patcher and click the wrench, Then Un-check the box "
3435 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3436 "minuite. When finished with this, please close the patcher before logging in "
3437 "or finish updating to complete the installation. After this, you can run "
3438 "\"$TITLE\" when setup is done"
3439 msgstr ""
32393440
32403441 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32413442 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32853486 "Por favor, inserte el disco de juego 5 en la unidad de disco\\nSi no lo ha "
32863487 "hecho"
32873488
3489 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3490 #, sh-format
3491 msgid "Which region version of World of Warplanes would you like to install?"
3492 msgstr ""
3493
3494 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3495 #, sh-format
3496 msgid ""
3497 "Attention:After installation is complete, the patcher will load. After, go "
3498 "to the top right of the patcher and click the wrench, Then Un-check the box "
3499 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3500 "minute. When finished with this, please close the patcher before logging in "
3501 "or finish updating to complete the installation. After this, you can run "
3502 "\"$TITLE\" when setup is done"
3503 msgstr ""
3504
32883505 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32893506 #, sh-format
32903507 msgid ""
33363553 msgid "Please select the 32bit version of iTunes"
33373554 msgstr "Por favor seleccione la version 32bit de iTunes"
33383555
3339 #: PlayOnLinux_Scripts/osu_:45
3556 #: PlayOnLinux_Scripts/osu_:46
33403557 #, sh-format
33413558 msgid ""
33423559 "Press next to start the updater. When the updater is finished, close it "
33433560 "down. Do not start osu! yet."
33443561 msgstr ""
3562 "Presionar siguente para iniciar el actualizador. Cuando el actualizador "
3563 "termine, ciérrelo. No arranque osu! todavía."
33453564
33463565 #: PlayOnLinux_Scripts/photomatix3_:40
33473566 #, sh-format
33483567 msgid "Please select the setup file to run :"
3349 msgstr ""
3568 msgstr "Favor seleccionar el archivo setop a correr :"
33503569
33513570 #: PlayOnLinux_Scripts/rFactor_12_:30
33523571 #, sh-format
33603579 "se le pregunte. Asegúrese que fijó una resolución de 32-bits cuando la "
33613580 "Configuración de rFactor aparezca."
33623581
3363 #: bash/bug_report:31
3582 #: bash/bug_report:32
33643583 #, sh-format
33653584 msgid "Report a bug"
33663585 msgstr "Informar de un error"
33673586
3368 #: bash/bug_report:36
3587 #: bash/bug_report:37
33693588 #, sh-format
33703589 msgid ""
33713590 "Please give the more details as you can, otherwise, it will be very "
33723591 "difficult to help you"
33733592 msgstr "Suministrar más detalles, de lo contrario, será muy difícil ayudar"
33743593
3375 #: bash/bug_report:36
3594 #: bash/bug_report:37
33763595 #, sh-format
33773596 msgid ""
33783597 "This wizard will help you to report a bug about an officially supported "
33813600 "Este asistente le ayudará a reportar un error sobre un programa soportado "
33823601 "oficialmente."
33833602
3384 #: bash/bug_report:40
3603 #: bash/bug_report:41
33853604 #, sh-format
33863605 msgid ""
33873606 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33903609 "La versión de $APPLICATION_TITLE está desactualizada.\\nDebe actualizar "
33913610 "$APPLICATION_TITLE antes de enviar novedades de error.\\ nGracias"
33923611
3393 #: bash/bug_report:46
3612 #: bash/bug_report:47
33943613 #, sh-format
33953614 msgid "I have a problem with a software"
33963615 msgstr "Tengo un problema con el programa"
33973616
3398 #: bash/bug_report:46
3617 #: bash/bug_report:47
33993618 #, sh-format
34003619 msgid "My problem concerns $APPLICATION_TITLE itself"
34013620 msgstr "Mi problema concierne a $APPLICATION_TITLE"
34023621
3403 #: bash/bug_report:46
3622 #: bash/bug_report:47
34043623 #, sh-format
34053624 msgid "What kind of problem do you have?"
34063625 msgstr "¿Qué tipo de problema tiene?"
34073626
3408 #: bash/bug_report:50
3627 #: bash/bug_report:51
34093628 #, sh-format
34103629 msgid "Don't join any log file"
34113630 msgstr "No incluir ningún archivo de registro de errores"
34123631
3413 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3632 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
34143633 #: bash/manual_install:120 bash/manual_install:219
34153634 #, sh-format
34163635 msgid "Manual installation"
34173636 msgstr "Instalación manual"
34183637
3419 #: bash/bug_report:54 bash/run_exe:24
3638 #: bash/bug_report:55 bash/run_exe:24
34203639 #, sh-format
34213640 msgid "Automatic installation"
34223641 msgstr "Instalación automática"
34233642
3424 #: bash/bug_report:65
3643 #: bash/bug_report:66
34253644 #, sh-format
34263645 msgid "Choose the log file corresponding to your software."
34273646 msgstr "Cierre el archivo de errores de su software"
34283647
3429 #: bash/bug_report:69
3648 #: bash/bug_report:70
34303649 #, sh-format
34313650 msgid "Please give a very short description (title, english only)"
34323651 msgstr ""
34333652 "Por favor, escriba una descripción muy corta (título, solo en inglés)"
34343653
3435 #: bash/bug_report:72
3654 #: bash/bug_report:73
34363655 #, sh-format
34373656 msgid "Please explain your problem clearly (english only):"
34383657 msgstr "Por favor, explique su problema de manera clara (solo en inglés):"
34393658
3440 #: bash/bug_report:76
3659 #: bash/bug_report:77
34413660 #, sh-format
34423661 msgid "Sorry, we need a detailed description."
34433662 msgstr "Lo sentimos, necesitamos una descripción detallada"
34443663
3445 #: bash/bug_report:107
3664 #: bash/bug_report:108
34463665 #, sh-format
34473666 msgid ""
34483667 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34903709 msgstr "Elija el nombre de la unidad virtual"
34913710
34923711 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3493 #: python/mainwindow.py:232
3712 #: python/mainwindow.py:234
34943713 #, sh-format
34953714 msgid "Run a local script"
34963715 msgstr "Ejecutar un script local"
36203839 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36213840 msgstr "$APPLICATION_TITLE está creando un disco duro virtual de windows."
36223841
3623 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3842 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36243843 #, sh-format
36253844 msgid "$APPLICATION_TITLE first use"
36263845 msgstr "Primer uso de $APPLICATION_TITLE"
36273846
3628 #: bash/first_use:240
3847 #: bash/first_use:242
36293848 #, sh-format
36303849 msgid "$APPLICATION_TITLE is going to finish its preparation"
36313850 msgstr "$APPLICATION_TITLE va a terminar su preparación"
36323851
3633 #: bash/first_use:240 bash/first_use:243
3852 #: bash/first_use:242 bash/first_use:245
36343853 #, sh-format
36353854 msgid "Please ensure you are connected to the internet."
36363855 msgstr "Por favor, asegúrese de estar conectado a internet."
36373856
3638 #: bash/first_use:243
3857 #: bash/first_use:245
36393858 #, sh-format
36403859 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36413860 msgstr "Aparece la primera vez que utiliza \t$APPLICATION_TITLE."
36423861
3643 #: bash/first_use:243
3862 #: bash/first_use:245
36443863 #, sh-format
36453864 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36463865 msgstr ""
36473866 "Este asistente le ayudará a preparar el entorno de $APPLICATION_TITLE"
36483867
3649 #: bash/first_use:253
3868 #: bash/first_use:255
36503869 #, sh-format
36513870 msgid "Error while installing fonts"
36523871 msgstr "Error durante la instalación de tipografías"
36533872
3654 #: bash/first_use:271
3873 #: bash/first_use:273
36553874 #, sh-format
36563875 msgid "Enjoy using $APPLICATION_TITLE"
36573876 msgstr "Disfruta utilizando $APPLICATION_TITLE"
36643883 #: bash/install_mono:25
36653884 #, sh-format
36663885 msgid "$APPLICATION_TITLE Mono installer"
3667 msgstr ""
3886 msgstr "$APPLICATION_TITLE Instalador de Mono"
36683887
36693888 #: bash/install_wver:27
36703889 #, sh-format
37713990 msgid "Use another version of Wine"
37723991 msgstr "Use otra versión de Wine"
37733992
3774 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3775 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3993 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3994 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37763995 #, sh-format
37773996 msgid "Configure Wine"
37783997 msgstr "Configurar Wine"
37924011 msgid "What would you like to do before installation?"
37934012 msgstr "¿Qué le gustaria hacer antes de la instalación?"
37944013
3795 #: bash/manual_install:230 lib/scripts.lib:437
4014 #: bash/manual_install:231 lib/scripts.lib:438
37964015 #, sh-format
37974016 msgid "Please make your choice"
37984017 msgstr "Haga su elección"
37994018
3800 #: bash/manual_install:258
4019 #: bash/manual_install:259
38014020 #, sh-format
38024021 msgid "Looking for runnable CD-ROMs"
38034022 msgstr "Buscando CD-ROMs ejecutables"
38044023
3805 #: bash/manual_install:281
4024 #: bash/manual_install:282
38064025 #, sh-format
38074026 msgid "Select another file"
38084027 msgstr "Seleccione otro archivo"
38094028
3810 #: bash/manual_install:289
4029 #: bash/manual_install:290
38114030 #, sh-format
38124031 msgid "Please choose a way to install your program"
38134032 msgstr "Elija un método para instalar el programa"
38144033
3815 #: bash/manual_install:298
4034 #: bash/manual_install:299
38164035 #, sh-format
38174036 msgid "Please select the install file to run."
38184037 msgstr "Seleccione el archivo instalador a ejecutar."
38194038
3820 #: bash/manual_install:328
4039 #: bash/manual_install:329
38214040 #, sh-format
38224041 msgid "You must choose a file!"
38234042 msgstr "¡Debe seleccionar un archivo!"
38244043
3825 #: bash/manual_install:334
4044 #: bash/manual_install:335
38264045 #, sh-format
38274046 msgid "$APPLICATION_TITLE is installing your application..."
38284047 msgstr "$APPLICATION_TITLE está instalando la aplicación..."
39004119 msgid "Extracting: "
39014120 msgstr "Extrayendo: "
39024121
3903 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4122 #: bash/playonlinux-pkg:111
39044123 #, sh-format
39054124 msgid "Running..."
39064125 msgstr "Ejecutando..."
39104129 msgid "Cleaning..."
39114130 msgstr "Limpiando..."
39124131
3913 #: bash/playonlinux_online:32
3914 #, sh-format
3915 msgid ""
3916 "This is the list of the scripts you sent to us. You can run one of them"
3917 msgstr ""
3918 "Esta es la lista de los guiones que nos ha enviado. Puede ejecutar uno de "
3919 "ellos"
3920
3921 #: bash/playonlinux_online:42
3922 #, sh-format
3923 msgid "You do not seems to have any personal script"
3924 msgstr "No parece que tenga ningún script personal"
3925
3926 #: bash/playonlinux_online:47
3927 #, sh-format
3928 msgid ""
3929 "If you have successfully installed a program with 'Install a non-listed\\"
3930 "nsoftware' button, it will allow you to add this program in our list"
3931 msgstr ""
3932 "Sí ha instalado un programa con éxito desde 'Instale un \\nsoftware no "
3933 "listado', le permitirá agregar este programa a la lista"
3934
3935 #: bash/playonlinux_online:47
3936 #, sh-format
3937 msgid "This tools will allow you to help us :"
3938 msgstr "Esta herramienta le permitirá ayudarnos:"
3939
3940 #: bash/playonlinux_online:47
3941 #, sh-format
3942 msgid ""
3943 "We're going to ask you some questions, please be as much accurate as\\"
3944 "npossible"
3945 msgstr ""
3946 "Vamos a hacerle algunas preguntas. Sea tan preciso como sea\\nposible"
3947
3948 #: bash/playonlinux_online:55
3949 #, sh-format
3950 msgid "Choose the file corresponding to your program."
3951 msgstr "Elija el archivo correspondiente a su programa."
3952
3953 #: bash/playonlinux_online:59
3954 #, sh-format
3955 msgid "Does your program run?"
3956 msgstr "¿Se ejecuta su programa?"
3957
3958 #: bash/playonlinux_online:62
3959 #, sh-format
3960 msgid "What is the title of your program?"
3961 msgstr "¿Cuál es el título de su programa?"
3962
3963 #: bash/playonlinux_online:64
3964 #, sh-format
3965 msgid "What is the editor of your program?"
3966 msgstr "¿Cuál es el editor de su programa?"
3967
3968 #: bash/playonlinux_online:66
3969 #, sh-format
3970 msgid "What is the editor website of your program?"
3971 msgstr "¿Cuál es la página web del editor de su programa?"
3972
3973 #: bash/playonlinux_online:69 python/install.py:210
3974 #, sh-format
3975 msgid "Accessories"
3976 msgstr "Accesorios"
3977
3978 #: bash/playonlinux_online:69 python/install.py:211
3979 #, sh-format
3980 msgid "Development"
3981 msgstr "Desarrollo"
3982
3983 #: bash/playonlinux_online:69 python/install.py:212
3984 #, sh-format
3985 msgid "Education"
3986 msgstr "Educación"
3987
3988 #: bash/playonlinux_online:69 python/install.py:213
3989 #, sh-format
3990 msgid "Games"
3991 msgstr "Juegos"
3992
3993 #: bash/playonlinux_online:69 python/install.py:214
3994 #, sh-format
3995 msgid "Graphics"
3996 msgstr "Gráficos"
3997
3998 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3999 #: python/options.py:384
4000 #, sh-format
4001 msgid "Internet"
4002 msgstr "Internet"
4003
4004 #: bash/playonlinux_online:69 python/install.py:216
4005 #, sh-format
4006 msgid "Multimedia"
4007 msgstr "Multimedia"
4008
4009 #: bash/playonlinux_online:69 python/install.py:217
4010 #, sh-format
4011 msgid "Office"
4012 msgstr "Oficina"
4013
4014 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
4015 #, sh-format
4016 msgid "Other"
4017 msgstr "Otro"
4018
4019 #: bash/playonlinux_online:69 python/install.py:219
4020 #, sh-format
4021 msgid "Patches"
4022 msgstr "Parches"
4023
4024 #: bash/playonlinux_online:69
4025 #, sh-format
4026 msgid "Select a category for your program"
4027 msgstr "Seleccione una categoría para su programa"
4028
4029 #: bash/playonlinux_online:69 python/install.py:258
4030 #, sh-format
4031 msgid "Testing"
4032 msgstr "En pruebas"
4033
4034 #: bash/playonlinux_online:72
4035 #, sh-format
4036 msgid ""
4037 "What feature of your program does not work?\\nIf everything works, please "
4038 "mention it"
4039 msgstr ""
4040 "¿Qué funcionalidad de su programa no funciona?\\nSi todo funciona, indíquelo"
4041
4042 #: bash/playonlinux_online:74
4043 #, sh-format
4044 msgid "Write any change you made to wine configuration here:"
4045 msgstr ""
4046 "Escriba aquí cualquier cambio que haya realizado a la configuración de Wine:"
4047
4048 #: bash/playonlinux_online:102
4049 #, sh-format
4050 msgid "You must be able to run this program!"
4051 msgstr "¡Debe ser capaz de ejecutar este programa!"
4052
4053 #: bash/playonlinux_online:107
4054 #, sh-format
4055 msgid "Run one of your personal scripts"
4056 msgstr "Ejecute uno de sus scripts personales"
4057
4058 #: bash/playonlinux_online:108
4059 #, sh-format
4060 msgid "Send to us a working script generated by manual installation"
4061 msgstr ""
4062 "Envíenos un script que funcione generado mediante una instalación manual"
4063
4064 #: bash/playonlinux_online:109
4065 #, sh-format
4066 msgid "Logout"
4067 msgstr "Cerrar sesión"
4068
4069 #: bash/playonlinux_online:110
4070 #, sh-format
4071 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4072 msgstr "Está conectado a $APPLICATION_TITLE en línea como $POL_LOGIN"
4073
4074 #: bash/playonlinux_online:124
4075 #, sh-format
4076 msgid ""
4077 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4078 "safely close this window"
4079 msgstr ""
4080 "Se ha desconectado correctamente de $APPLICATION_TITLE en línea\\nPuede "
4081 "cerrar con seguridad esta ventana"
4082
4083 #: bash/polconfigurator:33
4132 #: bash/polconfigurator:34
40844133 #, sh-format
40854134 msgid "Killing programs in the virtual drive..."
40864135 msgstr "Cerrando los programas en la unidad virtual ..."
40874136
4088 #: bash/polconfigurator:79
4137 #: bash/polconfigurator:86
40894138 #, sh-format
40904139 msgid "Icon selection"
40914140 msgstr "Selección de icono"
40924141
4093 #: bash/polconfigurator:79
4142 #: bash/polconfigurator:86
40944143 #, sh-format
40954144 msgid "Please select an icon file"
40964145 msgstr "Elija un archivo de icono"
40974146
4098 #: bash/polconfigurator:86
4147 #: bash/polconfigurator:93
40994148 #, sh-format
41004149 msgid "Bad file extension"
41014150 msgstr "Extensión de archivo incorrecta"
41024151
4103 #: bash/polconfigurator:86
4152 #: bash/polconfigurator:93
41044153 #, sh-format
41054154 msgid "is not an icon extension"
41064155 msgstr "no es una extensión de icono"
41074156
4108 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4109 #: python/mainwindow.py:621
4157 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4158 #: python/mainwindow.py:619
41104159 #, sh-format
41114160 msgid "Registry Editor"
41124161 msgstr "Editor del Registro"
41134162
4114 #: bash/polconfigurator:97
4163 #: bash/polconfigurator:104
41154164 #, sh-format
41164165 msgid "Kill all prefix processes"
41174166 msgstr "Detener todos los procesos prefijados"
41184167
4119 #: bash/polconfigurator:98
4168 #: bash/polconfigurator:105
41204169 #, sh-format
41214170 msgid "Update wineprefix"
41224171 msgstr "Actualizar wineprefix"
41234172
4124 #: bash/polconfigurator:99
4173 #: bash/polconfigurator:106
41254174 #, sh-format
41264175 msgid "Simulate Windows reboot"
41274176 msgstr "Simular reinicio de Windows"
41284177
4129 #: bash/polconfigurator:100
4178 #: bash/polconfigurator:107
41304179 #, sh-format
41314180 msgid "Use Advanced Wine Configuration plugin"
41324181 msgstr "Usar el complemento de Configuración Avanzada de Wine"
41334182
4134 #: bash/polconfigurator:101
4183 #: bash/polconfigurator:108
41354184 #, sh-format
41364185 msgid "Use PlayOnLinux's configurator for"
41374186 msgstr "Use el configurador de PlayOnLinux para"
41384187
4139 #: bash/polconfigurator:103
4188 #: bash/polconfigurator:110
41404189 #, sh-format
41414190 msgid "Change the icon"
41424191 msgstr "Cambiar el icono"
41434192
4144 #: bash/polconfigurator:104
4193 #: bash/polconfigurator:111
41454194 #, sh-format
41464195 msgid "Use WineTricks"
41474196 msgstr "Usar WineTricks"
41484197
4149 #: bash/polconfigurator:123
4198 #: bash/polconfigurator:130
41504199 #, sh-format
41514200 msgid "Please choose an action to perform"
41524201 msgstr "Por favor, seleccione una acción a realizar"
42014250 msgid "Please choose a CD-ROM to eject"
42024251 msgstr "Por favor escoja un CD-ROM a expulsar"
42034252
4204 #: bash/run_app:83
4253 #: bash/run_app:85
42054254 #, sh-format
42064255 msgid "Please choose a software to run"
42074256 msgstr "Elija el software a ejecutar"
42084257
4209 #: bash/run_app:114
4258 #: bash/run_app:116
42104259 #, sh-format
42114260 msgid "$APPLICATION_TITLE debugger is starting..."
42124261 msgstr "Se está arrancando el depurador $APPLICATION_TITLE"
42134262
4214 #: bash/run_app:117
4263 #: bash/run_app:119
42154264 #, sh-format
42164265 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
42174266 msgstr ""
42184267 "$PACKAGE se ha cerrado inesperadamente.\\nPulse en el enlace de depuración "
42194268 "para más detalles."
42204269
4221 #: bash/run_app:119
4270 #: bash/run_app:121
42224271 #, sh-format
42234272 msgid "$PACKAGE crashed."
42244273 msgstr "$PACKAGE abortado."
42804329 "configuración anterior?"
42814330
42824331 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4283 #: lib/playonlinux.lib:717
4332 #: lib/playonlinux.lib:720
42844333 #, sh-format
42854334 msgid "$APPLICATION_TITLE Uninstaller"
42864335 msgstr "Desinstalador de $APPLICATION_TITLE"
43004349 msgid "This wizard will help you to uninstall: "
43014350 msgstr "Este asistente le ayudará a deinstalar: "
43024351
4303 #: bash/uninstall:65 lib/playonlinux.lib:717
4352 #: bash/uninstall:65 lib/playonlinux.lib:720
43044353 #, sh-format
43054354 msgid "Uninstalling..."
43064355 msgstr "Desinstalando..."
43694418 "información."
43704419
43714420 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4372 #: lib/wine.lib:955 lib/wine.lib:1036
4421 #: lib/wine.lib:970 lib/wine.lib:1051
43734422 #, sh-format
43744423 msgid "Please wait while the virtual drive is being created..."
43754424 msgstr "Espere mientras se crea la unidad virtual"
43844433 msgid "Setting Program Files var"
43854434 msgstr "Configurar Program Files var"
43864435
4387 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4388 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4436 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4437 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43894438 #, sh-format
43904439 msgid "This function is disabled in the PlayOnlinux environment."
43914440 msgstr "Esta función está desactivada en el entorno de PlayOnLInux."
43924441
4393 #: lib/playonlinux.lib:334
4442 #: lib/playonlinux.lib:336
43944443 #, sh-format
43954444 msgid ""
43964445 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44014450 "válida\\n\\nPlayOnLinux no ha aprobado este script y no es responsable de "
44024451 "él. \\n Asegúrese de que sabe lo que está haciendo !"
44034452
4404 #: lib/playonlinux.lib:335
4453 #: lib/playonlinux.lib:337
44054454 #, sh-format
44064455 msgid "Here the source code of the script. Check it carefully"
44074456 msgstr "Este es el código fuente del script. Compruébelo con cuidado"
44084457
4409 #: lib/playonlinux.lib:357
4458 #: lib/playonlinux.lib:359
44104459 #, sh-format
44114460 msgid ""
44124461 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44174466 "válida\\n\\n$APPLICATION_TITLE no ha aprobado este script y no es "
44184467 "responsable de él. \\nAsegúrese de que sabe lo que está haciendo !"
44194468
4420 #: lib/playonlinux.lib:358
4469 #: lib/playonlinux.lib:360
44214470 #, sh-format
44224471 msgid "External library"
44234472 msgstr "Librería externa"
44244473
4425 #: lib/playonlinux.lib:358
4474 #: lib/playonlinux.lib:360
44264475 #, sh-format
44274476 msgid "Here the source code of the script. Check it carrefully"
44284477 msgstr "Aquí esta el código fuente del script. Compruébelo cuidadosamente"
44294478
4430 #: lib/playonlinux.lib:591
4479 #: lib/playonlinux.lib:593
44314480 #, sh-format
44324481 msgid "Making shortcut..."
44334482 msgstr "Creando acceso directo..."
44344483
4435 #: lib/playonlinux.lib:715
4484 #: lib/playonlinux.lib:718
44364485 #, sh-format
44374486 msgid "Do you want to delete the virtual drive:"
44384487 msgstr "¿Quiere borrar la unidad virtual:"
44394488
4440 #: lib/playonlinux.lib:826
4489 #: lib/playonlinux.lib:831
44414490 #, sh-format
44424491 msgid ""
44434492 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44464495 "Este archivo está ubicado en un sistema de archivos FAT32.\\nPodría no "
44474496 "funcionar en wine\\n\\n$FilePath"
44484497
4449 #: lib/playonlinux.lib:827
4498 #: lib/playonlinux.lib:832
44504499 #, sh-format
44514500 msgid ""
44524501 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44554504 "Este archivo está ubicado en un sistema de archivos NTFS.\\nPodría no "
44564505 "funcionar en wine\\n\\n$FilePath"
44574506
4458 #: lib/playonlinux.lib:828
4507 #: lib/playonlinux.lib:833
44594508 #, sh-format
44604509 msgid ""
44614510 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44644513 "Este archivo está ubicado en un sistema de archivos fuse.\\nPodría no "
44654514 "funcionar en wine\\n\\n$FilePath"
44664515
4467 #: lib/playonlinux.lib:829
4516 #: lib/playonlinux.lib:834
44684517 #, sh-format
44694518 msgid ""
44704519 "The following file is located on a noexec mounted filesystem.\\nIt might "
44734522 "Este archivo está ubicado en un sistema de archivos montado no-ejecutable.\\"
44744523 "nPodría no funcionar en wine\\n\\n$FilePath"
44754524
4476 #: lib/plugins.lib:65
4525 #: lib/plugins.lib:66
44774526 #, sh-format
44784527 msgid "Checking plugin: "
44794528 msgstr "Comprobando extensión: "
44804529
4481 #: lib/plugins.lib:93
4530 #: lib/plugins.lib:94
44824531 #, sh-format
44834532 msgid "New: "
44844533 msgstr "Nuevo: "
44854534
4486 #: lib/plugins.lib:93
4535 #: lib/plugins.lib:94
44874536 #, sh-format
44884537 msgid "Updating plugin. Previous: "
44894538 msgstr "Actualizando complemento. Anterior: "
44904539
4491 #: lib/plugins.lib:112
4540 #: lib/plugins.lib:113
44924541 #, sh-format
44934542 msgid "Installing plugin: "
44944543 msgstr "Instalando complemento: "
45074556 msgid "Function override detected, disabling bug reporting"
45084557 msgstr ""
45094558
4510 #: lib/scripts.lib:499 lib/scripts.lib:565
4559 #: lib/scripts.lib:500 lib/scripts.lib:566
45114560 #, sh-format
45124561 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
45134562 msgstr "No hay espacio disponible para descargar:\\n$URL ($neededSpace KB)"
45144563
4515 #: lib/scripts.lib:501 lib/scripts.lib:784
4564 #: lib/scripts.lib:502 lib/scripts.lib:785
45164565 #, sh-format
45174566 msgid "Please wait while $APPLICATION_TITLE is downloading:"
45184567 msgstr "Espere mientras $APPLICATION_TITLE descarga:"
45194568
4520 #: lib/scripts.lib:503 lib/scripts.lib:570
4569 #: lib/scripts.lib:504 lib/scripts.lib:571
45214570 #, sh-format
45224571 msgid "An error happened during download."
45234572 msgstr "Ha ocurrido un error durante la descarga."
45244573
4525 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4526 #: lib/scripts.lib:586
4574 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4575 #: lib/scripts.lib:587
45274576 #, sh-format
45284577 msgid "Do you want to retry?"
45294578 msgstr "¿Desea volver a intentarlo?"
45304579
4531 #: lib/scripts.lib:522 lib/scripts.lib:586
4580 #: lib/scripts.lib:523 lib/scripts.lib:587
45324581 #, sh-format
45334582 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45344583 msgstr ""
45354584 "¡Error! Los archivos no coinciden\\n\\nLocal: $LOCAL_MD5\\nServidor: "
45364585 "$SERVER_MD5"
45374586
4538 #: lib/scripts.lib:689
4587 #: lib/scripts.lib:690
45394588 #, sh-format
45404589 msgid ""
45414590 "7z not installed, please check that you have 7zip installed and try again"
45424591 msgstr "7z no instalado, asegúrese de tener instalado 7zip y pruebe de nuevo"
45434592
4544 #: lib/scripts.lib:696
4593 #: lib/scripts.lib:697
45454594 #, sh-format
45464595 msgid "Failed to locate ${dest} from ${archive}"
45474596 msgstr "Falló al ubicar ${dest} desde ${archive}"
45484597
4549 #: lib/scripts.lib:700
4598 #: lib/scripts.lib:701
45504599 #, sh-format
45514600 msgid "Extracting ${filename} from ${archivename}"
45524601 msgstr "Extrayendo ${filename} de ${archivename}"
45534602
4554 #: lib/scripts.lib:715
4603 #: lib/scripts.lib:716
45554604 #, sh-format
45564605 msgid "Extracted file size does not match!"
45574606 msgstr "¡El tamaño del archivo extraído no coincide!"
45584607
4559 #: lib/scripts.lib:746
4608 #: lib/scripts.lib:747
45604609 #, sh-format
45614610 msgid "Copying ${filename}"
45624611 msgstr "Copiando ${filename}"
45634612
4564 #: lib/scripts.lib:759
4613 #: lib/scripts.lib:760
45654614 #, sh-format
45664615 msgid "File size does not match!"
45674616 msgstr "¡El tamaño del archivo no coincide!"
45684617
4569 #: lib/scripts.lib:903
4618 #: lib/scripts.lib:904
45704619 #, sh-format
45714620 msgid ""
45724621 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45754624 "Lo sentimos, $APPLICATION_TITLE $VERSION es demasiado antiguo para "
45764625 "continuar. Necesita \\n$APPLICATION_TITLE $NEEDED."
45774626
4578 #: lib/scripts.lib:918
4627 #: lib/scripts.lib:919
45794628 #, sh-format
45804629 msgid ""
45814630 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45844633 "Advertencia: Está ejecutando $APPLICATION_TITLE $VERSION. Le recomendamos \\"
45854634 "n$APPLICATION_TITLE $NEEDED para continuar."
45864635
4587 #: lib/scripts.lib:949
4636 #: lib/scripts.lib:950
45884637 #, sh-format
45894638 msgid "$AUTHOR profile"
45904639 msgstr "Perfil de $AUTHOR"
46324681 msgstr ""
46334682 "Falta uno o varios programas. Instálelos y ejecute el guión de nuevo."
46344683
4635 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4684 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46364685 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46374686 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46384687 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46444693 #, sh-format
46454694 msgid "Where is mounted your CD-ROM?"
46464695 msgstr "¿Dónde está montado su CD-ROM?"
4696
4697 #: lib/setupwindow.lib:349 python/install.py:218
4698 #, sh-format
4699 msgid "Other"
4700 msgstr "Otro"
46474701
46484702 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46494703 #, sh-format
47714825 msgid "I don't want to make another shortcut"
47724826 msgstr "No quiero crear otro atajo"
47734827
4774 #: lib/setupwindow.lib:711 python/guiv3.py:158
4828 #: lib/setupwindow.lib:711 python/guiv3.py:163
47754829 #, sh-format
47764830 msgid "Browse"
47774831 msgstr "Explorar"
47784832
4833 #: lib/setupwindow.lib:739
4834 #, sh-format
4835 msgid "A shortcut by that name already exists, overwrite?"
4836 msgstr ""
4837
47794838 #: lib/website.lib:29
47804839 #, sh-format
47814840 msgid "Connect to your $APPLICATION_TITLE account"
47954854 "Falló la conexión.\\nAsegúrese de que su nombre de usuario y contraseña son "
47964855 "válidos."
47974856
4798 #: lib/wine.lib:367
4857 #: lib/wine.lib:371
47994858 #, sh-format
48004859 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
48014860 msgstr ""
48024861 "Por favor, espere mientras $APPLICATION_TITLE esté explorando su hardware"
48034862
4804 #: lib/wine.lib:373
4863 #: lib/wine.lib:377
48054864 #, sh-format
48064865 msgid "Select the main videocard to report:"
4807 msgstr ""
4808
4809 #: lib/wine.lib:538 lib/wine.lib:703
4866 msgstr "Selecciona la tarjeta de video principal a reportar:"
4867
4868 #: lib/wine.lib:549 lib/wine.lib:714
48104869 #, sh-format
48114870 msgid ""
48124871 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
48154874 "Wine parece haber fallado\\n\\nsí el programa está funcionando, ignore este "
48164875 "mensaje"
48174876
4818 #: lib/wine.lib:763
4877 #: lib/wine.lib:775
48194878 #, sh-format
48204879 msgid "Unable to find version: "
48214880 msgstr "Incapaz de encontrar la versión: "
48224881
4823 #: lib/wine.lib:769 lib/wine.lib:770
4882 #: lib/wine.lib:781 lib/wine.lib:782
48244883 #, sh-format
48254884 msgid "Downloading Wine: "
48264885 msgstr "Descargando Wine: "
48274886
4828 #: lib/wine.lib:779
4887 #: lib/wine.lib:791
48294888 #, sh-format
48304889 msgid "The download seems to have failed."
48314890 msgstr "La descarga parece haber fallado."
48324891
4833 #: lib/wine.lib:781
4892 #: lib/wine.lib:793
48344893 #, sh-format
48354894 msgid "Extracting Wine..."
48364895 msgstr "Extrayendo Wine..."
48374896
4838 #: lib/wine.lib:961
4897 #: lib/wine.lib:976
48394898 #, sh-format
48404899 msgid "Overwrite (usually works, no guarantee)"
48414900 msgstr "Sobreescribir (usualmente funciona, no hay garantía)"
48424901
4843 #: lib/wine.lib:962
4902 #: lib/wine.lib:977
48444903 #, sh-format
48454904 msgid "Erase (virtual drive content will be lost)"
48464905 msgstr "Borrar (contenido del disco virtual se perderá)"
48474906
4848 #: lib/wine.lib:976
4907 #: lib/wine.lib:991
48494908 #, sh-format
48504909 msgid "The target virtual drive $PREFNAME already exists:"
48514910 msgstr "La unidad virtual de destino $PREFNAME ya existe:"
48524911
4853 #: lib/wine.lib:1156 lib/wine.lib:1186
4912 #: lib/wine.lib:1171 lib/wine.lib:1201
48544913 #, sh-format
48554914 msgid "Please wait while $SOFTNAME is installed..."
48564915 msgstr "Espere mientras se instala $SOFTNAME..."
48574916
4858 #: lib/wine.lib:1160 lib/wine.lib:1189
4917 #: lib/wine.lib:1175 lib/wine.lib:1204
48594918 #, sh-format
48604919 msgid ""
48614920 "Be careful! This will kill install process. If it is not finished, you will "
48644923 "Cuidado! Esto detendrá los procesos instalados. Sí no están finalizados, "
48654924 "tendrá que reinstalar $SOFTNAME"
48664925
4867 #: lib/wine.lib:1160 lib/wine.lib:1189
4926 #: lib/wine.lib:1175 lib/wine.lib:1204
48684927 #, sh-format
48694928 msgid "Install is done"
48704929 msgstr "La instalación ha finalizado"
48714930
4872 #: lib/wine.lib:1193 lib/wine.lib:1194
4931 #: lib/wine.lib:1208 lib/wine.lib:1209
48734932 #, sh-format
48744933 msgid "Press next only when the installation process is finished"
48754934 msgstr ""
48764935 "Pulse Siguiente sólo cuando el proceso de instalación haya finalizado"
48774936
4878 #: lib/wine.lib:1202
4937 #: lib/wine.lib:1217
48794938 #, sh-format
48804939 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48814940 msgstr "$APPLICATION_TITLE está simulando un reinicio. Favor esperar"
48944953 "Para desinstalar limpiamente un programa con {0}, debe eliminar el disco "
48954954 "virtual asociado"
48964955
4897 #: python/configure.py:197 python/configure.py:694
4956 #: python/configure.py:196 python/configure.py:703
48984957 msgid "General"
48994958 msgstr "General"
49004959
4901 #: python/configure.py:200
4960 #: python/configure.py:199
49024961 msgid "Make a new shortcut from this virtual drive"
49034962 msgstr "Crear un nuevo acceso directo de esta unidad virtual"
49044963
4905 #: python/configure.py:201
4964 #: python/configure.py:200
49064965 msgid "Name"
49074966 msgstr "Nombre"
49084967
4909 #: python/configure.py:202
4968 #: python/configure.py:201
49104969 msgid "Wine version"
49114970 msgstr "Version de Wine"
49124971
4913 #: python/configure.py:203
4972 #: python/configure.py:202
49144973 msgid "Debug flags"
49154974 msgstr "Parámetros de depurado"
49164975
4917 #: python/configure.py:205
4976 #: python/configure.py:204
49184977 msgid "Virtual drive"
49194978 msgstr "Unidad virtual"
49204979
4921 #: python/configure.py:207
4980 #: python/configure.py:206
49224981 msgid "Arguments"
49234982 msgstr "Argumentos"
49244983
4925 #: python/configure.py:211
4984 #: python/configure.py:210
49264985 msgid "Run configuration wizard"
49274986 msgstr "Ejecutar asistente de configuración"
49284987
4929 #: python/configure.py:248
4988 #: python/configure.py:247
49304989 msgid "Windows reboot"
49314990 msgstr "Reinicie Windows"
49324991
4933 #: python/configure.py:256
4992 #: python/configure.py:255
49344993 msgid "Repair virtual drive"
49354994 msgstr "Reparar la unidad virtual"
49364995
4937 #: python/configure.py:265
4996 #: python/configure.py:264
49384997 msgid "Command prompt"
49394998 msgstr "Línea de comandos"
49404999
4941 #: python/configure.py:272
5000 #: python/configure.py:271
49425001 msgid "Task manager"
49435002 msgstr "Administrador de tareas"
49445003
4945 #: python/configure.py:280
5004 #: python/configure.py:279
49465005 msgid "Kill processes"
49475006 msgstr "Matar procesos"
49485007
4949 #: python/configure.py:287
5008 #: python/configure.py:286
49505009 msgid "Wine uninstaller"
49515010 msgstr "Desistalador de Wine"
49525011
4953 #: python/configure.py:312
5012 #: python/configure.py:311
49545013 msgid ""
49555014 "Be careful! Installing one of these components can break your virtual drive."
49565015 msgstr ""
49575016 "¡Ten cuidado! Instalar uno de estos componentes puede romper su disco "
49585017 "virtual."
49595018
4960 #: python/configure.py:334 python/install.py:285 python/install.py:289
4961 #: python/mainwindow.py:197 python/mainwindow.py:350
5019 #: python/configure.py:333 python/install.py:285 python/install.py:289
5020 #: python/mainwindow.py:199 python/mainwindow.py:348
49625021 msgid "Install"
49635022 msgstr "Instalar"
49645023
4965 #: python/configure.py:395
5024 #: python/configure.py:388
49665025 msgid "Open program's directory"
49675026 msgstr "Abrir carpeta de programas"
49685027
4969 #: python/configure.py:418
5028 #: python/configure.py:411
49705029 msgid "Open virtual drive's directory"
49715030 msgstr "Abrir el directorio de la unidad virtual"
49725031
4973 #: python/configure.py:560
5032 #: python/configure.py:555
49745033 msgid "GLSL Support"
49755034 msgstr "Soporte GLSL"
49765035
4977 #: python/configure.py:561
5036 #: python/configure.py:556
49785037 msgid "Direct Draw Renderer"
49795038 msgstr "Renderizador Direct Draw"
49805039
4981 #: python/configure.py:562
5040 #: python/configure.py:557
49825041 msgid "Video memory size"
49835042 msgstr "Tamaño de la memoria de vídeo"
49845043
4985 #: python/configure.py:563
5044 #: python/configure.py:558
49865045 msgid "Offscreen rendering mode"
49875046 msgstr "Modo de renderización fuera de la pantalla"
49885047
4989 #: python/configure.py:564
5048 #: python/configure.py:559
49905049 msgid "Render target mode lock"
49915050 msgstr "Bloquear modo de renderizado de destino"
49925051
4993 #: python/configure.py:565
5052 #: python/configure.py:560
49945053 msgid "Multisampling"
49955054 msgstr "Multimuestreo"
49965055
4997 #: python/configure.py:566
5056 #: python/configure.py:561
49985057 msgid "Strict Draw Ordering"
49995058 msgstr "Orden de dibujo estricto"
50005059
5001 #: python/configure.py:576
5060 #: python/configure.py:571
50025061 msgid "Mouse warp override"
50035062 msgstr "Invalidar la sobreescritura del puntero del ratón"
50045063
5005 #: python/configure.py:578
5064 #: python/configure.py:573
50065065 msgid "Open a shell"
50075066 msgstr "Abrir una shell"
50085067
5009 #: python/configure.py:579
5068 #: python/configure.py:574
50105069 msgid "Run a .exe file in this virtual drive"
50115070 msgstr "Ejecutar un archivo .exe en esta unidad virtual"
50125071
5013 #: python/configure.py:580
5072 #: python/configure.py:575
50145073 msgid "Command to exec before running the program"
50155074 msgstr "Comando a ejecutar antes de ejecutar el programa"
50165075
5017 #: python/configure.py:591
5076 #: python/configure.py:585
5077 msgid ""
5078 "Warning:\n"
5079 "\n"
5080 "Any program still running in this virtual drive will be terminated before "
5081 "Wine version is changed.\n"
5082 "Are you sure you want to continue?"
5083 msgstr ""
5084
5085 #: python/configure.py:596
50185086 msgid ""
50195087 "Be careful!\n"
50205088 "If you change "
50225090 "Cuidado!\n"
50235091 "sí cambia "
50245092
5025 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5093 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
50265094 msgid "{0} configuration"
50275095 msgstr "{0} configuración"
50285096
5029 #: python/configure.py:659
5097 #: python/configure.py:664
50305098 msgid "Please select a program or a virtual drive to configure"
50315099 msgstr "Por favor elija el programa o la unidad virtual a configurar"
50325100
5033 #: python/configure.py:677 python/options.py:280
5101 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50345102 msgid "New"
50355103 msgstr "Instalar un programa en un nuevo prefijo"
50365104
5037 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5038 #: python/mainwindow.py:596 python/options.py:207
5105 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5106 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50395107 msgid "Remove"
50405108 msgstr "Quitar"
50415109
5042 #: python/configure.py:696
5110 #: python/configure.py:705
50435111 msgid "Install components"
50445112 msgstr "Instalar componentes"
50455113
5046 #: python/configure.py:697 python/mainwindow.py:332
5114 #: python/configure.py:706 python/mainwindow.py:330
50475115 msgid "Display"
50485116 msgstr "Mostrar"
50495117
5050 #: python/configure.py:698
5118 #: python/configure.py:707
50515119 msgid "Miscellaneous"
50525120 msgstr "Miscelánea"
50535121
5054 #: python/configure.py:726
5122 #: python/configure.py:735
50555123 msgid "This virtual drive is protected"
50565124 msgstr "Esta unidad virtual está protegida"
50575125
5058 #: python/configure.py:728
5126 #: python/configure.py:737
50595127 msgid "Are you sure you want to delete {0} virtual drive ?"
50605128 msgstr "¿Está seguro de que quiere eliminar la unidad virtual {0}?"
50615129
5062 #: python/configure.py:735
5130 #: python/configure.py:744
50635131 msgid "Are you sure you want to delete {0} ?"
50645132 msgstr "¿Está seguro de que quiere eliminar {0}?"
50655133
5066 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5067 #: python/mainwindow.py:997
5134 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5135 #: python/mainwindow.py:995
50685136 msgid "{0} debugger"
50695137 msgstr "{0} depurador"
50705138
50725140 msgid "Please select a debug file"
50735141 msgstr "Por favor, elegir un archivo de depuración"
50745142
5075 #: python/debug.py:76
5143 #: python/debug.py:78
50765144 msgid "Locate this logfile"
50775145 msgstr "Buscar este archivo de registro"
50785146
5079 #: python/debug.py:99
5147 #: python/debug.py:101
50805148 msgid "The file is named : {0}"
50815149 msgstr "El archivo se llama: {0}"
50825150
5083 #: python/debug.py:153 python/debug.py:207
5151 #: python/debug.py:189 python/debug.py:245
50845152 msgid "Virtual drives"
50855153 msgstr "Unidades virtuales"
50865154
5087 #: python/debug.py:184
5155 #: python/debug.py:222
50885156 msgid "Report a problem about {0}"
50895157 msgstr "Informar sobre un problema con {0}"
50905158
5091 #: python/debug.py:206
5159 #: python/debug.py:244
50925160 msgid "Install scripts"
50935161 msgstr "Instalar scripts"
50945162
51135181 msgid "Next"
51145182 msgstr "Siguiente"
51155183
5116 #: python/guiv3.py:166
5184 #: python/guiv3.py:171
51175185 msgid "I Agree"
51185186 msgstr "Estoy de acuerdo"
51195187
5120 #: python/guiv3.py:167
5188 #: python/guiv3.py:172
51215189 msgid "Show virtual drives"
51225190 msgstr "Mostrar unidades virtuales"
51235191
5124 #: python/guiv3.py:188
5192 #: python/guiv3.py:193
51255193 msgid "Login: "
51265194 msgstr "Nombre de usuario: "
51275195
5128 #: python/guiv3.py:189
5196 #: python/guiv3.py:194
51295197 msgid "Password: "
51305198 msgstr "Contraseña: "
51315199
5132 #: python/guiv3.py:192
5200 #: python/guiv3.py:197
51335201 msgid "Register"
51345202 msgstr "Registrarse"
51355203
5136 #: python/guiv3.py:288
5204 #: python/guiv3.py:302
51375205 msgid "MB downloaded"
51385206 msgstr "MB descargados"
51395207
5140 #: python/guiv3.py:288
5208 #: python/guiv3.py:302
51415209 msgid "of"
51425210 msgstr "de"
51435211
5144 #: python/guiv3.py:749
5212 #: python/guiv3.py:769
51455213 msgid "You cannot close this window"
51465214 msgstr "No puede cerrar esta ventana"
51475215
51495217 msgid "No description"
51505218 msgstr "Sin descripción"
51515219
5152 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5220 #: python/install.py:210
5221 msgid "Accessories"
5222 msgstr "Accesorios"
5223
5224 #: python/install.py:211
5225 msgid "Development"
5226 msgstr "Desarrollo"
5227
5228 #: python/install.py:212
5229 msgid "Education"
5230 msgstr "Educación"
5231
5232 #: python/install.py:213
5233 msgid "Games"
5234 msgstr "Juegos"
5235
5236 #: python/install.py:214
5237 msgid "Graphics"
5238 msgstr "Gráficos"
5239
5240 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5241 msgid "Internet"
5242 msgstr "Internet"
5243
5244 #: python/install.py:216
5245 msgid "Multimedia"
5246 msgstr "Multimedia"
5247
5248 #: python/install.py:217
5249 msgid "Office"
5250 msgstr "Oficina"
5251
5252 #: python/install.py:219
5253 msgid "Patches"
5254 msgstr "Parches"
5255
5256 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51535257 msgid "Search"
51545258 msgstr "Búsqueda"
51555259
51565260 #: python/install.py:252
51575261 msgid "Include:"
51585262 msgstr "Incluir:"
5263
5264 #: python/install.py:258
5265 msgid "Testing"
5266 msgstr "En pruebas"
51595267
51605268 #: python/install.py:263
51615269 msgid "No-cd needed"
52295337 "no proveeremos ningún tipo de apoyo para este método, ya que el mismo "
52305338 "también puede ser utilizado con el propósito de piratear."
52315339
5232 #: python/irc.py:137
5340 #: python/irc.py:139
52335341 msgid "Send"
52345342 msgstr "Enviar"
52355343
5236 #: python/irc.py:138
5344 #: python/irc.py:140
52375345 msgid "Connect"
52385346 msgstr "Conectarse"
52395347
5240 #: python/irc.py:139
5348 #: python/irc.py:141
52415349 msgid "Disconnect"
52425350 msgstr "Desconectarse"
52435351
5244 #: python/irc.py:140
5352 #: python/irc.py:142
52455353 msgid "Leave"
52465354 msgstr "Dejar"
52475355
5248 #: python/irc.py:227
5356 #: python/irc.py:229
52495357 msgid "Join a channel"
52505358 msgstr "Unirse a un canal"
52515359
5252 #: python/irc.py:257 python/mainwindow.py:725
5360 #: python/irc.py:259 python/mainwindow.py:723
52535361 msgid "Messenger"
52545362 msgstr "Messenger"
52555363
5256 #: python/irc.py:273
5364 #: python/irc.py:275
52575365 msgid ""
52585366 "If you close this window, you cannot read further replies. Are you sure that "
52595367 "you want to close it?"
52845392 msgid "{0} error"
52855393 msgstr "{0} error"
52865394
5287 #: python/mainwindow.py:73
5395 #: python/mainwindow.py:75
52885396 msgid "{0} website is unavailable. Please check your connection"
52895397 msgstr ""
52905398 "{0} el sitio web no se encuentra disponible. Por favor verifica tu conección."
52915399
5292 #: python/mainwindow.py:75
5400 #: python/mainwindow.py:77
52935401 msgid "Refreshing {0}"
52945402 msgstr "Actualizando {0}"
52955403
5296 #: python/mainwindow.py:90 python/mainwindow.py:92
5404 #: python/mainwindow.py:92 python/mainwindow.py:94
52975405 msgid "An updated version of {0} is available"
52985406 msgstr "Una versión actualizada de {0} está disponible"
52995407
5300 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5408 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
53015409 msgid "Run"
53025410 msgstr "Lanzar"
53035411
5304 #: python/mainwindow.py:200
5412 #: python/mainwindow.py:202
53055413 msgid "Donate"
53065414 msgstr "Donación"
53075415
5308 #: python/mainwindow.py:201
5416 #: python/mainwindow.py:203
53095417 msgid "Exit"
53105418 msgstr "Salir"
53115419
5312 #: python/mainwindow.py:205
5420 #: python/mainwindow.py:207
53135421 msgid "Small icons"
53145422 msgstr "Iconos pequeños"
53155423
5316 #: python/mainwindow.py:206
5424 #: python/mainwindow.py:208
53175425 msgid "Medium icons"
53185426 msgstr "Iconos medianos"
53195427
5320 #: python/mainwindow.py:207
5428 #: python/mainwindow.py:209
53215429 msgid "Large icons"
53225430 msgstr "Iconos grandes"
53235431
5324 #: python/mainwindow.py:208
5432 #: python/mainwindow.py:210
53255433 msgid "Very large icons"
53265434 msgstr "Iconos muy grandes"
53275435
5328 #: python/mainwindow.py:220
5436 #: python/mainwindow.py:222
53295437 msgid "Manage Wine versions"
53305438 msgstr "Gestiona versiones de Wine"
53315439
5332 #: python/mainwindow.py:226
5440 #: python/mainwindow.py:228
53335441 msgid "Read a PC CD-Rom"
53345442 msgstr "Lee el PC CD-ROM"
53355443
5336 #: python/mainwindow.py:236
5444 #: python/mainwindow.py:238
53375445 msgid "Close all {0} software"
53385446 msgstr "Cierre todos los programas de {0}"
53395447
5340 #: python/mainwindow.py:240
5448 #: python/mainwindow.py:242
53415449 msgid "{0} console"
53425450 msgstr "Consola de {0}"
53435451
5344 #: python/mainwindow.py:250
5452 #: python/mainwindow.py:248
53455453 msgid "{0} messenger"
53465454 msgstr "{0} messenger"
53475455
5348 #: python/mainwindow.py:266 python/options.py:388
5456 #: python/mainwindow.py:264 python/options.py:388
53495457 msgid "File associations"
53505458 msgstr "Asociaciones de archivos"
53515459
5352 #: python/mainwindow.py:273
5460 #: python/mainwindow.py:271
53535461 msgid "About {0}"
53545462 msgstr "Acerca de {0}"
53555463
5356 #: python/mainwindow.py:302 python/mainwindow.py:306
5464 #: python/mainwindow.py:300 python/mainwindow.py:304
53575465 msgid "Plugin manager"
53585466 msgstr "Gestor de plugin"
53595467
5360 #: python/mainwindow.py:331
5468 #: python/mainwindow.py:329
53615469 msgid "File"
53625470 msgstr "Archivo"
53635471
5364 #: python/mainwindow.py:333
5472 #: python/mainwindow.py:331
53655473 msgid "Tools"
53665474 msgstr "Herramientas"
53675475
5368 #: python/mainwindow.py:334 python/mainwindow.py:723
5476 #: python/mainwindow.py:332 python/mainwindow.py:721
53695477 msgid "Settings"
53705478 msgstr "Opciones"
53715479
5372 #: python/mainwindow.py:335 python/options.py:387
5480 #: python/mainwindow.py:333 python/options.py:387
53735481 msgid "Plugins"
53745482 msgstr "Complementos"
53755483
5376 #: python/mainwindow.py:347 python/mainwindow.py:739
5484 #: python/mainwindow.py:345 python/mainwindow.py:737
53775485 msgid "Close"
53785486 msgstr "Cerrar"
53795487
5380 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5488 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53815489 msgid "Configure"
53825490 msgstr "Configurar"
53835491
5384 #: python/mainwindow.py:584
5492 #: python/mainwindow.py:582
53855493 msgid "Open the application's directory"
53865494 msgstr "Abre el directorio de la aplicación"
53875495
5388 #: python/mainwindow.py:588 python/mainwindow.py:753
5496 #: python/mainwindow.py:586 python/mainwindow.py:751
53895497 msgid "Read the manual"
53905498 msgstr "Lee el manual"
53915499
5392 #: python/mainwindow.py:592
5500 #: python/mainwindow.py:590
53935501 msgid "Set the icon"
53945502 msgstr "Establecer el icono"
53955503
5396 #: python/mainwindow.py:600
5504 #: python/mainwindow.py:598
53975505 msgid "Close this application"
53985506 msgstr "Cerrar esta aplicación"
53995507
5400 #: python/mainwindow.py:611
5508 #: python/mainwindow.py:609
54015509 msgid "KillApp"
54025510 msgstr "KillApp"
54035511
5404 #: python/mainwindow.py:618
5512 #: python/mainwindow.py:616
54055513 msgid "No manual found for {0}"
54065514 msgstr "Manual no encontrado en {0}"
54075515
5408 #: python/mainwindow.py:721
5516 #: python/mainwindow.py:719
54095517 msgid "Install a program"
54105518 msgstr "Instalar un programa"
54115519
5412 #: python/mainwindow.py:728
5520 #: python/mainwindow.py:726
54135521 msgid "Update GIT"
54145522 msgstr "Actualización de GIT"
54155523
5416 #: python/mainwindow.py:731
5524 #: python/mainwindow.py:729
54175525 msgid "Update instructions"
5418 msgstr ""
5419
5420 #: python/mainwindow.py:741
5526 msgstr "Instrucciones de actualización"
5527
5528 #: python/mainwindow.py:739
54215529 msgid "Debug"
54225530 msgstr "Depurador"
54235531
5424 #: python/mainwindow.py:743
5532 #: python/mainwindow.py:741
54255533 msgid "Report a problem"
54265534 msgstr "Informar de un problema"
54275535
5428 #: python/mainwindow.py:747
5536 #: python/mainwindow.py:745
54295537 msgid "Create a shortcut"
54305538 msgstr "Crear un acceso directo"
54315539
5432 #: python/mainwindow.py:749
5540 #: python/mainwindow.py:747
54335541 msgid "Open the directory"
54345542 msgstr "Abrir un directorio"
54355543
5436 #: python/mainwindow.py:755
5544 #: python/mainwindow.py:753
54375545 msgid "Save"
54385546 msgstr "Guardar"
54395547
5440 #: python/mainwindow.py:758
5548 #: python/mainwindow.py:756
54415549 msgid "Uninstall"
54425550 msgstr "Desinstalar"
54435551
5444 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5445 #: python/mainwindow.py:1003
5552 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5553 #: python/mainwindow.py:1001
54465554 msgid "Please select a program."
54475555 msgstr "Elija un programa"
54485556
5449 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5557 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54505558 msgid "{0} settings"
54515559 msgstr "ajustes de {0}"
54525560
5453 #: python/mainwindow.py:965
5561 #: python/mainwindow.py:963
54545562 msgid "{0} install menu"
54555563 msgstr "menú de instalación {0}"
54565564
5457 #: python/mainwindow.py:974
5565 #: python/mainwindow.py:972
54585566 msgid "{0} wine versions manager"
54595567 msgstr "administrador de versiones {0}"
54605568
5461 #: python/mainwindow.py:1005
5569 #: python/mainwindow.py:1003
54625570 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54635571 msgstr "La unidad virtual asociada con {0} ({1}) no existe."
54645572
55875695 "\n"
55885696 "Esta información será de gran utilidad para nosotros para ayudar a la gente."
55895697
5590 #: python/mainwindow.py:1271
5698 #: python/mainwindow.py:1273
55915699 msgid "Are you sure you want to want to install {0} package?"
55925700 msgstr "¿Está seguro que desea instalar el paquete {0}?"
55935701
5594 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5702 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5703 #: python/mainwindow.py:1284
55955704 msgid ""
55965705 "You are trying to open a script design for {0}! It might not work as expected"
55975706 msgstr ""
56705779 msgid "You must restart {0} for the changes to take effect."
56715780 msgstr "Debe reiniciar {0} para que los cambios surtan efecto."
56725781
5673 #: python/wine_versions.py:194
5782 #: python/wine_versions.py:195
56745783 msgid "Installed Wine versions: "
56755784 msgstr "Versiones de Wine instaladas: "
56765785
5677 #: python/wine_versions.py:195
5786 #: python/wine_versions.py:196
56785787 msgid "Available Wine versions: "
56795788 msgstr "Versiones de Wine disponibles: "
56805789
5681 #: python/wine_versions.py:202
5790 #: python/wine_versions.py:203
56825791 msgid "Wine versions"
56835792 msgstr "Versiones de Wine"
56845793
5685 #: python/wine_versions.py:321
5794 #: python/wine_versions.py:322
56865795 msgid "Are you sure you want to delete wine {0}?"
56875796 msgstr "¿Está seguro de querer borrar Wine {0}?"
56885797
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: MulX <os2mule@gmail.com>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:09+0000\n"
1111 "Last-Translator: Tanel Mae <tuxest@gmail.com>\n"
1212 "Language-Team: Estonian <et@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
229229 msgstr ""
230230
231231 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
232 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
232233 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
233234 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
234235 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
257258 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
258259 #: PlayOnLinux_Scripts/Civilization_V_:53
259260 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
260 #: PlayOnLinux_Scripts/Diablo_II_:51
261 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
261262 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
262263 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
263264 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
264265 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
265266 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
266 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
267267 #: PlayOnLinux_Scripts/Google_SketchUp_:51
268268 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
269269 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
283283 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
284284 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
285285 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
286 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
286287 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
287288 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
288289 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
289 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
290 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
290 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
291 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
292 #: PlayOnLinux_Scripts/Portal_2_:82
291293 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
292294 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
293 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
295 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
296 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
294297 #: PlayOnLinux_Scripts/Rayman_Origins_:72
295298 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
296299 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
300 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
297301 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
298302 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
299303 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
304 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
300305 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
301306 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
302 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
303 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
307 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
308 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
309 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
304310 #: PlayOnLinux_Scripts/Starcraft_:34
305311 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
306312 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
307 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
313 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
314 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
308315 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
309316 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
317 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
310318 #: PlayOnLinux_Scripts/Theme_Hospital_:59
311319 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
312320 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
313321 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
314322 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
323 #: PlayOnLinux_Scripts/Wizard_101_:38
315324 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
316325 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
317326 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
324333 msgid "Please select the setup file to run"
325334 msgstr "Vali käivitamiseks paigaldusfail"
326335
336 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
337 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
338 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
339 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
340 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
341 #, sh-format
342 msgid "Please insert the game media into your disc drive."
343 msgstr ""
344
327345 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
346 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
347 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
328348 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
329349 #: PlayOnLinux_Scripts/Dishonored_:72
330350 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
418438 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
419439 #: PlayOnLinux_Scripts/Magicka_:68
420440 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
441 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
421442 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
422443 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
423444 #: PlayOnLinux_Scripts/Rayman_Origins_:83
424445 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
425 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
426 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
446 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
447 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
427448 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
428449 #: PlayOnLinux_Scripts/The_Witcher_:125
429450 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
453474 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
454475 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
455476 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
477 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
456478 #: PlayOnLinux_Scripts/Driftmoon_:43
457479 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
458480 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
461483 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
462484 #: PlayOnLinux_Scripts/League_Of_Legends_:57
463485 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
464 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
486 #: PlayOnLinux_Scripts/Sacrifice_:41
487 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
488 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
489 #: PlayOnLinux_Scripts/Toontown_Online_:25
490 #: PlayOnLinux_Scripts/Watchtower_library_:43
465491 #: PlayOnLinux_Scripts/iTunes_10_:28
466492 #, sh-format
467493 msgid "Please select the setup file to run."
476502 #: PlayOnLinux_Scripts/POL_GoG_download_:48
477503 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
478504 #: PlayOnLinux_Scripts/SimCity_2000_:50
479 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
480 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
505 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
506 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
481507 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
482508 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
483509 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
484 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
485 #: lib/wine.lib:1186
510 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
511 #: lib/wine.lib:1171 lib/wine.lib:1201
486512 #, sh-format
487513 msgid "Please wait..."
488514 msgstr "Palun oota..."
510536 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
511537 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
512538 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
513 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
539 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
514540 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
515541 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
516542 #: PlayOnLinux_Scripts/Dead_Space_2_:85
526552 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
527553 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
528554 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
529 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
530556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
531557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
532558 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
588614 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
589615 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
590616 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
591 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
617 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
592618 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
593619 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
594620 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
595 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
596 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
621 #: PlayOnLinux_Scripts/Dead_Space_:50
622 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
623 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
624 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
597625 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
598626 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
599627 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
603631 #: PlayOnLinux_Scripts/Rage_:79
604632 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
605633 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
606 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
607635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
608636 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
609637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
641669 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
642670 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
643671 #: PlayOnLinux_Scripts/Sacrifice_:45
644 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
672 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
645673 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
646674 #: PlayOnLinux_Scripts/The_Witcher_:102
647675 #, sh-format
652680 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
653681 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
654682 #: PlayOnLinux_Scripts/Mass_Effect_:54
655 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
683 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
656684 #: PlayOnLinux_Scripts/The_Witcher_:110
657685 #, sh-format
658686 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
663691 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
664692 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
665693 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
666 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
694 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
667695 #: PlayOnLinux_Scripts/The_Witcher_:113
668696 #, sh-format
669697 msgid "Please insert the next game media into your disk drive"
692720 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
693721 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
694722 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
723 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
695724 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
696725 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
697726 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
797826 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
798827 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
799828 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
800 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
829 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
801830 #, sh-format
802831 msgid ""
803832 "You must disable anti-piracy protections of this game\\nif you want to play "
815844
816845 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
817846 #: PlayOnLinux_Scripts/Cars_2_:83
818 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
847 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
819848 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
820849 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
821850 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
836865 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
837866 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
838867 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
868 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
869 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
839870 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
840871 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
841872 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10511082 msgid "Please insert media 2 into your disk drive\\nif not already done."
10521083 msgstr ""
10531084
1054 #: PlayOnLinux_Scripts/Diablo_III_:29
1085 #: PlayOnLinux_Scripts/Diablo_III_:31
10551086 #, sh-format
10561087 msgid "Please select the setup file downloaded on $EDITOR website"
10571088 msgstr ""
10581089
1059 #: PlayOnLinux_Scripts/Diablo_III_:60
1090 #: PlayOnLinux_Scripts/Diablo_III_:62
10601091 #, sh-format
10611092 msgid ""
10621093 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10631094 "patch (AcceptEx Fix)"
10641095 msgstr ""
10651096
1066 #: PlayOnLinux_Scripts/Diablo_III_:60
1097 #: PlayOnLinux_Scripts/Diablo_III_:62
10671098 #, sh-format
10681099 msgid ""
10691100 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10701101 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1102 msgstr ""
1103
1104 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1105 #, sh-format
1106 msgid "Scanning your hardware..."
10711107 msgstr ""
10721108
10731109 #: PlayOnLinux_Scripts/Dishonored_:79
11461182
11471183 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11481184 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1149 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1150 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1185 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1186 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11511187 #, sh-format
11521188 msgid "Please insert the first game media into your disk drive"
11531189 msgstr ""
11541190
11551191 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11571193 #, sh-format
11581194 msgid "Please insert the second game media into your disk drive"
11591195 msgstr ""
12181254 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12191255 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12201256 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1257 #: PlayOnLinux_Scripts/Hearthstone_:64
12211258 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12221259 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12231260 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12431280 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12441281 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12451282 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1246 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1283 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12471284 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12481285 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12491286 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12671304 msgid "Editor"
12681305 msgstr ""
12691306
1270 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1307 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12711308 #, sh-format
12721309 msgid "This install script requires ffmpeg"
12731310 msgstr ""
12741311
1275 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1312 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12761313 #, sh-format
12771314 msgid "Converting videos..."
12781315 msgstr ""
12791316
12801317 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1318 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12811319 #, sh-format
12821320 msgid ""
12831321 "On first run the game will autodetect available renderers.\\nIt is likely "
12901328 msgid "Run $TITLE in safe mode?"
12911329 msgstr ""
12921330
1331 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1332 #, sh-format
1333 msgid ""
1334 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1335 "disable it by pressing Alt+R while in game.)"
1336 msgstr ""
1337
1338 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1339 #, sh-format
1340 msgid ""
1341 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1342 "game."
1343 msgstr ""
1344
12931345 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12941346 #, sh-format
12951347 msgid "Could not find program directory"
13521404 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13531405 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13541406 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1355 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1356 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1357 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13581407 #, sh-format
13591408 msgid "Language"
13601409 msgstr ""
14781527 msgid "Dedicated server"
14791528 msgstr ""
14801529
1481 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1530 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14821531 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14831532 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14841533 #, sh-format
15041553 msgid "Code wheel"
15051554 msgstr ""
15061555
1507 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1508 #, sh-format
1509 msgid "Do you have a language pack to install?"
1510 msgstr ""
1511
1512 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1513 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1514 #, sh-format
1515 msgid "Later"
1516 msgstr ""
1517
1518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1556 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1557 #, sh-format
1558 msgid ""
1559 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1560 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1561 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1562 msgstr ""
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1565 #, sh-format
1566 msgid "Now you must install the modpack in directory:"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1570 #, sh-format
1571 msgid "Please select ANY 3 icons when prompted."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1575 #, sh-format
1576 msgid "temp directory missing"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1580 #, sh-format
1581 msgid ""
1582 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1583 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1584 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1585 "details.\\nInstall it?"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1589 #, sh-format
1590 msgid "Control Panel"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1594 #, sh-format
1595 msgid ""
1596 "IMPORTANT:\n"
1597 " \\n\\nOn the installation window coming next, do NOT click the Options "
1598 "button, it would mess up the language selection."
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1602 #, sh-format
1603 msgid ""
1604 "On first run the game will autodetect available renderers.\\nIt is likely "
1605 "that you will get better performance out of the OpenGL renderer."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/Goblins_3_:21
1609 #, sh-format
1610 msgid "Please select the game language"
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Gothic_3_:82
1614 #, sh-format
1615 msgid "Choose the game resolution"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:96
1619 #, sh-format
1620 msgid ""
1621 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1622 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1623 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:110
1627 #, sh-format
1628 msgid "$TITLE is installed"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Guild_Wars_:53
1632 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1633 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1634 #, sh-format
1635 msgid "Please insert the DVD-ROM"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1639 #, sh-format
1640 msgid ""
1641 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1642 "client and download will resume from where it stopped. Download percentage "
1643 "reset but do not worry, it do not restart from the beginning."
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1647 #, sh-format
1648 msgid ""
1649 "Please select $TITLE install file. During installation, uncheck all extra "
1650 "drivers it wants to install:"
1651 msgstr ""
1652
15191653 #: PlayOnLinux_Scripts/Half_Life_2_:56
15201654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15211655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15221656 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1523 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1657 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15241658 #, sh-format
15251659 msgid "No"
15261660 msgstr "Ei"
15271661
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1529 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1662 #: PlayOnLinux_Scripts/Half_Life_2_:56
1663 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1665 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1666 #: PlayOnLinux_Scripts/Portal_:36
1667 #, sh-format
1668 msgid ""
1669 "Steam installation has been detected\\nwould you like to install this game "
1670 "in the same virtual drive?"
1671 msgstr ""
1672
15301673 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15311674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15351678 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15361679 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15371680 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1538 #: python/guiv3.py:157
1681 #: python/guiv3.py:158 python/guiv3.py:161
15391682 #, sh-format
15401683 msgid "Yes"
15411684 msgstr "Jah"
15421685
1543 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1544 #, sh-format
1545 msgid ""
1546 "To install a language pack later, open the configuration panel for the game "
1547 "in order to execute the installer into the virtual disk (Misc tab)"
1548 msgstr ""
1549
1550 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1551 #, sh-format
1552 msgid ""
1553 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1554 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1555 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1556 msgstr ""
1557
1558 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1559 #, sh-format
1560 msgid "Now you must install the modpack in directory:"
1561 msgstr ""
1562
1563 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1564 #, sh-format
1565 msgid "Please select ANY 3 icons when prompted."
1566 msgstr ""
1567
1568 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1569 #, sh-format
1570 msgid "temp directory missing"
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1574 #, sh-format
1575 msgid ""
1576 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1577 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1578 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1579 "details.\\nInstall it?"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1583 #, sh-format
1584 msgid "Control Panel"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1588 #, sh-format
1589 msgid ""
1590 "IMPORTANT:\n"
1591 " \\n\\nOn the installation window coming next, do NOT click the Options "
1592 "button, it would mess up the language selection."
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1596 #, sh-format
1597 msgid ""
1598 "On first run the game will autodetect available renderers.\\nIt is likely "
1599 "that you will get better performance out of the OpenGL renderer."
1600 msgstr ""
1601
1602 #: PlayOnLinux_Scripts/Goblins_3_:21
1603 #, sh-format
1604 msgid "Please select the game language"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/Gothic_3_:82
1608 #, sh-format
1609 msgid "Choose the game resolution"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/Gothic_3_:96
1613 #, sh-format
1614 msgid ""
1615 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1616 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1617 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Gothic_3_:110
1621 #, sh-format
1622 msgid "$TITLE is installed"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Guild_Wars_:53
1626 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1627 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1628 #, sh-format
1629 msgid "Please insert the DVD-ROM"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1633 #, sh-format
1634 msgid ""
1635 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1636 "client and download will resume from where it stopped. Download percentage "
1637 "reset but do not worry, it do not restart from the beginning."
1638 msgstr ""
1639
1640 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1641 #, sh-format
1642 msgid ""
1643 "Please select $TITLE install file. During installation, uncheck all extra "
1644 "drivers it wants to install:"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Half_Life_2_:56
1648 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1649 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1650 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1651 #: PlayOnLinux_Scripts/Portal_:36
1652 #, sh-format
1653 msgid ""
1654 "Steam installation has been detected\\nwould you like to install this game "
1655 "in the same virtual drive?"
1656 msgstr ""
1657
16581686 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16591687 #, sh-format
16601688 msgid "Updating $TITLE"
16611689 msgstr ""
16621690
1663 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1691 #: PlayOnLinux_Scripts/Hanahira__:54
16641692 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16651693 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16661694 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16731701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16741702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1708 #: PlayOnLinux_Scripts/Steins_Gate_:51
16751709 #, sh-format
16761710 msgid "Please locate installation program (Setup.exe)"
16771711 msgstr ""
16781712
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1680 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1713 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16811714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16821715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16831716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16991732 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17001733 msgstr ""
17011734
1735 #: PlayOnLinux_Scripts/Hearthstone_:26
1736 #, sh-format
1737 msgid "What language do you want to install?"
1738 msgstr ""
1739
17021740 #: PlayOnLinux_Scripts/ImgBurn_:38
17031741 #, sh-format
17041742 msgid ""
17361774 msgstr ""
17371775
17381776 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1739 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17401777 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17411778 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17421779 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18881925 "If the download update stuck close and run until the download is complete."
18891926 msgstr ""
18901927
1928 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18911929 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18921930 #, sh-format
18931931 msgid "Demo version"
18941932 msgstr ""
18951933
1934 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18961935 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18971936 #, sh-format
18981937 msgid "Please select version."
19461985 #, sh-format
19471986 msgid ""
19481987 "No filename extension specified, skipping association to native application."
1988 msgstr ""
1989
1990 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1991 #, sh-format
1992 msgid "Contacting download server."
19491993 msgstr ""
19501994
19511995 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20312075 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2034 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2078 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20352079 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20362080 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20372081 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20692113 "them without issues"
20702114 msgstr ""
20712115
2072 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2073 #, sh-format
2074 msgid "This package fail to install with wine 1.5.21 or better"
2075 msgstr ""
2076
2077 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2116 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20782117 #, sh-format
20792118 msgid ""
20802119 "If you see error messages during DotNet 3.5 installation, you can ignore "
21902229 "Please update."
21912230 msgstr ""
21922231
2193 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2232 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2233 #: PlayOnLinux_Scripts/yWriter_5_:45
21942234 #, sh-format
21952235 msgid "Downloading..."
21962236 msgstr ""
23012341 msgid "Microsoft fonts have been installed successfully."
23022342 msgstr ""
23032343
2344 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2345 #, sh-format
2346 msgid ""
2347 "OSX users: If the screen flickers once the game is launched, try to press "
2348 "cmd + tab twice"
2349 msgstr ""
2350
23042351 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23052352 #, sh-format
23062353 msgid "Remove Game For Windows Live..."
23382385 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23392386 msgstr ""
23402387
2341 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2388 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23422389 #, sh-format
23432390 msgid "Abort installation"
23442391 msgstr "Katkesta paigaldus"
23632410 msgid "The program needs access to ptrace() to proceed:"
23642411 msgstr ""
23652412
2366 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2413 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23672414 #, sh-format
23682415 msgid "User abort"
23692416 msgstr ""
24022449 msgid "Please do not run $TITLE after installation has finished."
24032450 msgstr ""
24042451
2452 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2453 #, sh-format
2454 msgid "Extracting $TITLE"
2455 msgstr ""
2456
24052457 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24062458 #, sh-format
24072459 msgid ""
24142466 msgid "$TITLE has been successfully installed."
24152467 msgstr ""
24162468
2469 #: PlayOnLinux_Scripts/Poker_Stars_:37
2470 #, sh-format
2471 msgid "Error while installing. Downloaded file not found."
2472 msgstr ""
2473
24172474 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24182475 #, sh-format
24192476 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24212478
24222479 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24232480 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2481 #: PlayOnLinux_Scripts/Watchtower_library_:58
24242482 #, sh-format
24252483 msgid "Please wait while $TITLE is installed"
24262484 msgstr ""
24522510 #: PlayOnLinux_Scripts/Rage_:93
24532511 #, sh-format
24542512 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2513 msgstr ""
2514
2515 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2516 #, sh-format
2517 msgid ""
2518 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2519 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2520 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2521 "n\\nIf you have one of this two versions of this game, please give some "
2522 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2523 "n\\nThank you!"
2524 msgstr ""
2525
2526 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2527 #, sh-format
2528 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2532 #, sh-format
2533 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2534 msgstr ""
2535
2536 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2537 #, sh-format
2538 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2539 msgstr ""
2540
2541 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2542 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2543 #, sh-format
2544 msgid "Select a version of installation disc:"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2548 #, sh-format
2549 msgid "First Release (without addons)"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2553 #, sh-format
2554 msgid "Gold Edition"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2558 #, sh-format
2559 msgid "Platinum Edition"
2560 msgstr ""
2561
2562 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2563 #, sh-format
2564 msgid "What is your version of Railroad Tycoon II?"
2565 msgstr ""
2566
2567 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2568 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2569 #, sh-format
2570 msgid ""
2571 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2572 "desktop.\\n\\nThank you for using this installation script! :)"
24552573 msgstr ""
24562574
24572575 #: PlayOnLinux_Scripts/Reaper_4_:30
26032721 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26042722 msgstr ""
26052723
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2734 #, sh-format
2735 msgid ""
2736 "Close the visual novel when it appears to continue installation. Click Next "
2737 "to begin installation."
2738 msgstr ""
2739
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2741 #, sh-format
2742 msgid ""
2743 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2744 "script will now install it. Click Next to continue."
2745 msgstr ""
2746
26062747 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26072748 #, sh-format
26082749 msgid ""
26102751 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26112752 msgstr ""
26122753
2613 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2614 #, sh-format
2615 msgid "Please locate installation program (Launcher.exe)"
2616 msgstr ""
2617
2618 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2619 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2620 #, sh-format
2621 msgid ""
2622 "When the launcher opens, click on the top button to open the installer. When "
2623 "a new window opens, click OK. When another window opens, click on the button "
2624 "with the letter N until it is installing. Wait until it is done and click "
2625 "the right button to quit. Click Next when you are done installing."
2754 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2755 #, sh-format
2756 msgid "Please locate installation program in Data folder (Resonance.msi)"
26262757 msgstr ""
26272758
26282759 #: PlayOnLinux_Scripts/Steam_:50
26582789 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26592790 "game. Steam install xna framework the game. Close the Steam so that the "
26602791 "installer can continue."
2792 msgstr ""
2793
2794 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2795 #, sh-format
2796 msgid "If youve the extentions, you should install Tribunal first !"
26612797 msgstr ""
26622798
26632799 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27692905 "pp 4-5."
27702906 msgstr ""
27712907
2908 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2909 #, sh-format
2910 msgid "Please select the installation file to run."
2911 msgstr ""
2912
2913 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2914 #, sh-format
2915 msgid ""
2916 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2917 "your region.\\n 2. Leave only checked DirectX box."
2918 msgstr ""
2919
27722920 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27732921 #, sh-format
27742922 msgid ""
27752923 "The game will fail to launch until you set "
27762924 "/proc/sys/kernel/yama/ptrace_scope to 0"
2925 msgstr ""
2926
2927 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2928 #, sh-format
2929 msgid "Other destination or other CD/DVD"
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2933 #, sh-format
2934 msgid "Retail CD"
2935 msgstr ""
2936
2937 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2938 #, sh-format
2939 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2940 msgstr ""
2941
2942 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2943 #, sh-format
2944 msgid "video fix"
27772945 msgstr ""
27782946
27792947 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28563024 msgid "Donwload finished.\\nPatches installation will begin"
28573025 msgstr ""
28583026
3027 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3028 #, sh-format
3029 msgid "We will download the installer"
3030 msgstr ""
3031
28593032 #: PlayOnLinux_Scripts/Toontown_Online_:17
28603033 #, sh-format
28613034 msgid ""
28933066 msgid "Do you want to browse $TITLE website?"
28943067 msgstr "Kas soovid $TITLE veebilehte sirvida?"
28953068
3069 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3070 #, sh-format
3071 msgid ""
3072 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3073 "messenger, because it will won't work correctly."
3074 msgstr ""
3075
3076 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3077 #, sh-format
3078 msgid "Warning"
3079 msgstr ""
3080
28963081 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28973082 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28983083 #, sh-format
29013086 "want it to run correctly with $APPLICATION_TITLE"
29023087 msgstr ""
29033088
3089 #: PlayOnLinux_Scripts/Watchtower_library_:49
3090 #, sh-format
3091 msgid "File Selection Error"
3092 msgstr ""
3093
3094 #: PlayOnLinux_Scripts/Watchtower_library_:49
3095 #, sh-format
3096 msgid ""
3097 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3098 msgstr ""
3099
29043100 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29053101 #, sh-format
29063102 msgid ""
29173113 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29183114 #, sh-format
29193115 msgid ""
2920 "Attention: After installation is complete, the patcher will load. Please "
2921 "close the patcher before logging in or finish updating to complete the "
2922 "installation. After this, you can run \"$TITLE\" when setup is done"
3116 "Attention:After installation is complete, the patcher will load. After, go "
3117 "to the top right of the patcher and click the wrench, Then Un-check the box "
3118 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3119 "minuite. When finished with this, please close the patcher before logging in "
3120 "or finish updating to complete the installation. After this, you can run "
3121 "\"$TITLE\" when setup is done"
29233122 msgstr ""
29243123
29253124 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29603159 "Please insert game media 5 into your disk drive\\nif not already done."
29613160 msgstr "Palun sisesta mängu viies plaat,\\nkui sa ei ole seda juba teinud."
29623161
3162 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3163 #, sh-format
3164 msgid "Which region version of World of Warplanes would you like to install?"
3165 msgstr ""
3166
3167 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3168 #, sh-format
3169 msgid ""
3170 "Attention:After installation is complete, the patcher will load. After, go "
3171 "to the top right of the patcher and click the wrench, Then Un-check the box "
3172 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3173 "minute. When finished with this, please close the patcher before logging in "
3174 "or finish updating to complete the installation. After this, you can run "
3175 "\"$TITLE\" when setup is done"
3176 msgstr ""
3177
29633178 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29643179 #, sh-format
29653180 msgid ""
30073222 msgid "Please select the 32bit version of iTunes"
30083223 msgstr ""
30093224
3010 #: PlayOnLinux_Scripts/osu_:45
3225 #: PlayOnLinux_Scripts/osu_:46
30113226 #, sh-format
30123227 msgid ""
30133228 "Press next to start the updater. When the updater is finished, close it "
30273242 "resolution when rFactor Config comes up."
30283243 msgstr ""
30293244
3030 #: bash/bug_report:31
3245 #: bash/bug_report:32
30313246 #, sh-format
30323247 msgid "Report a bug"
30333248 msgstr "Teata vigadest"
30343249
3035 #: bash/bug_report:36
3250 #: bash/bug_report:37
30363251 #, sh-format
30373252 msgid ""
30383253 "Please give the more details as you can, otherwise, it will be very "
30393254 "difficult to help you"
30403255 msgstr ""
30413256
3042 #: bash/bug_report:36
3257 #: bash/bug_report:37
30433258 #, sh-format
30443259 msgid ""
30453260 "This wizard will help you to report a bug about an officially supported "
30463261 "program."
30473262 msgstr ""
30483263
3049 #: bash/bug_report:40
3264 #: bash/bug_report:41
30503265 #, sh-format
30513266 msgid ""
30523267 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30533268 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30543269 msgstr ""
30553270
3056 #: bash/bug_report:46
3271 #: bash/bug_report:47
30573272 #, sh-format
30583273 msgid "I have a problem with a software"
30593274 msgstr "Mul on probleem paigaldatud tarkvaraga"
30603275
3061 #: bash/bug_report:46
3276 #: bash/bug_report:47
30623277 #, sh-format
30633278 msgid "My problem concerns $APPLICATION_TITLE itself"
30643279 msgstr "Mul on probleem programmiga $APPLICATION_TITLE"
30653280
3066 #: bash/bug_report:46
3281 #: bash/bug_report:47
30673282 #, sh-format
30683283 msgid "What kind of problem do you have?"
30693284 msgstr "Milline probleem sul on?"
30703285
3071 #: bash/bug_report:50
3286 #: bash/bug_report:51
30723287 #, sh-format
30733288 msgid "Don't join any log file"
30743289 msgstr ""
30753290
3076 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3291 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30773292 #: bash/manual_install:120 bash/manual_install:219
30783293 #, sh-format
30793294 msgid "Manual installation"
30803295 msgstr "Käsitsi paigaldus"
30813296
3082 #: bash/bug_report:54 bash/run_exe:24
3297 #: bash/bug_report:55 bash/run_exe:24
30833298 #, sh-format
30843299 msgid "Automatic installation"
30853300 msgstr "Automaatne paigaldus"
30863301
3087 #: bash/bug_report:65
3302 #: bash/bug_report:66
30883303 #, sh-format
30893304 msgid "Choose the log file corresponding to your software."
30903305 msgstr ""
30913306
3092 #: bash/bug_report:69
3307 #: bash/bug_report:70
30933308 #, sh-format
30943309 msgid "Please give a very short description (title, english only)"
30953310 msgstr "Kirjuta ingliskeelne probleemi pealkiri"
30963311
3097 #: bash/bug_report:72
3312 #: bash/bug_report:73
30983313 #, sh-format
30993314 msgid "Please explain your problem clearly (english only):"
31003315 msgstr "Kirjelda inglise keeles probleemi kirjeldus"
31013316
3102 #: bash/bug_report:76
3317 #: bash/bug_report:77
31033318 #, sh-format
31043319 msgid "Sorry, we need a detailed description."
31053320 msgstr "Vabandust, meil on vaja üksikasjaliku kirjeldust."
31063321
3107 #: bash/bug_report:107
3322 #: bash/bug_report:108
31083323 #, sh-format
31093324 msgid ""
31103325 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31463361 msgstr "Vali virtuaalkettale nimi"
31473362
31483363 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3149 #: python/mainwindow.py:232
3364 #: python/mainwindow.py:234
31503365 #, sh-format
31513366 msgid "Run a local script"
31523367 msgstr "Käivita kohalik skript"
32703485 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32713486 msgstr ""
32723487
3273 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3488 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32743489 #, sh-format
32753490 msgid "$APPLICATION_TITLE first use"
32763491 msgstr "$APPLICATION_TITLE esmakasutus"
32773492
3278 #: bash/first_use:240
3493 #: bash/first_use:242
32793494 #, sh-format
32803495 msgid "$APPLICATION_TITLE is going to finish its preparation"
32813496 msgstr ""
32823497
3283 #: bash/first_use:240 bash/first_use:243
3498 #: bash/first_use:242 bash/first_use:245
32843499 #, sh-format
32853500 msgid "Please ensure you are connected to the internet."
32863501 msgstr "Palun kontrolli, et internetiühendus on olemas"
32873502
3288 #: bash/first_use:243
3503 #: bash/first_use:245
32893504 #, sh-format
32903505 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32913506 msgstr "Näib, et kasutad \t$APPLICATION_TITLE esimest korda."
32923507
3293 #: bash/first_use:243
3508 #: bash/first_use:245
32943509 #, sh-format
32953510 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32963511 msgstr "See nõustaja aitab sul $APPLICATION_TITLE keskkonna ülesseada"
32973512
3298 #: bash/first_use:253
3513 #: bash/first_use:255
32993514 #, sh-format
33003515 msgid "Error while installing fonts"
33013516 msgstr "Kirjatüüpide paigaldamisel tekkis viga"
33023517
3303 #: bash/first_use:271
3518 #: bash/first_use:273
33043519 #, sh-format
33053520 msgid "Enjoy using $APPLICATION_TITLE"
33063521 msgstr "Head $APPLICATION_TITLE kasutamist"
34143629 msgid "Use another version of Wine"
34153630 msgstr "Kasuta mõnda teist Wine'i versiooni"
34163631
3417 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3418 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3632 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3633 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34193634 #, sh-format
34203635 msgid "Configure Wine"
34213636 msgstr "Wine seadistamine"
34353650 msgid "What would you like to do before installation?"
34363651 msgstr "Mida sa sooviks teha enne paigaldust?"
34373652
3438 #: bash/manual_install:230 lib/scripts.lib:437
3653 #: bash/manual_install:231 lib/scripts.lib:438
34393654 #, sh-format
34403655 msgid "Please make your choice"
34413656 msgstr "Palun tee oma valik"
34423657
3443 #: bash/manual_install:258
3658 #: bash/manual_install:259
34443659 #, sh-format
34453660 msgid "Looking for runnable CD-ROMs"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:281
3663 #: bash/manual_install:282
34493664 #, sh-format
34503665 msgid "Select another file"
34513666 msgstr "Vali teine fail"
34523667
3453 #: bash/manual_install:289
3668 #: bash/manual_install:290
34543669 #, sh-format
34553670 msgid "Please choose a way to install your program"
34563671 msgstr "Palun vali oma programmi paigaldamise viis"
34573672
3458 #: bash/manual_install:298
3673 #: bash/manual_install:299
34593674 #, sh-format
34603675 msgid "Please select the install file to run."
34613676 msgstr "Palun vali käivitatav paigaldusfail."
34623677
3463 #: bash/manual_install:328
3678 #: bash/manual_install:329
34643679 #, sh-format
34653680 msgid "You must choose a file!"
34663681 msgstr "Sa pead valima faili!"
34673682
3468 #: bash/manual_install:334
3683 #: bash/manual_install:335
34693684 #, sh-format
34703685 msgid "$APPLICATION_TITLE is installing your application..."
34713686 msgstr "$APPLICATION_TITLE paigaldab sinu programmi..."
35433758 msgid "Extracting: "
35443759 msgstr "Lahtipakkimine: "
35453760
3546 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3761 #: bash/playonlinux-pkg:111
35473762 #, sh-format
35483763 msgid "Running..."
35493764 msgstr ""
35533768 msgid "Cleaning..."
35543769 msgstr "Puhastan..."
35553770
3556 #: bash/playonlinux_online:32
3557 #, sh-format
3558 msgid ""
3559 "This is the list of the scripts you sent to us. You can run one of them"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:42
3563 #, sh-format
3564 msgid "You do not seems to have any personal script"
3565 msgstr ""
3566
3567 #: bash/playonlinux_online:47
3568 #, sh-format
3569 msgid ""
3570 "If you have successfully installed a program with 'Install a non-listed\\"
3571 "nsoftware' button, it will allow you to add this program in our list"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid "This tools will allow you to help us :"
3577 msgstr "Need tööriiistad võimaldavad sinul meid aidata:"
3578
3579 #: bash/playonlinux_online:47
3580 #, sh-format
3581 msgid ""
3582 "We're going to ask you some questions, please be as much accurate as\\"
3583 "npossible"
3584 msgstr "Me küsime sinult mõned küsimused, palun vasta võimalikult täpselt"
3585
3586 #: bash/playonlinux_online:55
3587 #, sh-format
3588 msgid "Choose the file corresponding to your program."
3589 msgstr "Vali programmile vastav fail."
3590
3591 #: bash/playonlinux_online:59
3592 #, sh-format
3593 msgid "Does your program run?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:62
3597 #, sh-format
3598 msgid "What is the title of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:64
3602 #, sh-format
3603 msgid "What is the editor of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:66
3607 #, sh-format
3608 msgid "What is the editor website of your program?"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:210
3612 #, sh-format
3613 msgid "Accessories"
3614 msgstr "Tarvikud"
3615
3616 #: bash/playonlinux_online:69 python/install.py:211
3617 #, sh-format
3618 msgid "Development"
3619 msgstr "Arendus"
3620
3621 #: bash/playonlinux_online:69 python/install.py:212
3622 #, sh-format
3623 msgid "Education"
3624 msgstr "Haridus"
3625
3626 #: bash/playonlinux_online:69 python/install.py:213
3627 #, sh-format
3628 msgid "Games"
3629 msgstr "Mängud"
3630
3631 #: bash/playonlinux_online:69 python/install.py:214
3632 #, sh-format
3633 msgid "Graphics"
3634 msgstr "Graafika"
3635
3636 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3637 #: python/options.py:384
3638 #, sh-format
3639 msgid "Internet"
3640 msgstr "Internet"
3641
3642 #: bash/playonlinux_online:69 python/install.py:216
3643 #, sh-format
3644 msgid "Multimedia"
3645 msgstr "Multimeedia"
3646
3647 #: bash/playonlinux_online:69 python/install.py:217
3648 #, sh-format
3649 msgid "Office"
3650 msgstr "Kontoritöö"
3651
3652 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3653 #, sh-format
3654 msgid "Other"
3655 msgstr "Muu"
3656
3657 #: bash/playonlinux_online:69 python/install.py:219
3658 #, sh-format
3659 msgid "Patches"
3660 msgstr "Lapid"
3661
3662 #: bash/playonlinux_online:69
3663 #, sh-format
3664 msgid "Select a category for your program"
3665 msgstr "Vali oma programmile kategooria"
3666
3667 #: bash/playonlinux_online:69 python/install.py:258
3668 #, sh-format
3669 msgid "Testing"
3670 msgstr "Katsetuseks"
3671
3672 #: bash/playonlinux_online:72
3673 #, sh-format
3674 msgid ""
3675 "What feature of your program does not work?\\nIf everything works, please "
3676 "mention it"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:74
3680 #, sh-format
3681 msgid "Write any change you made to wine configuration here:"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:102
3685 #, sh-format
3686 msgid "You must be able to run this program!"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:107
3690 #, sh-format
3691 msgid "Run one of your personal scripts"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:108
3695 #, sh-format
3696 msgid "Send to us a working script generated by manual installation"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:109
3700 #, sh-format
3701 msgid "Logout"
3702 msgstr "Logi välja"
3703
3704 #: bash/playonlinux_online:110
3705 #, sh-format
3706 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3707 msgstr ""
3708
3709 #: bash/playonlinux_online:124
3710 #, sh-format
3711 msgid ""
3712 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3713 "safely close this window"
3714 msgstr ""
3715
3716 #: bash/polconfigurator:33
3771 #: bash/polconfigurator:34
37173772 #, sh-format
37183773 msgid "Killing programs in the virtual drive..."
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Icon selection"
37243779 msgstr "Ikooni valik"
37253780
3726 #: bash/polconfigurator:79
3781 #: bash/polconfigurator:86
37273782 #, sh-format
37283783 msgid "Please select an icon file"
37293784 msgstr "Palun vali ikooni fail"
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "Bad file extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:86
3791 #: bash/polconfigurator:93
37373792 #, sh-format
37383793 msgid "is not an icon extension"
37393794 msgstr ""
37403795
3741 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3742 #: python/mainwindow.py:621
3796 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3797 #: python/mainwindow.py:619
37433798 #, sh-format
37443799 msgid "Registry Editor"
37453800 msgstr "Registri muutja"
37463801
3747 #: bash/polconfigurator:97
3802 #: bash/polconfigurator:104
37483803 #, sh-format
37493804 msgid "Kill all prefix processes"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:98
3807 #: bash/polconfigurator:105
37533808 #, sh-format
37543809 msgid "Update wineprefix"
37553810 msgstr "Uuenda wineprefixit"
37563811
3757 #: bash/polconfigurator:99
3812 #: bash/polconfigurator:106
37583813 #, sh-format
37593814 msgid "Simulate Windows reboot"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:100
3817 #: bash/polconfigurator:107
37633818 #, sh-format
37643819 msgid "Use Advanced Wine Configuration plugin"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:101
3822 #: bash/polconfigurator:108
37683823 #, sh-format
37693824 msgid "Use PlayOnLinux's configurator for"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:103
3827 #: bash/polconfigurator:110
37733828 #, sh-format
37743829 msgid "Change the icon"
37753830 msgstr "Muuda ikooni"
37763831
3777 #: bash/polconfigurator:104
3832 #: bash/polconfigurator:111
37783833 #, sh-format
37793834 msgid "Use WineTricks"
37803835 msgstr "Kasuta Windetricksi"
37813836
3782 #: bash/polconfigurator:123
3837 #: bash/polconfigurator:130
37833838 #, sh-format
37843839 msgid "Please choose an action to perform"
37853840 msgstr "Palun vali sooritatav tegevus"
38293884 msgid "Please choose a CD-ROM to eject"
38303885 msgstr "Palun vali väljastamiseks CD-ROM"
38313886
3832 #: bash/run_app:83
3887 #: bash/run_app:85
38333888 #, sh-format
38343889 msgid "Please choose a software to run"
38353890 msgstr "Palun vali käivitatav tarkvara"
38363891
3837 #: bash/run_app:114
3892 #: bash/run_app:116
38383893 #, sh-format
38393894 msgid "$APPLICATION_TITLE debugger is starting..."
38403895 msgstr "$APPLICATION_TITLE silur käivitub..."
38413896
3842 #: bash/run_app:117
3897 #: bash/run_app:119
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38453900 msgstr ""
38463901
3847 #: bash/run_app:119
3902 #: bash/run_app:121
38483903 #, sh-format
38493904 msgid "$PACKAGE crashed."
38503905 msgstr ""
39003955 msgstr ""
39013956
39023957 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3903 #: lib/playonlinux.lib:717
3958 #: lib/playonlinux.lib:720
39043959 #, sh-format
39053960 msgid "$APPLICATION_TITLE Uninstaller"
39063961 msgstr "$APPLICATION_TITLE eemaldaja"
39203975 msgid "This wizard will help you to uninstall: "
39213976 msgstr "See nõustaja aitab sul eemaldada: "
39223977
3923 #: bash/uninstall:65 lib/playonlinux.lib:717
3978 #: bash/uninstall:65 lib/playonlinux.lib:720
39243979 #, sh-format
39253980 msgid "Uninstalling..."
39263981 msgstr "Eemaldamine..."
39804035 msgstr ""
39814036
39824037 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3983 #: lib/wine.lib:955 lib/wine.lib:1036
4038 #: lib/wine.lib:970 lib/wine.lib:1051
39844039 #, sh-format
39854040 msgid "Please wait while the virtual drive is being created..."
39864041 msgstr "Palun oota, kuni luuakse virtuaalketas..."
39954050 msgid "Setting Program Files var"
39964051 msgstr ""
39974052
3998 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3999 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4053 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4054 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40004055 #, sh-format
40014056 msgid "This function is disabled in the PlayOnlinux environment."
40024057 msgstr ""
40034058
4004 #: lib/playonlinux.lib:334
4059 #: lib/playonlinux.lib:336
40054060 #, sh-format
40064061 msgid ""
40074062 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40094064 "responsible from it.\\nPlease ensure you know what you are doing !"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:335
4067 #: lib/playonlinux.lib:337
40134068 #, sh-format
40144069 msgid "Here the source code of the script. Check it carefully"
40154070 msgstr ""
40164071
4017 #: lib/playonlinux.lib:357
4072 #: lib/playonlinux.lib:359
40184073 #, sh-format
40194074 msgid ""
40204075 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40224077 "responsible from it.\\nPlease ensure you know what you are doing!"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "External library"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:358
4085 #: lib/playonlinux.lib:360
40314086 #, sh-format
40324087 msgid "Here the source code of the script. Check it carrefully"
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:591
4090 #: lib/playonlinux.lib:593
40364091 #, sh-format
40374092 msgid "Making shortcut..."
40384093 msgstr "Otsetee loomine..."
40394094
4040 #: lib/playonlinux.lib:715
4095 #: lib/playonlinux.lib:718
40414096 #, sh-format
40424097 msgid "Do you want to delete the virtual drive:"
40434098 msgstr "Kas soovid virutaalketta kustutada:"
40444099
4045 #: lib/playonlinux.lib:826
4100 #: lib/playonlinux.lib:831
40464101 #, sh-format
40474102 msgid ""
40484103 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40494104 "from working\\n\\n$FilePath"
40504105 msgstr ""
40514106
4052 #: lib/playonlinux.lib:827
4107 #: lib/playonlinux.lib:832
40534108 #, sh-format
40544109 msgid ""
40554110 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40564111 "from working\\n\\n$FilePath"
40574112 msgstr ""
40584113
4059 #: lib/playonlinux.lib:828
4114 #: lib/playonlinux.lib:833
40604115 #, sh-format
40614116 msgid ""
40624117 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40634118 "from working\\n\\n$FilePath"
40644119 msgstr ""
40654120
4066 #: lib/playonlinux.lib:829
4121 #: lib/playonlinux.lib:834
40674122 #, sh-format
40684123 msgid ""
40694124 "The following file is located on a noexec mounted filesystem.\\nIt might "
40704125 "prevent wine from working\\n\\n$FilePath"
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:65
4128 #: lib/plugins.lib:66
40744129 #, sh-format
40754130 msgid "Checking plugin: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "New: "
40814136 msgstr "Uus: "
40824137
4083 #: lib/plugins.lib:93
4138 #: lib/plugins.lib:94
40844139 #, sh-format
40854140 msgid "Updating plugin. Previous: "
40864141 msgstr ""
40874142
4088 #: lib/plugins.lib:112
4143 #: lib/plugins.lib:113
40894144 #, sh-format
40904145 msgid "Installing plugin: "
40914146 msgstr ""
41024157 msgid "Function override detected, disabling bug reporting"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:499 lib/scripts.lib:565
4160 #: lib/scripts.lib:500 lib/scripts.lib:566
41064161 #, sh-format
41074162 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41084163 msgstr "Allalaadimiseks ei ole piisavalt ruumi:\\n$URL ($neededSpace KB)"
41094164
4110 #: lib/scripts.lib:501 lib/scripts.lib:784
4165 #: lib/scripts.lib:502 lib/scripts.lib:785
41114166 #, sh-format
41124167 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41134168 msgstr "Palun oota, kuni toimub $APPLICATION_TITLE allalaadimine:"
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:570
4170 #: lib/scripts.lib:504 lib/scripts.lib:571
41164171 #, sh-format
41174172 msgid "An error happened during download."
41184173 msgstr "Allalaadimisel tekkis viga."
41194174
4120 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4121 #: lib/scripts.lib:586
4175 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4176 #: lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Do you want to retry?"
41244179 msgstr "Kas soovid uuesti proovida?"
41254180
4126 #: lib/scripts.lib:522 lib/scripts.lib:586
4181 #: lib/scripts.lib:523 lib/scripts.lib:587
41274182 #, sh-format
41284183 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41294184 msgstr ""
41304185
4131 #: lib/scripts.lib:689
4186 #: lib/scripts.lib:690
41324187 #, sh-format
41334188 msgid ""
41344189 "7z not installed, please check that you have 7zip installed and try again"
41354190 msgstr ""
41364191 "7z ei ole paigaldatud. Kontrolli, kas 7zip on paigaldatud ja proovi uuesti"
41374192
4138 #: lib/scripts.lib:696
4193 #: lib/scripts.lib:697
41394194 #, sh-format
41404195 msgid "Failed to locate ${dest} from ${archive}"
41414196 msgstr "Ei leidnud faili ${dest} arhiivist ${archive}"
41424197
4143 #: lib/scripts.lib:700
4198 #: lib/scripts.lib:701
41444199 #, sh-format
41454200 msgid "Extracting ${filename} from ${archivename}"
41464201 msgstr "${filename} lahtipakkimine arhiivist ${archivename}"
41474202
4148 #: lib/scripts.lib:715
4203 #: lib/scripts.lib:716
41494204 #, sh-format
41504205 msgid "Extracted file size does not match!"
41514206 msgstr ""
41524207
4153 #: lib/scripts.lib:746
4208 #: lib/scripts.lib:747
41544209 #, sh-format
41554210 msgid "Copying ${filename}"
41564211 msgstr "${filename} kopeerimine"
41574212
4158 #: lib/scripts.lib:759
4213 #: lib/scripts.lib:760
41594214 #, sh-format
41604215 msgid "File size does not match!"
41614216 msgstr ""
41624217
4163 #: lib/scripts.lib:903
4218 #: lib/scripts.lib:904
41644219 #, sh-format
41654220 msgid ""
41664221 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41694224 "Vabandust, $APPLICATION_TITLE $VERSION on jätkamiseks liiga vana.\\"
41704225 "n$APPLICATION_TITLE $NEEDED on nõutud."
41714226
4172 #: lib/scripts.lib:918
4227 #: lib/scripts.lib:919
41734228 #, sh-format
41744229 msgid ""
41754230 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41784233 "Hoiatus: Paigaldatud on $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41794234 "$NEEDED on aga jätkamiseks soovituslik."
41804235
4181 #: lib/scripts.lib:949
4236 #: lib/scripts.lib:950
41824237 #, sh-format
41834238 msgid "$AUTHOR profile"
41844239 msgstr "$AUTHOR profiil"
42274282 "Üks või rohkem programme on puudu. Palun paigalda need ja käivita skript "
42284283 "uuesti."
42294284
4230 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4285 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42314286 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42324287 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42334288 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42394294 #, sh-format
42404295 msgid "Where is mounted your CD-ROM?"
42414296 msgstr "Kuhu on sinu CD-ROM haagitud?"
4297
4298 #: lib/setupwindow.lib:349 python/install.py:218
4299 #, sh-format
4300 msgid "Other"
4301 msgstr "Muu"
42424302
42434303 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42444304 #, sh-format
43604420 msgid "I don't want to make another shortcut"
43614421 msgstr "Ma ei soovi luua rohkem otseteid"
43624422
4363 #: lib/setupwindow.lib:711 python/guiv3.py:158
4423 #: lib/setupwindow.lib:711 python/guiv3.py:163
43644424 #, sh-format
43654425 msgid "Browse"
43664426 msgstr "Sirvi"
43674427
4428 #: lib/setupwindow.lib:739
4429 #, sh-format
4430 msgid "A shortcut by that name already exists, overwrite?"
4431 msgstr ""
4432
43684433 #: lib/website.lib:29
43694434 #, sh-format
43704435 msgid "Connect to your $APPLICATION_TITLE account"
43844449 "Ühendumine ebaõnnestus!\\nPalun kontrolli, et sinu kasutajanimi ja parool "
43854450 "kehtivad."
43864451
4387 #: lib/wine.lib:367
4452 #: lib/wine.lib:371
43884453 #, sh-format
43894454 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43904455 msgstr "Oota, kuni $APPLICATION_TITLE uurib sinu arvuti riistvara"
43914456
4392 #: lib/wine.lib:373
4457 #: lib/wine.lib:377
43934458 #, sh-format
43944459 msgid "Select the main videocard to report:"
43954460 msgstr ""
43964461
4397 #: lib/wine.lib:538 lib/wine.lib:703
4462 #: lib/wine.lib:549 lib/wine.lib:714
43984463 #, sh-format
43994464 msgid ""
44004465 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44034468 "Wine'i on tabanud krahh\\n\\nKui sinu programm jätkuvalt töötab, siis ära "
44044469 "tee sellest teatest välja"
44054470
4406 #: lib/wine.lib:763
4471 #: lib/wine.lib:775
44074472 #, sh-format
44084473 msgid "Unable to find version: "
44094474 msgstr "Ei leia versiooni: "
44104475
4411 #: lib/wine.lib:769 lib/wine.lib:770
4476 #: lib/wine.lib:781 lib/wine.lib:782
44124477 #, sh-format
44134478 msgid "Downloading Wine: "
44144479 msgstr "Wine'i allalaadimine: "
44154480
4416 #: lib/wine.lib:779
4481 #: lib/wine.lib:791
44174482 #, sh-format
44184483 msgid "The download seems to have failed."
44194484 msgstr "Allalaadimine näib olevat ebaõnnestunud"
44204485
4421 #: lib/wine.lib:781
4486 #: lib/wine.lib:793
44224487 #, sh-format
44234488 msgid "Extracting Wine..."
44244489 msgstr "Wine'i lahtipakkimine..."
44254490
4426 #: lib/wine.lib:961
4491 #: lib/wine.lib:976
44274492 #, sh-format
44284493 msgid "Overwrite (usually works, no guarantee)"
44294494 msgstr "Kirjuta üle (tavaliselt töötab, ei garanteeri)"
44304495
4431 #: lib/wine.lib:962
4496 #: lib/wine.lib:977
44324497 #, sh-format
44334498 msgid "Erase (virtual drive content will be lost)"
44344499 msgstr "Kustuta (virtuaalketta sisu hävib)"
44354500
4436 #: lib/wine.lib:976
4501 #: lib/wine.lib:991
44374502 #, sh-format
44384503 msgid "The target virtual drive $PREFNAME already exists:"
44394504 msgstr ""
44404505
4441 #: lib/wine.lib:1156 lib/wine.lib:1186
4506 #: lib/wine.lib:1171 lib/wine.lib:1201
44424507 #, sh-format
44434508 msgid "Please wait while $SOFTNAME is installed..."
44444509 msgstr "Oota, kuni $SOFTNAME on paigaldatud"
44454510
4446 #: lib/wine.lib:1160 lib/wine.lib:1189
4511 #: lib/wine.lib:1175 lib/wine.lib:1204
44474512 #, sh-format
44484513 msgid ""
44494514 "Be careful! This will kill install process. If it is not finished, you will "
44524517 "Ettevaatust! See tapab paigalduse protsessi. Kui paigaldus ei ole lõppenud, "
44534518 "pead $SOFTNAME 'i uuesti paigaldama"
44544519
4455 #: lib/wine.lib:1160 lib/wine.lib:1189
4520 #: lib/wine.lib:1175 lib/wine.lib:1204
44564521 #, sh-format
44574522 msgid "Install is done"
44584523 msgstr "Paigaldamine on lõppenud"
44594524
4460 #: lib/wine.lib:1193 lib/wine.lib:1194
4525 #: lib/wine.lib:1208 lib/wine.lib:1209
44614526 #, sh-format
44624527 msgid "Press next only when the installation process is finished"
44634528 msgstr ""
44644529
4465 #: lib/wine.lib:1202
4530 #: lib/wine.lib:1217
44664531 #, sh-format
44674532 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44684533 msgstr ""
44764541 "associated"
44774542 msgstr ""
44784543
4479 #: python/configure.py:197 python/configure.py:694
4544 #: python/configure.py:196 python/configure.py:703
44804545 msgid "General"
44814546 msgstr "Üldine"
44824547
4483 #: python/configure.py:200
4548 #: python/configure.py:199
44844549 msgid "Make a new shortcut from this virtual drive"
44854550 msgstr "Loo sellelt virtuaalkettalt uus otsetee"
44864551
4487 #: python/configure.py:201
4552 #: python/configure.py:200
44884553 msgid "Name"
44894554 msgstr "Nimi"
44904555
4491 #: python/configure.py:202
4556 #: python/configure.py:201
44924557 msgid "Wine version"
44934558 msgstr "Wine'i versioon"
44944559
4495 #: python/configure.py:203
4560 #: python/configure.py:202
44964561 msgid "Debug flags"
44974562 msgstr "Silumislipud"
44984563
4499 #: python/configure.py:205
4564 #: python/configure.py:204
45004565 msgid "Virtual drive"
45014566 msgstr "Virtuaalketas"
45024567
4503 #: python/configure.py:207
4568 #: python/configure.py:206
45044569 msgid "Arguments"
45054570 msgstr ""
45064571
4507 #: python/configure.py:211
4572 #: python/configure.py:210
45084573 msgid "Run configuration wizard"
45094574 msgstr "Käivitan seadistamisnõustaja"
45104575
4511 #: python/configure.py:248
4576 #: python/configure.py:247
45124577 msgid "Windows reboot"
45134578 msgstr "Windowsi taaskäivitus"
45144579
4515 #: python/configure.py:256
4580 #: python/configure.py:255
45164581 msgid "Repair virtual drive"
45174582 msgstr "Paranda virtuaalketas"
45184583
4519 #: python/configure.py:265
4584 #: python/configure.py:264
45204585 msgid "Command prompt"
45214586 msgstr "Käsurida"
45224587
4523 #: python/configure.py:272
4588 #: python/configure.py:271
45244589 msgid "Task manager"
45254590 msgstr "Tegumihaldur"
45264591
4527 #: python/configure.py:280
4592 #: python/configure.py:279
45284593 msgid "Kill processes"
45294594 msgstr "Tapa protsess"
45304595
4531 #: python/configure.py:287
4596 #: python/configure.py:286
45324597 msgid "Wine uninstaller"
45334598 msgstr "Wine'i eemaldaja"
45344599
4535 #: python/configure.py:312
4600 #: python/configure.py:311
45364601 msgid ""
45374602 "Be careful! Installing one of these components can break your virtual drive."
45384603 msgstr ""
45394604 "Ettevaatust! Nende komponentide paigaldamine võib rikkuda sinu virtuaalketta."
45404605
4541 #: python/configure.py:334 python/install.py:285 python/install.py:289
4542 #: python/mainwindow.py:197 python/mainwindow.py:350
4606 #: python/configure.py:333 python/install.py:285 python/install.py:289
4607 #: python/mainwindow.py:199 python/mainwindow.py:348
45434608 msgid "Install"
45444609 msgstr "Paigalda uus"
45454610
4546 #: python/configure.py:395
4611 #: python/configure.py:388
45474612 msgid "Open program's directory"
45484613 msgstr "Ava rakenduse kataloog"
45494614
4550 #: python/configure.py:418
4615 #: python/configure.py:411
45514616 msgid "Open virtual drive's directory"
45524617 msgstr "Ava virtuaalketta kataloog"
45534618
4554 #: python/configure.py:560
4619 #: python/configure.py:555
45554620 msgid "GLSL Support"
45564621 msgstr "GLSL-i tugi"
45574622
4558 #: python/configure.py:561
4623 #: python/configure.py:556
45594624 msgid "Direct Draw Renderer"
45604625 msgstr "DirectDraw renderdusrežiim"
45614626
4562 #: python/configure.py:562
4627 #: python/configure.py:557
45634628 msgid "Video memory size"
45644629 msgstr "Videomälu suurus"
45654630
4566 #: python/configure.py:563
4631 #: python/configure.py:558
45674632 msgid "Offscreen rendering mode"
45684633 msgstr ""
45694634
4570 #: python/configure.py:564
4635 #: python/configure.py:559
45714636 msgid "Render target mode lock"
45724637 msgstr ""
45734638
4574 #: python/configure.py:565
4639 #: python/configure.py:560
45754640 msgid "Multisampling"
45764641 msgstr ""
45774642
4578 #: python/configure.py:566
4643 #: python/configure.py:561
45794644 msgid "Strict Draw Ordering"
45804645 msgstr ""
45814646
4582 #: python/configure.py:576
4647 #: python/configure.py:571
45834648 msgid "Mouse warp override"
45844649 msgstr ""
45854650
4586 #: python/configure.py:578
4651 #: python/configure.py:573
45874652 msgid "Open a shell"
45884653 msgstr "Ava käsurida"
45894654
4590 #: python/configure.py:579
4655 #: python/configure.py:574
45914656 msgid "Run a .exe file in this virtual drive"
45924657 msgstr "Käivita .exe fail sellel virtuaalkettal"
45934658
4594 #: python/configure.py:580
4659 #: python/configure.py:575
45954660 msgid "Command to exec before running the program"
45964661 msgstr ""
45974662
4598 #: python/configure.py:591
4663 #: python/configure.py:585
4664 msgid ""
4665 "Warning:\n"
4666 "\n"
4667 "Any program still running in this virtual drive will be terminated before "
4668 "Wine version is changed.\n"
4669 "Are you sure you want to continue?"
4670 msgstr ""
4671
4672 #: python/configure.py:596
45994673 msgid ""
46004674 "Be careful!\n"
46014675 "If you change "
46024676 msgstr ""
46034677
4604 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4678 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46054679 msgid "{0} configuration"
46064680 msgstr "{0} seadistus"
46074681
4608 #: python/configure.py:659
4682 #: python/configure.py:664
46094683 msgid "Please select a program or a virtual drive to configure"
46104684 msgstr "Palun vali programm või virtuaalkettas, mida seadistada"
46114685
4612 #: python/configure.py:677 python/options.py:280
4686 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46134687 msgid "New"
46144688 msgstr "Uus"
46154689
4616 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4617 #: python/mainwindow.py:596 python/options.py:207
4690 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4691 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46184692 msgid "Remove"
46194693 msgstr "Eemalda"
46204694
4621 #: python/configure.py:696
4695 #: python/configure.py:705
46224696 msgid "Install components"
46234697 msgstr "Paigalda komponente"
46244698
4625 #: python/configure.py:697 python/mainwindow.py:332
4699 #: python/configure.py:706 python/mainwindow.py:330
46264700 msgid "Display"
46274701 msgstr "Näita"
46284702
4629 #: python/configure.py:698
4703 #: python/configure.py:707
46304704 msgid "Miscellaneous"
46314705 msgstr "Muu"
46324706
4633 #: python/configure.py:726
4707 #: python/configure.py:735
46344708 msgid "This virtual drive is protected"
46354709 msgstr "See virtuaalketas on kaitstud"
46364710
4637 #: python/configure.py:728
4711 #: python/configure.py:737
46384712 msgid "Are you sure you want to delete {0} virtual drive ?"
46394713 msgstr "Oled sa kindel, et soovid eemaldada virtuaalketta \"{0}\"?"
46404714
4641 #: python/configure.py:735
4715 #: python/configure.py:744
46424716 msgid "Are you sure you want to delete {0} ?"
46434717 msgstr "Oled sa kindel, et soovid {0} kustutada?"
46444718
4645 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4646 #: python/mainwindow.py:997
4719 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4720 #: python/mainwindow.py:995
46474721 msgid "{0} debugger"
46484722 msgstr "{0} silur"
46494723
46514725 msgid "Please select a debug file"
46524726 msgstr "Palun vali silumise fail"
46534727
4654 #: python/debug.py:76
4728 #: python/debug.py:78
46554729 msgid "Locate this logfile"
46564730 msgstr "Tuvasta selle logifaili asukoht"
46574731
4658 #: python/debug.py:99
4732 #: python/debug.py:101
46594733 msgid "The file is named : {0}"
46604734 msgstr "Faili nimi on: {0}"
46614735
4662 #: python/debug.py:153 python/debug.py:207
4736 #: python/debug.py:189 python/debug.py:245
46634737 msgid "Virtual drives"
46644738 msgstr "Virtuaalkettad"
46654739
4666 #: python/debug.py:184
4740 #: python/debug.py:222
46674741 msgid "Report a problem about {0}"
46684742 msgstr ""
46694743
4670 #: python/debug.py:206
4744 #: python/debug.py:244
46714745 msgid "Install scripts"
46724746 msgstr "Paigalda skript"
46734747
46924766 msgid "Next"
46934767 msgstr "Edasi"
46944768
4695 #: python/guiv3.py:166
4769 #: python/guiv3.py:171
46964770 msgid "I Agree"
46974771 msgstr "Nõus"
46984772
4699 #: python/guiv3.py:167
4773 #: python/guiv3.py:172
47004774 msgid "Show virtual drives"
47014775 msgstr "Näita virtuaalkettaid"
47024776
4703 #: python/guiv3.py:188
4777 #: python/guiv3.py:193
47044778 msgid "Login: "
47054779 msgstr ""
47064780
4707 #: python/guiv3.py:189
4781 #: python/guiv3.py:194
47084782 msgid "Password: "
47094783 msgstr "Parool: "
47104784
4711 #: python/guiv3.py:192
4785 #: python/guiv3.py:197
47124786 msgid "Register"
47134787 msgstr "Registreeru"
47144788
4715 #: python/guiv3.py:288
4789 #: python/guiv3.py:302
47164790 msgid "MB downloaded"
47174791 msgstr "MB alla laaditud"
47184792
4719 #: python/guiv3.py:288
4793 #: python/guiv3.py:302
47204794 msgid "of"
47214795 msgstr "/"
47224796
4723 #: python/guiv3.py:749
4797 #: python/guiv3.py:769
47244798 msgid "You cannot close this window"
47254799 msgstr "Sa ei saa seda akent sulgeda"
47264800
47284802 msgid "No description"
47294803 msgstr "Kirjeldus puudub"
47304804
4731 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4805 #: python/install.py:210
4806 msgid "Accessories"
4807 msgstr "Tarvikud"
4808
4809 #: python/install.py:211
4810 msgid "Development"
4811 msgstr "Arendus"
4812
4813 #: python/install.py:212
4814 msgid "Education"
4815 msgstr "Haridus"
4816
4817 #: python/install.py:213
4818 msgid "Games"
4819 msgstr "Mängud"
4820
4821 #: python/install.py:214
4822 msgid "Graphics"
4823 msgstr "Graafika"
4824
4825 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4826 msgid "Internet"
4827 msgstr "Internet"
4828
4829 #: python/install.py:216
4830 msgid "Multimedia"
4831 msgstr "Multimeedia"
4832
4833 #: python/install.py:217
4834 msgid "Office"
4835 msgstr "Kontoritöö"
4836
4837 #: python/install.py:219
4838 msgid "Patches"
4839 msgstr "Lapid"
4840
4841 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47324842 msgid "Search"
47334843 msgstr "Otsi"
47344844
47354845 #: python/install.py:252
47364846 msgid "Include:"
47374847 msgstr ""
4848
4849 #: python/install.py:258
4850 msgid "Testing"
4851 msgstr "Katsetuseks"
47384852
47394853 #: python/install.py:263
47404854 msgid "No-cd needed"
47874901 "used for piracy purposes we won't give any support on this matter."
47884902 msgstr ""
47894903
4790 #: python/irc.py:137
4904 #: python/irc.py:139
47914905 msgid "Send"
47924906 msgstr "Saada"
47934907
4794 #: python/irc.py:138
4908 #: python/irc.py:140
47954909 msgid "Connect"
47964910 msgstr "Ühendu"
47974911
4798 #: python/irc.py:139
4912 #: python/irc.py:141
47994913 msgid "Disconnect"
48004914 msgstr "Ühenda lahti"
48014915
4802 #: python/irc.py:140
4916 #: python/irc.py:142
48034917 msgid "Leave"
48044918 msgstr "Väljumine"
48054919
4806 #: python/irc.py:227
4920 #: python/irc.py:229
48074921 msgid "Join a channel"
48084922 msgstr "Liitu kanaliga"
48094923
4810 #: python/irc.py:257 python/mainwindow.py:725
4924 #: python/irc.py:259 python/mainwindow.py:723
48114925 msgid "Messenger"
48124926 msgstr ""
48134927
4814 #: python/irc.py:273
4928 #: python/irc.py:275
48154929 msgid ""
48164930 "If you close this window, you cannot read further replies. Are you sure that "
48174931 "you want to close it?"
48384952 msgid "{0} error"
48394953 msgstr ""
48404954
4841 #: python/mainwindow.py:73
4955 #: python/mainwindow.py:75
48424956 msgid "{0} website is unavailable. Please check your connection"
48434957 msgstr ""
48444958
4845 #: python/mainwindow.py:75
4959 #: python/mainwindow.py:77
48464960 msgid "Refreshing {0}"
48474961 msgstr "Värskendan {0}"
48484962
4849 #: python/mainwindow.py:90 python/mainwindow.py:92
4963 #: python/mainwindow.py:92 python/mainwindow.py:94
48504964 msgid "An updated version of {0} is available"
48514965 msgstr "Saadaval on {0}i uuem versioon."
48524966
4853 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4967 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48544968 msgid "Run"
48554969 msgstr "Käivita"
48564970
4857 #: python/mainwindow.py:200
4971 #: python/mainwindow.py:202
48584972 msgid "Donate"
48594973 msgstr "Annetamine"
48604974
4861 #: python/mainwindow.py:201
4975 #: python/mainwindow.py:203
48624976 msgid "Exit"
48634977 msgstr "Välju"
48644978
4865 #: python/mainwindow.py:205
4979 #: python/mainwindow.py:207
48664980 msgid "Small icons"
48674981 msgstr "Väikesed ikoonid"
48684982
4869 #: python/mainwindow.py:206
4983 #: python/mainwindow.py:208
48704984 msgid "Medium icons"
48714985 msgstr "Keskmise suurusega ikoonid"
48724986
4873 #: python/mainwindow.py:207
4987 #: python/mainwindow.py:209
48744988 msgid "Large icons"
48754989 msgstr "Suured ikoonid"
48764990
4877 #: python/mainwindow.py:208
4991 #: python/mainwindow.py:210
48784992 msgid "Very large icons"
48794993 msgstr "Väga suured ikoonid"
48804994
4881 #: python/mainwindow.py:220
4995 #: python/mainwindow.py:222
48824996 msgid "Manage Wine versions"
48834997 msgstr "Wine'i versioonide haldamine"
48844998
4885 #: python/mainwindow.py:226
4999 #: python/mainwindow.py:228
48865000 msgid "Read a PC CD-Rom"
48875001 msgstr "Loe CD-ROM'i"
48885002
4889 #: python/mainwindow.py:236
5003 #: python/mainwindow.py:238
48905004 msgid "Close all {0} software"
48915005 msgstr ""
48925006
4893 #: python/mainwindow.py:240
5007 #: python/mainwindow.py:242
48945008 msgid "{0} console"
48955009 msgstr ""
48965010
4897 #: python/mainwindow.py:250
5011 #: python/mainwindow.py:248
48985012 msgid "{0} messenger"
48995013 msgstr ""
49005014
4901 #: python/mainwindow.py:266 python/options.py:388
5015 #: python/mainwindow.py:264 python/options.py:388
49025016 msgid "File associations"
49035017 msgstr "Faili seosed"
49045018
4905 #: python/mainwindow.py:273
5019 #: python/mainwindow.py:271
49065020 msgid "About {0}"
49075021 msgstr "{0} info"
49085022
4909 #: python/mainwindow.py:302 python/mainwindow.py:306
5023 #: python/mainwindow.py:300 python/mainwindow.py:304
49105024 msgid "Plugin manager"
49115025 msgstr "Pluginahaldur"
49125026
4913 #: python/mainwindow.py:331
5027 #: python/mainwindow.py:329
49145028 msgid "File"
49155029 msgstr "Fail"
49165030
4917 #: python/mainwindow.py:333
5031 #: python/mainwindow.py:331
49185032 msgid "Tools"
49195033 msgstr "Tööriistad"
49205034
4921 #: python/mainwindow.py:334 python/mainwindow.py:723
5035 #: python/mainwindow.py:332 python/mainwindow.py:721
49225036 msgid "Settings"
49235037 msgstr "Seaded"
49245038
4925 #: python/mainwindow.py:335 python/options.py:387
5039 #: python/mainwindow.py:333 python/options.py:387
49265040 msgid "Plugins"
49275041 msgstr "Pluginad"
49285042
4929 #: python/mainwindow.py:347 python/mainwindow.py:739
5043 #: python/mainwindow.py:345 python/mainwindow.py:737
49305044 msgid "Close"
49315045 msgstr "Sulge"
49325046
4933 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5047 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49345048 msgid "Configure"
49355049 msgstr "Seadista"
49365050
4937 #: python/mainwindow.py:584
5051 #: python/mainwindow.py:582
49385052 msgid "Open the application's directory"
49395053 msgstr "Ava rakenduse kataloog"
49405054
4941 #: python/mainwindow.py:588 python/mainwindow.py:753
5055 #: python/mainwindow.py:586 python/mainwindow.py:751
49425056 msgid "Read the manual"
49435057 msgstr "Loe juhendit"
49445058
4945 #: python/mainwindow.py:592
5059 #: python/mainwindow.py:590
49465060 msgid "Set the icon"
49475061 msgstr "Muuda ikooni"
49485062
4949 #: python/mainwindow.py:600
5063 #: python/mainwindow.py:598
49505064 msgid "Close this application"
49515065 msgstr "Sulge rakendus"
49525066
4953 #: python/mainwindow.py:611
5067 #: python/mainwindow.py:609
49545068 msgid "KillApp"
49555069 msgstr "Tapa rakendus"
49565070
4957 #: python/mainwindow.py:618
5071 #: python/mainwindow.py:616
49585072 msgid "No manual found for {0}"
49595073 msgstr "{0} juhendit ei leitud"
49605074
4961 #: python/mainwindow.py:721
5075 #: python/mainwindow.py:719
49625076 msgid "Install a program"
49635077 msgstr "Paigalda programm"
49645078
4965 #: python/mainwindow.py:728
5079 #: python/mainwindow.py:726
49665080 msgid "Update GIT"
49675081 msgstr "Uuenda GIT'i"
49685082
4969 #: python/mainwindow.py:731
5083 #: python/mainwindow.py:729
49705084 msgid "Update instructions"
49715085 msgstr ""
49725086
4973 #: python/mainwindow.py:741
5087 #: python/mainwindow.py:739
49745088 msgid "Debug"
49755089 msgstr "Silu"
49765090
4977 #: python/mainwindow.py:743
5091 #: python/mainwindow.py:741
49785092 msgid "Report a problem"
49795093 msgstr "Teate probleemist"
49805094
4981 #: python/mainwindow.py:747
5095 #: python/mainwindow.py:745
49825096 msgid "Create a shortcut"
49835097 msgstr "Loo otsetee"
49845098
4985 #: python/mainwindow.py:749
5099 #: python/mainwindow.py:747
49865100 msgid "Open the directory"
49875101 msgstr "Ava kataloog"
49885102
4989 #: python/mainwindow.py:755
5103 #: python/mainwindow.py:753
49905104 msgid "Save"
49915105 msgstr ""
49925106
4993 #: python/mainwindow.py:758
5107 #: python/mainwindow.py:756
49945108 msgid "Uninstall"
49955109 msgstr "Eemalda"
49965110
4997 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
4998 #: python/mainwindow.py:1003
5111 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5112 #: python/mainwindow.py:1001
49995113 msgid "Please select a program."
50005114 msgstr "Palun vali programm."
50015115
5002 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5116 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50035117 msgid "{0} settings"
50045118 msgstr "{0} seaded"
50055119
5006 #: python/mainwindow.py:965
5120 #: python/mainwindow.py:963
50075121 msgid "{0} install menu"
50085122 msgstr ""
50095123
5010 #: python/mainwindow.py:974
5124 #: python/mainwindow.py:972
50115125 msgid "{0} wine versions manager"
50125126 msgstr "{0} Wine versioonihaldur"
50135127
5014 #: python/mainwindow.py:1005
5128 #: python/mainwindow.py:1003
50155129 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50165130 msgstr ""
50175131
51175231 "These information will be very precious for us to help people."
51185232 msgstr ""
51195233
5120 #: python/mainwindow.py:1271
5234 #: python/mainwindow.py:1273
51215235 msgid "Are you sure you want to want to install {0} package?"
51225236 msgstr "Kas soovid kindlasti {0} paketi paigaldada?"
51235237
5124 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5238 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5239 #: python/mainwindow.py:1284
51255240 msgid ""
51265241 "You are trying to open a script design for {0}! It might not work as expected"
51275242 msgstr ""
52005315 msgid "You must restart {0} for the changes to take effect."
52015316 msgstr ""
52025317
5203 #: python/wine_versions.py:194
5318 #: python/wine_versions.py:195
52045319 msgid "Installed Wine versions: "
52055320 msgstr "Paigaldatud Wine'i versioonid: "
52065321
5207 #: python/wine_versions.py:195
5322 #: python/wine_versions.py:196
52085323 msgid "Available Wine versions: "
52095324 msgstr "Saadaolevad Wine'i versioonid: "
52105325
5211 #: python/wine_versions.py:202
5326 #: python/wine_versions.py:203
52125327 msgid "Wine versions"
52135328 msgstr "Wine'i versioonid"
52145329
5215 #: python/wine_versions.py:321
5330 #: python/wine_versions.py:322
52165331 msgid "Are you sure you want to delete wine {0}?"
52175332 msgstr "Oled sa kindel, et soovid eemaldada wine {0}?"
52185333
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:36+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Finnish <fi@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
243243 msgstr "Ole hyvä ja laita peli levyasemaasi."
244244
245245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
246 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
246247 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
247248 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
248249 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
271272 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
272273 #: PlayOnLinux_Scripts/Civilization_V_:53
273274 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
274 #: PlayOnLinux_Scripts/Diablo_II_:51
275 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
275276 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
276277 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
277278 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
278279 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
279280 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
280 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
281281 #: PlayOnLinux_Scripts/Google_SketchUp_:51
282282 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
283283 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
297297 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
298298 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
299299 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
300 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
300301 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
301302 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
302303 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
304 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
304 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
305 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
306 #: PlayOnLinux_Scripts/Portal_2_:82
305307 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
306308 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
307 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
310 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:72
309312 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
310313 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
314 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
311315 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
312316 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
313317 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
318 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
314319 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
315320 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
316 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
317 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
321 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
322 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
318324 #: PlayOnLinux_Scripts/Starcraft_:34
319325 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
320326 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
321 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
327 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
328 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
322329 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
323330 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
331 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
324332 #: PlayOnLinux_Scripts/Theme_Hospital_:59
325333 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
326334 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
327335 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
328336 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
337 #: PlayOnLinux_Scripts/Wizard_101_:38
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
338347 msgid "Please select the setup file to run"
339348 msgstr "Valitse käynnistettävä asennustiedosto"
340349
350 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
352 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
354 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
355 #, sh-format
356 msgid "Please insert the game media into your disc drive."
357 msgstr ""
358
341359 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
361 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
342362 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
343363 #: PlayOnLinux_Scripts/Dishonored_:72
344364 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
441461 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
442462 #: PlayOnLinux_Scripts/Magicka_:68
443463 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
464 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
444465 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
445466 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
446467 #: PlayOnLinux_Scripts/Rayman_Origins_:83
447468 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
449 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
469 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
470 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
450471 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
451472 #: PlayOnLinux_Scripts/The_Witcher_:125
452473 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
479500 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
480501 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
481502 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
503 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
482504 #: PlayOnLinux_Scripts/Driftmoon_:43
483505 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
484506 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
487509 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
488510 #: PlayOnLinux_Scripts/League_Of_Legends_:57
489511 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
490 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
512 #: PlayOnLinux_Scripts/Sacrifice_:41
513 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
514 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
515 #: PlayOnLinux_Scripts/Toontown_Online_:25
516 #: PlayOnLinux_Scripts/Watchtower_library_:43
491517 #: PlayOnLinux_Scripts/iTunes_10_:28
492518 #, sh-format
493519 msgid "Please select the setup file to run."
502528 #: PlayOnLinux_Scripts/POL_GoG_download_:48
503529 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
504530 #: PlayOnLinux_Scripts/SimCity_2000_:50
505 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
506 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
531 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
532 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
507533 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
508534 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
509535 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
510 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
511 #: lib/wine.lib:1186
536 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
537 #: lib/wine.lib:1171 lib/wine.lib:1201
512538 #, sh-format
513539 msgid "Please wait..."
514540 msgstr "Pieni hetki..."
536562 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
537563 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
538564 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
539 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
565 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
540566 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
541567 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
542568 #: PlayOnLinux_Scripts/Dead_Space_2_:85
552578 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
553579 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
554580 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
581 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
556582 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
557583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
615641 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
616642 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
617643 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
618 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
644 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
619645 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
620646 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
621647 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
622 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
623 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
648 #: PlayOnLinux_Scripts/Dead_Space_:50
649 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
650 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
651 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
624652 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
625653 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
626654 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
630658 #: PlayOnLinux_Scripts/Rage_:79
631659 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
632660 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
661 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
634662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
635663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
636664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
671699 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
672700 #: PlayOnLinux_Scripts/Sacrifice_:45
673 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
701 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
674702 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
675703 #: PlayOnLinux_Scripts/The_Witcher_:102
676704 #, sh-format
681709 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
682710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
683711 #: PlayOnLinux_Scripts/Mass_Effect_:54
684 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
712 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
685713 #: PlayOnLinux_Scripts/The_Witcher_:110
686714 #, sh-format
687715 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
693721 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
694722 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
695723 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
696 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
724 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
697725 #: PlayOnLinux_Scripts/The_Witcher_:113
698726 #, sh-format
699727 msgid "Please insert the next game media into your disk drive"
723751 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
724752 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
725753 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
754 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
726755 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
727756 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
728757 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
828857 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
829858 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
830859 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
831 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
860 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
832861 #, sh-format
833862 msgid ""
834863 "You must disable anti-piracy protections of this game\\nif you want to play "
852881
853882 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
854883 #: PlayOnLinux_Scripts/Cars_2_:83
855 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
884 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
856885 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
857886 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
858887 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
875904 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
876905 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
877906 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
907 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
908 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
878909 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
879910 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
880911 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11091140 msgstr ""
11101141 "Ole hyvä ja aseta toinen media levyasemaasi\\nEllet ole jo sitä tehnyt."
11111142
1112 #: PlayOnLinux_Scripts/Diablo_III_:29
1143 #: PlayOnLinux_Scripts/Diablo_III_:31
11131144 #, sh-format
11141145 msgid "Please select the setup file downloaded on $EDITOR website"
11151146 msgstr ""
11161147 "Ole hyvä ja anna asennustiedosto, joka on ladattu $EDITOR kotisivulta"
11171148
1118 #: PlayOnLinux_Scripts/Diablo_III_:60
1149 #: PlayOnLinux_Scripts/Diablo_III_:62
11191150 #, sh-format
11201151 msgid ""
11211152 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11241155 "$TITLE on asennettu onnistuneesti.\\n\\nErityskiitokset Erich Hooverille "
11251156 "tästä Wine korjautiedostosta (AcceptEx Fix)"
11261157
1127 #: PlayOnLinux_Scripts/Diablo_III_:60
1158 #: PlayOnLinux_Scripts/Diablo_III_:62
11281159 #, sh-format
11291160 msgid ""
11301161 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11321163 msgstr ""
11331164 "Jos sinulla on Virhe 3007 yhteyksessä, avaa terminaali ja kirjoita:\\necho "
11341165 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1166
1167 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1168 #, sh-format
1169 msgid "Scanning your hardware..."
1170 msgstr ""
11351171
11361172 #: PlayOnLinux_Scripts/Dishonored_:79
11371173 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12191255
12201256 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12211257 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1222 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1223 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1258 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1259 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12241260 #, sh-format
12251261 msgid "Please insert the first game media into your disk drive"
12261262 msgstr "Ole hyvä ja aseta pelin ensimmäinen media levyasemaasi"
12271263
12281264 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1229 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1265 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12301266 #, sh-format
12311267 msgid "Please insert the second game media into your disk drive"
12321268 msgstr "Ole hyvä ja aseta pelin toinen media levyasemaasi"
12991335 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13001336 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13011337 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1338 #: PlayOnLinux_Scripts/Hearthstone_:64
13021339 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13031340 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13041341 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13241361 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13251362 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13261363 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1327 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1364 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13281365 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13291366 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13301367 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13501387 msgid "Editor"
13511388 msgstr "Toimittaja"
13521389
1353 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1390 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13541391 #, sh-format
13551392 msgid "This install script requires ffmpeg"
13561393 msgstr "Tämä asennus scripti vaatii ffmpegin"
13571394
1358 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1395 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13591396 #, sh-format
13601397 msgid "Converting videos..."
13611398 msgstr "Muunnetaan videoita..."
13621399
13631400 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1401 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13641402 #, sh-format
13651403 msgid ""
13661404 "On first run the game will autodetect available renderers.\\nIt is likely "
13771415 msgid "Run $TITLE in safe mode?"
13781416 msgstr "Käynnistä $TITLE vikasietotilassa?"
13791417
1418 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1419 #, sh-format
1420 msgid ""
1421 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1422 "disable it by pressing Alt+R while in game.)"
1423 msgstr ""
1424
1425 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1426 #, sh-format
1427 msgid ""
1428 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1429 "game."
1430 msgstr ""
1431
13801432 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13811433 #, sh-format
13821434 msgid "Could not find program directory"
14441496 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14451497 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14461498 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1447 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1448 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1449 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14501499 #, sh-format
14511500 msgid "Language"
14521501 msgstr "Kieli"
15741623 msgid "Dedicated server"
15751624 msgstr "Oma palvelin"
15761625
1577 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1626 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15781627 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15791628 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15801629 #, sh-format
16041653 msgid "Code wheel"
16051654 msgstr "Koodipyörä"
16061655
1607 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1608 #, sh-format
1609 msgid "Do you have a language pack to install?"
1610 msgstr "Onko sinulla kielipakettia asennettuna?"
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1613 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1614 #, sh-format
1615 msgid "Later"
1616 msgstr "Myöhemmin"
1617
1618 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1656 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1657 #, sh-format
1658 msgid ""
1659 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1660 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1661 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1662 msgstr ""
1663 "On erittäin suositeltavaa, että asennat Circle of Eight modipaketin\\n "
1664 "korjataksesi useita ongelmia pelin kanssa, ja valinnaisesti lisätäksesi "
1665 "uutta sisältöä\\n(\"NC\" modipaketeille).\\nKäytä dedikoitua PlayOnLinux "
1666 "skriptia päivitykset-osiossa."
1667
1668 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1669 #, sh-format
1670 msgid "Now you must install the modpack in directory:"
1671 msgstr "Seuraavaksi sinun pitää asentaa modpack hakemistoosi:"
1672
1673 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1674 #, sh-format
1675 msgid "Please select ANY 3 icons when prompted."
1676 msgstr "Valitse kolme kuvaketta pyydettäessä."
1677
1678 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1679 #, sh-format
1680 msgid "temp directory missing"
1681 msgstr "temp hakemisto on hukassa"
1682
1683 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1684 #, sh-format
1685 msgid ""
1686 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1687 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1688 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1689 "details.\\nInstall it?"
1690 msgstr ""
1691 "Two World Control Panel on työkalu InsideTwoWorlds yhteisöltä,\\njoka "
1692 "sallii, että sinä voit muunnella parametreja ja hallita modeja\\ntälle "
1693 "pelille. Käy osoitteessa\\"
1694 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 ,jos "
1695 "haluat lisätietoja.\\n Asenna?"
1696
1697 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1698 #, sh-format
1699 msgid "Control Panel"
1700 msgstr "Ohjauspaneeli"
1701
1702 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1703 #, sh-format
1704 msgid ""
1705 "IMPORTANT:\n"
1706 " \\n\\nOn the installation window coming next, do NOT click the Options "
1707 "button, it would mess up the language selection."
1708 msgstr ""
1709
1710 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1711 #, sh-format
1712 msgid ""
1713 "On first run the game will autodetect available renderers.\\nIt is likely "
1714 "that you will get better performance out of the OpenGL renderer."
1715 msgstr ""
1716
1717 #: PlayOnLinux_Scripts/Goblins_3_:21
1718 #, sh-format
1719 msgid "Please select the game language"
1720 msgstr "Valitse pelin kieli"
1721
1722 #: PlayOnLinux_Scripts/Gothic_3_:82
1723 #, sh-format
1724 msgid "Choose the game resolution"
1725 msgstr "Valitse pelin tarkkuus"
1726
1727 #: PlayOnLinux_Scripts/Gothic_3_:96
1728 #, sh-format
1729 msgid ""
1730 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1731 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1732 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1733 msgstr ""
1734
1735 #: PlayOnLinux_Scripts/Gothic_3_:110
1736 #, sh-format
1737 msgid "$TITLE is installed"
1738 msgstr "$TITLE on asennettu"
1739
1740 #: PlayOnLinux_Scripts/Guild_Wars_:53
1741 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1742 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1743 #, sh-format
1744 msgid "Please insert the DVD-ROM"
1745 msgstr "Ole hyvä ja aseta DVD-ROM"
1746
1747 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1748 #, sh-format
1749 msgid ""
1750 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1751 "client and download will resume from where it stopped. Download percentage "
1752 "reset but do not worry, it do not restart from the beginning."
1753 msgstr ""
1754 "Johtuen Winen bugista #30512, laataminen usein kaatuu. Käynnistä ohjelma "
1755 "uudelleen ja lataus jatkuu siitä mihin se jäi. Lataus prosenttiyksikkö "
1756 "resetoituu, mutta älä ole siitä huolissaan. Ohjelman lataus ei ala alusta."
1757
1758 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1759 #, sh-format
1760 msgid ""
1761 "Please select $TITLE install file. During installation, uncheck all extra "
1762 "drivers it wants to install:"
1763 msgstr ""
1764 "Ole hyvä ja valitse $TITLE asennustiedosto. Asennuksen aikana varmista että "
1765 "olet poistanut kaikki valinnat lisä-ajureista, jotka asennusohjelma haluaa "
1766 "asentaa."
1767
16191768 #: PlayOnLinux_Scripts/Half_Life_2_:56
16201769 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16211770 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16221771 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1623 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1772 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16241773 #, sh-format
16251774 msgid "No"
16261775 msgstr "Ei"
16271776
1628 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1629 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1777 #: PlayOnLinux_Scripts/Half_Life_2_:56
1778 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1779 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1780 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1781 #: PlayOnLinux_Scripts/Portal_:36
1782 #, sh-format
1783 msgid ""
1784 "Steam installation has been detected\\nwould you like to install this game "
1785 "in the same virtual drive?"
1786 msgstr ""
1787 "Steam asennus huomattu\\nhaluatko asentaa pelin samaan virtuaaliasemaan?"
1788
16301789 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16311790 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16321791 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16351794 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16361795 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16371796 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1638 #: python/guiv3.py:157
1797 #: python/guiv3.py:158 python/guiv3.py:161
16391798 #, sh-format
16401799 msgid "Yes"
16411800 msgstr "Kyllä"
16421801
1643 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1644 #, sh-format
1645 msgid ""
1646 "To install a language pack later, open the configuration panel for the game "
1647 "in order to execute the installer into the virtual disk (Misc tab)"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1651 #, sh-format
1652 msgid ""
1653 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1654 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1655 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1656 msgstr ""
1657 "On erittäin suositeltavaa, että asennat Circle of Eight modipaketin\\n "
1658 "korjataksesi useita ongelmia pelin kanssa, ja valinnaisesti lisätäksesi "
1659 "uutta sisältöä\\n(\"NC\" modipaketeille).\\nKäytä dedikoitua PlayOnLinux "
1660 "skriptia päivitykset-osiossa."
1661
1662 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1663 #, sh-format
1664 msgid "Now you must install the modpack in directory:"
1665 msgstr "Seuraavaksi sinun pitää asentaa modpack hakemistoosi:"
1666
1667 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1668 #, sh-format
1669 msgid "Please select ANY 3 icons when prompted."
1670 msgstr "Valitse kolme kuvaketta pyydettäessä."
1671
1672 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1673 #, sh-format
1674 msgid "temp directory missing"
1675 msgstr "temp hakemisto on hukassa"
1676
1677 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1678 #, sh-format
1679 msgid ""
1680 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1681 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1682 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1683 "details.\\nInstall it?"
1684 msgstr ""
1685 "Two World Control Panel on työkalu InsideTwoWorlds yhteisöltä,\\njoka "
1686 "sallii, että sinä voit muunnella parametreja ja hallita modeja\\ntälle "
1687 "pelille. Käy osoitteessa\\"
1688 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 ,jos "
1689 "haluat lisätietoja.\\n Asenna?"
1690
1691 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1692 #, sh-format
1693 msgid "Control Panel"
1694 msgstr "Ohjauspaneeli"
1695
1696 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1697 #, sh-format
1698 msgid ""
1699 "IMPORTANT:\n"
1700 " \\n\\nOn the installation window coming next, do NOT click the Options "
1701 "button, it would mess up the language selection."
1702 msgstr ""
1703
1704 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1705 #, sh-format
1706 msgid ""
1707 "On first run the game will autodetect available renderers.\\nIt is likely "
1708 "that you will get better performance out of the OpenGL renderer."
1709 msgstr ""
1710
1711 #: PlayOnLinux_Scripts/Goblins_3_:21
1712 #, sh-format
1713 msgid "Please select the game language"
1714 msgstr "Valitse pelin kieli"
1715
1716 #: PlayOnLinux_Scripts/Gothic_3_:82
1717 #, sh-format
1718 msgid "Choose the game resolution"
1719 msgstr "Valitse pelin tarkkuus"
1720
1721 #: PlayOnLinux_Scripts/Gothic_3_:96
1722 #, sh-format
1723 msgid ""
1724 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1725 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1726 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1727 msgstr ""
1728
1729 #: PlayOnLinux_Scripts/Gothic_3_:110
1730 #, sh-format
1731 msgid "$TITLE is installed"
1732 msgstr "$TITLE on asennettu"
1733
1734 #: PlayOnLinux_Scripts/Guild_Wars_:53
1735 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1736 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1737 #, sh-format
1738 msgid "Please insert the DVD-ROM"
1739 msgstr "Ole hyvä ja aseta DVD-ROM"
1740
1741 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1742 #, sh-format
1743 msgid ""
1744 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1745 "client and download will resume from where it stopped. Download percentage "
1746 "reset but do not worry, it do not restart from the beginning."
1747 msgstr ""
1748 "Johtuen Winen bugista #30512, laataminen usein kaatuu. Käynnistä ohjelma "
1749 "uudelleen ja lataus jatkuu siitä mihin se jäi. Lataus prosenttiyksikkö "
1750 "resetoituu, mutta älä ole siitä huolissaan. Ohjelman lataus ei ala alusta."
1751
1752 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1753 #, sh-format
1754 msgid ""
1755 "Please select $TITLE install file. During installation, uncheck all extra "
1756 "drivers it wants to install:"
1757 msgstr ""
1758 "Ole hyvä ja valitse $TITLE asennustiedosto. Asennuksen aikana varmista että "
1759 "olet poistanut kaikki valinnat lisä-ajureista, jotka asennusohjelma haluaa "
1760 "asentaa."
1761
1762 #: PlayOnLinux_Scripts/Half_Life_2_:56
1763 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1764 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1765 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1766 #: PlayOnLinux_Scripts/Portal_:36
1767 #, sh-format
1768 msgid ""
1769 "Steam installation has been detected\\nwould you like to install this game "
1770 "in the same virtual drive?"
1771 msgstr ""
1772 "Steam asennus huomattu\\nhaluatko asentaa pelin samaan virtuaaliasemaan?"
1773
17741802 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17751803 #, sh-format
17761804 msgid "Updating $TITLE"
17771805 msgstr "Päivitetaan $TITLE"
17781806
1779 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1807 #: PlayOnLinux_Scripts/Hanahira__:54
17801808 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17811809 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17821810 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17881816 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17891817 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17901818 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1819 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1820 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1821 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1822 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1823 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1824 #: PlayOnLinux_Scripts/Steins_Gate_:51
17911825 #, sh-format
17921826 msgid "Please locate installation program (Setup.exe)"
17931827 msgstr "Ole hyvä ja etsi asennustiedosto (Setup.exe)"
17941828
1795 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1796 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1829 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17971830 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17981831 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17991832 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18151848 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18161849 msgstr ""
18171850
1851 #: PlayOnLinux_Scripts/Hearthstone_:26
1852 #, sh-format
1853 msgid "What language do you want to install?"
1854 msgstr ""
1855
18181856 #: PlayOnLinux_Scripts/ImgBurn_:38
18191857 #, sh-format
18201858 msgid ""
18571895 msgstr ""
18581896
18591897 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1860 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18611898 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18621899 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18631900 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20162053 "If the download update stuck close and run until the download is complete."
20172054 msgstr ""
20182055
2056 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20192057 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20202058 #, sh-format
20212059 msgid "Demo version"
20222060 msgstr "Demo versio"
20232061
2062 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20242063 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20252064 #, sh-format
20262065 msgid "Please select version."
20742113 #, sh-format
20752114 msgid ""
20762115 "No filename extension specified, skipping association to native application."
2116 msgstr ""
2117
2118 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2119 #, sh-format
2120 msgid "Contacting download server."
20772121 msgstr ""
20782122
20792123 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21592203 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
21602204 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
21612205 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2162 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2206 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
21632207 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
21642208 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
21652209 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22012245 "Jos näet virheilmoituksen DotNet 3.0 asennuksen aikana. Voit jättää ne "
22022246 "huomioimatta"
22032247
2204 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2205 #, sh-format
2206 msgid "This package fail to install with wine 1.5.21 or better"
2207 msgstr ""
2208 "Tämän paketin asennus epäonnistuu Winen 1.5.21 versiossa tai uudemmassa"
2209
2210 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2248 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22112249 #, sh-format
22122250 msgid ""
22132251 "If you see error messages during DotNet 3.5 installation, you can ignore "
23342372 "VCRun2010 asennus voi epäonnistua, koska PlayOnLinux versio on liian vanha. "
23352373 "Päivitä se."
23362374
2337 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2375 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2376 #: PlayOnLinux_Scripts/yWriter_5_:45
23382377 #, sh-format
23392378 msgid "Downloading..."
23402379 msgstr "Ladataan..."
24452484 msgid "Microsoft fonts have been installed successfully."
24462485 msgstr "Microsof kirjaisimet on asennettu onnistuneesti."
24472486
2487 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2488 #, sh-format
2489 msgid ""
2490 "OSX users: If the screen flickers once the game is launched, try to press "
2491 "cmd + tab twice"
2492 msgstr ""
2493
24482494 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
24492495 #, sh-format
24502496 msgid "Remove Game For Windows Live..."
24822528 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
24832529 msgstr ""
24842530
2485 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2531 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
24862532 #, sh-format
24872533 msgid "Abort installation"
24882534 msgstr "Keskeytä asennus"
25072553 msgid "The program needs access to ptrace() to proceed:"
25082554 msgstr ""
25092555
2510 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2556 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25112557 #, sh-format
25122558 msgid "User abort"
25132559 msgstr "Käyttäjän keskeytys"
25462592 msgid "Please do not run $TITLE after installation has finished."
25472593 msgstr ""
25482594
2595 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2596 #, sh-format
2597 msgid "Extracting $TITLE"
2598 msgstr ""
2599
25492600 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
25502601 #, sh-format
25512602 msgid ""
25582609 msgid "$TITLE has been successfully installed."
25592610 msgstr ""
25602611
2612 #: PlayOnLinux_Scripts/Poker_Stars_:37
2613 #, sh-format
2614 msgid "Error while installing. Downloaded file not found."
2615 msgstr ""
2616
25612617 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
25622618 #, sh-format
25632619 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
25652621
25662622 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
25672623 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2624 #: PlayOnLinux_Scripts/Watchtower_library_:58
25682625 #, sh-format
25692626 msgid "Please wait while $TITLE is installed"
25702627 msgstr "Odota hetki kun $TITLE on asennettu"
25992656 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26002657 msgstr ""
26012658 "Ole hyvä ja lisää disketti 3 diskettiasemaan\\nellet ole sitä jo tehnyt."
2659
2660 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2661 #, sh-format
2662 msgid ""
2663 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2664 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2665 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2666 "n\\nIf you have one of this two versions of this game, please give some "
2667 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2668 "n\\nThank you!"
2669 msgstr ""
2670
2671 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2672 #, sh-format
2673 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2674 msgstr ""
2675
2676 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2677 #, sh-format
2678 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2679 msgstr ""
2680
2681 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2682 #, sh-format
2683 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2684 msgstr ""
2685
2686 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2687 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2688 #, sh-format
2689 msgid "Select a version of installation disc:"
2690 msgstr ""
2691
2692 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2693 #, sh-format
2694 msgid "First Release (without addons)"
2695 msgstr ""
2696
2697 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2698 #, sh-format
2699 msgid "Gold Edition"
2700 msgstr ""
2701
2702 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2703 #, sh-format
2704 msgid "Platinum Edition"
2705 msgstr ""
2706
2707 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2708 #, sh-format
2709 msgid "What is your version of Railroad Tycoon II?"
2710 msgstr ""
2711
2712 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2713 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2714 #, sh-format
2715 msgid ""
2716 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2717 "desktop.\\n\\nThank you for using this installation script! :)"
2718 msgstr ""
26022719
26032720 #: PlayOnLinux_Scripts/Reaper_4_:30
26042721 #, sh-format
27552872 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
27562873 msgstr ""
27572874
2875 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2876 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2877 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2878 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2879 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2880 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2881 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2882 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2883 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2884 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2885 #, sh-format
2886 msgid ""
2887 "Close the visual novel when it appears to continue installation. Click Next "
2888 "to begin installation."
2889 msgstr ""
2890
2891 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2892 #, sh-format
2893 msgid ""
2894 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2895 "script will now install it. Click Next to continue."
2896 msgstr ""
2897
27582898 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
27592899 #, sh-format
27602900 msgid ""
27622902 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
27632903 msgstr ""
27642904
2765 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2766 #, sh-format
2767 msgid "Please locate installation program (Launcher.exe)"
2768 msgstr ""
2769
2770 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2771 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2772 #, sh-format
2773 msgid ""
2774 "When the launcher opens, click on the top button to open the installer. When "
2775 "a new window opens, click OK. When another window opens, click on the button "
2776 "with the letter N until it is installing. Wait until it is done and click "
2777 "the right button to quit. Click Next when you are done installing."
2905 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2906 #, sh-format
2907 msgid "Please locate installation program in Data folder (Resonance.msi)"
27782908 msgstr ""
27792909
27802910 #: PlayOnLinux_Scripts/Steam_:50
28162946 "Asenna Terraria Steamissä. Käynnistä Terraria kun Steam asennus on valmis. "
28172947 "Steam asentaa xna framework ohjelman peliin. Sulje Steam, jotta "
28182948 "asennusohjelma voi jatkaa."
2949
2950 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2951 #, sh-format
2952 msgid "If youve the extentions, you should install Tribunal first !"
2953 msgstr ""
28192954
28202955 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
28212956 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
29263061 "pp 4-5."
29273062 msgstr ""
29283063
3064 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3065 #, sh-format
3066 msgid "Please select the installation file to run."
3067 msgstr ""
3068
3069 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3070 #, sh-format
3071 msgid ""
3072 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3073 "your region.\\n 2. Leave only checked DirectX box."
3074 msgstr ""
3075
29293076 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
29303077 #, sh-format
29313078 msgid ""
29323079 "The game will fail to launch until you set "
29333080 "/proc/sys/kernel/yama/ptrace_scope to 0"
3081 msgstr ""
3082
3083 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3084 #, sh-format
3085 msgid "Other destination or other CD/DVD"
3086 msgstr ""
3087
3088 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3089 #, sh-format
3090 msgid "Retail CD"
3091 msgstr ""
3092
3093 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3094 #, sh-format
3095 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3096 msgstr ""
3097
3098 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3099 #, sh-format
3100 msgid "video fix"
29343101 msgstr ""
29353102
29363103 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30223189 msgid "Donwload finished.\\nPatches installation will begin"
30233190 msgstr "Lataukset ovat valmistuneet.\\nKorjaustiedostojen asennus voi alkaa"
30243191
3192 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3193 #, sh-format
3194 msgid "We will download the installer"
3195 msgstr ""
3196
30253197 #: PlayOnLinux_Scripts/Toontown_Online_:17
30263198 #, sh-format
30273199 msgid ""
30643236 msgid "Do you want to browse $TITLE website?"
30653237 msgstr "Haluatko selata $TITLE kotisivua?"
30663238
3239 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3240 #, sh-format
3241 msgid ""
3242 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3243 "messenger, because it will won't work correctly."
3244 msgstr ""
3245
3246 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3247 #, sh-format
3248 msgid "Warning"
3249 msgstr ""
3250
30673251 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
30683252 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
30693253 #, sh-format
30723256 "want it to run correctly with $APPLICATION_TITLE"
30733257 msgstr ""
30743258
3259 #: PlayOnLinux_Scripts/Watchtower_library_:49
3260 #, sh-format
3261 msgid "File Selection Error"
3262 msgstr ""
3263
3264 #: PlayOnLinux_Scripts/Watchtower_library_:49
3265 #, sh-format
3266 msgid ""
3267 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3268 msgstr ""
3269
30753270 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
30763271 #, sh-format
30773272 msgid ""
30883283 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
30893284 #, sh-format
30903285 msgid ""
3091 "Attention: After installation is complete, the patcher will load. Please "
3092 "close the patcher before logging in or finish updating to complete the "
3093 "installation. After this, you can run \"$TITLE\" when setup is done"
3286 "Attention:After installation is complete, the patcher will load. After, go "
3287 "to the top right of the patcher and click the wrench, Then Un-check the box "
3288 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3289 "minuite. When finished with this, please close the patcher before logging in "
3290 "or finish updating to complete the installation. After this, you can run "
3291 "\"$TITLE\" when setup is done"
30943292 msgstr ""
30953293
30963294 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
31413339 "Ole hyvä ja laita pelin viides levy levyasemaasi. \r\n"
31423340 "Jos et ole sitä jo tehnyt."
31433341
3342 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3343 #, sh-format
3344 msgid "Which region version of World of Warplanes would you like to install?"
3345 msgstr ""
3346
3347 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3348 #, sh-format
3349 msgid ""
3350 "Attention:After installation is complete, the patcher will load. After, go "
3351 "to the top right of the patcher and click the wrench, Then Un-check the box "
3352 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3353 "minute. When finished with this, please close the patcher before logging in "
3354 "or finish updating to complete the installation. After this, you can run "
3355 "\"$TITLE\" when setup is done"
3356 msgstr ""
3357
31443358 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
31453359 #, sh-format
31463360 msgid ""
31903404 msgid "Please select the 32bit version of iTunes"
31913405 msgstr "Valitse 32-bittinen versio iTunesista"
31923406
3193 #: PlayOnLinux_Scripts/osu_:45
3407 #: PlayOnLinux_Scripts/osu_:46
31943408 #, sh-format
31953409 msgid ""
31963410 "Press next to start the updater. When the updater is finished, close it "
32103424 "resolution when rFactor Config comes up."
32113425 msgstr ""
32123426
3213 #: bash/bug_report:31
3427 #: bash/bug_report:32
32143428 #, sh-format
32153429 msgid "Report a bug"
32163430 msgstr "Ilmoita ongelmasta"
32173431
3218 #: bash/bug_report:36
3432 #: bash/bug_report:37
32193433 #, sh-format
32203434 msgid ""
32213435 "Please give the more details as you can, otherwise, it will be very "
32243438 "Ole hyvä ja anna mahdollisimman paljon lisätietoja kuin voit, muuten sinua "
32253439 "voi olla vaikea auttaa"
32263440
3227 #: bash/bug_report:36
3441 #: bash/bug_report:37
32283442 #, sh-format
32293443 msgid ""
32303444 "This wizard will help you to report a bug about an officially supported "
32333447 "Tämä ohjattu toiminto lähettää ongelmaraportin virallisesti tuetusta "
32343448 "ohjelmasta."
32353449
3236 #: bash/bug_report:40
3450 #: bash/bug_report:41
32373451 #, sh-format
32383452 msgid ""
32393453 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
32423456 "Sinun $APPLICATION_TITLE on vanhentunut.\\nSinun pitää päivittää "
32433457 "$APPLICATION_TITLE ennen kuin lähetät virheilmoituksen.\\nKiitos."
32443458
3245 #: bash/bug_report:46
3459 #: bash/bug_report:47
32463460 #, sh-format
32473461 msgid "I have a problem with a software"
32483462 msgstr "Minulla on ongelma asennetun ohjelman kanssa"
32493463
3250 #: bash/bug_report:46
3464 #: bash/bug_report:47
32513465 #, sh-format
32523466 msgid "My problem concerns $APPLICATION_TITLE itself"
32533467 msgstr "Minulla on ongelma $APPLICATION_TITLE-ohjelmiston kanssa"
32543468
3255 #: bash/bug_report:46
3469 #: bash/bug_report:47
32563470 #, sh-format
32573471 msgid "What kind of problem do you have?"
32583472 msgstr "Minkälainen ongelma sinulla on?"
32593473
3260 #: bash/bug_report:50
3474 #: bash/bug_report:51
32613475 #, sh-format
32623476 msgid "Don't join any log file"
32633477 msgstr "Älä lisää mitään lokitiedostoon"
32643478
3265 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3479 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
32663480 #: bash/manual_install:120 bash/manual_install:219
32673481 #, sh-format
32683482 msgid "Manual installation"
32693483 msgstr "Manuaalinen asennus"
32703484
3271 #: bash/bug_report:54 bash/run_exe:24
3485 #: bash/bug_report:55 bash/run_exe:24
32723486 #, sh-format
32733487 msgid "Automatic installation"
32743488 msgstr "Automaattinen asennus"
32753489
3276 #: bash/bug_report:65
3490 #: bash/bug_report:66
32773491 #, sh-format
32783492 msgid "Choose the log file corresponding to your software."
32793493 msgstr "Valitse lokitiedosto joka vastaa sinun käyttämääsi ohjelmaa."
32803494
3281 #: bash/bug_report:69
3495 #: bash/bug_report:70
32823496 #, sh-format
32833497 msgid "Please give a very short description (title, english only)"
32843498 msgstr "Kirjoita englanniksi ongelmaa kuvaava otsikko"
32853499
3286 #: bash/bug_report:72
3500 #: bash/bug_report:73
32873501 #, sh-format
32883502 msgid "Please explain your problem clearly (english only):"
32893503 msgstr "Kuvaile englanniksi ongelmaa mahdollisimman laajasti."
32903504
3291 #: bash/bug_report:76
3505 #: bash/bug_report:77
32923506 #, sh-format
32933507 msgid "Sorry, we need a detailed description."
32943508 msgstr "Anteeksi, mutta me tarvitsemme yksityiskohtaisen kuvauksen"
32953509
3296 #: bash/bug_report:107
3510 #: bash/bug_report:108
32973511 #, sh-format
32983512 msgid ""
32993513 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
33433557 msgstr "Ole hyvä ja nimeä virtuaaliasemasi"
33443558
33453559 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3346 #: python/mainwindow.py:232
3560 #: python/mainwindow.py:234
33473561 #, sh-format
33483562 msgid "Run a local script"
33493563 msgstr "Suorita paikallinen skripti"
34733687 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
34743688 msgstr "$APPLICATION_TITLE tekee virtuaalisen Windowsin kovalevyllesi"
34753689
3476 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3690 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
34773691 #, sh-format
34783692 msgid "$APPLICATION_TITLE first use"
34793693 msgstr "$APPLICATION_TITLE -ohjelmiston ensimmäinen käyttökerta"
34803694
3481 #: bash/first_use:240
3695 #: bash/first_use:242
34823696 #, sh-format
34833697 msgid "$APPLICATION_TITLE is going to finish its preparation"
34843698 msgstr "$APPLICATION_TITLE lopettaa esikäsittelyn"
34853699
3486 #: bash/first_use:240 bash/first_use:243
3700 #: bash/first_use:242 bash/first_use:245
34873701 #, sh-format
34883702 msgid "Please ensure you are connected to the internet."
34893703 msgstr "Varmista, että käytössä on Internet-yhteys."
34903704
3491 #: bash/first_use:243
3705 #: bash/first_use:245
34923706 #, sh-format
34933707 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
34943708 msgstr ""
34953709 "Tämä ikkuna ilmestyy kun avaat ensimmäisen kerran ohjelman \t"
34963710 "$APPLICATION_TITLE."
34973711
3498 #: bash/first_use:243
3712 #: bash/first_use:245
34993713 #, sh-format
35003714 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
35013715 msgstr ""
35023716 "Tämä ohjattu toiminto auttaa sinua esikäsittelemään $APPLICATION_TITLE "
35033717 "ympäristön"
35043718
3505 #: bash/first_use:253
3719 #: bash/first_use:255
35063720 #, sh-format
35073721 msgid "Error while installing fonts"
35083722 msgstr "Virhe kirjaimien asennuksen aikana"
35093723
3510 #: bash/first_use:271
3724 #: bash/first_use:273
35113725 #, sh-format
35123726 msgid "Enjoy using $APPLICATION_TITLE"
35133727 msgstr "Nauti $APPLICATION_TITLE ohjelmasta"
36263840 msgid "Use another version of Wine"
36273841 msgstr "Käytä toista versiota Winestä"
36283842
3629 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3630 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3843 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3844 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
36313845 #, sh-format
36323846 msgid "Configure Wine"
36333847 msgstr "Winen asetukset"
36473861 msgid "What would you like to do before installation?"
36483862 msgstr "Mitä haluat tehdä ennen kuin aletaan asentamaan?"
36493863
3650 #: bash/manual_install:230 lib/scripts.lib:437
3864 #: bash/manual_install:231 lib/scripts.lib:438
36513865 #, sh-format
36523866 msgid "Please make your choice"
36533867 msgstr "Ole hyvä ja valitse"
36543868
3655 #: bash/manual_install:258
3869 #: bash/manual_install:259
36563870 #, sh-format
36573871 msgid "Looking for runnable CD-ROMs"
36583872 msgstr "Etsitään käynnistyviä CD-asemia"
36593873
3660 #: bash/manual_install:281
3874 #: bash/manual_install:282
36613875 #, sh-format
36623876 msgid "Select another file"
36633877 msgstr "Valitse toinen tiedosto"
36643878
3665 #: bash/manual_install:289
3879 #: bash/manual_install:290
36663880 #, sh-format
36673881 msgid "Please choose a way to install your program"
36683882 msgstr "Valitse tapa asentaaksesi ohjelma"
36693883
3670 #: bash/manual_install:298
3884 #: bash/manual_install:299
36713885 #, sh-format
36723886 msgid "Please select the install file to run."
36733887 msgstr "Ole hyvä ja valitse käynnistettävä asennustiedosto."
36743888
3675 #: bash/manual_install:328
3889 #: bash/manual_install:329
36763890 #, sh-format
36773891 msgid "You must choose a file!"
36783892 msgstr "Sinun pitää valita tiedosto!"
36793893
3680 #: bash/manual_install:334
3894 #: bash/manual_install:335
36813895 #, sh-format
36823896 msgid "$APPLICATION_TITLE is installing your application..."
36833897 msgstr "$APPLICATION_TITLE asentaa sinun ohjelmaasi..."
37553969 msgid "Extracting: "
37563970 msgstr "Puretaan: "
37573971
3758 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3972 #: bash/playonlinux-pkg:111
37593973 #, sh-format
37603974 msgid "Running..."
37613975 msgstr "Suoritetaan..."
37653979 msgid "Cleaning..."
37663980 msgstr "Puhdistetaan..."
37673981
3768 #: bash/playonlinux_online:32
3769 #, sh-format
3770 msgid ""
3771 "This is the list of the scripts you sent to us. You can run one of them"
3772 msgstr ""
3773 "Tässä on lista skripteistä, joita olet lähettänyt meille. Voit suorittaa "
3774 "yhden niistä"
3775
3776 #: bash/playonlinux_online:42
3777 #, sh-format
3778 msgid "You do not seems to have any personal script"
3779 msgstr "Sinulla ei näytä olevan yhtään omaa scriptiä"
3780
3781 #: bash/playonlinux_online:47
3782 #, sh-format
3783 msgid ""
3784 "If you have successfully installed a program with 'Install a non-listed\\"
3785 "nsoftware' button, it will allow you to add this program in our list"
3786 msgstr ""
3787 "Jos olet asentanut ohjelman 'Asenna listaamaton\\nohjema' napista, se antaa "
3788 "sinun lisätä tämän ohjelman listallemme."
3789
3790 #: bash/playonlinux_online:47
3791 #, sh-format
3792 msgid "This tools will allow you to help us :"
3793 msgstr "Tämän työkalun avulla voit auttaa meitä :"
3794
3795 #: bash/playonlinux_online:47
3796 #, sh-format
3797 msgid ""
3798 "We're going to ask you some questions, please be as much accurate as\\"
3799 "npossible"
3800 msgstr ""
3801 "Aiomme kysyä muutamia kysymyksiä, olkaa mahdollisimman tarkka kuin on "
3802 "mahdollista"
3803
3804 #: bash/playonlinux_online:55
3805 #, sh-format
3806 msgid "Choose the file corresponding to your program."
3807 msgstr "Valitse tiedosto, joka vastaa ohjelmaa."
3808
3809 #: bash/playonlinux_online:59
3810 #, sh-format
3811 msgid "Does your program run?"
3812 msgstr "Toimiiko ohjelma?"
3813
3814 #: bash/playonlinux_online:62
3815 #, sh-format
3816 msgid "What is the title of your program?"
3817 msgstr "Minkä niminen on sinun ohjelmasi?"
3818
3819 #: bash/playonlinux_online:64
3820 #, sh-format
3821 msgid "What is the editor of your program?"
3822 msgstr "Kuka on ohjelman luonut?"
3823
3824 #: bash/playonlinux_online:66
3825 #, sh-format
3826 msgid "What is the editor website of your program?"
3827 msgstr "Ohjelman www-sivu?"
3828
3829 #: bash/playonlinux_online:69 python/install.py:210
3830 #, sh-format
3831 msgid "Accessories"
3832 msgstr "Apuohjelmat"
3833
3834 #: bash/playonlinux_online:69 python/install.py:211
3835 #, sh-format
3836 msgid "Development"
3837 msgstr "Ohjelmistokehitys"
3838
3839 #: bash/playonlinux_online:69 python/install.py:212
3840 #, sh-format
3841 msgid "Education"
3842 msgstr "Oppiminen"
3843
3844 #: bash/playonlinux_online:69 python/install.py:213
3845 #, sh-format
3846 msgid "Games"
3847 msgstr "Pelit"
3848
3849 #: bash/playonlinux_online:69 python/install.py:214
3850 #, sh-format
3851 msgid "Graphics"
3852 msgstr "Grafiikka"
3853
3854 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3855 #: python/options.py:384
3856 #, sh-format
3857 msgid "Internet"
3858 msgstr "Internet"
3859
3860 #: bash/playonlinux_online:69 python/install.py:216
3861 #, sh-format
3862 msgid "Multimedia"
3863 msgstr "Multimedia"
3864
3865 #: bash/playonlinux_online:69 python/install.py:217
3866 #, sh-format
3867 msgid "Office"
3868 msgstr "Toimisto"
3869
3870 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3871 #, sh-format
3872 msgid "Other"
3873 msgstr "Muu sijainti"
3874
3875 #: bash/playonlinux_online:69 python/install.py:219
3876 #, sh-format
3877 msgid "Patches"
3878 msgstr "Päivitykset"
3879
3880 #: bash/playonlinux_online:69
3881 #, sh-format
3882 msgid "Select a category for your program"
3883 msgstr "Ole hyvä ja valitse mihin kategoriaan ohjelma kuuluu?"
3884
3885 #: bash/playonlinux_online:69 python/install.py:258
3886 #, sh-format
3887 msgid "Testing"
3888 msgstr "Koekäytössä"
3889
3890 #: bash/playonlinux_online:72
3891 #, sh-format
3892 msgid ""
3893 "What feature of your program does not work?\\nIf everything works, please "
3894 "mention it"
3895 msgstr ""
3896 "Mikä ominaisuus ohjelmassa ei toimi?\\nJos kaikki toimii, ole hyvä ja "
3897 "mainitse se."
3898
3899 #: bash/playonlinux_online:74
3900 #, sh-format
3901 msgid "Write any change you made to wine configuration here:"
3902 msgstr "Kirjoita tänne kaikki muutokset mitä teit winen asetuksiin:"
3903
3904 #: bash/playonlinux_online:102
3905 #, sh-format
3906 msgid "You must be able to run this program!"
3907 msgstr "Sinun täytyy pystyä ajamaan tämä ohjelma!"
3908
3909 #: bash/playonlinux_online:107
3910 #, sh-format
3911 msgid "Run one of your personal scripts"
3912 msgstr "Suorita oma scripti"
3913
3914 #: bash/playonlinux_online:108
3915 #, sh-format
3916 msgid "Send to us a working script generated by manual installation"
3917 msgstr ""
3918 "Lähetä meille toimiva skripti, joka on generoitu manuaalisena asennuksena"
3919
3920 #: bash/playonlinux_online:109
3921 #, sh-format
3922 msgid "Logout"
3923 msgstr "Kirjaudu ulos"
3924
3925 #: bash/playonlinux_online:110
3926 #, sh-format
3927 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3928 msgstr ""
3929
3930 #: bash/playonlinux_online:124
3931 #, sh-format
3932 msgid ""
3933 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3934 "safely close this window"
3935 msgstr ""
3936
3937 #: bash/polconfigurator:33
3982 #: bash/polconfigurator:34
39383983 #, sh-format
39393984 msgid "Killing programs in the virtual drive..."
39403985 msgstr "Tapa ohjelmat virtuaaliasemasta..."
39413986
3942 #: bash/polconfigurator:79
3987 #: bash/polconfigurator:86
39433988 #, sh-format
39443989 msgid "Icon selection"
39453990 msgstr "Kuvakkeen valinta"
39463991
3947 #: bash/polconfigurator:79
3992 #: bash/polconfigurator:86
39483993 #, sh-format
39493994 msgid "Please select an icon file"
39503995 msgstr "Ole hyvä ja valitse kuvaketiedosto"
39513996
3952 #: bash/polconfigurator:86
3997 #: bash/polconfigurator:93
39533998 #, sh-format
39543999 msgid "Bad file extension"
39554000 msgstr "Rikkinäinen tiedostopääte"
39564001
3957 #: bash/polconfigurator:86
4002 #: bash/polconfigurator:93
39584003 #, sh-format
39594004 msgid "is not an icon extension"
39604005 msgstr "ei ole kuvake"
39614006
3962 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3963 #: python/mainwindow.py:621
4007 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4008 #: python/mainwindow.py:619
39644009 #, sh-format
39654010 msgid "Registry Editor"
39664011 msgstr "Rekisterimuokkain"
39674012
3968 #: bash/polconfigurator:97
4013 #: bash/polconfigurator:104
39694014 #, sh-format
39704015 msgid "Kill all prefix processes"
39714016 msgstr "Tapa kaikki prosessit"
39724017
3973 #: bash/polconfigurator:98
4018 #: bash/polconfigurator:105
39744019 #, sh-format
39754020 msgid "Update wineprefix"
39764021 msgstr "Päivitä winen esiasetukset"
39774022
3978 #: bash/polconfigurator:99
4023 #: bash/polconfigurator:106
39794024 #, sh-format
39804025 msgid "Simulate Windows reboot"
39814026 msgstr "Simuloi Windowsin uudelleenkäynnistymistä"
39824027
3983 #: bash/polconfigurator:100
4028 #: bash/polconfigurator:107
39844029 #, sh-format
39854030 msgid "Use Advanced Wine Configuration plugin"
39864031 msgstr "Käytä kehittynyttä Wineasetus liitännäistä"
39874032
3988 #: bash/polconfigurator:101
4033 #: bash/polconfigurator:108
39894034 #, sh-format
39904035 msgid "Use PlayOnLinux's configurator for"
39914036 msgstr "Käytä PlayOnLinux konfiguraatiota"
39924037
3993 #: bash/polconfigurator:103
4038 #: bash/polconfigurator:110
39944039 #, sh-format
39954040 msgid "Change the icon"
39964041 msgstr "Vaihda kuvake"
39974042
3998 #: bash/polconfigurator:104
4043 #: bash/polconfigurator:111
39994044 #, sh-format
40004045 msgid "Use WineTricks"
40014046 msgstr "Käytä WineTricksiä"
40024047
4003 #: bash/polconfigurator:123
4048 #: bash/polconfigurator:130
40044049 #, sh-format
40054050 msgid "Please choose an action to perform"
40064051 msgstr "Valitse suoritettava toiminto"
40504095 msgid "Please choose a CD-ROM to eject"
40514096 msgstr "Valitse avattava CD-asema"
40524097
4053 #: bash/run_app:83
4098 #: bash/run_app:85
40544099 #, sh-format
40554100 msgid "Please choose a software to run"
40564101 msgstr "Ole hyvä ja valitse suoritettava ohjelma"
40574102
4058 #: bash/run_app:114
4103 #: bash/run_app:116
40594104 #, sh-format
40604105 msgid "$APPLICATION_TITLE debugger is starting..."
40614106 msgstr "$APPLICATION_TITLE virheenjäljittäjä käynnistyy..."
40624107
4063 #: bash/run_app:117
4108 #: bash/run_app:119
40644109 #, sh-format
40654110 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
40664111 msgstr "$PACKAGE kaatui.\\nKlikkaa linkkiä saadaksesi lisätietoja."
40674112
4068 #: bash/run_app:119
4113 #: bash/run_app:121
40694114 #, sh-format
40704115 msgid "$PACKAGE crashed."
40714116 msgstr "$PACKAGE kaatui."
41214166 msgstr ""
41224167
41234168 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4124 #: lib/playonlinux.lib:717
4169 #: lib/playonlinux.lib:720
41254170 #, sh-format
41264171 msgid "$APPLICATION_TITLE Uninstaller"
41274172 msgstr "$APPLICATION_TITLE asennuksen poisto"
41414186 msgid "This wizard will help you to uninstall: "
41424187 msgstr "Tämä asennusohjelma poistaa ohjelman: "
41434188
4144 #: bash/uninstall:65 lib/playonlinux.lib:717
4189 #: bash/uninstall:65 lib/playonlinux.lib:720
41454190 #, sh-format
41464191 msgid "Uninstalling..."
41474192 msgstr "Poistetaan..."
42014246 msgstr ""
42024247
42034248 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4204 #: lib/wine.lib:955 lib/wine.lib:1036
4249 #: lib/wine.lib:970 lib/wine.lib:1051
42054250 #, sh-format
42064251 msgid "Please wait while the virtual drive is being created..."
42074252 msgstr "Pieni hetki, luodaan virtuaaliasemaa..."
42174262 msgid "Setting Program Files var"
42184263 msgstr "Ohjelmatiedostojen muuttujien asetukset"
42194264
4220 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4221 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4265 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4266 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
42224267 #, sh-format
42234268 msgid "This function is disabled in the PlayOnlinux environment."
42244269 msgstr "Tämä toiminto on poistettu käytöstä PlayOnlinux ympäristössä."
42254270
4226 #: lib/playonlinux.lib:334
4271 #: lib/playonlinux.lib:336
42274272 #, sh-format
42284273 msgid ""
42294274 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
42314276 "responsible from it.\\nPlease ensure you know what you are doing !"
42324277 msgstr ""
42334278
4234 #: lib/playonlinux.lib:335
4279 #: lib/playonlinux.lib:337
42354280 #, sh-format
42364281 msgid "Here the source code of the script. Check it carefully"
42374282 msgstr "Tässä on lähdekoodi scriptistä. Tarkista huolellisesti"
42384283
4239 #: lib/playonlinux.lib:357
4284 #: lib/playonlinux.lib:359
42404285 #, sh-format
42414286 msgid ""
42424287 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
42444289 "responsible from it.\\nPlease ensure you know what you are doing!"
42454290 msgstr ""
42464291
4247 #: lib/playonlinux.lib:358
4292 #: lib/playonlinux.lib:360
42484293 #, sh-format
42494294 msgid "External library"
42504295 msgstr "Ulkoinen kirjasto"
42514296
4252 #: lib/playonlinux.lib:358
4297 #: lib/playonlinux.lib:360
42534298 #, sh-format
42544299 msgid "Here the source code of the script. Check it carrefully"
42554300 msgstr "Tässä on lähdekoodi scriptistä. Tarkista huolellisesti"
42564301
4257 #: lib/playonlinux.lib:591
4302 #: lib/playonlinux.lib:593
42584303 #, sh-format
42594304 msgid "Making shortcut..."
42604305 msgstr "Luodaan pikakuvaketta..."
42614306
4262 #: lib/playonlinux.lib:715
4307 #: lib/playonlinux.lib:718
42634308 #, sh-format
42644309 msgid "Do you want to delete the virtual drive:"
42654310 msgstr "Haluatko poistaa virtuaaliaseman:"
42664311
4267 #: lib/playonlinux.lib:826
4312 #: lib/playonlinux.lib:831
42684313 #, sh-format
42694314 msgid ""
42704315 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
42734318 "Seurattu tiedosto sijaitsee FAT32-tiedostojärjestelmässä.\\nSe saattaa estää "
42744319 "Winen toimimasta\\n\\n$FilePath"
42754320
4276 #: lib/playonlinux.lib:827
4321 #: lib/playonlinux.lib:832
42774322 #, sh-format
42784323 msgid ""
42794324 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
42824327 "Seurattu tiedosto sijaitsee NTFS-tiedostojärjestelmässä.\\nSe saattaa estää "
42834328 "Winen toimimasta\\n\\n$FilePath"
42844329
4285 #: lib/playonlinux.lib:828
4330 #: lib/playonlinux.lib:833
42864331 #, sh-format
42874332 msgid ""
42884333 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
42914336 "Seurattu tiedosto sijaitsee fuse-tiedostojärjestelmässä.\\nSe saattaa estää "
42924337 "Winen toimimasta\\n\\n$FilePath"
42934338
4294 #: lib/playonlinux.lib:829
4339 #: lib/playonlinux.lib:834
42954340 #, sh-format
42964341 msgid ""
42974342 "The following file is located on a noexec mounted filesystem.\\nIt might "
43004345 "Seurattu tiedosto sijaitsee noexec-liitetyssä tiedostojärjestelmässä.\\nSe "
43014346 "saattaa estää Winen toimimasta\\n\\n$FilePath"
43024347
4303 #: lib/plugins.lib:65
4348 #: lib/plugins.lib:66
43044349 #, sh-format
43054350 msgid "Checking plugin: "
43064351 msgstr "Tarkistetaan liitännäistä: "
43074352
4308 #: lib/plugins.lib:93
4353 #: lib/plugins.lib:94
43094354 #, sh-format
43104355 msgid "New: "
43114356 msgstr "Uusi: "
43124357
4313 #: lib/plugins.lib:93
4358 #: lib/plugins.lib:94
43144359 #, sh-format
43154360 msgid "Updating plugin. Previous: "
43164361 msgstr "Päivitetään liitännäistä. Edellinen: "
43174362
4318 #: lib/plugins.lib:112
4363 #: lib/plugins.lib:113
43194364 #, sh-format
43204365 msgid "Installing plugin: "
43214366 msgstr "Asennetaan liitännäistä: "
43334378 msgid "Function override detected, disabling bug reporting"
43344379 msgstr ""
43354380
4336 #: lib/scripts.lib:499 lib/scripts.lib:565
4381 #: lib/scripts.lib:500 lib/scripts.lib:566
43374382 #, sh-format
43384383 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
43394384 msgstr "Ei tarpeeksi tilaa lataukseen:\\n$URL ($neededSpace KB)"
43404385
4341 #: lib/scripts.lib:501 lib/scripts.lib:784
4386 #: lib/scripts.lib:502 lib/scripts.lib:785
43424387 #, sh-format
43434388 msgid "Please wait while $APPLICATION_TITLE is downloading:"
43444389 msgstr "Pieni hetki, $APPLICATION_TITLE lataa tiedostoa:"
43454390
4346 #: lib/scripts.lib:503 lib/scripts.lib:570
4391 #: lib/scripts.lib:504 lib/scripts.lib:571
43474392 #, sh-format
43484393 msgid "An error happened during download."
43494394 msgstr "Virhe sattui latauksen aikana."
43504395
4351 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4352 #: lib/scripts.lib:586
4396 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4397 #: lib/scripts.lib:587
43534398 #, sh-format
43544399 msgid "Do you want to retry?"
43554400 msgstr "Yritetäänkö uudelleen?"
43564401
4357 #: lib/scripts.lib:522 lib/scripts.lib:586
4402 #: lib/scripts.lib:523 lib/scripts.lib:587
43584403 #, sh-format
43594404 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
43604405 msgstr ""
43614406 "Virhe! Tiedoston MD5 ei täsmää\\n\\nPaikallinen: $LOCAL_MD5\\nPalvelin: "
43624407 "$SERVER_MD5"
43634408
4364 #: lib/scripts.lib:689
4409 #: lib/scripts.lib:690
43654410 #, sh-format
43664411 msgid ""
43674412 "7z not installed, please check that you have 7zip installed and try again"
43694414 "7z ei ole asennettu, ole hyvä ja tarkista että 7z on asennettu tai yritä "
43704415 "uudelleen"
43714416
4372 #: lib/scripts.lib:696
4417 #: lib/scripts.lib:697
43734418 #, sh-format
43744419 msgid "Failed to locate ${dest} from ${archive}"
43754420 msgstr "Paikannus epäonnistui ${dest} ${archive}"
43764421
4377 #: lib/scripts.lib:700
4422 #: lib/scripts.lib:701
43784423 #, sh-format
43794424 msgid "Extracting ${filename} from ${archivename}"
43804425 msgstr "Puretaan ${filename} sijainnista ${archivename}"
43814426
4382 #: lib/scripts.lib:715
4427 #: lib/scripts.lib:716
43834428 #, sh-format
43844429 msgid "Extracted file size does not match!"
43854430 msgstr "Puretun tiedoston koko ei täsmää!"
43864431
4387 #: lib/scripts.lib:746
4432 #: lib/scripts.lib:747
43884433 #, sh-format
43894434 msgid "Copying ${filename}"
43904435 msgstr "Kopioidaan ${filename}"
43914436
4392 #: lib/scripts.lib:759
4437 #: lib/scripts.lib:760
43934438 #, sh-format
43944439 msgid "File size does not match!"
43954440 msgstr "Tiedostokoko ei vastaa!"
43964441
4397 #: lib/scripts.lib:903
4442 #: lib/scripts.lib:904
43984443 #, sh-format
43994444 msgid ""
44004445 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
44014446 "n$APPLICATION_TITLE $NEEDED is required."
44024447 msgstr ""
44034448
4404 #: lib/scripts.lib:918
4449 #: lib/scripts.lib:919
44054450 #, sh-format
44064451 msgid ""
44074452 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
44084453 "$NEEDED is recommended to continue."
44094454 msgstr ""
44104455
4411 #: lib/scripts.lib:949
4456 #: lib/scripts.lib:950
44124457 #, sh-format
44134458 msgid "$AUTHOR profile"
44144459 msgstr "$AUTHOR profiili"
44574502 "Yksi tai useampi ohjelma on hukassa. Ole hyvä ja suorita asennus scripti "
44584503 "uudestaan."
44594504
4460 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4505 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
44614506 #: python/mainwindow.py:1135 python/mainwindow.py:1165
44624507 #: python/mainwindow.py:1179 python/mainwindow.py:1188
44634508 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
44694514 #, sh-format
44704515 msgid "Where is mounted your CD-ROM?"
44714516 msgstr "Missä on liitetty CD-asema?"
4517
4518 #: lib/setupwindow.lib:349 python/install.py:218
4519 #, sh-format
4520 msgid "Other"
4521 msgstr "Muu sijainti"
44724522
44734523 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
44744524 #, sh-format
45904640 msgid "I don't want to make another shortcut"
45914641 msgstr "En halua tehdä toista pikakuvaketta"
45924642
4593 #: lib/setupwindow.lib:711 python/guiv3.py:158
4643 #: lib/setupwindow.lib:711 python/guiv3.py:163
45944644 #, sh-format
45954645 msgid "Browse"
45964646 msgstr "Selaa"
45974647
4648 #: lib/setupwindow.lib:739
4649 #, sh-format
4650 msgid "A shortcut by that name already exists, overwrite?"
4651 msgstr ""
4652
45984653 #: lib/website.lib:29
45994654 #, sh-format
46004655 msgid "Connect to your $APPLICATION_TITLE account"
46144669 "Yhteys epäonnistui !\\nVarmista että käyttäjätunnuksesi ja salasanasi ovat "
46154670 "voimassa."
46164671
4617 #: lib/wine.lib:367
4672 #: lib/wine.lib:371
46184673 #, sh-format
46194674 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
46204675 msgstr "Odota hetki kun $APPLICATION_TITLE tarkistaa laitteistoa"
46214676
4622 #: lib/wine.lib:373
4677 #: lib/wine.lib:377
46234678 #, sh-format
46244679 msgid "Select the main videocard to report:"
46254680 msgstr "Valitse päävideokortti raporttiin:"
46264681
4627 #: lib/wine.lib:538 lib/wine.lib:703
4682 #: lib/wine.lib:549 lib/wine.lib:714
46284683 #, sh-format
46294684 msgid ""
46304685 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
46324687 msgstr ""
46334688 "Wine näyttää kaatuneen\\n\\nJos ohjelma pyörii, älä välitä tästä viestistä"
46344689
4635 #: lib/wine.lib:763
4690 #: lib/wine.lib:775
46364691 #, sh-format
46374692 msgid "Unable to find version: "
46384693 msgstr "Versiota ei löydy: "
46394694
4640 #: lib/wine.lib:769 lib/wine.lib:770
4695 #: lib/wine.lib:781 lib/wine.lib:782
46414696 #, sh-format
46424697 msgid "Downloading Wine: "
46434698 msgstr "Ladataan Wineä: "
46444699
4645 #: lib/wine.lib:779
4700 #: lib/wine.lib:791
46464701 #, sh-format
46474702 msgid "The download seems to have failed."
46484703 msgstr "Lataus näyttää epäonnistuneen."
46494704
4650 #: lib/wine.lib:781
4705 #: lib/wine.lib:793
46514706 #, sh-format
46524707 msgid "Extracting Wine..."
46534708 msgstr "Puretaan Wineä..."
46544709
4655 #: lib/wine.lib:961
4710 #: lib/wine.lib:976
46564711 #, sh-format
46574712 msgid "Overwrite (usually works, no guarantee)"
46584713 msgstr "Ylikirjoita (yleensä toimii, ei mitään takeita)"
46594714
4660 #: lib/wine.lib:962
4715 #: lib/wine.lib:977
46614716 #, sh-format
46624717 msgid "Erase (virtual drive content will be lost)"
46634718 msgstr "Poista (virtuaalisen aseman sisältö häviää)"
46644719
4665 #: lib/wine.lib:976
4720 #: lib/wine.lib:991
46664721 #, sh-format
46674722 msgid "The target virtual drive $PREFNAME already exists:"
46684723 msgstr "Virtuaalisen aseman kohteen $PREFNAME on jo olemassa:"
46694724
4670 #: lib/wine.lib:1156 lib/wine.lib:1186
4725 #: lib/wine.lib:1171 lib/wine.lib:1201
46714726 #, sh-format
46724727 msgid "Please wait while $SOFTNAME is installed..."
46734728 msgstr "Pieni hetki, asennetaan $SOFTNAME..."
46744729
4675 #: lib/wine.lib:1160 lib/wine.lib:1189
4730 #: lib/wine.lib:1175 lib/wine.lib:1204
46764731 #, sh-format
46774732 msgid ""
46784733 "Be careful! This will kill install process. If it is not finished, you will "
46814736 "Ole varovainen! Tämä tappaa asennusprosessin. Jos se ei ole valmis, sinun "
46824737 "täytyy uudelleen asentaa $SOFTNAME"
46834738
4684 #: lib/wine.lib:1160 lib/wine.lib:1189
4739 #: lib/wine.lib:1175 lib/wine.lib:1204
46854740 #, sh-format
46864741 msgid "Install is done"
46874742 msgstr "Asennus on valmis"
46884743
4689 #: lib/wine.lib:1193 lib/wine.lib:1194
4744 #: lib/wine.lib:1208 lib/wine.lib:1209
46904745 #, sh-format
46914746 msgid "Press next only when the installation process is finished"
46924747 msgstr "Paina seuraavaa kun asennus prosessi on loppunut"
46934748
4694 #: lib/wine.lib:1202
4749 #: lib/wine.lib:1217
46954750 #, sh-format
46964751 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
46974752 msgstr "Odota hetki kun $APPLICATION_TITLE simuloi uudelleen käynnistystä"
47094764 "Tämä työkalu on kehittyneille käyttäjille.\n"
47104765 "Poistaaksesi {0} ohjelman siististi, sinun pitää poistaa virtuaaliasema"
47114766
4712 #: python/configure.py:197 python/configure.py:694
4767 #: python/configure.py:196 python/configure.py:703
47134768 msgid "General"
47144769 msgstr "Yleiset"
47154770
4716 #: python/configure.py:200
4771 #: python/configure.py:199
47174772 msgid "Make a new shortcut from this virtual drive"
47184773 msgstr "Luo uusi pikakuvake tähän virtuaaliasemaan."
47194774
4720 #: python/configure.py:201
4775 #: python/configure.py:200
47214776 msgid "Name"
47224777 msgstr "Nimi"
47234778
4724 #: python/configure.py:202
4779 #: python/configure.py:201
47254780 msgid "Wine version"
47264781 msgstr "Winen versio"
47274782
4728 #: python/configure.py:203
4783 #: python/configure.py:202
47294784 msgid "Debug flags"
47304785 msgstr "Debug liput"
47314786
4732 #: python/configure.py:205
4787 #: python/configure.py:204
47334788 msgid "Virtual drive"
47344789 msgstr "Virtuaaliasema"
47354790
4736 #: python/configure.py:207
4791 #: python/configure.py:206
47374792 msgid "Arguments"
47384793 msgstr "Parametrit"
47394794
4740 #: python/configure.py:211
4795 #: python/configure.py:210
47414796 msgid "Run configuration wizard"
47424797 msgstr "Suorita ohjatun asetusten määrittäminen"
47434798
4744 #: python/configure.py:248
4799 #: python/configure.py:247
47454800 msgid "Windows reboot"
47464801 msgstr "Windowsin uudelleenkäynnistys"
47474802
4748 #: python/configure.py:256
4803 #: python/configure.py:255
47494804 msgid "Repair virtual drive"
47504805 msgstr "Korjaa virtuaaliasema"
47514806
4752 #: python/configure.py:265
4807 #: python/configure.py:264
47534808 msgid "Command prompt"
47544809 msgstr "Komentorivi"
47554810
4756 #: python/configure.py:272
4811 #: python/configure.py:271
47574812 msgid "Task manager"
47584813 msgstr "Tehtävienhallinta"
47594814
4760 #: python/configure.py:280
4815 #: python/configure.py:279
47614816 msgid "Kill processes"
47624817 msgstr "Tapa prosessi"
47634818
4764 #: python/configure.py:287
4819 #: python/configure.py:286
47654820 msgid "Wine uninstaller"
47664821 msgstr "Winen poistaja"
47674822
4768 #: python/configure.py:312
4823 #: python/configure.py:311
47694824 msgid ""
47704825 "Be careful! Installing one of these components can break your virtual drive."
47714826 msgstr ""
47724827 "Ole varovainen! Asentamalla yhden näistä komponenteista voit rikkoa "
47734828 "virtuaalisen aseman."
47744829
4775 #: python/configure.py:334 python/install.py:285 python/install.py:289
4776 #: python/mainwindow.py:197 python/mainwindow.py:350
4830 #: python/configure.py:333 python/install.py:285 python/install.py:289
4831 #: python/mainwindow.py:199 python/mainwindow.py:348
47774832 msgid "Install"
47784833 msgstr "Asenna"
47794834
4780 #: python/configure.py:395
4835 #: python/configure.py:388
47814836 msgid "Open program's directory"
47824837 msgstr "Avaa ohjelman kansio"
47834838
4784 #: python/configure.py:418
4839 #: python/configure.py:411
47854840 msgid "Open virtual drive's directory"
47864841 msgstr "Avaa virtuaaliaseman kansio"
47874842
4788 #: python/configure.py:560
4843 #: python/configure.py:555
47894844 msgid "GLSL Support"
47904845 msgstr "GLSL-tuki"
47914846
4792 #: python/configure.py:561
4847 #: python/configure.py:556
47934848 msgid "Direct Draw Renderer"
47944849 msgstr "2D-grafiikan piirtäminen"
47954850
4796 #: python/configure.py:562
4851 #: python/configure.py:557
47974852 msgid "Video memory size"
47984853 msgstr "Videomuistin koko"
47994854
4800 #: python/configure.py:563
4855 #: python/configure.py:558
48014856 msgid "Offscreen rendering mode"
48024857 msgstr "Offscreen rendering mode"
48034858
4804 #: python/configure.py:564
4859 #: python/configure.py:559
48054860 msgid "Render target mode lock"
48064861 msgstr "Render target mode lock"
48074862
4808 #: python/configure.py:565
4863 #: python/configure.py:560
48094864 msgid "Multisampling"
48104865 msgstr "Multisampling"
48114866
4812 #: python/configure.py:566
4867 #: python/configure.py:561
48134868 msgid "Strict Draw Ordering"
48144869 msgstr "Strict Draw Ordering"
48154870
4816 #: python/configure.py:576
4871 #: python/configure.py:571
48174872 msgid "Mouse warp override"
48184873 msgstr "Hiiren keskityksen ohitus"
48194874
4820 #: python/configure.py:578
4875 #: python/configure.py:573
48214876 msgid "Open a shell"
48224877 msgstr "Avaa komentorivi"
48234878
4824 #: python/configure.py:579
4879 #: python/configure.py:574
48254880 msgid "Run a .exe file in this virtual drive"
48264881 msgstr "Suorita .exe-tiedosto tässä virtuaaliasemassa"
48274882
4828 #: python/configure.py:580
4883 #: python/configure.py:575
48294884 msgid "Command to exec before running the program"
48304885 msgstr "Anna exec komento ennen ohjelman suorittamista"
48314886
4832 #: python/configure.py:591
4887 #: python/configure.py:585
4888 msgid ""
4889 "Warning:\n"
4890 "\n"
4891 "Any program still running in this virtual drive will be terminated before "
4892 "Wine version is changed.\n"
4893 "Are you sure you want to continue?"
4894 msgstr ""
4895
4896 #: python/configure.py:596
48334897 msgid ""
48344898 "Be careful!\n"
48354899 "If you change "
48374901 "Ole varovainen!\n"
48384902 "Jos muutat "
48394903
4840 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4904 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
48414905 msgid "{0} configuration"
48424906 msgstr "{0} asetukset"
48434907
4844 #: python/configure.py:659
4908 #: python/configure.py:664
48454909 msgid "Please select a program or a virtual drive to configure"
48464910 msgstr "Valitse ohjelma tai virtuaaliasema konfiguroitavaksi"
48474911
4848 #: python/configure.py:677 python/options.py:280
4912 #: python/configure.py:683 python/configure.py:686 python/options.py:280
48494913 msgid "New"
48504914 msgstr "Uusi"
48514915
4852 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4853 #: python/mainwindow.py:596 python/options.py:207
4916 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4917 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
48544918 msgid "Remove"
48554919 msgstr "Poista"
48564920
4857 #: python/configure.py:696
4921 #: python/configure.py:705
48584922 msgid "Install components"
48594923 msgstr "Asenna komponentit"
48604924
4861 #: python/configure.py:697 python/mainwindow.py:332
4925 #: python/configure.py:706 python/mainwindow.py:330
48624926 msgid "Display"
48634927 msgstr "Näytä"
48644928
4865 #: python/configure.py:698
4929 #: python/configure.py:707
48664930 msgid "Miscellaneous"
48674931 msgstr "Muut"
48684932
4869 #: python/configure.py:726
4933 #: python/configure.py:735
48704934 msgid "This virtual drive is protected"
48714935 msgstr "Tämä virtuaaliasema on suojattu"
48724936
4873 #: python/configure.py:728
4937 #: python/configure.py:737
48744938 msgid "Are you sure you want to delete {0} virtual drive ?"
48754939 msgstr "Haluatko varmasti poistaa virtuaaliaseman?"
48764940
4877 #: python/configure.py:735
4941 #: python/configure.py:744
48784942 msgid "Are you sure you want to delete {0} ?"
48794943 msgstr "Oletko varma että haluat poistaa {0} ?"
48804944
4881 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4882 #: python/mainwindow.py:997
4945 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4946 #: python/mainwindow.py:995
48834947 msgid "{0} debugger"
48844948 msgstr "{0}-debuggeri"
48854949
48874951 msgid "Please select a debug file"
48884952 msgstr "Valitse debug tiedosto"
48894953
4890 #: python/debug.py:76
4954 #: python/debug.py:78
48914955 msgid "Locate this logfile"
48924956 msgstr "Etsi tämä lokitiedosto"
48934957
4894 #: python/debug.py:99
4958 #: python/debug.py:101
48954959 msgid "The file is named : {0}"
48964960 msgstr "Tämä tiedosto on nimetty : {0}"
48974961
4898 #: python/debug.py:153 python/debug.py:207
4962 #: python/debug.py:189 python/debug.py:245
48994963 msgid "Virtual drives"
49004964 msgstr "Virtuaaliasemat"
49014965
4902 #: python/debug.py:184
4966 #: python/debug.py:222
49034967 msgid "Report a problem about {0}"
49044968 msgstr "Ilmoita ongelmasta {0}"
49054969
4906 #: python/debug.py:206
4970 #: python/debug.py:244
49074971 msgid "Install scripts"
49084972 msgstr "Asenna scripti"
49094973
49284992 msgid "Next"
49294993 msgstr "Seuraava"
49304994
4931 #: python/guiv3.py:166
4995 #: python/guiv3.py:171
49324996 msgid "I Agree"
49334997 msgstr "Hyväksy"
49344998
4935 #: python/guiv3.py:167
4999 #: python/guiv3.py:172
49365000 msgid "Show virtual drives"
49375001 msgstr "Näytä virtuaaliasemat"
49385002
4939 #: python/guiv3.py:188
5003 #: python/guiv3.py:193
49405004 msgid "Login: "
49415005 msgstr "Kirjaudu: "
49425006
4943 #: python/guiv3.py:189
5007 #: python/guiv3.py:194
49445008 msgid "Password: "
49455009 msgstr "Salasana: "
49465010
4947 #: python/guiv3.py:192
5011 #: python/guiv3.py:197
49485012 msgid "Register"
49495013 msgstr "Rekisteröidy"
49505014
4951 #: python/guiv3.py:288
5015 #: python/guiv3.py:302
49525016 msgid "MB downloaded"
49535017 msgstr "Mt ladattu"
49545018
4955 #: python/guiv3.py:288
5019 #: python/guiv3.py:302
49565020 msgid "of"
49575021 msgstr "/"
49585022
4959 #: python/guiv3.py:749
5023 #: python/guiv3.py:769
49605024 msgid "You cannot close this window"
49615025 msgstr "Et voi sulkea tätä ikkunaa"
49625026
49645028 msgid "No description"
49655029 msgstr "Ei kuvausta"
49665030
4967 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5031 #: python/install.py:210
5032 msgid "Accessories"
5033 msgstr "Apuohjelmat"
5034
5035 #: python/install.py:211
5036 msgid "Development"
5037 msgstr "Ohjelmistokehitys"
5038
5039 #: python/install.py:212
5040 msgid "Education"
5041 msgstr "Oppiminen"
5042
5043 #: python/install.py:213
5044 msgid "Games"
5045 msgstr "Pelit"
5046
5047 #: python/install.py:214
5048 msgid "Graphics"
5049 msgstr "Grafiikka"
5050
5051 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5052 msgid "Internet"
5053 msgstr "Internet"
5054
5055 #: python/install.py:216
5056 msgid "Multimedia"
5057 msgstr "Multimedia"
5058
5059 #: python/install.py:217
5060 msgid "Office"
5061 msgstr "Toimisto"
5062
5063 #: python/install.py:219
5064 msgid "Patches"
5065 msgstr "Päivitykset"
5066
5067 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
49685068 msgid "Search"
49695069 msgstr "Etsi"
49705070
49715071 #: python/install.py:252
49725072 msgid "Include:"
49735073 msgstr "Sisältäen:"
5074
5075 #: python/install.py:258
5076 msgid "Testing"
5077 msgstr "Koekäytössä"
49745078
49755079 #: python/install.py:263
49765080 msgid "No-cd needed"
50445148 "voidaan myös käyttää piratismi tarkoituksiin emme voi antaa mitään tukea "
50455149 "tässä asiassa."
50465150
5047 #: python/irc.py:137
5151 #: python/irc.py:139
50485152 msgid "Send"
50495153 msgstr "Lähetä"
50505154
5051 #: python/irc.py:138
5155 #: python/irc.py:140
50525156 msgid "Connect"
50535157 msgstr "Yhdistä"
50545158
5055 #: python/irc.py:139
5159 #: python/irc.py:141
50565160 msgid "Disconnect"
50575161 msgstr "Katkaise"
50585162
5059 #: python/irc.py:140
5163 #: python/irc.py:142
50605164 msgid "Leave"
50615165 msgstr "Poistu"
50625166
5063 #: python/irc.py:227
5167 #: python/irc.py:229
50645168 msgid "Join a channel"
50655169 msgstr "Liity kanavalle"
50665170
5067 #: python/irc.py:257 python/mainwindow.py:725
5171 #: python/irc.py:259 python/mainwindow.py:723
50685172 msgid "Messenger"
50695173 msgstr "Pikaviestin"
50705174
5071 #: python/irc.py:273
5175 #: python/irc.py:275
50725176 msgid ""
50735177 "If you close this window, you cannot read further replies. Are you sure that "
50745178 "you want to close it?"
50965200 msgid "{0} error"
50975201 msgstr "{0} virhe"
50985202
5099 #: python/mainwindow.py:73
5203 #: python/mainwindow.py:75
51005204 msgid "{0} website is unavailable. Please check your connection"
51015205 msgstr "{0} www-sivu ei ole saatavissa. Tarkista yhteytesi."
51025206
5103 #: python/mainwindow.py:75
5207 #: python/mainwindow.py:77
51045208 msgid "Refreshing {0}"
51055209 msgstr "Päivittää {0}"
51065210
5107 #: python/mainwindow.py:90 python/mainwindow.py:92
5211 #: python/mainwindow.py:92 python/mainwindow.py:94
51085212 msgid "An updated version of {0} is available"
51095213 msgstr "Päivitys on saatavilla"
51105214
5111 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5215 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
51125216 msgid "Run"
51135217 msgstr "Suorita"
51145218
5115 #: python/mainwindow.py:200
5219 #: python/mainwindow.py:202
51165220 msgid "Donate"
51175221 msgstr "Lahjoita"
51185222
5119 #: python/mainwindow.py:201
5223 #: python/mainwindow.py:203
51205224 msgid "Exit"
51215225 msgstr "Lopeta"
51225226
5123 #: python/mainwindow.py:205
5227 #: python/mainwindow.py:207
51245228 msgid "Small icons"
51255229 msgstr "Pienet kuvakkeet"
51265230
5127 #: python/mainwindow.py:206
5231 #: python/mainwindow.py:208
51285232 msgid "Medium icons"
51295233 msgstr "Keskikokoiset kuvakkeet"
51305234
5131 #: python/mainwindow.py:207
5235 #: python/mainwindow.py:209
51325236 msgid "Large icons"
51335237 msgstr "Suuret kuvakkeet"
51345238
5135 #: python/mainwindow.py:208
5239 #: python/mainwindow.py:210
51365240 msgid "Very large icons"
51375241 msgstr "Erittäin suuret kuvakkeet"
51385242
5139 #: python/mainwindow.py:220
5243 #: python/mainwindow.py:222
51405244 msgid "Manage Wine versions"
51415245 msgstr "Wine-versioiden hallinta"
51425246
5143 #: python/mainwindow.py:226
5247 #: python/mainwindow.py:228
51445248 msgid "Read a PC CD-Rom"
51455249 msgstr "Lue PC:n CD-asema"
51465250
5147 #: python/mainwindow.py:236
5251 #: python/mainwindow.py:238
51485252 msgid "Close all {0} software"
51495253 msgstr "Sulje kaikki {0}in ohjelmat"
51505254
5151 #: python/mainwindow.py:240
5255 #: python/mainwindow.py:242
51525256 msgid "{0} console"
51535257 msgstr "{0}-konsoli"
51545258
5155 #: python/mainwindow.py:250
5259 #: python/mainwindow.py:248
51565260 msgid "{0} messenger"
51575261 msgstr "{0}-pikaviestin"
51585262
5159 #: python/mainwindow.py:266 python/options.py:388
5263 #: python/mainwindow.py:264 python/options.py:388
51605264 msgid "File associations"
51615265 msgstr "Tiedostoassosiaatiot"
51625266
5163 #: python/mainwindow.py:273
5267 #: python/mainwindow.py:271
51645268 msgid "About {0}"
51655269 msgstr "Tietoja {0}"
51665270
5167 #: python/mainwindow.py:302 python/mainwindow.py:306
5271 #: python/mainwindow.py:300 python/mainwindow.py:304
51685272 msgid "Plugin manager"
51695273 msgstr "Lisäosien hallinta"
51705274
5171 #: python/mainwindow.py:331
5275 #: python/mainwindow.py:329
51725276 msgid "File"
51735277 msgstr "Tiedosto"
51745278
5175 #: python/mainwindow.py:333
5279 #: python/mainwindow.py:331
51765280 msgid "Tools"
51775281 msgstr "Työkalut"
51785282
5179 #: python/mainwindow.py:334 python/mainwindow.py:723
5283 #: python/mainwindow.py:332 python/mainwindow.py:721
51805284 msgid "Settings"
51815285 msgstr "Asetukset"
51825286
5183 #: python/mainwindow.py:335 python/options.py:387
5287 #: python/mainwindow.py:333 python/options.py:387
51845288 msgid "Plugins"
51855289 msgstr "Lisäosat"
51865290
5187 #: python/mainwindow.py:347 python/mainwindow.py:739
5291 #: python/mainwindow.py:345 python/mainwindow.py:737
51885292 msgid "Close"
51895293 msgstr "Sulje"
51905294
5191 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5295 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
51925296 msgid "Configure"
51935297 msgstr "Asetukset"
51945298
5195 #: python/mainwindow.py:584
5299 #: python/mainwindow.py:582
51965300 msgid "Open the application's directory"
51975301 msgstr "Avaa sovelluksen kansio"
51985302
5199 #: python/mainwindow.py:588 python/mainwindow.py:753
5303 #: python/mainwindow.py:586 python/mainwindow.py:751
52005304 msgid "Read the manual"
52015305 msgstr "Lue ohjekirjasta"
52025306
5203 #: python/mainwindow.py:592
5307 #: python/mainwindow.py:590
52045308 msgid "Set the icon"
52055309 msgstr "Aseta kuvake"
52065310
5207 #: python/mainwindow.py:600
5311 #: python/mainwindow.py:598
52085312 msgid "Close this application"
52095313 msgstr "Sulje sovellus"
52105314
5211 #: python/mainwindow.py:611
5315 #: python/mainwindow.py:609
52125316 msgid "KillApp"
52135317 msgstr "Tapa ohjelma"
52145318
5215 #: python/mainwindow.py:618
5319 #: python/mainwindow.py:616
52165320 msgid "No manual found for {0}"
52175321 msgstr "Ohjekirjaa ei löytynyt {0}"
52185322
5219 #: python/mainwindow.py:721
5323 #: python/mainwindow.py:719
52205324 msgid "Install a program"
52215325 msgstr "Asenna ohjelma"
52225326
5223 #: python/mainwindow.py:728
5327 #: python/mainwindow.py:726
52245328 msgid "Update GIT"
52255329 msgstr "Päivitä GIT"
52265330
5227 #: python/mainwindow.py:731
5331 #: python/mainwindow.py:729
52285332 msgid "Update instructions"
52295333 msgstr "Päivitä ohjeet"
52305334
5231 #: python/mainwindow.py:741
5335 #: python/mainwindow.py:739
52325336 msgid "Debug"
52335337 msgstr "Virheenjäljitys"
52345338
5235 #: python/mainwindow.py:743
5339 #: python/mainwindow.py:741
52365340 msgid "Report a problem"
52375341 msgstr "Raportoi ongelma"
52385342
5239 #: python/mainwindow.py:747
5343 #: python/mainwindow.py:745
52405344 msgid "Create a shortcut"
52415345 msgstr "Luo pikakuvake"
52425346
5243 #: python/mainwindow.py:749
5347 #: python/mainwindow.py:747
52445348 msgid "Open the directory"
52455349 msgstr "Avaa hakemisto"
52465350
5247 #: python/mainwindow.py:755
5351 #: python/mainwindow.py:753
52485352 msgid "Save"
52495353 msgstr "Tallenna"
52505354
5251 #: python/mainwindow.py:758
5355 #: python/mainwindow.py:756
52525356 msgid "Uninstall"
52535357 msgstr "Poista asennus"
52545358
5255 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5256 #: python/mainwindow.py:1003
5359 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5360 #: python/mainwindow.py:1001
52575361 msgid "Please select a program."
52585362 msgstr "Valitse ohjelma"
52595363
5260 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5364 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
52615365 msgid "{0} settings"
52625366 msgstr "{0} asetukset"
52635367
5264 #: python/mainwindow.py:965
5368 #: python/mainwindow.py:963
52655369 msgid "{0} install menu"
52665370 msgstr "{0} asennusvalikko"
52675371
5268 #: python/mainwindow.py:974
5372 #: python/mainwindow.py:972
52695373 msgid "{0} wine versions manager"
52705374 msgstr "{0} - Winen versiohallinta"
52715375
5272 #: python/mainwindow.py:1005
5376 #: python/mainwindow.py:1003
52735377 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
52745378 msgstr ""
52755379
53835487 "These information will be very precious for us to help people."
53845488 msgstr ""
53855489
5386 #: python/mainwindow.py:1271
5490 #: python/mainwindow.py:1273
53875491 msgid "Are you sure you want to want to install {0} package?"
53885492 msgstr "Haluatko varmasti asentaa paketin \"{0}\"?"
53895493
5390 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5494 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5495 #: python/mainwindow.py:1284
53915496 msgid ""
53925497 "You are trying to open a script design for {0}! It might not work as expected"
53935498 msgstr ""
54655570 msgstr ""
54665571 "{0} ohjelma täytyy uudelleenkäynnistää, jotta muutokset tulisivat voimaan."
54675572
5468 #: python/wine_versions.py:194
5573 #: python/wine_versions.py:195
54695574 msgid "Installed Wine versions: "
54705575 msgstr "Asennetut Winen versiot: "
54715576
5472 #: python/wine_versions.py:195
5577 #: python/wine_versions.py:196
54735578 msgid "Available Wine versions: "
54745579 msgstr "Saatavilla olevat Winen versiot: "
54755580
5476 #: python/wine_versions.py:202
5581 #: python/wine_versions.py:203
54775582 msgid "Wine versions"
54785583 msgstr "Winen versiot"
54795584
5480 #: python/wine_versions.py:321
5585 #: python/wine_versions.py:322
54815586 msgid "Are you sure you want to delete wine {0}?"
54825587 msgstr "Haluatko varmasti poistaa Winen?"
54835588
55 msgstr ""
66 "Project-Id-Version: pol\n"
77 "Report-Msgid-Bugs-To: MulX <os2mule@gmail.com>\n"
8 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "PO-Revision-Date: 2013-12-20 14:47+0000\n"
8 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
9 "PO-Revision-Date: 2014-05-18 17:09+0000\n"
1010 "Last-Translator: dos santos raphael <dossant.raphael@gmail.com>\n"
1111 "Language-Team: French <kde-i18n-doc@kde.org>\n"
1212 "MIME-Version: 1.0\n"
1313 "Content-Type: text/plain; charset=UTF-8\n"
1414 "Content-Transfer-Encoding: 8bit\n"
15 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
16 "X-Generator: Launchpad (build 16877)\n"
15 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
16 "X-Generator: Launchpad (build 17086)\n"
1717 "Language: fr\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
207207
208208 #: Advanced Wine Configuration Plugin:16
209209 msgid "Activate the mouse warp override?"
210 msgstr "Forcer la distorsionb"
210 msgstr "Forcer la distorsion de la souris ?"
211211
212212 #: Advanced Wine Configuration Plugin:17
213213 msgid "Optimisation done"
246246 msgstr "Veuillez insérer le disque du jeu dans le lecteur de disque."
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Merci de choisir le fichier d'installation à exécuter."
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
438458 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
439459 #: PlayOnLinux_Scripts/Magicka_:68
440460 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
461 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
441462 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
442463 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
443464 #: PlayOnLinux_Scripts/Rayman_Origins_:83
444465 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
445 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
446 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
466 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
467 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
447468 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
448469 #: PlayOnLinux_Scripts/The_Witcher_:125
449470 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
473494 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
474495 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
475496 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
497 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
476498 #: PlayOnLinux_Scripts/Driftmoon_:43
477499 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
478500 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
481503 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
482504 #: PlayOnLinux_Scripts/League_Of_Legends_:57
483505 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
484 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
506 #: PlayOnLinux_Scripts/Sacrifice_:41
507 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
508 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
509 #: PlayOnLinux_Scripts/Toontown_Online_:25
510 #: PlayOnLinux_Scripts/Watchtower_library_:43
485511 #: PlayOnLinux_Scripts/iTunes_10_:28
486512 #, sh-format
487513 msgid "Please select the setup file to run."
496522 #: PlayOnLinux_Scripts/POL_GoG_download_:48
497523 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
498524 #: PlayOnLinux_Scripts/SimCity_2000_:50
499 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
500 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
525 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
526 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
501527 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
502528 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
503529 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
504 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
505 #: lib/wine.lib:1186
530 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
531 #: lib/wine.lib:1171 lib/wine.lib:1201
506532 #, sh-format
507533 msgid "Please wait..."
508534 msgstr "Veuillez patienter…"
530556 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
531557 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
532558 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
533 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
559 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
534560 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
535561 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
536562 #: PlayOnLinux_Scripts/Dead_Space_2_:85
546572 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
547573 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
548574 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
549 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
575 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
550576 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
551577 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
552578 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
608634 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
609635 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
610636 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
611 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
637 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
612638 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
613639 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
614640 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
615 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
616 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
641 #: PlayOnLinux_Scripts/Dead_Space_:50
642 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
643 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
644 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
617645 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
618646 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
619647 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
623651 #: PlayOnLinux_Scripts/Rage_:79
624652 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
625653 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
626 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
654 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
627655 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
628656 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
629657 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
663691 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
664692 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
665693 #: PlayOnLinux_Scripts/Sacrifice_:45
666 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
694 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
667695 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
668696 #: PlayOnLinux_Scripts/The_Witcher_:102
669697 #, sh-format
674702 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
675703 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
676704 #: PlayOnLinux_Scripts/Mass_Effect_:54
677 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
705 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
678706 #: PlayOnLinux_Scripts/The_Witcher_:110
679707 #, sh-format
680708 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
685713 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
686714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
687715 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
688 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
716 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
689717 #: PlayOnLinux_Scripts/The_Witcher_:113
690718 #, sh-format
691719 msgid "Please insert the next game media into your disk drive"
714742 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
715743 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
716744 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
745 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
717746 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
718747 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
719748 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
819848 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
820849 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
821850 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
822 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
851 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
823852 #, sh-format
824853 msgid ""
825854 "You must disable anti-piracy protections of this game\\nif you want to play "
837866
838867 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
839868 #: PlayOnLinux_Scripts/Cars_2_:83
840 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
869 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
841870 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
842871 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
843872 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
858887 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
859888 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
860889 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
890 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
891 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
861892 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
862893 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
863894 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10751106 msgid "Please insert media 2 into your disk drive\\nif not already done."
10761107 msgstr ""
10771108
1078 #: PlayOnLinux_Scripts/Diablo_III_:29
1109 #: PlayOnLinux_Scripts/Diablo_III_:31
10791110 #, sh-format
10801111 msgid "Please select the setup file downloaded on $EDITOR website"
10811112 msgstr ""
10821113
1083 #: PlayOnLinux_Scripts/Diablo_III_:60
1114 #: PlayOnLinux_Scripts/Diablo_III_:62
10841115 #, sh-format
10851116 msgid ""
10861117 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10871118 "patch (AcceptEx Fix)"
10881119 msgstr ""
10891120
1090 #: PlayOnLinux_Scripts/Diablo_III_:60
1121 #: PlayOnLinux_Scripts/Diablo_III_:62
10911122 #, sh-format
10921123 msgid ""
10931124 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10941125 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1126 msgstr ""
1127
1128 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1129 #, sh-format
1130 msgid "Scanning your hardware..."
10951131 msgstr ""
10961132
10971133 #: PlayOnLinux_Scripts/Dishonored_:79
11701206
11711207 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11721208 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1173 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1174 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1209 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1210 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11751211 #, sh-format
11761212 msgid "Please insert the first game media into your disk drive"
11771213 msgstr "Veuillez insérer le premier jeu dans votre lecteur."
11781214
11791215 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1180 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1216 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11811217 #, sh-format
11821218 msgid "Please insert the second game media into your disk drive"
11831219 msgstr ""
12421278 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12431279 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12441280 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1281 #: PlayOnLinux_Scripts/Hearthstone_:64
12451282 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12461283 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12471284 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12671304 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12681305 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12691306 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1270 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1307 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12711308 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12721309 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12731310 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12891326 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46
12901327 #, sh-format
12911328 msgid "Editor"
1292 msgstr ""
1293
1294 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1329 msgstr "Éditeur"
1330
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12951332 #, sh-format
12961333 msgid "This install script requires ffmpeg"
12971334 msgstr ""
12981335
1299 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1336 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13001337 #, sh-format
13011338 msgid "Converting videos..."
13021339 msgstr "Conversion des vidéos..."
13031340
13041341 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1342 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13051343 #, sh-format
13061344 msgid ""
13071345 "On first run the game will autodetect available renderers.\\nIt is likely "
13141352 msgid "Run $TITLE in safe mode?"
13151353 msgstr "Démarrer $TITLE en mode sécurisé?"
13161354
1355 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1356 #, sh-format
1357 msgid ""
1358 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1359 "disable it by pressing Alt+R while in game.)"
1360 msgstr ""
1361
1362 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1363 #, sh-format
1364 msgid ""
1365 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1366 "game."
1367 msgstr ""
1368
13171369 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13181370 #, sh-format
13191371 msgid "Could not find program directory"
13531405 #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20
13541406 #, sh-format
13551407 msgid "Dedicated Server Editor"
1356 msgstr ""
1408 msgstr "Editeur de serveur dédié"
13571409
13581410 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:53
13591411 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:49
13761428 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13771429 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13781430 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1379 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1380 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1381 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13821431 #, sh-format
13831432 msgid "Language"
13841433 msgstr "Langue"
15021551 msgid "Dedicated server"
15031552 msgstr "Serveur dédié"
15041553
1505 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1554 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15061555 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15071556 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15081557 #, sh-format
15281577 msgid "Code wheel"
15291578 msgstr ""
15301579
1531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1532 #, sh-format
1533 msgid "Do you have a language pack to install?"
1534 msgstr "Avez-vous un pack de langue à installer?"
1535
1536 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1537 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1538 #, sh-format
1539 msgid "Later"
1540 msgstr "Plus tard"
1541
1542 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1580 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1581 #, sh-format
1582 msgid ""
1583 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1584 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1585 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1589 #, sh-format
1590 msgid "Now you must install the modpack in directory:"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1594 #, sh-format
1595 msgid "Please select ANY 3 icons when prompted."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1599 #, sh-format
1600 msgid "temp directory missing"
1601 msgstr "Un dossier temporaire est manquant."
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1604 #, sh-format
1605 msgid ""
1606 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1607 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1608 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1609 "details.\\nInstall it?"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1613 #, sh-format
1614 msgid "Control Panel"
1615 msgstr "Panneau de configuration"
1616
1617 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1618 #, sh-format
1619 msgid ""
1620 "IMPORTANT:\n"
1621 " \\n\\nOn the installation window coming next, do NOT click the Options "
1622 "button, it would mess up the language selection."
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1626 #, sh-format
1627 msgid ""
1628 "On first run the game will autodetect available renderers.\\nIt is likely "
1629 "that you will get better performance out of the OpenGL renderer."
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Goblins_3_:21
1633 #, sh-format
1634 msgid "Please select the game language"
1635 msgstr "Veuillez sélectionner la langue du jeu"
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:82
1638 #, sh-format
1639 msgid "Choose the game resolution"
1640 msgstr "Choisissez la résolution du jeu"
1641
1642 #: PlayOnLinux_Scripts/Gothic_3_:96
1643 #, sh-format
1644 msgid ""
1645 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1646 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1647 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Gothic_3_:110
1651 #, sh-format
1652 msgid "$TITLE is installed"
1653 msgstr "$TITLE est installé"
1654
1655 #: PlayOnLinux_Scripts/Guild_Wars_:53
1656 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1657 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1658 #, sh-format
1659 msgid "Please insert the DVD-ROM"
1660 msgstr "Veuillez insérer le DVD-ROM"
1661
1662 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1663 #, sh-format
1664 msgid ""
1665 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1666 "client and download will resume from where it stopped. Download percentage "
1667 "reset but do not worry, it do not restart from the beginning."
1668 msgstr ""
1669
1670 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1671 #, sh-format
1672 msgid ""
1673 "Please select $TITLE install file. During installation, uncheck all extra "
1674 "drivers it wants to install:"
1675 msgstr ""
1676
15431677 #: PlayOnLinux_Scripts/Half_Life_2_:56
15441678 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15451679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15461680 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1547 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1681 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15481682 #, sh-format
15491683 msgid "No"
15501684 msgstr "Non"
15511685
1552 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1686 #: PlayOnLinux_Scripts/Half_Life_2_:56
1687 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1688 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1689 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1690 #: PlayOnLinux_Scripts/Portal_:36
1691 #, sh-format
1692 msgid ""
1693 "Steam installation has been detected\\nwould you like to install this game "
1694 "in the same virtual drive?"
1695 msgstr ""
1696
15541697 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15551698 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15561699 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15591702 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15601703 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15611704 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1562 #: python/guiv3.py:157
1705 #: python/guiv3.py:158 python/guiv3.py:161
15631706 #, sh-format
15641707 msgid "Yes"
15651708 msgstr "Oui"
15661709
1567 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1568 #, sh-format
1569 msgid ""
1570 "To install a language pack later, open the configuration panel for the game "
1571 "in order to execute the installer into the virtual disk (Misc tab)"
1572 msgstr ""
1573 "Pour installer un pack de langue ultérieurement, ouvrez le panneau de "
1574 "configuration du jeu afin d'exécuter le programme d'installation dans le "
1575 "disque virtuel (onglet Divers)"
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1578 #, sh-format
1579 msgid ""
1580 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1581 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1582 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1586 #, sh-format
1587 msgid "Now you must install the modpack in directory:"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1591 #, sh-format
1592 msgid "Please select ANY 3 icons when prompted."
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1596 #, sh-format
1597 msgid "temp directory missing"
1598 msgstr "Un dossier temporaire est manquant."
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1601 #, sh-format
1602 msgid ""
1603 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1604 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1605 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1606 "details.\\nInstall it?"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1610 #, sh-format
1611 msgid "Control Panel"
1612 msgstr "Panneau de configuration"
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1615 #, sh-format
1616 msgid ""
1617 "IMPORTANT:\n"
1618 " \\n\\nOn the installation window coming next, do NOT click the Options "
1619 "button, it would mess up the language selection."
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1623 #, sh-format
1624 msgid ""
1625 "On first run the game will autodetect available renderers.\\nIt is likely "
1626 "that you will get better performance out of the OpenGL renderer."
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Goblins_3_:21
1630 #, sh-format
1631 msgid "Please select the game language"
1632 msgstr "Veuillez sélectionner la langue du jeu"
1633
1634 #: PlayOnLinux_Scripts/Gothic_3_:82
1635 #, sh-format
1636 msgid "Choose the game resolution"
1637 msgstr "Choisissez la résolution du jeu"
1638
1639 #: PlayOnLinux_Scripts/Gothic_3_:96
1640 #, sh-format
1641 msgid ""
1642 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1643 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1644 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Gothic_3_:110
1648 #, sh-format
1649 msgid "$TITLE is installed"
1650 msgstr "$TITLE est installé"
1651
1652 #: PlayOnLinux_Scripts/Guild_Wars_:53
1653 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1654 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1655 #, sh-format
1656 msgid "Please insert the DVD-ROM"
1657 msgstr "Veuillez insérer le DVD-ROM"
1658
1659 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1660 #, sh-format
1661 msgid ""
1662 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1663 "client and download will resume from where it stopped. Download percentage "
1664 "reset but do not worry, it do not restart from the beginning."
1665 msgstr ""
1666
1667 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1668 #, sh-format
1669 msgid ""
1670 "Please select $TITLE install file. During installation, uncheck all extra "
1671 "drivers it wants to install:"
1672 msgstr ""
1673
1674 #: PlayOnLinux_Scripts/Half_Life_2_:56
1675 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1676 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1677 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1678 #: PlayOnLinux_Scripts/Portal_:36
1679 #, sh-format
1680 msgid ""
1681 "Steam installation has been detected\\nwould you like to install this game "
1682 "in the same virtual drive?"
1683 msgstr ""
1684
16851710 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16861711 #, sh-format
16871712 msgid "Updating $TITLE"
16881713 msgstr "Mise à jour de $TITLE"
16891714
1690 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1715 #: PlayOnLinux_Scripts/Hanahira__:54
16911716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16921717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16931718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16991724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17001725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17011726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1732 #: PlayOnLinux_Scripts/Steins_Gate_:51
17021733 #, sh-format
17031734 msgid "Please locate installation program (Setup.exe)"
17041735 msgstr ""
17051736
1706 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1707 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1737 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17081738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17091739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17101740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17261756 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17271757 msgstr ""
17281758
1759 #: PlayOnLinux_Scripts/Hearthstone_:26
1760 #, sh-format
1761 msgid "What language do you want to install?"
1762 msgstr ""
1763
17291764 #: PlayOnLinux_Scripts/ImgBurn_:38
17301765 #, sh-format
17311766 msgid ""
17631798 msgstr ""
17641799
17651800 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1766 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17671801 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17681802 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17691803 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19161950 "If the download update stuck close and run until the download is complete."
19171951 msgstr ""
19181952
1953 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19191954 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19201955 #, sh-format
19211956 msgid "Demo version"
19221957 msgstr "Vérsion d'évaluation"
19231958
1959 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19241960 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19251961 #, sh-format
19261962 msgid "Please select version."
19311967 #: PlayOnLinux_Scripts/POL_GoG_download_:100
19321968 #, sh-format
19331969 msgid "Checking piece integrity..."
1934 msgstr ""
1970 msgstr "Vérification de l'intégrité de la pièce..."
19351971
19361972 #: PlayOnLinux_Scripts/POL_Download_retry_:24
19371973 #, sh-format
19742010 #, sh-format
19752011 msgid ""
19762012 "No filename extension specified, skipping association to native application."
2013 msgstr ""
2014
2015 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2016 #, sh-format
2017 msgid "Contacting download server."
19772018 msgstr ""
19782019
19792020 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20612102 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20622103 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20632104 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2064 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2105 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20652106 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20662107 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20672108 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20992140 "them without issues"
21002141 msgstr ""
21012142
2102 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2103 #, sh-format
2104 msgid "This package fail to install with wine 1.5.21 or better"
2105 msgstr ""
2106
2107 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2143 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21082144 #, sh-format
21092145 msgid ""
21102146 "If you see error messages during DotNet 3.5 installation, you can ignore "
22202256 "Please update."
22212257 msgstr ""
22222258
2223 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2259 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2260 #: PlayOnLinux_Scripts/yWriter_5_:45
22242261 #, sh-format
22252262 msgid "Downloading..."
22262263 msgstr "Téléchargement…"
23312368 msgid "Microsoft fonts have been installed successfully."
23322369 msgstr "Les polices de Microsoft ont été installés avec succès."
23332370
2371 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2372 #, sh-format
2373 msgid ""
2374 "OSX users: If the screen flickers once the game is launched, try to press "
2375 "cmd + tab twice"
2376 msgstr ""
2377
23342378 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23352379 #, sh-format
23362380 msgid "Remove Game For Windows Live..."
23682412 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23692413 msgstr ""
23702414
2371 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2415 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23722416 #, sh-format
23732417 msgid "Abort installation"
23742418 msgstr "Abandonner l'installation"
23932437 msgid "The program needs access to ptrace() to proceed:"
23942438 msgstr ""
23952439
2396 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2440 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23972441 #, sh-format
23982442 msgid "User abort"
23992443 msgstr "Abandon de l'utilisateur"
24322476 msgid "Please do not run $TITLE after installation has finished."
24332477 msgstr ""
24342478
2479 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2480 #, sh-format
2481 msgid "Extracting $TITLE"
2482 msgstr ""
2483
24352484 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24362485 #, sh-format
24372486 msgid ""
24442493 msgid "$TITLE has been successfully installed."
24452494 msgstr "$TITLE a été installé avec succès."
24462495
2496 #: PlayOnLinux_Scripts/Poker_Stars_:37
2497 #, sh-format
2498 msgid "Error while installing. Downloaded file not found."
2499 msgstr ""
2500
24472501 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24482502 #, sh-format
24492503 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24512505
24522506 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24532507 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2508 #: PlayOnLinux_Scripts/Watchtower_library_:58
24542509 #, sh-format
24552510 msgid "Please wait while $TITLE is installed"
24562511 msgstr "Veuillez patienter pendant l'installation de $TITLE"
24822537 #: PlayOnLinux_Scripts/Rage_:93
24832538 #, sh-format
24842539 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2540 msgstr ""
2541
2542 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2543 #, sh-format
2544 msgid ""
2545 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2546 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2547 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2548 "n\\nIf you have one of this two versions of this game, please give some "
2549 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2550 "n\\nThank you!"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2554 #, sh-format
2555 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2556 msgstr ""
2557
2558 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2559 #, sh-format
2560 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2561 msgstr ""
2562
2563 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2564 #, sh-format
2565 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2566 msgstr ""
2567
2568 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2569 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2570 #, sh-format
2571 msgid "Select a version of installation disc:"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2575 #, sh-format
2576 msgid "First Release (without addons)"
2577 msgstr ""
2578
2579 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2580 #, sh-format
2581 msgid "Gold Edition"
2582 msgstr ""
2583
2584 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2585 #, sh-format
2586 msgid "Platinum Edition"
2587 msgstr ""
2588
2589 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2590 #, sh-format
2591 msgid "What is your version of Railroad Tycoon II?"
2592 msgstr ""
2593
2594 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2595 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2596 #, sh-format
2597 msgid ""
2598 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2599 "desktop.\\n\\nThank you for using this installation script! :)"
24852600 msgstr ""
24862601
24872602 #: PlayOnLinux_Scripts/Reaper_4_:30
25202635 #: PlayOnLinux_Scripts/Rfactor_:59
25212636 #, sh-format
25222637 msgid "The CD protection of this game doesn't work correctly with Wine."
2523 msgstr ""
2638 msgstr "Le DRM du CD de jeu ne fonctionne pas correctement dans Wine."
25242639
25252640 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:72
25262641 #, sh-format
26332748 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26342749 msgstr ""
26352750
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2753 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2754 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2755 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2758 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2760 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2761 #, sh-format
2762 msgid ""
2763 "Close the visual novel when it appears to continue installation. Click Next "
2764 "to begin installation."
2765 msgstr ""
2766
2767 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2768 #, sh-format
2769 msgid ""
2770 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2771 "script will now install it. Click Next to continue."
2772 msgstr ""
2773
26362774 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26372775 #, sh-format
26382776 msgid ""
26402778 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26412779 msgstr ""
26422780
2643 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2644 #, sh-format
2645 msgid "Please locate installation program (Launcher.exe)"
2646 msgstr ""
2647
2648 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2649 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2650 #, sh-format
2651 msgid ""
2652 "When the launcher opens, click on the top button to open the installer. When "
2653 "a new window opens, click OK. When another window opens, click on the button "
2654 "with the letter N until it is installing. Wait until it is done and click "
2655 "the right button to quit. Click Next when you are done installing."
2781 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2782 #, sh-format
2783 msgid "Please locate installation program in Data folder (Resonance.msi)"
26562784 msgstr ""
26572785
26582786 #: PlayOnLinux_Scripts/Steam_:50
26882816 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26892817 "game. Steam install xna framework the game. Close the Steam so that the "
26902818 "installer can continue."
2819 msgstr ""
2820
2821 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2822 #, sh-format
2823 msgid "If youve the extentions, you should install Tribunal first !"
26912824 msgstr ""
26922825
26932826 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27992932 "pp 4-5."
28002933 msgstr ""
28012934
2935 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2936 #, sh-format
2937 msgid "Please select the installation file to run."
2938 msgstr ""
2939
2940 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2941 #, sh-format
2942 msgid ""
2943 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2944 "your region.\\n 2. Leave only checked DirectX box."
2945 msgstr ""
2946
28022947 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28032948 #, sh-format
28042949 msgid ""
28052950 "The game will fail to launch until you set "
28062951 "/proc/sys/kernel/yama/ptrace_scope to 0"
2952 msgstr ""
2953
2954 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2955 #, sh-format
2956 msgid "Other destination or other CD/DVD"
2957 msgstr ""
2958
2959 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2960 #, sh-format
2961 msgid "Retail CD"
2962 msgstr ""
2963
2964 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2965 #, sh-format
2966 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2967 msgstr ""
2968
2969 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2970 #, sh-format
2971 msgid "video fix"
28072972 msgstr ""
28082973
28092974 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28863051 msgid "Donwload finished.\\nPatches installation will begin"
28873052 msgstr ""
28883053
3054 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3055 #, sh-format
3056 msgid "We will download the installer"
3057 msgstr ""
3058
28893059 #: PlayOnLinux_Scripts/Toontown_Online_:17
28903060 #, sh-format
28913061 msgid ""
29263096 msgid "Do you want to browse $TITLE website?"
29273097 msgstr "Voulez-vous consulter le site de $TITLE ?"
29283098
3099 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3100 #, sh-format
3101 msgid ""
3102 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3103 "messenger, because it will won't work correctly."
3104 msgstr ""
3105
3106 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3107 #, sh-format
3108 msgid "Warning"
3109 msgstr ""
3110
29293111 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29303112 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29313113 #, sh-format
29363118 "La version du CD-ROM n'est plus à jour. N'oubliez pas de mettre à jour "
29373119 "$TITLE pour qu'il fonctionne correctement avec $APPLICATION_TITLE"
29383120
3121 #: PlayOnLinux_Scripts/Watchtower_library_:49
3122 #, sh-format
3123 msgid "File Selection Error"
3124 msgstr ""
3125
3126 #: PlayOnLinux_Scripts/Watchtower_library_:49
3127 #, sh-format
3128 msgid ""
3129 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3130 msgstr ""
3131
29393132 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29403133 #, sh-format
29413134 msgid ""
29523145 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29533146 #, sh-format
29543147 msgid ""
2955 "Attention: After installation is complete, the patcher will load. Please "
2956 "close the patcher before logging in or finish updating to complete the "
2957 "installation. After this, you can run \"$TITLE\" when setup is done"
3148 "Attention:After installation is complete, the patcher will load. After, go "
3149 "to the top right of the patcher and click the wrench, Then Un-check the box "
3150 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3151 "minuite. When finished with this, please close the patcher before logging in "
3152 "or finish updating to complete the installation. After this, you can run "
3153 "\"$TITLE\" when setup is done"
29583154 msgstr ""
29593155
29603156 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30053201 "Merci d'insérer le cinquième disque du jeu dans votre lecteur\\nsi ce n'est "
30063202 "pas déjà fait."
30073203
3204 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3205 #, sh-format
3206 msgid "Which region version of World of Warplanes would you like to install?"
3207 msgstr ""
3208
3209 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3210 #, sh-format
3211 msgid ""
3212 "Attention:After installation is complete, the patcher will load. After, go "
3213 "to the top right of the patcher and click the wrench, Then Un-check the box "
3214 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3215 "minute. When finished with this, please close the patcher before logging in "
3216 "or finish updating to complete the installation. After this, you can run "
3217 "\"$TITLE\" when setup is done"
3218 msgstr ""
3219
30083220 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30093221 #, sh-format
30103222 msgid ""
30523264 msgid "Please select the 32bit version of iTunes"
30533265 msgstr "Veuillez sélectionner la version 32 bits d'iTunes"
30543266
3055 #: PlayOnLinux_Scripts/osu_:45
3267 #: PlayOnLinux_Scripts/osu_:46
30563268 #, sh-format
30573269 msgid ""
30583270 "Press next to start the updater. When the updater is finished, close it "
30723284 "resolution when rFactor Config comes up."
30733285 msgstr ""
30743286
3075 #: bash/bug_report:31
3287 #: bash/bug_report:32
30763288 #, sh-format
30773289 msgid "Report a bug"
30783290 msgstr "Signaler un bug"
30793291
3080 #: bash/bug_report:36
3292 #: bash/bug_report:37
30813293 #, sh-format
30823294 msgid ""
30833295 "Please give the more details as you can, otherwise, it will be very "
30843296 "difficult to help you"
30853297 msgstr ""
30863298
3087 #: bash/bug_report:36
3299 #: bash/bug_report:37
30883300 #, sh-format
30893301 msgid ""
30903302 "This wizard will help you to report a bug about an officially supported "
30933305 "Cet assistant vous aidera à signaler un bug sur un programme officiellement "
30943306 "pris en charge."
30953307
3096 #: bash/bug_report:40
3308 #: bash/bug_report:41
30973309 #, sh-format
30983310 msgid ""
30993311 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31003312 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
31013313 msgstr ""
31023314
3103 #: bash/bug_report:46
3315 #: bash/bug_report:47
31043316 #, sh-format
31053317 msgid "I have a problem with a software"
31063318 msgstr "J'ai un problème avec un logiciel"
31073319
3108 #: bash/bug_report:46
3320 #: bash/bug_report:47
31093321 #, sh-format
31103322 msgid "My problem concerns $APPLICATION_TITLE itself"
31113323 msgstr "Mon problème concerne $APPLICATION_TITLE"
31123324
3113 #: bash/bug_report:46
3325 #: bash/bug_report:47
31143326 #, sh-format
31153327 msgid "What kind of problem do you have?"
31163328 msgstr "Quelle sorte de problème rencontrez-vous?"
31173329
3118 #: bash/bug_report:50
3330 #: bash/bug_report:51
31193331 #, sh-format
31203332 msgid "Don't join any log file"
31213333 msgstr "Ne pas joindre de fichier log"
31223334
3123 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3335 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31243336 #: bash/manual_install:120 bash/manual_install:219
31253337 #, sh-format
31263338 msgid "Manual installation"
31273339 msgstr "Installation manuelle"
31283340
3129 #: bash/bug_report:54 bash/run_exe:24
3341 #: bash/bug_report:55 bash/run_exe:24
31303342 #, sh-format
31313343 msgid "Automatic installation"
31323344 msgstr "Installation automatique"
31333345
3134 #: bash/bug_report:65
3346 #: bash/bug_report:66
31353347 #, sh-format
31363348 msgid "Choose the log file corresponding to your software."
31373349 msgstr "Choisissez le fichier log correspondant à votre logiciel."
31383350
3139 #: bash/bug_report:69
3351 #: bash/bug_report:70
31403352 #, sh-format
31413353 msgid "Please give a very short description (title, english only)"
31423354 msgstr ""
31433355 "Veuillez donner une description succincte (Titre, en anglais uniquement)."
31443356
3145 #: bash/bug_report:72
3357 #: bash/bug_report:73
31463358 #, sh-format
31473359 msgid "Please explain your problem clearly (english only):"
31483360 msgstr ""
31493361 "Veuillez expliquer votre problème clairement (en anglais uniquement):"
31503362
3151 #: bash/bug_report:76
3363 #: bash/bug_report:77
31523364 #, sh-format
31533365 msgid "Sorry, we need a detailed description."
31543366 msgstr "Désolé, une description détaillée est requise."
31553367
3156 #: bash/bug_report:107
3368 #: bash/bug_report:108
31573369 #, sh-format
31583370 msgid ""
31593371 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32013413 msgstr "Choisissez le nom du disque virtuel"
32023414
32033415 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3204 #: python/mainwindow.py:232
3416 #: python/mainwindow.py:234
32053417 #, sh-format
32063418 msgid "Run a local script"
32073419 msgstr "Exécuter un script local"
33323544 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33333545 msgstr "$APPLICATION_TITLE construit un disque dur virtuel de Windows."
33343546
3335 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3547 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33363548 #, sh-format
33373549 msgid "$APPLICATION_TITLE first use"
33383550 msgstr "Première utilisation de $APPLICATION_TITLE"
33393551
3340 #: bash/first_use:240
3552 #: bash/first_use:242
33413553 #, sh-format
33423554 msgid "$APPLICATION_TITLE is going to finish its preparation"
33433555 msgstr "$APPLICATION_TITLE va terminer sa préparation"
33443556
3345 #: bash/first_use:240 bash/first_use:243
3557 #: bash/first_use:242 bash/first_use:245
33463558 #, sh-format
33473559 msgid "Please ensure you are connected to the internet."
33483560 msgstr "Merci de vérifier que vous êtes connecté à Internet."
33493561
3350 #: bash/first_use:243
3562 #: bash/first_use:245
33513563 #, sh-format
33523564 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33533565 msgstr ""
33543566 "Il semblerait que ce soit la première fois que vous utilisez "
33553567 "$APPLICATION_TITLE"
33563568
3357 #: bash/first_use:243
3569 #: bash/first_use:245
33583570 #, sh-format
33593571 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33603572 msgstr ""
33613573
3362 #: bash/first_use:253
3574 #: bash/first_use:255
33633575 #, sh-format
33643576 msgid "Error while installing fonts"
33653577 msgstr "Erreur lors de l'installation des polices"
33663578
3367 #: bash/first_use:271
3579 #: bash/first_use:273
33683580 #, sh-format
33693581 msgid "Enjoy using $APPLICATION_TITLE"
33703582 msgstr ""
34843696 msgid "Use another version of Wine"
34853697 msgstr "Utiliser une autre version de Wine"
34863698
3487 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3488 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3699 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3700 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34893701 #, sh-format
34903702 msgid "Configure Wine"
34913703 msgstr "Configurer Wine"
35053717 msgid "What would you like to do before installation?"
35063718 msgstr "Que souhaiteriez vous faire avant l'installation?"
35073719
3508 #: bash/manual_install:230 lib/scripts.lib:437
3720 #: bash/manual_install:231 lib/scripts.lib:438
35093721 #, sh-format
35103722 msgid "Please make your choice"
35113723 msgstr "Veuillez faire votre choix"
35123724
3513 #: bash/manual_install:258
3725 #: bash/manual_install:259
35143726 #, sh-format
35153727 msgid "Looking for runnable CD-ROMs"
35163728 msgstr "Recherche de CD-ROM exécutables"
35173729
3518 #: bash/manual_install:281
3730 #: bash/manual_install:282
35193731 #, sh-format
35203732 msgid "Select another file"
35213733 msgstr "Choisir un autre fichier"
35223734
3523 #: bash/manual_install:289
3735 #: bash/manual_install:290
35243736 #, sh-format
35253737 msgid "Please choose a way to install your program"
35263738 msgstr "Veuillez choisir une façon pour installer votre programme."
35273739
3528 #: bash/manual_install:298
3740 #: bash/manual_install:299
35293741 #, sh-format
35303742 msgid "Please select the install file to run."
35313743 msgstr "Veuillez sélectionner le fichier d'installation à exécuter."
35323744
3533 #: bash/manual_install:328
3745 #: bash/manual_install:329
35343746 #, sh-format
35353747 msgid "You must choose a file!"
35363748 msgstr "Vous devez choisir un fichier!"
35373749
3538 #: bash/manual_install:334
3750 #: bash/manual_install:335
35393751 #, sh-format
35403752 msgid "$APPLICATION_TITLE is installing your application..."
35413753 msgstr "$APPLICATION_TITLE est en train d'installer votre application."
36133825 msgid "Extracting: "
36143826 msgstr "Extraction : "
36153827
3616 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3828 #: bash/playonlinux-pkg:111
36173829 #, sh-format
36183830 msgid "Running..."
36193831 msgstr "En cours d'exécution."
36233835 msgid "Cleaning..."
36243836 msgstr "Netoyage en cours..."
36253837
3626 #: bash/playonlinux_online:32
3627 #, sh-format
3628 msgid ""
3629 "This is the list of the scripts you sent to us. You can run one of them"
3630 msgstr ""
3631 "Ceci est la liste des scripts que vous avez envoyés. Vous pouvez en lancer "
3632 "un."
3633
3634 #: bash/playonlinux_online:42
3635 #, sh-format
3636 msgid "You do not seems to have any personal script"
3637 msgstr "Vous ne semblez pas avoir de script personnel"
3638
3639 #: bash/playonlinux_online:47
3640 #, sh-format
3641 msgid ""
3642 "If you have successfully installed a program with 'Install a non-listed\\"
3643 "nsoftware' button, it will allow you to add this program in our list"
3644 msgstr ""
3645 "Si vous avez réussi à installer un programme à l'aide du bouton «Installer "
3646 "un\\nlogiciel non listé», cet utilitaire vous permettra de l'ajouter \\nà "
3647 "notre liste."
3648
3649 #: bash/playonlinux_online:47
3650 #, sh-format
3651 msgid "This tools will allow you to help us :"
3652 msgstr "Cet outil vous permettra de nous aider :"
3653
3654 #: bash/playonlinux_online:47
3655 #, sh-format
3656 msgid ""
3657 "We're going to ask you some questions, please be as much accurate as\\"
3658 "npossible"
3659 msgstr ""
3660 "Nous allons vous poser des questions. Merci d'être le plus précis possible."
3661
3662 #: bash/playonlinux_online:55
3663 #, sh-format
3664 msgid "Choose the file corresponding to your program."
3665 msgstr "Choisissez le fichier correspondant à votre application."
3666
3667 #: bash/playonlinux_online:59
3668 #, sh-format
3669 msgid "Does your program run?"
3670 msgstr "Est-ce que votre programme se lance?"
3671
3672 #: bash/playonlinux_online:62
3673 #, sh-format
3674 msgid "What is the title of your program?"
3675 msgstr "Quel est le nom de votre programme?"
3676
3677 #: bash/playonlinux_online:64
3678 #, sh-format
3679 msgid "What is the editor of your program?"
3680 msgstr "Quel est l'éditeur de votre programme?"
3681
3682 #: bash/playonlinux_online:66
3683 #, sh-format
3684 msgid "What is the editor website of your program?"
3685 msgstr "Quel est l'adresse du site de votre programme?"
3686
3687 #: bash/playonlinux_online:69 python/install.py:210
3688 #, sh-format
3689 msgid "Accessories"
3690 msgstr "Accessoires"
3691
3692 #: bash/playonlinux_online:69 python/install.py:211
3693 #, sh-format
3694 msgid "Development"
3695 msgstr "Développement"
3696
3697 #: bash/playonlinux_online:69 python/install.py:212
3698 #, sh-format
3699 msgid "Education"
3700 msgstr "Éducation"
3701
3702 #: bash/playonlinux_online:69 python/install.py:213
3703 #, sh-format
3704 msgid "Games"
3705 msgstr "Jeux"
3706
3707 #: bash/playonlinux_online:69 python/install.py:214
3708 #, sh-format
3709 msgid "Graphics"
3710 msgstr "Graphisme"
3711
3712 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3713 #: python/options.py:384
3714 #, sh-format
3715 msgid "Internet"
3716 msgstr "Internet"
3717
3718 #: bash/playonlinux_online:69 python/install.py:216
3719 #, sh-format
3720 msgid "Multimedia"
3721 msgstr "Multimédia"
3722
3723 #: bash/playonlinux_online:69 python/install.py:217
3724 #, sh-format
3725 msgid "Office"
3726 msgstr "Bureautique"
3727
3728 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3729 #, sh-format
3730 msgid "Other"
3731 msgstr "Autre"
3732
3733 #: bash/playonlinux_online:69 python/install.py:219
3734 #, sh-format
3735 msgid "Patches"
3736 msgstr "Correctifs"
3737
3738 #: bash/playonlinux_online:69
3739 #, sh-format
3740 msgid "Select a category for your program"
3741 msgstr "Choisissez une catégorie pour votre programme"
3742
3743 #: bash/playonlinux_online:69 python/install.py:258
3744 #, sh-format
3745 msgid "Testing"
3746 msgstr "En test"
3747
3748 #: bash/playonlinux_online:72
3749 #, sh-format
3750 msgid ""
3751 "What feature of your program does not work?\\nIf everything works, please "
3752 "mention it"
3753 msgstr ""
3754 "Quelle(s) fonctionnalité(s) de votre programme ne fonctionne pas? \\nSi tout "
3755 "fonctionne, merci de le préciser."
3756
3757 #: bash/playonlinux_online:74
3758 #, sh-format
3759 msgid "Write any change you made to wine configuration here:"
3760 msgstr ""
3761 "Écrivez ici tous les changements apportés à la configuration de Wine:"
3762
3763 #: bash/playonlinux_online:102
3764 #, sh-format
3765 msgid "You must be able to run this program!"
3766 msgstr "Vous devez être capable de lancer votre programme!"
3767
3768 #: bash/playonlinux_online:107
3769 #, sh-format
3770 msgid "Run one of your personal scripts"
3771 msgstr "Lancer l'un de vos scripts personnels"
3772
3773 #: bash/playonlinux_online:108
3774 #, sh-format
3775 msgid "Send to us a working script generated by manual installation"
3776 msgstr ""
3777 "Envoyer nous un script fonctionnant et généré par l'installation manuelle."
3778
3779 #: bash/playonlinux_online:109
3780 #, sh-format
3781 msgid "Logout"
3782 msgstr "Déconnexion"
3783
3784 #: bash/playonlinux_online:110
3785 #, sh-format
3786 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3787 msgstr ""
3788 "Vous êtes connecté à $APPLICATION_TITLE Online en tant que $POL_LOGIN"
3789
3790 #: bash/playonlinux_online:124
3791 #, sh-format
3792 msgid ""
3793 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3794 "safely close this window"
3795 msgstr ""
3796 "Vous avez été déconnecté avec succès de $APPLICATION_TITLE Online. \\nVous "
3797 "pouvez fermer cette fenêtre en toute sécurité."
3798
3799 #: bash/polconfigurator:33
3838 #: bash/polconfigurator:34
38003839 #, sh-format
38013840 msgid "Killing programs in the virtual drive..."
38023841 msgstr ""
38033842
3804 #: bash/polconfigurator:79
3843 #: bash/polconfigurator:86
38053844 #, sh-format
38063845 msgid "Icon selection"
38073846 msgstr "Sélection de l'icône"
38083847
3809 #: bash/polconfigurator:79
3848 #: bash/polconfigurator:86
38103849 #, sh-format
38113850 msgid "Please select an icon file"
38123851 msgstr "Veuillez sélectionner un fichier d'icône"
38133852
3814 #: bash/polconfigurator:86
3853 #: bash/polconfigurator:93
38153854 #, sh-format
38163855 msgid "Bad file extension"
38173856 msgstr "Mauvaise extension de fichier"
38183857
3819 #: bash/polconfigurator:86
3858 #: bash/polconfigurator:93
38203859 #, sh-format
38213860 msgid "is not an icon extension"
38223861 msgstr "n'est pas une extension d'icône"
38233862
3824 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3825 #: python/mainwindow.py:621
3863 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3864 #: python/mainwindow.py:619
38263865 #, sh-format
38273866 msgid "Registry Editor"
38283867 msgstr "Éditeur de la base de registre"
38293868
3830 #: bash/polconfigurator:97
3869 #: bash/polconfigurator:104
38313870 #, sh-format
38323871 msgid "Kill all prefix processes"
38333872 msgstr "Arrêter tous les processus du préfixe"
38343873
3835 #: bash/polconfigurator:98
3874 #: bash/polconfigurator:105
38363875 #, sh-format
38373876 msgid "Update wineprefix"
38383877 msgstr "Mettre à jour wineprefix"
38393878
3840 #: bash/polconfigurator:99
3879 #: bash/polconfigurator:106
38413880 #, sh-format
38423881 msgid "Simulate Windows reboot"
38433882 msgstr "Simuler un redémarrage de Windows"
38443883
3845 #: bash/polconfigurator:100
3884 #: bash/polconfigurator:107
38463885 #, sh-format
38473886 msgid "Use Advanced Wine Configuration plugin"
38483887 msgstr "Utiliser l'extension de configuration avancée de Wine"
38493888
3850 #: bash/polconfigurator:101
3889 #: bash/polconfigurator:108
38513890 #, sh-format
38523891 msgid "Use PlayOnLinux's configurator for"
38533892 msgstr "Utiliser le configurateur de PlayOnLinux pour"
38543893
3855 #: bash/polconfigurator:103
3894 #: bash/polconfigurator:110
38563895 #, sh-format
38573896 msgid "Change the icon"
38583897 msgstr "Changer l'icône"
38593898
3860 #: bash/polconfigurator:104
3899 #: bash/polconfigurator:111
38613900 #, sh-format
38623901 msgid "Use WineTricks"
38633902 msgstr "Utiliser WineTricks"
38643903
3865 #: bash/polconfigurator:123
3904 #: bash/polconfigurator:130
38663905 #, sh-format
38673906 msgid "Please choose an action to perform"
38683907 msgstr "Veuillez choisir une action à exécuter"
39173956 msgid "Please choose a CD-ROM to eject"
39183957 msgstr "Choisissez un CD-ROM à éjecter"
39193958
3920 #: bash/run_app:83
3959 #: bash/run_app:85
39213960 #, sh-format
39223961 msgid "Please choose a software to run"
39233962 msgstr "Veuillez choisir un programme à exécuter"
39243963
3925 #: bash/run_app:114
3964 #: bash/run_app:116
39263965 #, sh-format
39273966 msgid "$APPLICATION_TITLE debugger is starting..."
39283967 msgstr "Le debugger de $APPLICATION_TITLE est lancé."
39293968
3930 #: bash/run_app:117
3969 #: bash/run_app:119
39313970 #, sh-format
39323971 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
39333972 msgstr ""
39343973
3935 #: bash/run_app:119
3974 #: bash/run_app:121
39363975 #, sh-format
39373976 msgid "$PACKAGE crashed."
39383977 msgstr ""
39964035 "réglages précédents?"
39974036
39984037 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3999 #: lib/playonlinux.lib:717
4038 #: lib/playonlinux.lib:720
40004039 #, sh-format
40014040 msgid "$APPLICATION_TITLE Uninstaller"
40024041 msgstr "Désinstallateur de $APPLICATION_TITLE"
40164055 msgid "This wizard will help you to uninstall: "
40174056 msgstr "Cet assistant vous aidera à désinstaller : "
40184057
4019 #: bash/uninstall:65 lib/playonlinux.lib:717
4058 #: bash/uninstall:65 lib/playonlinux.lib:720
40204059 #, sh-format
40214060 msgid "Uninstalling..."
40224061 msgstr "Désinstallation en cours"
40764115 msgstr ""
40774116
40784117 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4079 #: lib/wine.lib:955 lib/wine.lib:1036
4118 #: lib/wine.lib:970 lib/wine.lib:1051
40804119 #, sh-format
40814120 msgid "Please wait while the virtual drive is being created..."
40824121 msgstr "Merci de patienter pendant la création du disque dur virtuel"
40934132 msgid "Setting Program Files var"
40944133 msgstr "Définition de la variable «Program Files»"
40954134
4096 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4097 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4135 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4136 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40984137 #, sh-format
40994138 msgid "This function is disabled in the PlayOnlinux environment."
41004139 msgstr "Cette fonction est désactivée dans l'environnement PlayOnLinux."
41014140
4102 #: lib/playonlinux.lib:334
4141 #: lib/playonlinux.lib:336
41034142 #, sh-format
41044143 msgid ""
41054144 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41114150 "responsable de celui-ci.\\nVeuillez vous assurer que vous savez ce que vous "
41124151 "faites !"
41134152
4114 #: lib/playonlinux.lib:335
4153 #: lib/playonlinux.lib:337
41154154 #, sh-format
41164155 msgid "Here the source code of the script. Check it carefully"
41174156 msgstr "Voici le code source du script. Vérifiez attentivement"
41184157
4119 #: lib/playonlinux.lib:357
4158 #: lib/playonlinux.lib:359
41204159 #, sh-format
41214160 msgid ""
41224161 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41284167 "responsable de celui-ci.\\nVeuillez vous assurer que vous savez ce que vous "
41294168 "faites !"
41304169
4131 #: lib/playonlinux.lib:358
4170 #: lib/playonlinux.lib:360
41324171 #, sh-format
41334172 msgid "External library"
41344173 msgstr "Librairie externe"
41354174
4136 #: lib/playonlinux.lib:358
4175 #: lib/playonlinux.lib:360
41374176 #, sh-format
41384177 msgid "Here the source code of the script. Check it carrefully"
41394178 msgstr "Voici le code source du script. Vérifiez attentivement"
41404179
4141 #: lib/playonlinux.lib:591
4180 #: lib/playonlinux.lib:593
41424181 #, sh-format
41434182 msgid "Making shortcut..."
41444183 msgstr "Création du raccourci"
41454184
4146 #: lib/playonlinux.lib:715
4185 #: lib/playonlinux.lib:718
41474186 #, sh-format
41484187 msgid "Do you want to delete the virtual drive:"
41494188 msgstr "Voulez-vous supprimer le disque virtuel :"
41504189
4151 #: lib/playonlinux.lib:826
4190 #: lib/playonlinux.lib:831
41524191 #, sh-format
41534192 msgid ""
41544193 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41574196 "Le fichier suivant est situé sur un système de fichiers FAT32.\\nIt pourrait "
41584197 "empêcher wine de fonctionner\\n\\n$FilePath"
41594198
4160 #: lib/playonlinux.lib:827
4199 #: lib/playonlinux.lib:832
41614200 #, sh-format
41624201 msgid ""
41634202 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41664205 "Le fichier suivant est situé sur un système de fichiers NTFS.\\nIt pourrait "
41674206 "empêcher wine de fonctionner\\n\\n$FilePath"
41684207
4169 #: lib/playonlinux.lib:828
4208 #: lib/playonlinux.lib:833
41704209 #, sh-format
41714210 msgid ""
41724211 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41754214 "Le fichier suivant est situé sur un système de fichiers FUSE.\\nIt pourrait "
41764215 "empêcher wine de fonctionner\\n\\n$FilePath"
41774216
4178 #: lib/playonlinux.lib:829
4217 #: lib/playonlinux.lib:834
41794218 #, sh-format
41804219 msgid ""
41814220 "The following file is located on a noexec mounted filesystem.\\nIt might "
41844223 "Le fichier suivant est situé sur un système de fichiers monté avec l'option "
41854224 "noexec.\\nIt pourrait empêcher wine de fonctionner\\n\\n$FilePath"
41864225
4187 #: lib/plugins.lib:65
4226 #: lib/plugins.lib:66
41884227 #, sh-format
41894228 msgid "Checking plugin: "
41904229 msgstr "Vérification de l'extension : "
41914230
4192 #: lib/plugins.lib:93
4231 #: lib/plugins.lib:94
41934232 #, sh-format
41944233 msgid "New: "
41954234 msgstr "Nouvelle : "
41964235
4197 #: lib/plugins.lib:93
4236 #: lib/plugins.lib:94
41984237 #, sh-format
41994238 msgid "Updating plugin. Previous: "
42004239 msgstr "Mise à jour de l'extension. Précédente : "
42014240
4202 #: lib/plugins.lib:112
4241 #: lib/plugins.lib:113
42034242 #, sh-format
42044243 msgid "Installing plugin: "
42054244 msgstr "Installation de l'extension : "
42164255 msgid "Function override detected, disabling bug reporting"
42174256 msgstr ""
42184257
4219 #: lib/scripts.lib:499 lib/scripts.lib:565
4258 #: lib/scripts.lib:500 lib/scripts.lib:566
42204259 #, sh-format
42214260 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
42224261 msgstr ""
42234262
4224 #: lib/scripts.lib:501 lib/scripts.lib:784
4263 #: lib/scripts.lib:502 lib/scripts.lib:785
42254264 #, sh-format
42264265 msgid "Please wait while $APPLICATION_TITLE is downloading:"
42274266 msgstr "Merci de patienter pendant que $APPLICATION_TITLE télécharge :"
42284267
4229 #: lib/scripts.lib:503 lib/scripts.lib:570
4268 #: lib/scripts.lib:504 lib/scripts.lib:571
42304269 #, sh-format
42314270 msgid "An error happened during download."
42324271 msgstr ""
42334272
4234 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4235 #: lib/scripts.lib:586
4273 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4274 #: lib/scripts.lib:587
42364275 #, sh-format
42374276 msgid "Do you want to retry?"
42384277 msgstr "Voulez-vous réessayer ?"
42394278
4240 #: lib/scripts.lib:522 lib/scripts.lib:586
4279 #: lib/scripts.lib:523 lib/scripts.lib:587
42414280 #, sh-format
42424281 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
42434282 msgstr ""
42444283 "Erreur! Incohérence de fichiers\\n\\nLocal: $LOCAL_MD5\\nServeur: $SERVER_MD5"
42454284
4246 #: lib/scripts.lib:689
4285 #: lib/scripts.lib:690
42474286 #, sh-format
42484287 msgid ""
42494288 "7z not installed, please check that you have 7zip installed and try again"
42504289 msgstr "7z n'est pas installé. Vérifiez l'installation de 7zip et réessayez."
42514290
4252 #: lib/scripts.lib:696
4291 #: lib/scripts.lib:697
42534292 #, sh-format
42544293 msgid "Failed to locate ${dest} from ${archive}"
42554294 msgstr "Impossible de trouver ${dest} dans ${archive}"
42564295
4257 #: lib/scripts.lib:700
4296 #: lib/scripts.lib:701
42584297 #, sh-format
42594298 msgid "Extracting ${filename} from ${archivename}"
42604299 msgstr "Extraction de ${filename} depuis ${archivename}"
42614300
4262 #: lib/scripts.lib:715
4301 #: lib/scripts.lib:716
42634302 #, sh-format
42644303 msgid "Extracted file size does not match!"
42654304 msgstr "La taille du fichier extrait ne correspond pas!"
42664305
4267 #: lib/scripts.lib:746
4306 #: lib/scripts.lib:747
42684307 #, sh-format
42694308 msgid "Copying ${filename}"
42704309 msgstr "Copie en cours de ${filename}"
42714310
4272 #: lib/scripts.lib:759
4311 #: lib/scripts.lib:760
42734312 #, sh-format
42744313 msgid "File size does not match!"
42754314 msgstr "Les tailles ne correspondent pas!"
42764315
4277 #: lib/scripts.lib:903
4316 #: lib/scripts.lib:904
42784317 #, sh-format
42794318 msgid ""
42804319 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42834322 "Désolé, APPLICATION_TITLE $VERSION est trop vieux pour fonctionner.\\"
42844323 "n$APPLICATION_TITLE $NEEDED est nécessaire."
42854324
4286 #: lib/scripts.lib:918
4325 #: lib/scripts.lib:919
42874326 #, sh-format
42884327 msgid ""
42894328 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42924331 "Attention : Vous exécutez $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42934332 "$NEEDED il est recommandé de continuer."
42944333
4295 #: lib/scripts.lib:949
4334 #: lib/scripts.lib:950
42964335 #, sh-format
42974336 msgid "$AUTHOR profile"
42984337 msgstr "Profil de $AUTHOR"
43414380 "Il manque un ou plusieurs programme(s). Merci de les installer et de "
43424381 "relancer le script."
43434382
4344 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4383 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
43454384 #: python/mainwindow.py:1135 python/mainwindow.py:1165
43464385 #: python/mainwindow.py:1179 python/mainwindow.py:1188
43474386 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43534392 #, sh-format
43544393 msgid "Where is mounted your CD-ROM?"
43554394 msgstr "Où est monté votre CD-ROM?"
4395
4396 #: lib/setupwindow.lib:349 python/install.py:218
4397 #, sh-format
4398 msgid "Other"
4399 msgstr "Autre"
43564400
43574401 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43584402 #, sh-format
44804524 msgid "I don't want to make another shortcut"
44814525 msgstr "Je ne veux pas créer d'autre icônes"
44824526
4483 #: lib/setupwindow.lib:711 python/guiv3.py:158
4527 #: lib/setupwindow.lib:711 python/guiv3.py:163
44844528 #, sh-format
44854529 msgid "Browse"
44864530 msgstr "Parcourir"
44874531
4532 #: lib/setupwindow.lib:739
4533 #, sh-format
4534 msgid "A shortcut by that name already exists, overwrite?"
4535 msgstr ""
4536
44884537 #: lib/website.lib:29
44894538 #, sh-format
44904539 msgid "Connect to your $APPLICATION_TITLE account"
45044553 "Impossible de se connecter! \\nAssurez-vous que votre identifiant et votre "
45054554 "mot de passe sont valables."
45064555
4507 #: lib/wine.lib:367
4556 #: lib/wine.lib:371
45084557 #, sh-format
45094558 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
45104559 msgstr ""
45114560
4512 #: lib/wine.lib:373
4561 #: lib/wine.lib:377
45134562 #, sh-format
45144563 msgid "Select the main videocard to report:"
45154564 msgstr ""
45164565
4517 #: lib/wine.lib:538 lib/wine.lib:703
4566 #: lib/wine.lib:549 lib/wine.lib:714
45184567 #, sh-format
45194568 msgid ""
45204569 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
45234572 "Wine semble avoir planté\\n\\nSi votre programme est en cours d'exécution, "
45244573 "ignorez simplement ce message"
45254574
4526 #: lib/wine.lib:763
4575 #: lib/wine.lib:775
45274576 #, sh-format
45284577 msgid "Unable to find version: "
45294578 msgstr "Impossible de trouver la version : "
45304579
4531 #: lib/wine.lib:769 lib/wine.lib:770
4580 #: lib/wine.lib:781 lib/wine.lib:782
45324581 #, sh-format
45334582 msgid "Downloading Wine: "
45344583 msgstr "Téléchargement de wine : "
45354584
4536 #: lib/wine.lib:779
4585 #: lib/wine.lib:791
45374586 #, sh-format
45384587 msgid "The download seems to have failed."
45394588 msgstr "Le téléchargement semble avoir échoué."
45404589
4541 #: lib/wine.lib:781
4590 #: lib/wine.lib:793
45424591 #, sh-format
45434592 msgid "Extracting Wine..."
45444593 msgstr "Extraction de wine..."
45454594
4546 #: lib/wine.lib:961
4595 #: lib/wine.lib:976
45474596 #, sh-format
45484597 msgid "Overwrite (usually works, no guarantee)"
45494598 msgstr ""
45504599
4551 #: lib/wine.lib:962
4600 #: lib/wine.lib:977
45524601 #, sh-format
45534602 msgid "Erase (virtual drive content will be lost)"
45544603 msgstr ""
45554604
4556 #: lib/wine.lib:976
4605 #: lib/wine.lib:991
45574606 #, sh-format
45584607 msgid "The target virtual drive $PREFNAME already exists:"
45594608 msgstr ""
45604609
4561 #: lib/wine.lib:1156 lib/wine.lib:1186
4610 #: lib/wine.lib:1171 lib/wine.lib:1201
45624611 #, sh-format
45634612 msgid "Please wait while $SOFTNAME is installed..."
45644613 msgstr "Merci de patienter pendant l'installation de $SOFTNAME ..."
45654614
4566 #: lib/wine.lib:1160 lib/wine.lib:1189
4615 #: lib/wine.lib:1175 lib/wine.lib:1204
45674616 #, sh-format
45684617 msgid ""
45694618 "Be careful! This will kill install process. If it is not finished, you will "
45724621 "Attention ! Cela fermera le processus d'installation. Si il n'a pas terminé, "
45734622 "vous devrez réinstaller $SOFTNAME"
45744623
4575 #: lib/wine.lib:1160 lib/wine.lib:1189
4624 #: lib/wine.lib:1175 lib/wine.lib:1204
45764625 #, sh-format
45774626 msgid "Install is done"
45784627 msgstr "L'Installation est effectuée"
45794628
4580 #: lib/wine.lib:1193 lib/wine.lib:1194
4629 #: lib/wine.lib:1208 lib/wine.lib:1209
45814630 #, sh-format
45824631 msgid "Press next only when the installation process is finished"
45834632 msgstr "Appuyez sur suivant seulement lorsque l'installation est terminée"
45844633
4585 #: lib/wine.lib:1202
4634 #: lib/wine.lib:1217
45864635 #, sh-format
45874636 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45884637 msgstr ""
46014650 "Pour désinstaller proprement un programme avec {0}, vous devez supprimer le "
46024651 "disque virtuel associé."
46034652
4604 #: python/configure.py:197 python/configure.py:694
4653 #: python/configure.py:196 python/configure.py:703
46054654 msgid "General"
46064655 msgstr "Général"
46074656
4608 #: python/configure.py:200
4657 #: python/configure.py:199
46094658 msgid "Make a new shortcut from this virtual drive"
46104659 msgstr "Créer un nouveau raccourci depuis ce disque dur virtuel"
46114660
4612 #: python/configure.py:201
4661 #: python/configure.py:200
46134662 msgid "Name"
46144663 msgstr "Nom"
46154664
4616 #: python/configure.py:202
4665 #: python/configure.py:201
46174666 msgid "Wine version"
46184667 msgstr "Version de Wine"
46194668
4620 #: python/configure.py:203
4669 #: python/configure.py:202
46214670 msgid "Debug flags"
46224671 msgstr ""
46234672
4624 #: python/configure.py:205
4673 #: python/configure.py:204
46254674 msgid "Virtual drive"
46264675 msgstr "Disque virtuel"
46274676
4628 #: python/configure.py:207
4677 #: python/configure.py:206
46294678 msgid "Arguments"
46304679 msgstr "Arguments"
46314680
4632 #: python/configure.py:211
4681 #: python/configure.py:210
46334682 msgid "Run configuration wizard"
46344683 msgstr "Lancer l'assistant de configuration"
46354684
4636 #: python/configure.py:248
4685 #: python/configure.py:247
46374686 msgid "Windows reboot"
46384687 msgstr "Redémarrage de Windows"
46394688
4640 #: python/configure.py:256
4689 #: python/configure.py:255
46414690 msgid "Repair virtual drive"
46424691 msgstr "Réparer le disque virtuel"
46434692
4644 #: python/configure.py:265
4693 #: python/configure.py:264
46454694 msgid "Command prompt"
46464695 msgstr "Invite de commandes"
46474696
4648 #: python/configure.py:272
4697 #: python/configure.py:271
46494698 msgid "Task manager"
46504699 msgstr "Gestionnaire de tâches"
46514700
4652 #: python/configure.py:280
4701 #: python/configure.py:279
46534702 msgid "Kill processes"
46544703 msgstr "Tuer les processus"
46554704
4656 #: python/configure.py:287
4705 #: python/configure.py:286
46574706 msgid "Wine uninstaller"
46584707 msgstr "Désinstaller"
46594708
4660 #: python/configure.py:312
4709 #: python/configure.py:311
46614710 msgid ""
46624711 "Be careful! Installing one of these components can break your virtual drive."
46634712 msgstr ""
46644713
4665 #: python/configure.py:334 python/install.py:285 python/install.py:289
4666 #: python/mainwindow.py:197 python/mainwindow.py:350
4714 #: python/configure.py:333 python/install.py:285 python/install.py:289
4715 #: python/mainwindow.py:199 python/mainwindow.py:348
46674716 msgid "Install"
46684717 msgstr "Installer"
46694718
4670 #: python/configure.py:395
4719 #: python/configure.py:388
46714720 msgid "Open program's directory"
46724721 msgstr "Ouvrir le dossier du programme"
46734722
4674 #: python/configure.py:418
4723 #: python/configure.py:411
46754724 msgid "Open virtual drive's directory"
46764725 msgstr "Ouvrir le dossier du disque virtuel"
46774726
4678 #: python/configure.py:560
4727 #: python/configure.py:555
46794728 msgid "GLSL Support"
46804729 msgstr "Prise en charge de GLSL"
46814730
4682 #: python/configure.py:561
4731 #: python/configure.py:556
46834732 msgid "Direct Draw Renderer"
46844733 msgstr "Rendu direct Draw"
46854734
4686 #: python/configure.py:562
4735 #: python/configure.py:557
46874736 msgid "Video memory size"
46884737 msgstr "Taille de la mémoire vidéo"
46894738
4690 #: python/configure.py:563
4739 #: python/configure.py:558
46914740 msgid "Offscreen rendering mode"
46924741 msgstr "Mode de rendu Offscreen"
46934742
4694 #: python/configure.py:564
4743 #: python/configure.py:559
46954744 msgid "Render target mode lock"
46964745 msgstr "Verrouillage du mode cible de rendu"
46974746
4698 #: python/configure.py:565
4747 #: python/configure.py:560
46994748 msgid "Multisampling"
47004749 msgstr "Échantillonnage multiple"
47014750
4702 #: python/configure.py:566
4751 #: python/configure.py:561
47034752 msgid "Strict Draw Ordering"
47044753 msgstr "Ordonnancement strict Draw"
47054754
4706 #: python/configure.py:576
4755 #: python/configure.py:571
47074756 msgid "Mouse warp override"
47084757 msgstr "Forcer la distorsion de la souris"
47094758
4710 #: python/configure.py:578
4759 #: python/configure.py:573
47114760 msgid "Open a shell"
47124761 msgstr "Ouvrir un terminal"
47134762
4714 #: python/configure.py:579
4763 #: python/configure.py:574
47154764 msgid "Run a .exe file in this virtual drive"
47164765 msgstr "Lancer un «.exe» dans ce disque virtuel"
47174766
4718 #: python/configure.py:580
4767 #: python/configure.py:575
47194768 msgid "Command to exec before running the program"
47204769 msgstr "Commande à exécuter avant de lancer le programme"
47214770
4722 #: python/configure.py:591
4771 #: python/configure.py:585
4772 msgid ""
4773 "Warning:\n"
4774 "\n"
4775 "Any program still running in this virtual drive will be terminated before "
4776 "Wine version is changed.\n"
4777 "Are you sure you want to continue?"
4778 msgstr ""
4779
4780 #: python/configure.py:596
47234781 msgid ""
47244782 "Be careful!\n"
47254783 "If you change "
47274785 "Faites attention!\n"
47284786 "Si vous modifiez "
47294787
4730 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4788 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
47314789 msgid "{0} configuration"
47324790 msgstr "Configuration de {0}"
47334791
4734 #: python/configure.py:659
4792 #: python/configure.py:664
47354793 msgid "Please select a program or a virtual drive to configure"
47364794 msgstr ""
47374795 "Merci de sélectionner un programme ou un lecteur virtuel à configurer"
47384796
4739 #: python/configure.py:677 python/options.py:280
4797 #: python/configure.py:683 python/configure.py:686 python/options.py:280
47404798 msgid "New"
47414799 msgstr "Nouveau"
47424800
4743 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4744 #: python/mainwindow.py:596 python/options.py:207
4801 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4802 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
47454803 msgid "Remove"
47464804 msgstr "Supprimer"
47474805
4748 #: python/configure.py:696
4806 #: python/configure.py:705
47494807 msgid "Install components"
47504808 msgstr "Installez les composants"
47514809
4752 #: python/configure.py:697 python/mainwindow.py:332
4810 #: python/configure.py:706 python/mainwindow.py:330
47534811 msgid "Display"
47544812 msgstr "Affichage"
47554813
4756 #: python/configure.py:698
4814 #: python/configure.py:707
47574815 msgid "Miscellaneous"
47584816 msgstr "Divers"
47594817
4760 #: python/configure.py:726
4818 #: python/configure.py:735
47614819 msgid "This virtual drive is protected"
47624820 msgstr "Ce disque virtuel est protégé"
47634821
4764 #: python/configure.py:728
4822 #: python/configure.py:737
47654823 msgid "Are you sure you want to delete {0} virtual drive ?"
47664824 msgstr "Êtes-vous sur de vouloir supprimer le disque virtuel {0} ?"
47674825
4768 #: python/configure.py:735
4826 #: python/configure.py:744
47694827 msgid "Are you sure you want to delete {0} ?"
47704828 msgstr "Êtes-vous sur de vouloir supprimer {0} ?"
47714829
4772 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4773 #: python/mainwindow.py:997
4830 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4831 #: python/mainwindow.py:995
47744832 msgid "{0} debugger"
47754833 msgstr ""
47764834
47784836 msgid "Please select a debug file"
47794837 msgstr "Veuillez sélectionner le fichier de débogage"
47804838
4781 #: python/debug.py:76
4839 #: python/debug.py:78
47824840 msgid "Locate this logfile"
47834841 msgstr ""
47844842
4785 #: python/debug.py:99
4843 #: python/debug.py:101
47864844 msgid "The file is named : {0}"
47874845 msgstr "Ce fichier est nommé : {0}"
47884846
4789 #: python/debug.py:153 python/debug.py:207
4847 #: python/debug.py:189 python/debug.py:245
47904848 msgid "Virtual drives"
47914849 msgstr "Disques Virtuels"
47924850
4793 #: python/debug.py:184
4851 #: python/debug.py:222
47944852 msgid "Report a problem about {0}"
47954853 msgstr ""
47964854
4797 #: python/debug.py:206
4855 #: python/debug.py:244
47984856 msgid "Install scripts"
47994857 msgstr "Scripts d'installation"
48004858
48194877 msgid "Next"
48204878 msgstr "Suivant"
48214879
4822 #: python/guiv3.py:166
4880 #: python/guiv3.py:171
48234881 msgid "I Agree"
48244882 msgstr "J'accepte"
48254883
4826 #: python/guiv3.py:167
4884 #: python/guiv3.py:172
48274885 msgid "Show virtual drives"
48284886 msgstr "Afficher les disques virtuels"
48294887
4830 #: python/guiv3.py:188
4888 #: python/guiv3.py:193
48314889 msgid "Login: "
48324890 msgstr "Identifiant : "
48334891
4834 #: python/guiv3.py:189
4892 #: python/guiv3.py:194
48354893 msgid "Password: "
48364894 msgstr "Mot de passe : "
48374895
4838 #: python/guiv3.py:192
4896 #: python/guiv3.py:197
48394897 msgid "Register"
48404898 msgstr "S'inscrire"
48414899
4842 #: python/guiv3.py:288
4900 #: python/guiv3.py:302
48434901 msgid "MB downloaded"
48444902 msgstr "Mio téléchargés"
48454903
4846 #: python/guiv3.py:288
4904 #: python/guiv3.py:302
48474905 msgid "of"
48484906 msgstr "sur"
48494907
4850 #: python/guiv3.py:749
4908 #: python/guiv3.py:769
48514909 msgid "You cannot close this window"
48524910 msgstr "Vous ne pouvez pas fermer cette fenêtre"
48534911
48554913 msgid "No description"
48564914 msgstr "Aucune description"
48574915
4858 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4916 #: python/install.py:210
4917 msgid "Accessories"
4918 msgstr "Accessoires"
4919
4920 #: python/install.py:211
4921 msgid "Development"
4922 msgstr "Développement"
4923
4924 #: python/install.py:212
4925 msgid "Education"
4926 msgstr "Éducation"
4927
4928 #: python/install.py:213
4929 msgid "Games"
4930 msgstr "Jeux"
4931
4932 #: python/install.py:214
4933 msgid "Graphics"
4934 msgstr "Graphisme"
4935
4936 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4937 msgid "Internet"
4938 msgstr "Internet"
4939
4940 #: python/install.py:216
4941 msgid "Multimedia"
4942 msgstr "Multimédia"
4943
4944 #: python/install.py:217
4945 msgid "Office"
4946 msgstr "Bureautique"
4947
4948 #: python/install.py:219
4949 msgid "Patches"
4950 msgstr "Correctifs"
4951
4952 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
48594953 msgid "Search"
48604954 msgstr "Recherche"
48614955
48624956 #: python/install.py:252
48634957 msgid "Include:"
48644958 msgstr "Inclure :"
4959
4960 #: python/install.py:258
4961 msgid "Testing"
4962 msgstr "En test"
48654963
48664964 #: python/install.py:263
48674965 msgid "No-cd needed"
49185016 "used for piracy purposes we won't give any support on this matter."
49195017 msgstr ""
49205018
4921 #: python/irc.py:137
5019 #: python/irc.py:139
49225020 msgid "Send"
49235021 msgstr "Envoyer"
49245022
4925 #: python/irc.py:138
5023 #: python/irc.py:140
49265024 msgid "Connect"
49275025 msgstr "Se connecter"
49285026
4929 #: python/irc.py:139
5027 #: python/irc.py:141
49305028 msgid "Disconnect"
49315029 msgstr "Se déconnecter"
49325030
4933 #: python/irc.py:140
5031 #: python/irc.py:142
49345032 msgid "Leave"
49355033 msgstr "Quitter"
49365034
4937 #: python/irc.py:227
5035 #: python/irc.py:229
49385036 msgid "Join a channel"
49395037 msgstr "Rejoindre un canal"
49405038
4941 #: python/irc.py:257 python/mainwindow.py:725
5039 #: python/irc.py:259 python/mainwindow.py:723
49425040 msgid "Messenger"
49435041 msgstr "Messagerie"
49445042
4945 #: python/irc.py:273
5043 #: python/irc.py:275
49465044 msgid ""
49475045 "If you close this window, you cannot read further replies. Are you sure that "
49485046 "you want to close it?"
49695067 msgid "{0} error"
49705068 msgstr ""
49715069
4972 #: python/mainwindow.py:73
5070 #: python/mainwindow.py:75
49735071 msgid "{0} website is unavailable. Please check your connection"
49745072 msgstr ""
49755073
4976 #: python/mainwindow.py:75
5074 #: python/mainwindow.py:77
49775075 msgid "Refreshing {0}"
49785076 msgstr "Actualisation de {0}"
49795077
4980 #: python/mainwindow.py:90 python/mainwindow.py:92
5078 #: python/mainwindow.py:92 python/mainwindow.py:94
49815079 msgid "An updated version of {0} is available"
49825080 msgstr "Une mise à jour de {0} est disponible"
49835081
4984 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5082 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49855083 msgid "Run"
49865084 msgstr "Exécuter"
49875085
4988 #: python/mainwindow.py:200
5086 #: python/mainwindow.py:202
49895087 msgid "Donate"
49905088 msgstr "Faire un don"
49915089
4992 #: python/mainwindow.py:201
5090 #: python/mainwindow.py:203
49935091 msgid "Exit"
49945092 msgstr "Quitter"
49955093
4996 #: python/mainwindow.py:205
5094 #: python/mainwindow.py:207
49975095 msgid "Small icons"
49985096 msgstr "Petites icônes"
49995097
5000 #: python/mainwindow.py:206
5098 #: python/mainwindow.py:208
50015099 msgid "Medium icons"
50025100 msgstr "Moyennes icônes"
50035101
5004 #: python/mainwindow.py:207
5102 #: python/mainwindow.py:209
50055103 msgid "Large icons"
50065104 msgstr "Grandes icônes"
50075105
5008 #: python/mainwindow.py:208
5106 #: python/mainwindow.py:210
50095107 msgid "Very large icons"
50105108 msgstr "Très grandes icônes"
50115109
5012 #: python/mainwindow.py:220
5110 #: python/mainwindow.py:222
50135111 msgid "Manage Wine versions"
50145112 msgstr "Gérer les versions de Wine"
50155113
5016 #: python/mainwindow.py:226
5114 #: python/mainwindow.py:228
50175115 msgid "Read a PC CD-Rom"
50185116 msgstr "Lire un CD-Rom pour PC"
50195117
5020 #: python/mainwindow.py:236
5118 #: python/mainwindow.py:238
50215119 msgid "Close all {0} software"
50225120 msgstr "Fermer tous les programmes de {0}"
50235121
5024 #: python/mainwindow.py:240
5122 #: python/mainwindow.py:242
50255123 msgid "{0} console"
50265124 msgstr "Console de {0}"
50275125
5028 #: python/mainwindow.py:250
5126 #: python/mainwindow.py:248
50295127 msgid "{0} messenger"
50305128 msgstr "Messagerie"
50315129
5032 #: python/mainwindow.py:266 python/options.py:388
5130 #: python/mainwindow.py:264 python/options.py:388
50335131 msgid "File associations"
50345132 msgstr "Associations de fichier"
50355133
5036 #: python/mainwindow.py:273
5134 #: python/mainwindow.py:271
50375135 msgid "About {0}"
50385136 msgstr "À propos de {0}"
50395137
5040 #: python/mainwindow.py:302 python/mainwindow.py:306
5138 #: python/mainwindow.py:300 python/mainwindow.py:304
50415139 msgid "Plugin manager"
50425140 msgstr "Gestionnaire d'extensions"
50435141
5044 #: python/mainwindow.py:331
5142 #: python/mainwindow.py:329
50455143 msgid "File"
50465144 msgstr "Fichier"
50475145
5048 #: python/mainwindow.py:333
5146 #: python/mainwindow.py:331
50495147 msgid "Tools"
50505148 msgstr "Outils"
50515149
5052 #: python/mainwindow.py:334 python/mainwindow.py:723
5150 #: python/mainwindow.py:332 python/mainwindow.py:721
50535151 msgid "Settings"
50545152 msgstr "Réglages"
50555153
5056 #: python/mainwindow.py:335 python/options.py:387
5154 #: python/mainwindow.py:333 python/options.py:387
50575155 msgid "Plugins"
50585156 msgstr "Extensions"
50595157
5060 #: python/mainwindow.py:347 python/mainwindow.py:739
5158 #: python/mainwindow.py:345 python/mainwindow.py:737
50615159 msgid "Close"
50625160 msgstr "Fermer"
50635161
5064 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5162 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
50655163 msgid "Configure"
50665164 msgstr "Configurer"
50675165
5068 #: python/mainwindow.py:584
5166 #: python/mainwindow.py:582
50695167 msgid "Open the application's directory"
50705168 msgstr "Ouvrir le dossier de l'application"
50715169
5072 #: python/mainwindow.py:588 python/mainwindow.py:753
5170 #: python/mainwindow.py:586 python/mainwindow.py:751
50735171 msgid "Read the manual"
50745172 msgstr "Lire le manuel"
50755173
5076 #: python/mainwindow.py:592
5174 #: python/mainwindow.py:590
50775175 msgid "Set the icon"
50785176 msgstr "Changer l'icône"
50795177
5080 #: python/mainwindow.py:600
5178 #: python/mainwindow.py:598
50815179 msgid "Close this application"
50825180 msgstr "Fermer cette application"
50835181
5084 #: python/mainwindow.py:611
5182 #: python/mainwindow.py:609
50855183 msgid "KillApp"
50865184 msgstr "KillApp"
50875185
5088 #: python/mainwindow.py:618
5186 #: python/mainwindow.py:616
50895187 msgid "No manual found for {0}"
50905188 msgstr "Pas de manuel trouvé pour {0}"
50915189
5092 #: python/mainwindow.py:721
5190 #: python/mainwindow.py:719
50935191 msgid "Install a program"
50945192 msgstr "Installer un programme"
50955193
5096 #: python/mainwindow.py:728
5194 #: python/mainwindow.py:726
50975195 msgid "Update GIT"
50985196 msgstr "Mise à jour de GIT"
50995197
5100 #: python/mainwindow.py:731
5198 #: python/mainwindow.py:729
51015199 msgid "Update instructions"
51025200 msgstr ""
51035201
5104 #: python/mainwindow.py:741
5202 #: python/mainwindow.py:739
51055203 msgid "Debug"
51065204 msgstr "Déboguer"
51075205
5108 #: python/mainwindow.py:743
5206 #: python/mainwindow.py:741
51095207 msgid "Report a problem"
51105208 msgstr "Signaler un problème"
51115209
5112 #: python/mainwindow.py:747
5210 #: python/mainwindow.py:745
51135211 msgid "Create a shortcut"
51145212 msgstr "Créer un raccourcis"
51155213
5116 #: python/mainwindow.py:749
5214 #: python/mainwindow.py:747
51175215 msgid "Open the directory"
51185216 msgstr "Ouvrir le répertoire"
51195217
5120 #: python/mainwindow.py:755
5218 #: python/mainwindow.py:753
51215219 msgid "Save"
51225220 msgstr "Sauvegarder"
51235221
5124 #: python/mainwindow.py:758
5222 #: python/mainwindow.py:756
51255223 msgid "Uninstall"
51265224 msgstr "Désinstaller"
51275225
5128 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5129 #: python/mainwindow.py:1003
5226 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5227 #: python/mainwindow.py:1001
51305228 msgid "Please select a program."
51315229 msgstr "Merci de choisir un programme."
51325230
5133 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5231 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
51345232 msgid "{0} settings"
51355233 msgstr "Réglages de {0}"
51365234
5137 #: python/mainwindow.py:965
5235 #: python/mainwindow.py:963
51385236 msgid "{0} install menu"
51395237 msgstr "Menu d'installation de {0}"
51405238
5141 #: python/mainwindow.py:974
5239 #: python/mainwindow.py:972
51425240 msgid "{0} wine versions manager"
51435241 msgstr "Gestionnaire de version de Wine de {0}"
51445242
5145 #: python/mainwindow.py:1005
5243 #: python/mainwindow.py:1003
51465244 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
51475245 msgstr "Le disque virtuel associé à {0} ({1}) n'existe plus."
51485246
52595357 "These information will be very precious for us to help people."
52605358 msgstr ""
52615359
5262 #: python/mainwindow.py:1271
5360 #: python/mainwindow.py:1273
52635361 msgid "Are you sure you want to want to install {0} package?"
52645362 msgstr "Voulez-vous vraiment installer le paquetage de {0}?"
52655363
5266 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5364 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5365 #: python/mainwindow.py:1284
52675366 msgid ""
52685367 "You are trying to open a script design for {0}! It might not work as expected"
52695368 msgstr ""
53425441 msgid "You must restart {0} for the changes to take effect."
53435442 msgstr "Vous devez redémarrer {0} pour que les changements prennent effet."
53445443
5345 #: python/wine_versions.py:194
5444 #: python/wine_versions.py:195
53465445 msgid "Installed Wine versions: "
53475446 msgstr "Versions de Wine installées : "
53485447
5349 #: python/wine_versions.py:195
5448 #: python/wine_versions.py:196
53505449 msgid "Available Wine versions: "
53515450 msgstr "Versions de Wine disponibles : "
53525451
5353 #: python/wine_versions.py:202
5452 #: python/wine_versions.py:203
53545453 msgid "Wine versions"
53555454 msgstr "Versions de Wine"
53565455
5357 #: python/wine_versions.py:321
5456 #: python/wine_versions.py:322
53585457 msgid "Are you sure you want to delete wine {0}?"
53595458 msgstr "Etes vous certain de vouloir supprimer wine {0} ?"
53605459
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:34+0000\n"
1111 "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
1212 "Language-Team: Galician <gl@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
245245 msgstr ""
246246
247247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
248249 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
249250 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
250251 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
273274 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
274275 #: PlayOnLinux_Scripts/Civilization_V_:53
275276 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
276 #: PlayOnLinux_Scripts/Diablo_II_:51
277 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
277278 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
278279 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
279280 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
280281 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
281282 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
282 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
283283 #: PlayOnLinux_Scripts/Google_SketchUp_:51
284284 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
285285 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
299299 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
300300 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
301301 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
302 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
302303 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
303304 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
304305 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
306 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
307 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
308 #: PlayOnLinux_Scripts/Portal_2_:82
307309 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
308310 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:72
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
312315 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
316 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
313317 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
314318 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
315319 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
320 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
316321 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
317322 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
318 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
324 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
320326 #: PlayOnLinux_Scripts/Starcraft_:34
321327 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
322328 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
329 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
330 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
324331 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
325332 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
333 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
326334 #: PlayOnLinux_Scripts/Theme_Hospital_:59
327335 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
328336 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
329337 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
330338 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
339 #: PlayOnLinux_Scripts/Wizard_101_:38
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
340349 msgid "Please select the setup file to run"
341350 msgstr "Porfavor selecione o arquivo de instalación para iniciar"
342351
352 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
357 #, sh-format
358 msgid "Please insert the game media into your disc drive."
359 msgstr ""
360
343361 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
344364 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
345365 #: PlayOnLinux_Scripts/Dishonored_:72
346366 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
434454 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
435455 #: PlayOnLinux_Scripts/Magicka_:68
436456 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
457 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
437458 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
438459 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
439460 #: PlayOnLinux_Scripts/Rayman_Origins_:83
440461 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
441 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
442 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
462 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
463 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
443464 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
444465 #: PlayOnLinux_Scripts/The_Witcher_:125
445466 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
469490 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
470491 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
471492 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
493 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
472494 #: PlayOnLinux_Scripts/Driftmoon_:43
473495 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
474496 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
477499 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
478500 #: PlayOnLinux_Scripts/League_Of_Legends_:57
479501 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
480 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
502 #: PlayOnLinux_Scripts/Sacrifice_:41
503 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
504 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
505 #: PlayOnLinux_Scripts/Toontown_Online_:25
506 #: PlayOnLinux_Scripts/Watchtower_library_:43
481507 #: PlayOnLinux_Scripts/iTunes_10_:28
482508 #, sh-format
483509 msgid "Please select the setup file to run."
492518 #: PlayOnLinux_Scripts/POL_GoG_download_:48
493519 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
494520 #: PlayOnLinux_Scripts/SimCity_2000_:50
495 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
496 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
521 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
522 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
497523 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
498524 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
499525 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
500 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
501 #: lib/wine.lib:1186
526 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
527 #: lib/wine.lib:1171 lib/wine.lib:1201
502528 #, sh-format
503529 msgid "Please wait..."
504530 msgstr ""
526552 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
527553 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
528554 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
529 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
555 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
530556 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
531557 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
532558 #: PlayOnLinux_Scripts/Dead_Space_2_:85
542568 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
543569 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
544570 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
545 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
571 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
546572 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
547573 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
548574 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
604630 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
605631 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
606632 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
607 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
633 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
608634 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
609635 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
610636 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
611 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
612 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
637 #: PlayOnLinux_Scripts/Dead_Space_:50
638 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
639 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
640 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
613641 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
614642 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
615643 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
619647 #: PlayOnLinux_Scripts/Rage_:79
620648 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
621649 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
622 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
650 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
623651 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
624652 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
625653 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
657685 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
658686 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
659687 #: PlayOnLinux_Scripts/Sacrifice_:45
660 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
688 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
661689 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
662690 #: PlayOnLinux_Scripts/The_Witcher_:102
663691 #, sh-format
668696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
669697 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
670698 #: PlayOnLinux_Scripts/Mass_Effect_:54
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
699 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
672700 #: PlayOnLinux_Scripts/The_Witcher_:110
673701 #, sh-format
674702 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
680708 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
681709 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
682 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
710 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
683711 #: PlayOnLinux_Scripts/The_Witcher_:113
684712 #, sh-format
685713 msgid "Please insert the next game media into your disk drive"
708736 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
709737 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
710738 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
739 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
711740 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
712741 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
713742 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
813842 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
814843 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
815844 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
816 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
845 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
817846 #, sh-format
818847 msgid ""
819848 "You must disable anti-piracy protections of this game\\nif you want to play "
831860
832861 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
833862 #: PlayOnLinux_Scripts/Cars_2_:83
834 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
863 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
835864 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
836865 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
837866 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
852881 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
853882 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
854883 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
884 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
885 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
855886 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
856887 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
857888 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10671098 msgid "Please insert media 2 into your disk drive\\nif not already done."
10681099 msgstr ""
10691100
1070 #: PlayOnLinux_Scripts/Diablo_III_:29
1101 #: PlayOnLinux_Scripts/Diablo_III_:31
10711102 #, sh-format
10721103 msgid "Please select the setup file downloaded on $EDITOR website"
10731104 msgstr ""
10741105
1075 #: PlayOnLinux_Scripts/Diablo_III_:60
1106 #: PlayOnLinux_Scripts/Diablo_III_:62
10761107 #, sh-format
10771108 msgid ""
10781109 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10791110 "patch (AcceptEx Fix)"
10801111 msgstr ""
10811112
1082 #: PlayOnLinux_Scripts/Diablo_III_:60
1113 #: PlayOnLinux_Scripts/Diablo_III_:62
10831114 #, sh-format
10841115 msgid ""
10851116 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10861117 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1118 msgstr ""
1119
1120 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1121 #, sh-format
1122 msgid "Scanning your hardware..."
10871123 msgstr ""
10881124
10891125 #: PlayOnLinux_Scripts/Dishonored_:79
11621198
11631199 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11641200 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1165 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1166 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1201 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1202 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11671203 #, sh-format
11681204 msgid "Please insert the first game media into your disk drive"
11691205 msgstr ""
11701206
11711207 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1172 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1208 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11731209 #, sh-format
11741210 msgid "Please insert the second game media into your disk drive"
11751211 msgstr ""
12341270 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12351271 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12361272 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1273 #: PlayOnLinux_Scripts/Hearthstone_:64
12371274 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12381275 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12391276 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12591296 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12601297 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12611298 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1262 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1299 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12631300 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12641301 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12651302 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12831320 msgid "Editor"
12841321 msgstr ""
12851322
1286 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1323 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12871324 #, sh-format
12881325 msgid "This install script requires ffmpeg"
12891326 msgstr ""
12901327
1291 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1328 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12921329 #, sh-format
12931330 msgid "Converting videos..."
12941331 msgstr ""
12951332
12961333 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1334 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12971335 #, sh-format
12981336 msgid ""
12991337 "On first run the game will autodetect available renderers.\\nIt is likely "
13061344 msgid "Run $TITLE in safe mode?"
13071345 msgstr ""
13081346
1347 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1348 #, sh-format
1349 msgid ""
1350 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1351 "disable it by pressing Alt+R while in game.)"
1352 msgstr ""
1353
1354 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1355 #, sh-format
1356 msgid ""
1357 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1358 "game."
1359 msgstr ""
1360
13091361 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13101362 #, sh-format
13111363 msgid "Could not find program directory"
13681420 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13691421 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13701422 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1371 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1372 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1373 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13741423 #, sh-format
13751424 msgid "Language"
13761425 msgstr ""
14941543 msgid "Dedicated server"
14951544 msgstr ""
14961545
1497 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1546 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14981547 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14991548 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15001549 #, sh-format
15201569 msgid "Code wheel"
15211570 msgstr ""
15221571
1523 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1524 #, sh-format
1525 msgid "Do you have a language pack to install?"
1526 msgstr ""
1527
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1529 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1530 #, sh-format
1531 msgid "Later"
1532 msgstr ""
1533
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1572 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1573 #, sh-format
1574 msgid ""
1575 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1576 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1577 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1581 #, sh-format
1582 msgid "Now you must install the modpack in directory:"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1586 #, sh-format
1587 msgid "Please select ANY 3 icons when prompted."
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1591 #, sh-format
1592 msgid "temp directory missing"
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1596 #, sh-format
1597 msgid ""
1598 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1599 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1600 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1601 "details.\\nInstall it?"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1605 #, sh-format
1606 msgid "Control Panel"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1610 #, sh-format
1611 msgid ""
1612 "IMPORTANT:\n"
1613 " \\n\\nOn the installation window coming next, do NOT click the Options "
1614 "button, it would mess up the language selection."
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1618 #, sh-format
1619 msgid ""
1620 "On first run the game will autodetect available renderers.\\nIt is likely "
1621 "that you will get better performance out of the OpenGL renderer."
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Goblins_3_:21
1625 #, sh-format
1626 msgid "Please select the game language"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Gothic_3_:82
1630 #, sh-format
1631 msgid "Choose the game resolution"
1632 msgstr ""
1633
1634 #: PlayOnLinux_Scripts/Gothic_3_:96
1635 #, sh-format
1636 msgid ""
1637 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1638 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1639 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1640 msgstr ""
1641
1642 #: PlayOnLinux_Scripts/Gothic_3_:110
1643 #, sh-format
1644 msgid "$TITLE is installed"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Guild_Wars_:53
1648 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1649 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1650 #, sh-format
1651 msgid "Please insert the DVD-ROM"
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1655 #, sh-format
1656 msgid ""
1657 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1658 "client and download will resume from where it stopped. Download percentage "
1659 "reset but do not worry, it do not restart from the beginning."
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1663 #, sh-format
1664 msgid ""
1665 "Please select $TITLE install file. During installation, uncheck all extra "
1666 "drivers it wants to install:"
1667 msgstr ""
1668
15351669 #: PlayOnLinux_Scripts/Half_Life_2_:56
15361670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15371671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15381672 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1539 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1673 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15401674 #, sh-format
15411675 msgid "No"
15421676 msgstr "Non"
15431677
1544 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1545 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1678 #: PlayOnLinux_Scripts/Half_Life_2_:56
1679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1681 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1682 #: PlayOnLinux_Scripts/Portal_:36
1683 #, sh-format
1684 msgid ""
1685 "Steam installation has been detected\\nwould you like to install this game "
1686 "in the same virtual drive?"
1687 msgstr ""
1688
15461689 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15471690 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15481691 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15511694 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15521695 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15531696 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1554 #: python/guiv3.py:157
1697 #: python/guiv3.py:158 python/guiv3.py:161
15551698 #, sh-format
15561699 msgid "Yes"
15571700 msgstr "Sí"
15581701
1559 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1560 #, sh-format
1561 msgid ""
1562 "To install a language pack later, open the configuration panel for the game "
1563 "in order to execute the installer into the virtual disk (Misc tab)"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1567 #, sh-format
1568 msgid ""
1569 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1570 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1571 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1575 #, sh-format
1576 msgid "Now you must install the modpack in directory:"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1580 #, sh-format
1581 msgid "Please select ANY 3 icons when prompted."
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1585 #, sh-format
1586 msgid "temp directory missing"
1587 msgstr ""
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1590 #, sh-format
1591 msgid ""
1592 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1593 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1594 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1595 "details.\\nInstall it?"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1599 #, sh-format
1600 msgid "Control Panel"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1604 #, sh-format
1605 msgid ""
1606 "IMPORTANT:\n"
1607 " \\n\\nOn the installation window coming next, do NOT click the Options "
1608 "button, it would mess up the language selection."
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1612 #, sh-format
1613 msgid ""
1614 "On first run the game will autodetect available renderers.\\nIt is likely "
1615 "that you will get better performance out of the OpenGL renderer."
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Goblins_3_:21
1619 #, sh-format
1620 msgid "Please select the game language"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:82
1624 #, sh-format
1625 msgid "Choose the game resolution"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Gothic_3_:96
1629 #, sh-format
1630 msgid ""
1631 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1632 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1633 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Gothic_3_:110
1637 #, sh-format
1638 msgid "$TITLE is installed"
1639 msgstr ""
1640
1641 #: PlayOnLinux_Scripts/Guild_Wars_:53
1642 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1643 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1644 #, sh-format
1645 msgid "Please insert the DVD-ROM"
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1649 #, sh-format
1650 msgid ""
1651 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1652 "client and download will resume from where it stopped. Download percentage "
1653 "reset but do not worry, it do not restart from the beginning."
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1657 #, sh-format
1658 msgid ""
1659 "Please select $TITLE install file. During installation, uncheck all extra "
1660 "drivers it wants to install:"
1661 msgstr ""
1662
1663 #: PlayOnLinux_Scripts/Half_Life_2_:56
1664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1665 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1666 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1667 #: PlayOnLinux_Scripts/Portal_:36
1668 #, sh-format
1669 msgid ""
1670 "Steam installation has been detected\\nwould you like to install this game "
1671 "in the same virtual drive?"
1672 msgstr ""
1673
16741702 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16751703 #, sh-format
16761704 msgid "Updating $TITLE"
16771705 msgstr ""
16781706
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1707 #: PlayOnLinux_Scripts/Hanahira__:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16811709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16821710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16881716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16891717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16901718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1724 #: PlayOnLinux_Scripts/Steins_Gate_:51
16911725 #, sh-format
16921726 msgid "Please locate installation program (Setup.exe)"
16931727 msgstr ""
16941728
1695 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1696 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1729 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16971730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16981731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16991732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17151748 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17161749 msgstr ""
17171750
1751 #: PlayOnLinux_Scripts/Hearthstone_:26
1752 #, sh-format
1753 msgid "What language do you want to install?"
1754 msgstr ""
1755
17181756 #: PlayOnLinux_Scripts/ImgBurn_:38
17191757 #, sh-format
17201758 msgid ""
17521790 msgstr ""
17531791
17541792 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1755 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17561793 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17571794 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17581795 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19041941 "If the download update stuck close and run until the download is complete."
19051942 msgstr ""
19061943
1944 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19071945 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19081946 #, sh-format
19091947 msgid "Demo version"
19101948 msgstr ""
19111949
1950 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19121951 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19131952 #, sh-format
19141953 msgid "Please select version."
19622001 #, sh-format
19632002 msgid ""
19642003 "No filename extension specified, skipping association to native application."
2004 msgstr ""
2005
2006 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2007 #, sh-format
2008 msgid "Contacting download server."
19652009 msgstr ""
19662010
19672011 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20472091 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2050 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2094 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20512095 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20532097 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20852129 "them without issues"
20862130 msgstr ""
20872131
2088 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2089 #, sh-format
2090 msgid "This package fail to install with wine 1.5.21 or better"
2091 msgstr ""
2092
2093 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2132 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20942133 #, sh-format
20952134 msgid ""
20962135 "If you see error messages during DotNet 3.5 installation, you can ignore "
22062245 "Please update."
22072246 msgstr ""
22082247
2209 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2248 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2249 #: PlayOnLinux_Scripts/yWriter_5_:45
22102250 #, sh-format
22112251 msgid "Downloading..."
22122252 msgstr ""
23172357 msgid "Microsoft fonts have been installed successfully."
23182358 msgstr ""
23192359
2360 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2361 #, sh-format
2362 msgid ""
2363 "OSX users: If the screen flickers once the game is launched, try to press "
2364 "cmd + tab twice"
2365 msgstr ""
2366
23202367 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23212368 #, sh-format
23222369 msgid "Remove Game For Windows Live..."
23542401 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23552402 msgstr ""
23562403
2357 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2404 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23582405 #, sh-format
23592406 msgid "Abort installation"
23602407 msgstr ""
23792426 msgid "The program needs access to ptrace() to proceed:"
23802427 msgstr ""
23812428
2382 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2429 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23832430 #, sh-format
23842431 msgid "User abort"
23852432 msgstr ""
24182465 msgid "Please do not run $TITLE after installation has finished."
24192466 msgstr ""
24202467
2468 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2469 #, sh-format
2470 msgid "Extracting $TITLE"
2471 msgstr ""
2472
24212473 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24222474 #, sh-format
24232475 msgid ""
24302482 msgid "$TITLE has been successfully installed."
24312483 msgstr ""
24322484
2485 #: PlayOnLinux_Scripts/Poker_Stars_:37
2486 #, sh-format
2487 msgid "Error while installing. Downloaded file not found."
2488 msgstr ""
2489
24332490 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24342491 #, sh-format
24352492 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24372494
24382495 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24392496 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2497 #: PlayOnLinux_Scripts/Watchtower_library_:58
24402498 #, sh-format
24412499 msgid "Please wait while $TITLE is installed"
24422500 msgstr ""
24682526 #: PlayOnLinux_Scripts/Rage_:93
24692527 #, sh-format
24702528 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2532 #, sh-format
2533 msgid ""
2534 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2535 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2536 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2537 "n\\nIf you have one of this two versions of this game, please give some "
2538 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2539 "n\\nThank you!"
2540 msgstr ""
2541
2542 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2543 #, sh-format
2544 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2548 #, sh-format
2549 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2553 #, sh-format
2554 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2558 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2559 #, sh-format
2560 msgid "Select a version of installation disc:"
2561 msgstr ""
2562
2563 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2564 #, sh-format
2565 msgid "First Release (without addons)"
2566 msgstr ""
2567
2568 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2569 #, sh-format
2570 msgid "Gold Edition"
2571 msgstr ""
2572
2573 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2574 #, sh-format
2575 msgid "Platinum Edition"
2576 msgstr ""
2577
2578 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2579 #, sh-format
2580 msgid "What is your version of Railroad Tycoon II?"
2581 msgstr ""
2582
2583 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2584 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2585 #, sh-format
2586 msgid ""
2587 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2588 "desktop.\\n\\nThank you for using this installation script! :)"
24712589 msgstr ""
24722590
24732591 #: PlayOnLinux_Scripts/Reaper_4_:30
26192737 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26202738 msgstr ""
26212739
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2750 #, sh-format
2751 msgid ""
2752 "Close the visual novel when it appears to continue installation. Click Next "
2753 "to begin installation."
2754 msgstr ""
2755
2756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2757 #, sh-format
2758 msgid ""
2759 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2760 "script will now install it. Click Next to continue."
2761 msgstr ""
2762
26222763 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26232764 #, sh-format
26242765 msgid ""
26262767 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26272768 msgstr ""
26282769
2629 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2630 #, sh-format
2631 msgid "Please locate installation program (Launcher.exe)"
2632 msgstr ""
2633
2634 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2635 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2636 #, sh-format
2637 msgid ""
2638 "When the launcher opens, click on the top button to open the installer. When "
2639 "a new window opens, click OK. When another window opens, click on the button "
2640 "with the letter N until it is installing. Wait until it is done and click "
2641 "the right button to quit. Click Next when you are done installing."
2770 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2771 #, sh-format
2772 msgid "Please locate installation program in Data folder (Resonance.msi)"
26422773 msgstr ""
26432774
26442775 #: PlayOnLinux_Scripts/Steam_:50
26742805 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26752806 "game. Steam install xna framework the game. Close the Steam so that the "
26762807 "installer can continue."
2808 msgstr ""
2809
2810 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2811 #, sh-format
2812 msgid "If youve the extentions, you should install Tribunal first !"
26772813 msgstr ""
26782814
26792815 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27852921 "pp 4-5."
27862922 msgstr ""
27872923
2924 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2925 #, sh-format
2926 msgid "Please select the installation file to run."
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2930 #, sh-format
2931 msgid ""
2932 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2933 "your region.\\n 2. Leave only checked DirectX box."
2934 msgstr ""
2935
27882936 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27892937 #, sh-format
27902938 msgid ""
27912939 "The game will fail to launch until you set "
27922940 "/proc/sys/kernel/yama/ptrace_scope to 0"
2941 msgstr ""
2942
2943 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2944 #, sh-format
2945 msgid "Other destination or other CD/DVD"
2946 msgstr ""
2947
2948 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2949 #, sh-format
2950 msgid "Retail CD"
2951 msgstr ""
2952
2953 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2954 #, sh-format
2955 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2956 msgstr ""
2957
2958 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2959 #, sh-format
2960 msgid "video fix"
27932961 msgstr ""
27942962
27952963 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28723040 msgid "Donwload finished.\\nPatches installation will begin"
28733041 msgstr ""
28743042
3043 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3044 #, sh-format
3045 msgid "We will download the installer"
3046 msgstr ""
3047
28753048 #: PlayOnLinux_Scripts/Toontown_Online_:17
28763049 #, sh-format
28773050 msgid ""
29093082 msgid "Do you want to browse $TITLE website?"
29103083 msgstr ""
29113084
3085 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3086 #, sh-format
3087 msgid ""
3088 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3089 "messenger, because it will won't work correctly."
3090 msgstr ""
3091
3092 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3093 #, sh-format
3094 msgid "Warning"
3095 msgstr ""
3096
29123097 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29133098 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29143099 #, sh-format
29173102 "want it to run correctly with $APPLICATION_TITLE"
29183103 msgstr ""
29193104
3105 #: PlayOnLinux_Scripts/Watchtower_library_:49
3106 #, sh-format
3107 msgid "File Selection Error"
3108 msgstr ""
3109
3110 #: PlayOnLinux_Scripts/Watchtower_library_:49
3111 #, sh-format
3112 msgid ""
3113 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3114 msgstr ""
3115
29203116 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29213117 #, sh-format
29223118 msgid ""
29333129 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29343130 #, sh-format
29353131 msgid ""
2936 "Attention: After installation is complete, the patcher will load. Please "
2937 "close the patcher before logging in or finish updating to complete the "
2938 "installation. After this, you can run \"$TITLE\" when setup is done"
3132 "Attention:After installation is complete, the patcher will load. After, go "
3133 "to the top right of the patcher and click the wrench, Then Un-check the box "
3134 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3135 "minuite. When finished with this, please close the patcher before logging in "
3136 "or finish updating to complete the installation. After this, you can run "
3137 "\"$TITLE\" when setup is done"
29393138 msgstr ""
29403139
29413140 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29763175 "Please insert game media 5 into your disk drive\\nif not already done."
29773176 msgstr ""
29783177
3178 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3179 #, sh-format
3180 msgid "Which region version of World of Warplanes would you like to install?"
3181 msgstr ""
3182
3183 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3184 #, sh-format
3185 msgid ""
3186 "Attention:After installation is complete, the patcher will load. After, go "
3187 "to the top right of the patcher and click the wrench, Then Un-check the box "
3188 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3189 "minute. When finished with this, please close the patcher before logging in "
3190 "or finish updating to complete the installation. After this, you can run "
3191 "\"$TITLE\" when setup is done"
3192 msgstr ""
3193
29793194 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29803195 #, sh-format
29813196 msgid ""
30233238 msgid "Please select the 32bit version of iTunes"
30243239 msgstr ""
30253240
3026 #: PlayOnLinux_Scripts/osu_:45
3241 #: PlayOnLinux_Scripts/osu_:46
30273242 #, sh-format
30283243 msgid ""
30293244 "Press next to start the updater. When the updater is finished, close it "
30433258 "resolution when rFactor Config comes up."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:31
3261 #: bash/bug_report:32
30473262 #, sh-format
30483263 msgid "Report a bug"
30493264 msgstr "Reportar un erro"
30503265
3051 #: bash/bug_report:36
3266 #: bash/bug_report:37
30523267 #, sh-format
30533268 msgid ""
30543269 "Please give the more details as you can, otherwise, it will be very "
30553270 "difficult to help you"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:36
3273 #: bash/bug_report:37
30593274 #, sh-format
30603275 msgid ""
30613276 "This wizard will help you to report a bug about an officially supported "
30623277 "program."
30633278 msgstr ""
30643279
3065 #: bash/bug_report:40
3280 #: bash/bug_report:41
30663281 #, sh-format
30673282 msgid ""
30683283 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30693284 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30703285 msgstr ""
30713286
3072 #: bash/bug_report:46
3287 #: bash/bug_report:47
30733288 #, sh-format
30743289 msgid "I have a problem with a software"
30753290 msgstr ""
30763291
3077 #: bash/bug_report:46
3292 #: bash/bug_report:47
30783293 #, sh-format
30793294 msgid "My problem concerns $APPLICATION_TITLE itself"
30803295 msgstr ""
30813296
3082 #: bash/bug_report:46
3297 #: bash/bug_report:47
30833298 #, sh-format
30843299 msgid "What kind of problem do you have?"
30853300 msgstr ""
30863301
3087 #: bash/bug_report:50
3302 #: bash/bug_report:51
30883303 #, sh-format
30893304 msgid "Don't join any log file"
30903305 msgstr ""
30913306
3092 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3307 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30933308 #: bash/manual_install:120 bash/manual_install:219
30943309 #, sh-format
30953310 msgid "Manual installation"
30963311 msgstr ""
30973312
3098 #: bash/bug_report:54 bash/run_exe:24
3313 #: bash/bug_report:55 bash/run_exe:24
30993314 #, sh-format
31003315 msgid "Automatic installation"
31013316 msgstr ""
31023317
3103 #: bash/bug_report:65
3318 #: bash/bug_report:66
31043319 #, sh-format
31053320 msgid "Choose the log file corresponding to your software."
31063321 msgstr ""
31073322
3108 #: bash/bug_report:69
3323 #: bash/bug_report:70
31093324 #, sh-format
31103325 msgid "Please give a very short description (title, english only)"
31113326 msgstr ""
31123327
3113 #: bash/bug_report:72
3328 #: bash/bug_report:73
31143329 #, sh-format
31153330 msgid "Please explain your problem clearly (english only):"
31163331 msgstr ""
31173332
3118 #: bash/bug_report:76
3333 #: bash/bug_report:77
31193334 #, sh-format
31203335 msgid "Sorry, we need a detailed description."
31213336 msgstr ""
31223337
3123 #: bash/bug_report:107
3338 #: bash/bug_report:108
31243339 #, sh-format
31253340 msgid ""
31263341 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31623377 msgstr "Escolle o nome da nova unidade virtual"
31633378
31643379 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3165 #: python/mainwindow.py:232
3380 #: python/mainwindow.py:234
31663381 #, sh-format
31673382 msgid "Run a local script"
31683383 msgstr "Executar script local"
32863501 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32873502 msgstr ""
32883503
3289 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3504 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32903505 #, sh-format
32913506 msgid "$APPLICATION_TITLE first use"
32923507 msgstr ""
32933508
3294 #: bash/first_use:240
3509 #: bash/first_use:242
32953510 #, sh-format
32963511 msgid "$APPLICATION_TITLE is going to finish its preparation"
32973512 msgstr ""
32983513
3299 #: bash/first_use:240 bash/first_use:243
3514 #: bash/first_use:242 bash/first_use:245
33003515 #, sh-format
33013516 msgid "Please ensure you are connected to the internet."
33023517 msgstr ""
33033518
3304 #: bash/first_use:243
3519 #: bash/first_use:245
33053520 #, sh-format
33063521 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33073522 msgstr ""
33083523
3309 #: bash/first_use:243
3524 #: bash/first_use:245
33103525 #, sh-format
33113526 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33123527 msgstr ""
33133528
3314 #: bash/first_use:253
3529 #: bash/first_use:255
33153530 #, sh-format
33163531 msgid "Error while installing fonts"
33173532 msgstr ""
33183533
3319 #: bash/first_use:271
3534 #: bash/first_use:273
33203535 #, sh-format
33213536 msgid "Enjoy using $APPLICATION_TITLE"
33223537 msgstr ""
34283643 msgid "Use another version of Wine"
34293644 msgstr ""
34303645
3431 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3432 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3646 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3647 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34333648 #, sh-format
34343649 msgid "Configure Wine"
34353650 msgstr "Configurar Wine"
34493664 msgid "What would you like to do before installation?"
34503665 msgstr ""
34513666
3452 #: bash/manual_install:230 lib/scripts.lib:437
3667 #: bash/manual_install:231 lib/scripts.lib:438
34533668 #, sh-format
34543669 msgid "Please make your choice"
34553670 msgstr ""
34563671
3457 #: bash/manual_install:258
3672 #: bash/manual_install:259
34583673 #, sh-format
34593674 msgid "Looking for runnable CD-ROMs"
34603675 msgstr ""
34613676
3462 #: bash/manual_install:281
3677 #: bash/manual_install:282
34633678 #, sh-format
34643679 msgid "Select another file"
34653680 msgstr ""
34663681
3467 #: bash/manual_install:289
3682 #: bash/manual_install:290
34683683 #, sh-format
34693684 msgid "Please choose a way to install your program"
34703685 msgstr ""
34713686
3472 #: bash/manual_install:298
3687 #: bash/manual_install:299
34733688 #, sh-format
34743689 msgid "Please select the install file to run."
34753690 msgstr ""
34763691
3477 #: bash/manual_install:328
3692 #: bash/manual_install:329
34783693 #, sh-format
34793694 msgid "You must choose a file!"
34803695 msgstr ""
34813696
3482 #: bash/manual_install:334
3697 #: bash/manual_install:335
34833698 #, sh-format
34843699 msgid "$APPLICATION_TITLE is installing your application..."
34853700 msgstr ""
35573772 msgid "Extracting: "
35583773 msgstr ""
35593774
3560 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3775 #: bash/playonlinux-pkg:111
35613776 #, sh-format
35623777 msgid "Running..."
35633778 msgstr ""
35673782 msgid "Cleaning..."
35683783 msgstr ""
35693784
3570 #: bash/playonlinux_online:32
3571 #, sh-format
3572 msgid ""
3573 "This is the list of the scripts you sent to us. You can run one of them"
3574 msgstr ""
3575
3576 #: bash/playonlinux_online:42
3577 #, sh-format
3578 msgid "You do not seems to have any personal script"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:47
3582 #, sh-format
3583 msgid ""
3584 "If you have successfully installed a program with 'Install a non-listed\\"
3585 "nsoftware' button, it will allow you to add this program in our list"
3586 msgstr ""
3587
3588 #: bash/playonlinux_online:47
3589 #, sh-format
3590 msgid "This tools will allow you to help us :"
3591 msgstr ""
3592
3593 #: bash/playonlinux_online:47
3594 #, sh-format
3595 msgid ""
3596 "We're going to ask you some questions, please be as much accurate as\\"
3597 "npossible"
3598 msgstr ""
3599
3600 #: bash/playonlinux_online:55
3601 #, sh-format
3602 msgid "Choose the file corresponding to your program."
3603 msgstr ""
3604
3605 #: bash/playonlinux_online:59
3606 #, sh-format
3607 msgid "Does your program run?"
3608 msgstr ""
3609
3610 #: bash/playonlinux_online:62
3611 #, sh-format
3612 msgid "What is the title of your program?"
3613 msgstr ""
3614
3615 #: bash/playonlinux_online:64
3616 #, sh-format
3617 msgid "What is the editor of your program?"
3618 msgstr ""
3619
3620 #: bash/playonlinux_online:66
3621 #, sh-format
3622 msgid "What is the editor website of your program?"
3623 msgstr ""
3624
3625 #: bash/playonlinux_online:69 python/install.py:210
3626 #, sh-format
3627 msgid "Accessories"
3628 msgstr "Accesorios"
3629
3630 #: bash/playonlinux_online:69 python/install.py:211
3631 #, sh-format
3632 msgid "Development"
3633 msgstr "Desenvolvemento"
3634
3635 #: bash/playonlinux_online:69 python/install.py:212
3636 #, sh-format
3637 msgid "Education"
3638 msgstr "Educación"
3639
3640 #: bash/playonlinux_online:69 python/install.py:213
3641 #, sh-format
3642 msgid "Games"
3643 msgstr "Xogos"
3644
3645 #: bash/playonlinux_online:69 python/install.py:214
3646 #, sh-format
3647 msgid "Graphics"
3648 msgstr "Gráficos"
3649
3650 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3651 #: python/options.py:384
3652 #, sh-format
3653 msgid "Internet"
3654 msgstr "Internet"
3655
3656 #: bash/playonlinux_online:69 python/install.py:216
3657 #, sh-format
3658 msgid "Multimedia"
3659 msgstr "Multimedia"
3660
3661 #: bash/playonlinux_online:69 python/install.py:217
3662 #, sh-format
3663 msgid "Office"
3664 msgstr "Oficina"
3665
3666 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3667 #, sh-format
3668 msgid "Other"
3669 msgstr "Outro"
3670
3671 #: bash/playonlinux_online:69 python/install.py:219
3672 #, sh-format
3673 msgid "Patches"
3674 msgstr "parches"
3675
3676 #: bash/playonlinux_online:69
3677 #, sh-format
3678 msgid "Select a category for your program"
3679 msgstr ""
3680
3681 #: bash/playonlinux_online:69 python/install.py:258
3682 #, sh-format
3683 msgid "Testing"
3684 msgstr "Provas"
3685
3686 #: bash/playonlinux_online:72
3687 #, sh-format
3688 msgid ""
3689 "What feature of your program does not work?\\nIf everything works, please "
3690 "mention it"
3691 msgstr ""
3692
3693 #: bash/playonlinux_online:74
3694 #, sh-format
3695 msgid "Write any change you made to wine configuration here:"
3696 msgstr ""
3697
3698 #: bash/playonlinux_online:102
3699 #, sh-format
3700 msgid "You must be able to run this program!"
3701 msgstr ""
3702
3703 #: bash/playonlinux_online:107
3704 #, sh-format
3705 msgid "Run one of your personal scripts"
3706 msgstr ""
3707
3708 #: bash/playonlinux_online:108
3709 #, sh-format
3710 msgid "Send to us a working script generated by manual installation"
3711 msgstr ""
3712
3713 #: bash/playonlinux_online:109
3714 #, sh-format
3715 msgid "Logout"
3716 msgstr ""
3717
3718 #: bash/playonlinux_online:110
3719 #, sh-format
3720 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3721 msgstr ""
3722
3723 #: bash/playonlinux_online:124
3724 #, sh-format
3725 msgid ""
3726 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3727 "safely close this window"
3728 msgstr ""
3729
3730 #: bash/polconfigurator:33
3785 #: bash/polconfigurator:34
37313786 #, sh-format
37323787 msgid "Killing programs in the virtual drive..."
37333788 msgstr ""
37343789
3735 #: bash/polconfigurator:79
3790 #: bash/polconfigurator:86
37363791 #, sh-format
37373792 msgid "Icon selection"
37383793 msgstr ""
37393794
3740 #: bash/polconfigurator:79
3795 #: bash/polconfigurator:86
37413796 #, sh-format
37423797 msgid "Please select an icon file"
37433798 msgstr ""
37443799
3745 #: bash/polconfigurator:86
3800 #: bash/polconfigurator:93
37463801 #, sh-format
37473802 msgid "Bad file extension"
37483803 msgstr ""
37493804
3750 #: bash/polconfigurator:86
3805 #: bash/polconfigurator:93
37513806 #, sh-format
37523807 msgid "is not an icon extension"
37533808 msgstr ""
37543809
3755 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3756 #: python/mainwindow.py:621
3810 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3811 #: python/mainwindow.py:619
37573812 #, sh-format
37583813 msgid "Registry Editor"
37593814 msgstr "Editor de Rexistro"
37603815
3761 #: bash/polconfigurator:97
3816 #: bash/polconfigurator:104
37623817 #, sh-format
37633818 msgid "Kill all prefix processes"
37643819 msgstr ""
37653820
3766 #: bash/polconfigurator:98
3821 #: bash/polconfigurator:105
37673822 #, sh-format
37683823 msgid "Update wineprefix"
37693824 msgstr ""
37703825
3771 #: bash/polconfigurator:99
3826 #: bash/polconfigurator:106
37723827 #, sh-format
37733828 msgid "Simulate Windows reboot"
37743829 msgstr ""
37753830
3776 #: bash/polconfigurator:100
3831 #: bash/polconfigurator:107
37773832 #, sh-format
37783833 msgid "Use Advanced Wine Configuration plugin"
37793834 msgstr ""
37803835
3781 #: bash/polconfigurator:101
3836 #: bash/polconfigurator:108
37823837 #, sh-format
37833838 msgid "Use PlayOnLinux's configurator for"
37843839 msgstr ""
37853840
3786 #: bash/polconfigurator:103
3841 #: bash/polconfigurator:110
37873842 #, sh-format
37883843 msgid "Change the icon"
37893844 msgstr ""
37903845
3791 #: bash/polconfigurator:104
3846 #: bash/polconfigurator:111
37923847 #, sh-format
37933848 msgid "Use WineTricks"
37943849 msgstr ""
37953850
3796 #: bash/polconfigurator:123
3851 #: bash/polconfigurator:130
37973852 #, sh-format
37983853 msgid "Please choose an action to perform"
37993854 msgstr ""
38433898 msgid "Please choose a CD-ROM to eject"
38443899 msgstr ""
38453900
3846 #: bash/run_app:83
3901 #: bash/run_app:85
38473902 #, sh-format
38483903 msgid "Please choose a software to run"
38493904 msgstr ""
38503905
3851 #: bash/run_app:114
3906 #: bash/run_app:116
38523907 #, sh-format
38533908 msgid "$APPLICATION_TITLE debugger is starting..."
38543909 msgstr ""
38553910
3856 #: bash/run_app:117
3911 #: bash/run_app:119
38573912 #, sh-format
38583913 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38593914 msgstr ""
38603915
3861 #: bash/run_app:119
3916 #: bash/run_app:121
38623917 #, sh-format
38633918 msgid "$PACKAGE crashed."
38643919 msgstr ""
39143969 msgstr ""
39153970
39163971 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3917 #: lib/playonlinux.lib:717
3972 #: lib/playonlinux.lib:720
39183973 #, sh-format
39193974 msgid "$APPLICATION_TITLE Uninstaller"
39203975 msgstr ""
39343989 msgid "This wizard will help you to uninstall: "
39353990 msgstr ""
39363991
3937 #: bash/uninstall:65 lib/playonlinux.lib:717
3992 #: bash/uninstall:65 lib/playonlinux.lib:720
39383993 #, sh-format
39393994 msgid "Uninstalling..."
39403995 msgstr ""
39944049 msgstr ""
39954050
39964051 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3997 #: lib/wine.lib:955 lib/wine.lib:1036
4052 #: lib/wine.lib:970 lib/wine.lib:1051
39984053 #, sh-format
39994054 msgid "Please wait while the virtual drive is being created..."
40004055 msgstr ""
40094064 msgid "Setting Program Files var"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4013 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4067 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4068 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40144069 #, sh-format
40154070 msgid "This function is disabled in the PlayOnlinux environment."
40164071 msgstr ""
40174072
4018 #: lib/playonlinux.lib:334
4073 #: lib/playonlinux.lib:336
40194074 #, sh-format
40204075 msgid ""
40214076 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40234078 "responsible from it.\\nPlease ensure you know what you are doing !"
40244079 msgstr ""
40254080
4026 #: lib/playonlinux.lib:335
4081 #: lib/playonlinux.lib:337
40274082 #, sh-format
40284083 msgid "Here the source code of the script. Check it carefully"
40294084 msgstr ""
40304085
4031 #: lib/playonlinux.lib:357
4086 #: lib/playonlinux.lib:359
40324087 #, sh-format
40334088 msgid ""
40344089 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40364091 "responsible from it.\\nPlease ensure you know what you are doing!"
40374092 msgstr ""
40384093
4039 #: lib/playonlinux.lib:358
4094 #: lib/playonlinux.lib:360
40404095 #, sh-format
40414096 msgid "External library"
40424097 msgstr ""
40434098
4044 #: lib/playonlinux.lib:358
4099 #: lib/playonlinux.lib:360
40454100 #, sh-format
40464101 msgid "Here the source code of the script. Check it carrefully"
40474102 msgstr ""
40484103
4049 #: lib/playonlinux.lib:591
4104 #: lib/playonlinux.lib:593
40504105 #, sh-format
40514106 msgid "Making shortcut..."
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:715
4109 #: lib/playonlinux.lib:718
40554110 #, sh-format
40564111 msgid "Do you want to delete the virtual drive:"
40574112 msgstr ""
40584113
4059 #: lib/playonlinux.lib:826
4114 #: lib/playonlinux.lib:831
40604115 #, sh-format
40614116 msgid ""
40624117 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40634118 "from working\\n\\n$FilePath"
40644119 msgstr ""
40654120
4066 #: lib/playonlinux.lib:827
4121 #: lib/playonlinux.lib:832
40674122 #, sh-format
40684123 msgid ""
40694124 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40704125 "from working\\n\\n$FilePath"
40714126 msgstr ""
40724127
4073 #: lib/playonlinux.lib:828
4128 #: lib/playonlinux.lib:833
40744129 #, sh-format
40754130 msgid ""
40764131 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40774132 "from working\\n\\n$FilePath"
40784133 msgstr ""
40794134
4080 #: lib/playonlinux.lib:829
4135 #: lib/playonlinux.lib:834
40814136 #, sh-format
40824137 msgid ""
40834138 "The following file is located on a noexec mounted filesystem.\\nIt might "
40844139 "prevent wine from working\\n\\n$FilePath"
40854140 msgstr ""
40864141
4087 #: lib/plugins.lib:65
4142 #: lib/plugins.lib:66
40884143 #, sh-format
40894144 msgid "Checking plugin: "
40904145 msgstr ""
40914146
4092 #: lib/plugins.lib:93
4147 #: lib/plugins.lib:94
40934148 #, sh-format
40944149 msgid "New: "
40954150 msgstr ""
40964151
4097 #: lib/plugins.lib:93
4152 #: lib/plugins.lib:94
40984153 #, sh-format
40994154 msgid "Updating plugin. Previous: "
41004155 msgstr ""
41014156
4102 #: lib/plugins.lib:112
4157 #: lib/plugins.lib:113
41034158 #, sh-format
41044159 msgid "Installing plugin: "
41054160 msgstr ""
41164171 msgid "Function override detected, disabling bug reporting"
41174172 msgstr ""
41184173
4119 #: lib/scripts.lib:499 lib/scripts.lib:565
4174 #: lib/scripts.lib:500 lib/scripts.lib:566
41204175 #, sh-format
41214176 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41224177 msgstr ""
41234178
4124 #: lib/scripts.lib:501 lib/scripts.lib:784
4179 #: lib/scripts.lib:502 lib/scripts.lib:785
41254180 #, sh-format
41264181 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41274182 msgstr ""
41284183
4129 #: lib/scripts.lib:503 lib/scripts.lib:570
4184 #: lib/scripts.lib:504 lib/scripts.lib:571
41304185 #, sh-format
41314186 msgid "An error happened during download."
41324187 msgstr ""
41334188
4134 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4135 #: lib/scripts.lib:586
4189 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4190 #: lib/scripts.lib:587
41364191 #, sh-format
41374192 msgid "Do you want to retry?"
41384193 msgstr ""
41394194
4140 #: lib/scripts.lib:522 lib/scripts.lib:586
4195 #: lib/scripts.lib:523 lib/scripts.lib:587
41414196 #, sh-format
41424197 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41434198 msgstr ""
41444199
4145 #: lib/scripts.lib:689
4200 #: lib/scripts.lib:690
41464201 #, sh-format
41474202 msgid ""
41484203 "7z not installed, please check that you have 7zip installed and try again"
41494204 msgstr ""
41504205
4151 #: lib/scripts.lib:696
4206 #: lib/scripts.lib:697
41524207 #, sh-format
41534208 msgid "Failed to locate ${dest} from ${archive}"
41544209 msgstr ""
41554210
4156 #: lib/scripts.lib:700
4211 #: lib/scripts.lib:701
41574212 #, sh-format
41584213 msgid "Extracting ${filename} from ${archivename}"
41594214 msgstr ""
41604215
4161 #: lib/scripts.lib:715
4216 #: lib/scripts.lib:716
41624217 #, sh-format
41634218 msgid "Extracted file size does not match!"
41644219 msgstr ""
41654220
4166 #: lib/scripts.lib:746
4221 #: lib/scripts.lib:747
41674222 #, sh-format
41684223 msgid "Copying ${filename}"
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:759
4226 #: lib/scripts.lib:760
41724227 #, sh-format
41734228 msgid "File size does not match!"
41744229 msgstr ""
41754230
4176 #: lib/scripts.lib:903
4231 #: lib/scripts.lib:904
41774232 #, sh-format
41784233 msgid ""
41794234 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41804235 "n$APPLICATION_TITLE $NEEDED is required."
41814236 msgstr ""
41824237
4183 #: lib/scripts.lib:918
4238 #: lib/scripts.lib:919
41844239 #, sh-format
41854240 msgid ""
41864241 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41874242 "$NEEDED is recommended to continue."
41884243 msgstr ""
41894244
4190 #: lib/scripts.lib:949
4245 #: lib/scripts.lib:950
41914246 #, sh-format
41924247 msgid "$AUTHOR profile"
41934248 msgstr ""
42344289 "again."
42354290 msgstr ""
42364291
4237 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4292 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42384293 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42394294 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42404295 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42464301 #, sh-format
42474302 msgid "Where is mounted your CD-ROM?"
42484303 msgstr ""
4304
4305 #: lib/setupwindow.lib:349 python/install.py:218
4306 #, sh-format
4307 msgid "Other"
4308 msgstr "Outro"
42494309
42504310 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42514311 #, sh-format
43654425 msgid "I don't want to make another shortcut"
43664426 msgstr ""
43674427
4368 #: lib/setupwindow.lib:711 python/guiv3.py:158
4428 #: lib/setupwindow.lib:711 python/guiv3.py:163
43694429 #, sh-format
43704430 msgid "Browse"
43714431 msgstr "Buscar"
43724432
4433 #: lib/setupwindow.lib:739
4434 #, sh-format
4435 msgid "A shortcut by that name already exists, overwrite?"
4436 msgstr ""
4437
43734438 #: lib/website.lib:29
43744439 #, sh-format
43754440 msgid "Connect to your $APPLICATION_TITLE account"
43874452 "valid."
43884453 msgstr ""
43894454
4390 #: lib/wine.lib:367
4455 #: lib/wine.lib:371
43914456 #, sh-format
43924457 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43934458 msgstr ""
43944459
4395 #: lib/wine.lib:373
4460 #: lib/wine.lib:377
43964461 #, sh-format
43974462 msgid "Select the main videocard to report:"
43984463 msgstr ""
43994464
4400 #: lib/wine.lib:538 lib/wine.lib:703
4465 #: lib/wine.lib:549 lib/wine.lib:714
44014466 #, sh-format
44024467 msgid ""
44034468 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44044469 "message"
44054470 msgstr ""
44064471
4407 #: lib/wine.lib:763
4472 #: lib/wine.lib:775
44084473 #, sh-format
44094474 msgid "Unable to find version: "
44104475 msgstr ""
44114476
4412 #: lib/wine.lib:769 lib/wine.lib:770
4477 #: lib/wine.lib:781 lib/wine.lib:782
44134478 #, sh-format
44144479 msgid "Downloading Wine: "
44154480 msgstr ""
44164481
4417 #: lib/wine.lib:779
4482 #: lib/wine.lib:791
44184483 #, sh-format
44194484 msgid "The download seems to have failed."
44204485 msgstr ""
44214486
4422 #: lib/wine.lib:781
4487 #: lib/wine.lib:793
44234488 #, sh-format
44244489 msgid "Extracting Wine..."
44254490 msgstr ""
44264491
4427 #: lib/wine.lib:961
4492 #: lib/wine.lib:976
44284493 #, sh-format
44294494 msgid "Overwrite (usually works, no guarantee)"
44304495 msgstr ""
44314496
4432 #: lib/wine.lib:962
4497 #: lib/wine.lib:977
44334498 #, sh-format
44344499 msgid "Erase (virtual drive content will be lost)"
44354500 msgstr ""
44364501
4437 #: lib/wine.lib:976
4502 #: lib/wine.lib:991
44384503 #, sh-format
44394504 msgid "The target virtual drive $PREFNAME already exists:"
44404505 msgstr ""
44414506
4442 #: lib/wine.lib:1156 lib/wine.lib:1186
4507 #: lib/wine.lib:1171 lib/wine.lib:1201
44434508 #, sh-format
44444509 msgid "Please wait while $SOFTNAME is installed..."
44454510 msgstr ""
44464511
4447 #: lib/wine.lib:1160 lib/wine.lib:1189
4512 #: lib/wine.lib:1175 lib/wine.lib:1204
44484513 #, sh-format
44494514 msgid ""
44504515 "Be careful! This will kill install process. If it is not finished, you will "
44514516 "have to reinstall $SOFTNAME"
44524517 msgstr ""
44534518
4454 #: lib/wine.lib:1160 lib/wine.lib:1189
4519 #: lib/wine.lib:1175 lib/wine.lib:1204
44554520 #, sh-format
44564521 msgid "Install is done"
44574522 msgstr ""
44584523
4459 #: lib/wine.lib:1193 lib/wine.lib:1194
4524 #: lib/wine.lib:1208 lib/wine.lib:1209
44604525 #, sh-format
44614526 msgid "Press next only when the installation process is finished"
44624527 msgstr ""
44634528
4464 #: lib/wine.lib:1202
4529 #: lib/wine.lib:1217
44654530 #, sh-format
44664531 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44674532 msgstr ""
44754540 "associated"
44764541 msgstr ""
44774542
4478 #: python/configure.py:197 python/configure.py:694
4543 #: python/configure.py:196 python/configure.py:703
44794544 msgid "General"
44804545 msgstr "Xeral"
44814546
4482 #: python/configure.py:200
4547 #: python/configure.py:199
44834548 msgid "Make a new shortcut from this virtual drive"
44844549 msgstr "Crear un acceso directo a esta unidade virtual"
44854550
4486 #: python/configure.py:201
4551 #: python/configure.py:200
44874552 msgid "Name"
44884553 msgstr "Nome"
44894554
4490 #: python/configure.py:202
4555 #: python/configure.py:201
44914556 msgid "Wine version"
44924557 msgstr "Versión de Wine"
44934558
4494 #: python/configure.py:203
4559 #: python/configure.py:202
44954560 msgid "Debug flags"
44964561 msgstr ""
44974562
4498 #: python/configure.py:205
4563 #: python/configure.py:204
44994564 msgid "Virtual drive"
45004565 msgstr "Unidade virtual"
45014566
4502 #: python/configure.py:207
4567 #: python/configure.py:206
45034568 msgid "Arguments"
45044569 msgstr ""
45054570
4506 #: python/configure.py:211
4571 #: python/configure.py:210
45074572 msgid "Run configuration wizard"
45084573 msgstr "Executar o asistente de configuración"
45094574
4510 #: python/configure.py:248
4575 #: python/configure.py:247
45114576 msgid "Windows reboot"
45124577 msgstr "Reinicio Windows"
45134578
4514 #: python/configure.py:256
4579 #: python/configure.py:255
45154580 msgid "Repair virtual drive"
45164581 msgstr ""
45174582
4518 #: python/configure.py:265
4583 #: python/configure.py:264
45194584 msgid "Command prompt"
45204585 msgstr "Saida do comando"
45214586
4522 #: python/configure.py:272
4587 #: python/configure.py:271
45234588 msgid "Task manager"
45244589 msgstr "Administrador de tareas"
45254590
4526 #: python/configure.py:280
4591 #: python/configure.py:279
45274592 msgid "Kill processes"
45284593 msgstr "Matar proceso"
45294594
4530 #: python/configure.py:287
4595 #: python/configure.py:286
45314596 msgid "Wine uninstaller"
45324597 msgstr ""
45334598
4534 #: python/configure.py:312
4599 #: python/configure.py:311
45354600 msgid ""
45364601 "Be careful! Installing one of these components can break your virtual drive."
45374602 msgstr ""
45384603
4539 #: python/configure.py:334 python/install.py:285 python/install.py:289
4540 #: python/mainwindow.py:197 python/mainwindow.py:350
4604 #: python/configure.py:333 python/install.py:285 python/install.py:289
4605 #: python/mainwindow.py:199 python/mainwindow.py:348
45414606 msgid "Install"
45424607 msgstr "Instalar"
45434608
4544 #: python/configure.py:395
4609 #: python/configure.py:388
45454610 msgid "Open program's directory"
45464611 msgstr "Abrir carpeta de programas"
45474612
4548 #: python/configure.py:418
4613 #: python/configure.py:411
45494614 msgid "Open virtual drive's directory"
45504615 msgstr "Abrir carpeta de unidades virtuais"
45514616
4552 #: python/configure.py:560
4617 #: python/configure.py:555
45534618 msgid "GLSL Support"
45544619 msgstr "Soporte para GLSL"
45554620
4556 #: python/configure.py:561
4621 #: python/configure.py:556
45574622 msgid "Direct Draw Renderer"
45584623 msgstr "Render Direct Draw"
45594624
4560 #: python/configure.py:562
4625 #: python/configure.py:557
45614626 msgid "Video memory size"
45624627 msgstr "Tamaño da memoria do video"
45634628
4564 #: python/configure.py:563
4629 #: python/configure.py:558
45654630 msgid "Offscreen rendering mode"
45664631 msgstr "Modo de renderizado fora da pantalla"
45674632
4568 #: python/configure.py:564
4633 #: python/configure.py:559
45694634 msgid "Render target mode lock"
45704635 msgstr "Bloquear o modo Render target"
45714636
4572 #: python/configure.py:565
4637 #: python/configure.py:560
45734638 msgid "Multisampling"
45744639 msgstr "Multiexemplo"
45754640
4576 #: python/configure.py:566
4641 #: python/configure.py:561
45774642 msgid "Strict Draw Ordering"
45784643 msgstr "Pedido strict draw"
45794644
4580 #: python/configure.py:576
4645 #: python/configure.py:571
45814646 msgid "Mouse warp override"
45824647 msgstr "Señalizar punteiro"
45834648
4584 #: python/configure.py:578
4649 #: python/configure.py:573
45854650 msgid "Open a shell"
45864651 msgstr "Abrir unha linea de comandos"
45874652
4588 #: python/configure.py:579
4653 #: python/configure.py:574
45894654 msgid "Run a .exe file in this virtual drive"
45904655 msgstr "Executar un .exe nesta unidade virtual"
45914656
4592 #: python/configure.py:580
4657 #: python/configure.py:575
45934658 msgid "Command to exec before running the program"
45944659 msgstr ""
45954660
4596 #: python/configure.py:591
4661 #: python/configure.py:585
4662 msgid ""
4663 "Warning:\n"
4664 "\n"
4665 "Any program still running in this virtual drive will be terminated before "
4666 "Wine version is changed.\n"
4667 "Are you sure you want to continue?"
4668 msgstr ""
4669
4670 #: python/configure.py:596
45974671 msgid ""
45984672 "Be careful!\n"
45994673 "If you change "
46004674 msgstr ""
46014675
4602 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4676 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46034677 msgid "{0} configuration"
46044678 msgstr "{0} configuración"
46054679
4606 #: python/configure.py:659
4680 #: python/configure.py:664
46074681 msgid "Please select a program or a virtual drive to configure"
46084682 msgstr ""
46094683
4610 #: python/configure.py:677 python/options.py:280
4684 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46114685 msgid "New"
46124686 msgstr "Novo"
46134687
4614 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4615 #: python/mainwindow.py:596 python/options.py:207
4688 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4689 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46164690 msgid "Remove"
46174691 msgstr "Eliminar"
46184692
4619 #: python/configure.py:696
4693 #: python/configure.py:705
46204694 msgid "Install components"
46214695 msgstr ""
46224696
4623 #: python/configure.py:697 python/mainwindow.py:332
4697 #: python/configure.py:706 python/mainwindow.py:330
46244698 msgid "Display"
46254699 msgstr "Pantalla"
46264700
4627 #: python/configure.py:698
4701 #: python/configure.py:707
46284702 msgid "Miscellaneous"
46294703 msgstr "Varios"
46304704
4631 #: python/configure.py:726
4705 #: python/configure.py:735
46324706 msgid "This virtual drive is protected"
46334707 msgstr "Esta unidade virtual está protexida"
46344708
4635 #: python/configure.py:728
4709 #: python/configure.py:737
46364710 msgid "Are you sure you want to delete {0} virtual drive ?"
46374711 msgstr ""
46384712
4639 #: python/configure.py:735
4713 #: python/configure.py:744
46404714 msgid "Are you sure you want to delete {0} ?"
46414715 msgstr ""
46424716
4643 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4644 #: python/mainwindow.py:997
4717 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4718 #: python/mainwindow.py:995
46454719 msgid "{0} debugger"
46464720 msgstr ""
46474721
46494723 msgid "Please select a debug file"
46504724 msgstr ""
46514725
4652 #: python/debug.py:76
4726 #: python/debug.py:78
46534727 msgid "Locate this logfile"
46544728 msgstr ""
46554729
4656 #: python/debug.py:99
4730 #: python/debug.py:101
46574731 msgid "The file is named : {0}"
46584732 msgstr ""
46594733
4660 #: python/debug.py:153 python/debug.py:207
4734 #: python/debug.py:189 python/debug.py:245
46614735 msgid "Virtual drives"
46624736 msgstr ""
46634737
4664 #: python/debug.py:184
4738 #: python/debug.py:222
46654739 msgid "Report a problem about {0}"
46664740 msgstr ""
46674741
4668 #: python/debug.py:206
4742 #: python/debug.py:244
46694743 msgid "Install scripts"
46704744 msgstr ""
46714745
46904764 msgid "Next"
46914765 msgstr "Seguinte"
46924766
4693 #: python/guiv3.py:166
4767 #: python/guiv3.py:171
46944768 msgid "I Agree"
46954769 msgstr "De acordo"
46964770
4697 #: python/guiv3.py:167
4771 #: python/guiv3.py:172
46984772 msgid "Show virtual drives"
46994773 msgstr "Ver dispositivos virtuais"
47004774
4701 #: python/guiv3.py:188
4775 #: python/guiv3.py:193
47024776 msgid "Login: "
47034777 msgstr "Nome de usuario: "
47044778
4705 #: python/guiv3.py:189
4779 #: python/guiv3.py:194
47064780 msgid "Password: "
47074781 msgstr "Contrasinal: "
47084782
4709 #: python/guiv3.py:192
4783 #: python/guiv3.py:197
47104784 msgid "Register"
47114785 msgstr "Rexistro"
47124786
4713 #: python/guiv3.py:288
4787 #: python/guiv3.py:302
47144788 msgid "MB downloaded"
47154789 msgstr "MB descargado"
47164790
4717 #: python/guiv3.py:288
4791 #: python/guiv3.py:302
47184792 msgid "of"
47194793 msgstr "de"
47204794
4721 #: python/guiv3.py:749
4795 #: python/guiv3.py:769
47224796 msgid "You cannot close this window"
47234797 msgstr ""
47244798
47264800 msgid "No description"
47274801 msgstr "Sen descrición"
47284802
4729 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4803 #: python/install.py:210
4804 msgid "Accessories"
4805 msgstr "Accesorios"
4806
4807 #: python/install.py:211
4808 msgid "Development"
4809 msgstr "Desenvolvemento"
4810
4811 #: python/install.py:212
4812 msgid "Education"
4813 msgstr "Educación"
4814
4815 #: python/install.py:213
4816 msgid "Games"
4817 msgstr "Xogos"
4818
4819 #: python/install.py:214
4820 msgid "Graphics"
4821 msgstr "Gráficos"
4822
4823 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4824 msgid "Internet"
4825 msgstr "Internet"
4826
4827 #: python/install.py:216
4828 msgid "Multimedia"
4829 msgstr "Multimedia"
4830
4831 #: python/install.py:217
4832 msgid "Office"
4833 msgstr "Oficina"
4834
4835 #: python/install.py:219
4836 msgid "Patches"
4837 msgstr "parches"
4838
4839 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47304840 msgid "Search"
47314841 msgstr ""
47324842
47334843 #: python/install.py:252
47344844 msgid "Include:"
47354845 msgstr ""
4846
4847 #: python/install.py:258
4848 msgid "Testing"
4849 msgstr "Provas"
47364850
47374851 #: python/install.py:263
47384852 msgid "No-cd needed"
47854899 "used for piracy purposes we won't give any support on this matter."
47864900 msgstr ""
47874901
4788 #: python/irc.py:137
4902 #: python/irc.py:139
47894903 msgid "Send"
47904904 msgstr "Enviar"
47914905
4792 #: python/irc.py:138
4906 #: python/irc.py:140
47934907 msgid "Connect"
47944908 msgstr "Conectar"
47954909
4796 #: python/irc.py:139
4910 #: python/irc.py:141
47974911 msgid "Disconnect"
47984912 msgstr "Desconectar"
47994913
4800 #: python/irc.py:140
4914 #: python/irc.py:142
48014915 msgid "Leave"
48024916 msgstr ""
48034917
4804 #: python/irc.py:227
4918 #: python/irc.py:229
48054919 msgid "Join a channel"
48064920 msgstr "Unirse a unha canle"
48074921
4808 #: python/irc.py:257 python/mainwindow.py:725
4922 #: python/irc.py:259 python/mainwindow.py:723
48094923 msgid "Messenger"
48104924 msgstr "Mensaxería"
48114925
4812 #: python/irc.py:273
4926 #: python/irc.py:275
48134927 msgid ""
48144928 "If you close this window, you cannot read further replies. Are you sure that "
48154929 "you want to close it?"
48344948 msgid "{0} error"
48354949 msgstr ""
48364950
4837 #: python/mainwindow.py:73
4951 #: python/mainwindow.py:75
48384952 msgid "{0} website is unavailable. Please check your connection"
48394953 msgstr ""
48404954
4841 #: python/mainwindow.py:75
4955 #: python/mainwindow.py:77
48424956 msgid "Refreshing {0}"
48434957 msgstr "Volvendo a cargar {0}"
48444958
4845 #: python/mainwindow.py:90 python/mainwindow.py:92
4959 #: python/mainwindow.py:92 python/mainwindow.py:94
48464960 msgid "An updated version of {0} is available"
48474961 msgstr "Unha nova versión de {0} esta dispoñible"
48484962
4849 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4963 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48504964 msgid "Run"
48514965 msgstr "Executar"
48524966
4853 #: python/mainwindow.py:200
4967 #: python/mainwindow.py:202
48544968 msgid "Donate"
48554969 msgstr "Donar"
48564970
4857 #: python/mainwindow.py:201
4971 #: python/mainwindow.py:203
48584972 msgid "Exit"
48594973 msgstr "Saír"
48604974
4861 #: python/mainwindow.py:205
4975 #: python/mainwindow.py:207
48624976 msgid "Small icons"
48634977 msgstr ""
48644978
4865 #: python/mainwindow.py:206
4979 #: python/mainwindow.py:208
48664980 msgid "Medium icons"
48674981 msgstr ""
48684982
4869 #: python/mainwindow.py:207
4983 #: python/mainwindow.py:209
48704984 msgid "Large icons"
48714985 msgstr ""
48724986
4873 #: python/mainwindow.py:208
4987 #: python/mainwindow.py:210
48744988 msgid "Very large icons"
48754989 msgstr ""
48764990
4877 #: python/mainwindow.py:220
4991 #: python/mainwindow.py:222
48784992 msgid "Manage Wine versions"
48794993 msgstr "Administar versión de Wine"
48804994
4881 #: python/mainwindow.py:226
4995 #: python/mainwindow.py:228
48824996 msgid "Read a PC CD-Rom"
48834997 msgstr ""
48844998
4885 #: python/mainwindow.py:236
4999 #: python/mainwindow.py:238
48865000 msgid "Close all {0} software"
48875001 msgstr "Cerrar todos o software de {0}"
48885002
4889 #: python/mainwindow.py:240
5003 #: python/mainwindow.py:242
48905004 msgid "{0} console"
48915005 msgstr "Consola de {0}"
48925006
4893 #: python/mainwindow.py:250
5007 #: python/mainwindow.py:248
48945008 msgid "{0} messenger"
48955009 msgstr "{0} mensaxería"
48965010
4897 #: python/mainwindow.py:266 python/options.py:388
5011 #: python/mainwindow.py:264 python/options.py:388
48985012 msgid "File associations"
48995013 msgstr ""
49005014
4901 #: python/mainwindow.py:273
5015 #: python/mainwindow.py:271
49025016 msgid "About {0}"
49035017 msgstr "A cerca de {0}"
49045018
4905 #: python/mainwindow.py:302 python/mainwindow.py:306
5019 #: python/mainwindow.py:300 python/mainwindow.py:304
49065020 msgid "Plugin manager"
49075021 msgstr "Xestor de plugins"
49085022
4909 #: python/mainwindow.py:331
5023 #: python/mainwindow.py:329
49105024 msgid "File"
49115025 msgstr "Arquivo"
49125026
4913 #: python/mainwindow.py:333
5027 #: python/mainwindow.py:331
49145028 msgid "Tools"
49155029 msgstr "Ferramentas"
49165030
4917 #: python/mainwindow.py:334 python/mainwindow.py:723
5031 #: python/mainwindow.py:332 python/mainwindow.py:721
49185032 msgid "Settings"
49195033 msgstr "Axustes"
49205034
4921 #: python/mainwindow.py:335 python/options.py:387
5035 #: python/mainwindow.py:333 python/options.py:387
49225036 msgid "Plugins"
49235037 msgstr "Plugins"
49245038
4925 #: python/mainwindow.py:347 python/mainwindow.py:739
5039 #: python/mainwindow.py:345 python/mainwindow.py:737
49265040 msgid "Close"
49275041 msgstr ""
49285042
4929 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5043 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49305044 msgid "Configure"
49315045 msgstr "Configuración"
49325046
4933 #: python/mainwindow.py:584
5047 #: python/mainwindow.py:582
49345048 msgid "Open the application's directory"
49355049 msgstr "Abrir o directorio da aplicación"
49365050
4937 #: python/mainwindow.py:588 python/mainwindow.py:753
5051 #: python/mainwindow.py:586 python/mainwindow.py:751
49385052 msgid "Read the manual"
49395053 msgstr ""
49405054
4941 #: python/mainwindow.py:592
5055 #: python/mainwindow.py:590
49425056 msgid "Set the icon"
49435057 msgstr "Elexir o icono"
49445058
4945 #: python/mainwindow.py:600
5059 #: python/mainwindow.py:598
49465060 msgid "Close this application"
49475061 msgstr "Cerrar esta aplicación"
49485062
4949 #: python/mainwindow.py:611
5063 #: python/mainwindow.py:609
49505064 msgid "KillApp"
49515065 msgstr "MatarApp"
49525066
4953 #: python/mainwindow.py:618
5067 #: python/mainwindow.py:616
49545068 msgid "No manual found for {0}"
49555069 msgstr ""
49565070
4957 #: python/mainwindow.py:721
5071 #: python/mainwindow.py:719
49585072 msgid "Install a program"
49595073 msgstr ""
49605074
4961 #: python/mainwindow.py:728
5075 #: python/mainwindow.py:726
49625076 msgid "Update GIT"
49635077 msgstr ""
49645078
4965 #: python/mainwindow.py:731
5079 #: python/mainwindow.py:729
49665080 msgid "Update instructions"
49675081 msgstr ""
49685082
5083 #: python/mainwindow.py:739
5084 msgid "Debug"
5085 msgstr ""
5086
49695087 #: python/mainwindow.py:741
4970 msgid "Debug"
4971 msgstr ""
4972
4973 #: python/mainwindow.py:743
49745088 msgid "Report a problem"
49755089 msgstr ""
49765090
5091 #: python/mainwindow.py:745
5092 msgid "Create a shortcut"
5093 msgstr ""
5094
49775095 #: python/mainwindow.py:747
4978 msgid "Create a shortcut"
4979 msgstr ""
4980
4981 #: python/mainwindow.py:749
49825096 msgid "Open the directory"
49835097 msgstr ""
49845098
4985 #: python/mainwindow.py:755
5099 #: python/mainwindow.py:753
49865100 msgid "Save"
49875101 msgstr ""
49885102
4989 #: python/mainwindow.py:758
5103 #: python/mainwindow.py:756
49905104 msgid "Uninstall"
49915105 msgstr ""
49925106
4993 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
4994 #: python/mainwindow.py:1003
5107 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5108 #: python/mainwindow.py:1001
49955109 msgid "Please select a program."
49965110 msgstr ""
49975111
4998 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5112 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
49995113 msgid "{0} settings"
50005114 msgstr "Configuración de {0}"
50015115
5002 #: python/mainwindow.py:965
5116 #: python/mainwindow.py:963
50035117 msgid "{0} install menu"
50045118 msgstr "Instalar menú de {0}"
50055119
5006 #: python/mainwindow.py:974
5120 #: python/mainwindow.py:972
50075121 msgid "{0} wine versions manager"
50085122 msgstr "Xestor de versións de Wine de {0}"
50095123
5010 #: python/mainwindow.py:1005
5124 #: python/mainwindow.py:1003
50115125 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50125126 msgstr ""
50135127
51135227 "These information will be very precious for us to help people."
51145228 msgstr ""
51155229
5116 #: python/mainwindow.py:1271
5230 #: python/mainwindow.py:1273
51175231 msgid "Are you sure you want to want to install {0} package?"
51185232 msgstr "Está seguro de que desexa instalar o paquete {0}?"
51195233
5120 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5234 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5235 #: python/mainwindow.py:1284
51215236 msgid ""
51225237 "You are trying to open a script design for {0}! It might not work as expected"
51235238 msgstr ""
51945309 msgid "You must restart {0} for the changes to take effect."
51955310 msgstr ""
51965311
5197 #: python/wine_versions.py:194
5312 #: python/wine_versions.py:195
51985313 msgid "Installed Wine versions: "
51995314 msgstr "Versións de Wine instaladas: "
52005315
5201 #: python/wine_versions.py:195
5316 #: python/wine_versions.py:196
52025317 msgid "Available Wine versions: "
52035318 msgstr "Versións de Wine dispoñibles: "
52045319
5205 #: python/wine_versions.py:202
5320 #: python/wine_versions.py:203
52065321 msgid "Wine versions"
52075322 msgstr "Versións de Wine"
52085323
5209 #: python/wine_versions.py:321
5324 #: python/wine_versions.py:322
52105325 msgid "Are you sure you want to delete wine {0}?"
52115326 msgstr "Está seguro de que desexa eliminar Wine {0}?"
52125327
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:11+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: he_HE.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
239239 msgstr "נא להכניס את המדיה של המשחק לכונן התקליטורים שלך."
240240
241241 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
242 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
242243 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
243244 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
244245 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
267268 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
268269 #: PlayOnLinux_Scripts/Civilization_V_:53
269270 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
270 #: PlayOnLinux_Scripts/Diablo_II_:51
271 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
271272 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
272273 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
273274 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
274275 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
275276 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
276 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
277277 #: PlayOnLinux_Scripts/Google_SketchUp_:51
278278 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
279279 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
293293 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
294294 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
295295 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
296 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
296297 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
297298 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
298299 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
299 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
300 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
300 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
301 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
302 #: PlayOnLinux_Scripts/Portal_2_:82
301303 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
302304 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
303 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
305 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
306 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
304307 #: PlayOnLinux_Scripts/Rayman_Origins_:72
305308 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
306309 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
310 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
307311 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
308312 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
309313 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
314 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
310315 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
311316 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
312 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
313 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
317 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
318 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
319 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
314320 #: PlayOnLinux_Scripts/Starcraft_:34
315321 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
316322 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
317 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
324 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
318325 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
319326 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
327 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
320328 #: PlayOnLinux_Scripts/Theme_Hospital_:59
321329 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
322330 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
323331 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
324332 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
333 #: PlayOnLinux_Scripts/Wizard_101_:38
325334 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
326335 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
327336 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
334343 msgid "Please select the setup file to run"
335344 msgstr "נא לבחור את קובץ ההתקנה להפעלה"
336345
346 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
347 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
348 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
349 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
350 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
351 #, sh-format
352 msgid "Please insert the game media into your disc drive."
353 msgstr ""
354
337355 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
356 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
357 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
338358 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
339359 #: PlayOnLinux_Scripts/Dishonored_:72
340360 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
439459 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
440460 #: PlayOnLinux_Scripts/Magicka_:68
441461 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
462 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
442463 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
443464 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
444465 #: PlayOnLinux_Scripts/Rayman_Origins_:83
445466 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
446 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
447 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
467 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
468 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
448469 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
449470 #: PlayOnLinux_Scripts/The_Witcher_:125
450471 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
479500 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
480501 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
481502 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
503 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
482504 #: PlayOnLinux_Scripts/Driftmoon_:43
483505 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
484506 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
487509 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
488510 #: PlayOnLinux_Scripts/League_Of_Legends_:57
489511 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
490 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
512 #: PlayOnLinux_Scripts/Sacrifice_:41
513 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
514 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
515 #: PlayOnLinux_Scripts/Toontown_Online_:25
516 #: PlayOnLinux_Scripts/Watchtower_library_:43
491517 #: PlayOnLinux_Scripts/iTunes_10_:28
492518 #, sh-format
493519 msgid "Please select the setup file to run."
502528 #: PlayOnLinux_Scripts/POL_GoG_download_:48
503529 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
504530 #: PlayOnLinux_Scripts/SimCity_2000_:50
505 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
506 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
531 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
532 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
507533 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
508534 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
509535 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
510 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
511 #: lib/wine.lib:1186
536 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
537 #: lib/wine.lib:1171 lib/wine.lib:1201
512538 #, sh-format
513539 msgid "Please wait..."
514540 msgstr "נא המתן..."
536562 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
537563 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
538564 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
539 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
565 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
540566 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
541567 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
542568 #: PlayOnLinux_Scripts/Dead_Space_2_:85
552578 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
553579 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
554580 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
581 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
556582 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
557583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
614640 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
615641 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
616642 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
617 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
643 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
618644 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
619645 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
620646 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
621 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
622 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
647 #: PlayOnLinux_Scripts/Dead_Space_:50
648 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
649 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
650 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
623651 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
624652 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
625653 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
629657 #: PlayOnLinux_Scripts/Rage_:79
630658 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
631659 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
660 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
633661 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
634662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
635663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
671699 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
672700 #: PlayOnLinux_Scripts/Sacrifice_:45
673 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
701 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
674702 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
675703 #: PlayOnLinux_Scripts/The_Witcher_:102
676704 #, sh-format
683711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
685713 #: PlayOnLinux_Scripts/Mass_Effect_:54
686 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
714 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
687715 #: PlayOnLinux_Scripts/The_Witcher_:110
688716 #, sh-format
689717 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
696724 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
697725 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
698726 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
699 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
727 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
700728 #: PlayOnLinux_Scripts/The_Witcher_:113
701729 #, sh-format
702730 msgid "Please insert the next game media into your disk drive"
727755 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
728756 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
729757 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
758 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
730759 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
731760 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
732761 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
833862 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
834863 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
835864 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
836 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
865 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
837866 #, sh-format
838867 msgid ""
839868 "You must disable anti-piracy protections of this game\\nif you want to play "
858887
859888 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
860889 #: PlayOnLinux_Scripts/Cars_2_:83
861 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
890 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
862891 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
863892 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
864893 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
881910 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
882911 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
883912 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
914 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
885916 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
886917 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11231154 "כגון CDEmu) השנייה אל כונן התקליטורים \\n\r\n"
11241155 "במידה שלא ביצעת עדיין."
11251156
1126 #: PlayOnLinux_Scripts/Diablo_III_:29
1157 #: PlayOnLinux_Scripts/Diablo_III_:31
11271158 #, sh-format
11281159 msgid "Please select the setup file downloaded on $EDITOR website"
11291160 msgstr "נא בחר את קובץ ההתקנה שהורדת מאתר $EDITOR"
11301161
1131 #: PlayOnLinux_Scripts/Diablo_III_:60
1162 #: PlayOnLinux_Scripts/Diablo_III_:62
11321163 #, sh-format
11331164 msgid ""
11341165 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11391170 "ברצוננו להודות ל\"אריק הובר\"-\"Erich Hoover\" עבור טלאי זה (AcceptEx Fix) "
11401171 "של Wine. תודה לך אריק (:"
11411172
1142 #: PlayOnLinux_Scripts/Diablo_III_:60
1173 #: PlayOnLinux_Scripts/Diablo_III_:62
11431174 #, sh-format
11441175 msgid ""
11451176 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11761207 "\\n\\n\r\n"
11771208 "\"שלום על ישראל\""
11781209
1210 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1211 #, sh-format
1212 msgid "Scanning your hardware..."
1213 msgstr ""
1214
11791215 #: PlayOnLinux_Scripts/Dishonored_:79
11801216 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
11811217 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:50
12611297
12621298 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12631299 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1264 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1265 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1300 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1301 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12661302 #, sh-format
12671303 msgid "Please insert the first game media into your disk drive"
12681304 msgstr ""
12701306 "כגון CDEmu) אל כונן התקליטורים"
12711307
12721308 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1273 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1309 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12741310 #, sh-format
12751311 msgid "Please insert the second game media into your disk drive"
12761312 msgstr ""
13621398 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13631399 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13641400 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1401 #: PlayOnLinux_Scripts/Hearthstone_:64
13651402 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13661403 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13671404 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13871424 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13881425 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13891426 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1390 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1427 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13911428 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13921429 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13931430 #: PlayOnLinux_Scripts/Universal_Extractor_:45
14231460 msgid "Editor"
14241461 msgstr "עורך"
14251462
1426 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1463 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
14271464 #, sh-format
14281465 msgid "This install script requires ffmpeg"
14291466 msgstr "תסריט (Script) התקנה זה דורש ffmpeg"
14301467
1431 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1468 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
14321469 #, sh-format
14331470 msgid "Converting videos..."
14341471 msgstr "ממיר קטעי וידאו..."
14351472
14361473 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1474 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
14371475 #, sh-format
14381476 msgid ""
14391477 "On first run the game will autodetect available renderers.\\nIt is likely "
14491487 #, sh-format
14501488 msgid "Run $TITLE in safe mode?"
14511489 msgstr "להריץ את $TITLE במצב בטוח?"
1490
1491 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1492 #, sh-format
1493 msgid ""
1494 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1495 "disable it by pressing Alt+R while in game.)"
1496 msgstr ""
1497
1498 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1499 #, sh-format
1500 msgid ""
1501 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1502 "game."
1503 msgstr ""
14521504
14531505 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14541506 #, sh-format
15471599 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
15481600 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
15491601 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1550 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1551 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1552 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
15531602 #, sh-format
15541603 msgid "Language"
15551604 msgstr "שפה"
16991748 "שרת ייעודי (שרת שלא מחולק לכמה קליינטים כשרתים וירטואליים, אלא שייך לקליינט "
17001749 "יחיד)"
17011750
1702 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1751 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
17031752 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
17041753 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
17051754 #, sh-format
17341783 "Code wheel (הגנת תוכנה נפוצה מסוף שנות השמונים ועד שנות התשעים המוקדמות-"
17351784 "דיסקת נייר שיש לסובב למצב הנכון ולפיו לדעת קוד או צופן שבדיסקה האחרת המחוברת "
17361785 "אליה)"
1737
1738 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1739 #, sh-format
1740 msgid "Do you have a language pack to install?"
1741 msgstr "ברצונך להתקין חבילת שפה שברשותך?"
1742
1743 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1744 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1745 #, sh-format
1746 msgid "Later"
1747 msgstr "לא כרגע"
1748
1749 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1750 #: PlayOnLinux_Scripts/Half_Life_2_:56
1751 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1752 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1753 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1754 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1755 #, sh-format
1756 msgid "No"
1757 msgstr "לא"
1758
1759 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1760 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1761 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
1762 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1763 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
1764 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1765 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38
1766 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1767 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
1768 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1769 #: python/guiv3.py:157
1770 #, sh-format
1771 msgid "Yes"
1772 msgstr "כן"
1773
1774 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1775 #, sh-format
1776 msgid ""
1777 "To install a language pack later, open the configuration panel for the game "
1778 "in order to execute the installer into the virtual disk (Misc tab)"
1779 msgstr ""
1780 "בכדי להתקין את חבילת השפה אחר-כך, פתח את לוח התצורה (ההגדרות, לוח הבקרה) של "
1781 "\"PlayOnLInux\" עבור המשחק בשביל להריץ את תכנית ההתקנה לתוך הכונן הוירטואלי -"
1782 "שהרי \"PlayOnLInux\" יוצרת לכל משחק כונן וירטואלי כדי לדמות את מערכות "
1783 "\"Windows\" (לשונית \"שונות\"-\"Misc tab\")\\n\\n\r\n"
1784 "\r\n"
1785 "הדרכה:\\n\r\n"
1786 "מהחלון הראשי לחצו על גלגל השיניים-\"הגדרות\"-\"Configure\", בחרו את המשחק "
1787 "מהתפריט בצד ימין ויופיעו לכם לשוניות. האחרונה בצד שמאל היא \"שונות\" (: . "
1788 "אם הבנתי נכון, מבין הכפתורים בלשונית, האחרון למטה אומר \"הרצת exe. בכונן "
1789 "וירטואלי זה\", לחצו עליו ^^ )."
17901786
17911787 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
17921788 #, sh-format
19391935 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
19401936 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
19411937 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1938 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
1939 #, sh-format
1940 msgid "No"
1941 msgstr "לא"
1942
1943 #: PlayOnLinux_Scripts/Half_Life_2_:56
1944 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1945 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1946 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
19421947 #: PlayOnLinux_Scripts/Portal_:36
19431948 #, sh-format
19441949 msgid ""
19481953 "זוהתה התקנת Steam \\n\r\n"
19491954 "ברצונך להתקין משחק זה לאותו כונן וירטואלי של Steam הקיים?"
19501955
1956 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
1957 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1958 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
1959 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1960 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:38
1961 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1962 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
1963 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1964 #: python/guiv3.py:158 python/guiv3.py:161
1965 #, sh-format
1966 msgid "Yes"
1967 msgstr "כן"
1968
19511969 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
19521970 #, sh-format
19531971 msgid "Updating $TITLE"
19541972 msgstr "מעדכן את $TITLE"
19551973
1956 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1974 #: PlayOnLinux_Scripts/Hanahira__:54
19571975 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
19581976 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
19591977 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
19651983 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
19661984 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
19671985 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1986 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1987 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1988 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1989 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1990 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1991 #: PlayOnLinux_Scripts/Steins_Gate_:51
19681992 #, sh-format
19691993 msgid "Please locate installation program (Setup.exe)"
19701994 msgstr ""
19711995
1972 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1973 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1996 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
19741997 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
19751998 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
19761999 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
19922015 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
19932016 msgstr ""
19942017
2018 #: PlayOnLinux_Scripts/Hearthstone_:26
2019 #, sh-format
2020 msgid "What language do you want to install?"
2021 msgstr ""
2022
19952023 #: PlayOnLinux_Scripts/ImgBurn_:38
19962024 #, sh-format
19972025 msgid ""
20392067 msgstr ""
20402068
20412069 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
2042 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
20432070 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
20442071 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
20452072 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
21912218 "If the download update stuck close and run until the download is complete."
21922219 msgstr ""
21932220
2221 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
21942222 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
21952223 #, sh-format
21962224 msgid "Demo version"
21972225 msgstr ""
21982226
2227 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
21992228 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
22002229 #, sh-format
22012230 msgid "Please select version."
22492278 #, sh-format
22502279 msgid ""
22512280 "No filename extension specified, skipping association to native application."
2281 msgstr ""
2282
2283 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2284 #, sh-format
2285 msgid "Contacting download server."
22522286 msgstr ""
22532287
22542288 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
23342368 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
23352369 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
23362370 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2337 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2371 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
23382372 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
23392373 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
23402374 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
23722406 "them without issues"
23732407 msgstr ""
23742408
2375 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2376 #, sh-format
2377 msgid "This package fail to install with wine 1.5.21 or better"
2378 msgstr ""
2379
2380 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2409 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
23812410 #, sh-format
23822411 msgid ""
23832412 "If you see error messages during DotNet 3.5 installation, you can ignore "
24932522 "Please update."
24942523 msgstr ""
24952524
2496 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2525 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2526 #: PlayOnLinux_Scripts/yWriter_5_:45
24972527 #, sh-format
24982528 msgid "Downloading..."
24992529 msgstr ""
26042634 msgid "Microsoft fonts have been installed successfully."
26052635 msgstr ""
26062636
2637 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2638 #, sh-format
2639 msgid ""
2640 "OSX users: If the screen flickers once the game is launched, try to press "
2641 "cmd + tab twice"
2642 msgstr ""
2643
26072644 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
26082645 #, sh-format
26092646 msgid "Remove Game For Windows Live..."
26412678 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
26422679 msgstr ""
26432680
2644 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2681 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
26452682 #, sh-format
26462683 msgid "Abort installation"
26472684 msgstr "ביטול ההתקנה"
26662703 msgid "The program needs access to ptrace() to proceed:"
26672704 msgstr ""
26682705
2669 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2706 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
26702707 #, sh-format
26712708 msgid "User abort"
26722709 msgstr "ביטול המשתמש"
27052742 msgid "Please do not run $TITLE after installation has finished."
27062743 msgstr ""
27072744
2745 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2746 #, sh-format
2747 msgid "Extracting $TITLE"
2748 msgstr ""
2749
27082750 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
27092751 #, sh-format
27102752 msgid ""
27172759 msgid "$TITLE has been successfully installed."
27182760 msgstr ""
27192761
2762 #: PlayOnLinux_Scripts/Poker_Stars_:37
2763 #, sh-format
2764 msgid "Error while installing. Downloaded file not found."
2765 msgstr ""
2766
27202767 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
27212768 #, sh-format
27222769 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
27242771
27252772 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
27262773 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2774 #: PlayOnLinux_Scripts/Watchtower_library_:58
27272775 #, sh-format
27282776 msgid "Please wait while $TITLE is installed"
27292777 msgstr ""
27552803 #: PlayOnLinux_Scripts/Rage_:93
27562804 #, sh-format
27572805 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2806 msgstr ""
2807
2808 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2809 #, sh-format
2810 msgid ""
2811 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2812 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2813 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2814 "n\\nIf you have one of this two versions of this game, please give some "
2815 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2816 "n\\nThank you!"
2817 msgstr ""
2818
2819 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2820 #, sh-format
2821 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2822 msgstr ""
2823
2824 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2825 #, sh-format
2826 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2827 msgstr ""
2828
2829 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2830 #, sh-format
2831 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2832 msgstr ""
2833
2834 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2835 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2836 #, sh-format
2837 msgid "Select a version of installation disc:"
2838 msgstr ""
2839
2840 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2841 #, sh-format
2842 msgid "First Release (without addons)"
2843 msgstr ""
2844
2845 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2846 #, sh-format
2847 msgid "Gold Edition"
2848 msgstr ""
2849
2850 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2851 #, sh-format
2852 msgid "Platinum Edition"
2853 msgstr ""
2854
2855 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2856 #, sh-format
2857 msgid "What is your version of Railroad Tycoon II?"
2858 msgstr ""
2859
2860 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2861 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2862 #, sh-format
2863 msgid ""
2864 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2865 "desktop.\\n\\nThank you for using this installation script! :)"
27582866 msgstr ""
27592867
27602868 #: PlayOnLinux_Scripts/Reaper_4_:30
29063014 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
29073015 msgstr ""
29083016
3017 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
3018 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3019 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3020 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3021 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3022 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3023 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3024 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3025 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3026 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3027 #, sh-format
3028 msgid ""
3029 "Close the visual novel when it appears to continue installation. Click Next "
3030 "to begin installation."
3031 msgstr ""
3032
3033 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3034 #, sh-format
3035 msgid ""
3036 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3037 "script will now install it. Click Next to continue."
3038 msgstr ""
3039
29093040 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
29103041 #, sh-format
29113042 msgid ""
29133044 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
29143045 msgstr ""
29153046
2916 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2917 #, sh-format
2918 msgid "Please locate installation program (Launcher.exe)"
2919 msgstr ""
2920
2921 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2922 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2923 #, sh-format
2924 msgid ""
2925 "When the launcher opens, click on the top button to open the installer. When "
2926 "a new window opens, click OK. When another window opens, click on the button "
2927 "with the letter N until it is installing. Wait until it is done and click "
2928 "the right button to quit. Click Next when you are done installing."
3047 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3048 #, sh-format
3049 msgid "Please locate installation program in Data folder (Resonance.msi)"
29293050 msgstr ""
29303051
29313052 #: PlayOnLinux_Scripts/Steam_:50
29613082 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
29623083 "game. Steam install xna framework the game. Close the Steam so that the "
29633084 "installer can continue."
3085 msgstr ""
3086
3087 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3088 #, sh-format
3089 msgid "If youve the extentions, you should install Tribunal first !"
29643090 msgstr ""
29653091
29663092 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
30723198 "pp 4-5."
30733199 msgstr ""
30743200
3201 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3202 #, sh-format
3203 msgid "Please select the installation file to run."
3204 msgstr ""
3205
3206 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3207 #, sh-format
3208 msgid ""
3209 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3210 "your region.\\n 2. Leave only checked DirectX box."
3211 msgstr ""
3212
30753213 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30763214 #, sh-format
30773215 msgid ""
30783216 "The game will fail to launch until you set "
30793217 "/proc/sys/kernel/yama/ptrace_scope to 0"
3218 msgstr ""
3219
3220 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3221 #, sh-format
3222 msgid "Other destination or other CD/DVD"
3223 msgstr ""
3224
3225 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3226 #, sh-format
3227 msgid "Retail CD"
3228 msgstr ""
3229
3230 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3231 #, sh-format
3232 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3233 msgstr ""
3234
3235 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3236 #, sh-format
3237 msgid "video fix"
30803238 msgstr ""
30813239
30823240 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
31593317 msgid "Donwload finished.\\nPatches installation will begin"
31603318 msgstr ""
31613319
3320 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3321 #, sh-format
3322 msgid "We will download the installer"
3323 msgstr ""
3324
31623325 #: PlayOnLinux_Scripts/Toontown_Online_:17
31633326 #, sh-format
31643327 msgid ""
31963359 msgid "Do you want to browse $TITLE website?"
31973360 msgstr ""
31983361
3362 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3363 #, sh-format
3364 msgid ""
3365 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3366 "messenger, because it will won't work correctly."
3367 msgstr ""
3368
3369 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3370 #, sh-format
3371 msgid "Warning"
3372 msgstr ""
3373
31993374 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32003375 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32013376 #, sh-format
32043379 "want it to run correctly with $APPLICATION_TITLE"
32053380 msgstr ""
32063381
3382 #: PlayOnLinux_Scripts/Watchtower_library_:49
3383 #, sh-format
3384 msgid "File Selection Error"
3385 msgstr ""
3386
3387 #: PlayOnLinux_Scripts/Watchtower_library_:49
3388 #, sh-format
3389 msgid ""
3390 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3391 msgstr ""
3392
32073393 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32083394 #, sh-format
32093395 msgid ""
32203406 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32213407 #, sh-format
32223408 msgid ""
3223 "Attention: After installation is complete, the patcher will load. Please "
3224 "close the patcher before logging in or finish updating to complete the "
3225 "installation. After this, you can run \"$TITLE\" when setup is done"
3409 "Attention:After installation is complete, the patcher will load. After, go "
3410 "to the top right of the patcher and click the wrench, Then Un-check the box "
3411 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3412 "minuite. When finished with this, please close the patcher before logging in "
3413 "or finish updating to complete the installation. After this, you can run "
3414 "\"$TITLE\" when setup is done"
32263415 msgstr ""
32273416
32283417 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32633452 "Please insert game media 5 into your disk drive\\nif not already done."
32643453 msgstr ""
32653454
3455 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3456 #, sh-format
3457 msgid "Which region version of World of Warplanes would you like to install?"
3458 msgstr ""
3459
3460 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3461 #, sh-format
3462 msgid ""
3463 "Attention:After installation is complete, the patcher will load. After, go "
3464 "to the top right of the patcher and click the wrench, Then Un-check the box "
3465 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3466 "minute. When finished with this, please close the patcher before logging in "
3467 "or finish updating to complete the installation. After this, you can run "
3468 "\"$TITLE\" when setup is done"
3469 msgstr ""
3470
32663471 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32673472 #, sh-format
32683473 msgid ""
33103515 msgid "Please select the 32bit version of iTunes"
33113516 msgstr ""
33123517
3313 #: PlayOnLinux_Scripts/osu_:45
3518 #: PlayOnLinux_Scripts/osu_:46
33143519 #, sh-format
33153520 msgid ""
33163521 "Press next to start the updater. When the updater is finished, close it "
33303535 "resolution when rFactor Config comes up."
33313536 msgstr ""
33323537
3333 #: bash/bug_report:31
3538 #: bash/bug_report:32
33343539 #, sh-format
33353540 msgid "Report a bug"
33363541 msgstr "דיווח על תקלה"
33373542
3338 #: bash/bug_report:36
3543 #: bash/bug_report:37
33393544 #, sh-format
33403545 msgid ""
33413546 "Please give the more details as you can, otherwise, it will be very "
33423547 "difficult to help you"
33433548 msgstr ""
33443549
3345 #: bash/bug_report:36
3550 #: bash/bug_report:37
33463551 #, sh-format
33473552 msgid ""
33483553 "This wizard will help you to report a bug about an officially supported "
33493554 "program."
33503555 msgstr ""
33513556
3352 #: bash/bug_report:40
3557 #: bash/bug_report:41
33533558 #, sh-format
33543559 msgid ""
33553560 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33563561 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
33573562 msgstr ""
33583563
3359 #: bash/bug_report:46
3564 #: bash/bug_report:47
33603565 #, sh-format
33613566 msgid "I have a problem with a software"
33623567 msgstr ""
33633568
3364 #: bash/bug_report:46
3569 #: bash/bug_report:47
33653570 #, sh-format
33663571 msgid "My problem concerns $APPLICATION_TITLE itself"
33673572 msgstr ""
33683573
3369 #: bash/bug_report:46
3574 #: bash/bug_report:47
33703575 #, sh-format
33713576 msgid "What kind of problem do you have?"
33723577 msgstr ""
33733578
3374 #: bash/bug_report:50
3579 #: bash/bug_report:51
33753580 #, sh-format
33763581 msgid "Don't join any log file"
33773582 msgstr ""
33783583
3379 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3584 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
33803585 #: bash/manual_install:120 bash/manual_install:219
33813586 #, sh-format
33823587 msgid "Manual installation"
33833588 msgstr ""
33843589
3385 #: bash/bug_report:54 bash/run_exe:24
3590 #: bash/bug_report:55 bash/run_exe:24
33863591 #, sh-format
33873592 msgid "Automatic installation"
33883593 msgstr ""
33893594
3390 #: bash/bug_report:65
3595 #: bash/bug_report:66
33913596 #, sh-format
33923597 msgid "Choose the log file corresponding to your software."
33933598 msgstr ""
33943599
3395 #: bash/bug_report:69
3600 #: bash/bug_report:70
33963601 #, sh-format
33973602 msgid "Please give a very short description (title, english only)"
33983603 msgstr ""
33993604
3400 #: bash/bug_report:72
3605 #: bash/bug_report:73
34013606 #, sh-format
34023607 msgid "Please explain your problem clearly (english only):"
34033608 msgstr ""
34043609
3405 #: bash/bug_report:76
3610 #: bash/bug_report:77
34063611 #, sh-format
34073612 msgid "Sorry, we need a detailed description."
34083613 msgstr ""
34093614
3410 #: bash/bug_report:107
3615 #: bash/bug_report:108
34113616 #, sh-format
34123617 msgid ""
34133618 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34493654 msgstr ""
34503655
34513656 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3452 #: python/mainwindow.py:232
3657 #: python/mainwindow.py:234
34533658 #, sh-format
34543659 msgid "Run a local script"
34553660 msgstr "הרצת סקריפט מקומי"
35733778 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
35743779 msgstr ""
35753780
3576 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3781 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
35773782 #, sh-format
35783783 msgid "$APPLICATION_TITLE first use"
35793784 msgstr ""
35803785
3581 #: bash/first_use:240
3786 #: bash/first_use:242
35823787 #, sh-format
35833788 msgid "$APPLICATION_TITLE is going to finish its preparation"
35843789 msgstr ""
35853790
3586 #: bash/first_use:240 bash/first_use:243
3791 #: bash/first_use:242 bash/first_use:245
35873792 #, sh-format
35883793 msgid "Please ensure you are connected to the internet."
35893794 msgstr ""
35903795
3591 #: bash/first_use:243
3796 #: bash/first_use:245
35923797 #, sh-format
35933798 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
35943799 msgstr ""
35953800
3596 #: bash/first_use:243
3801 #: bash/first_use:245
35973802 #, sh-format
35983803 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
35993804 msgstr ""
36003805
3601 #: bash/first_use:253
3806 #: bash/first_use:255
36023807 #, sh-format
36033808 msgid "Error while installing fonts"
36043809 msgstr ""
36053810
3606 #: bash/first_use:271
3811 #: bash/first_use:273
36073812 #, sh-format
36083813 msgid "Enjoy using $APPLICATION_TITLE"
36093814 msgstr ""
37153920 msgid "Use another version of Wine"
37163921 msgstr ""
37173922
3718 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3719 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3923 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3924 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37203925 #, sh-format
37213926 msgid "Configure Wine"
37223927 msgstr "הגדרת Wine"
37363941 msgid "What would you like to do before installation?"
37373942 msgstr ""
37383943
3739 #: bash/manual_install:230 lib/scripts.lib:437
3944 #: bash/manual_install:231 lib/scripts.lib:438
37403945 #, sh-format
37413946 msgid "Please make your choice"
37423947 msgstr ""
37433948
3744 #: bash/manual_install:258
3949 #: bash/manual_install:259
37453950 #, sh-format
37463951 msgid "Looking for runnable CD-ROMs"
37473952 msgstr ""
37483953
3749 #: bash/manual_install:281
3954 #: bash/manual_install:282
37503955 #, sh-format
37513956 msgid "Select another file"
37523957 msgstr ""
37533958
3754 #: bash/manual_install:289
3959 #: bash/manual_install:290
37553960 #, sh-format
37563961 msgid "Please choose a way to install your program"
37573962 msgstr ""
37583963
3759 #: bash/manual_install:298
3964 #: bash/manual_install:299
37603965 #, sh-format
37613966 msgid "Please select the install file to run."
37623967 msgstr ""
37633968
3764 #: bash/manual_install:328
3969 #: bash/manual_install:329
37653970 #, sh-format
37663971 msgid "You must choose a file!"
37673972 msgstr ""
37683973
3769 #: bash/manual_install:334
3974 #: bash/manual_install:335
37703975 #, sh-format
37713976 msgid "$APPLICATION_TITLE is installing your application..."
37723977 msgstr ""
38444049 msgid "Extracting: "
38454050 msgstr ""
38464051
3847 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4052 #: bash/playonlinux-pkg:111
38484053 #, sh-format
38494054 msgid "Running..."
38504055 msgstr ""
38544059 msgid "Cleaning..."
38554060 msgstr ""
38564061
3857 #: bash/playonlinux_online:32
3858 #, sh-format
3859 msgid ""
3860 "This is the list of the scripts you sent to us. You can run one of them"
3861 msgstr ""
3862
3863 #: bash/playonlinux_online:42
3864 #, sh-format
3865 msgid "You do not seems to have any personal script"
3866 msgstr ""
3867
3868 #: bash/playonlinux_online:47
3869 #, sh-format
3870 msgid ""
3871 "If you have successfully installed a program with 'Install a non-listed\\"
3872 "nsoftware' button, it will allow you to add this program in our list"
3873 msgstr ""
3874
3875 #: bash/playonlinux_online:47
3876 #, sh-format
3877 msgid "This tools will allow you to help us :"
3878 msgstr ""
3879
3880 #: bash/playonlinux_online:47
3881 #, sh-format
3882 msgid ""
3883 "We're going to ask you some questions, please be as much accurate as\\"
3884 "npossible"
3885 msgstr ""
3886
3887 #: bash/playonlinux_online:55
3888 #, sh-format
3889 msgid "Choose the file corresponding to your program."
3890 msgstr ""
3891
3892 #: bash/playonlinux_online:59
3893 #, sh-format
3894 msgid "Does your program run?"
3895 msgstr ""
3896
3897 #: bash/playonlinux_online:62
3898 #, sh-format
3899 msgid "What is the title of your program?"
3900 msgstr ""
3901
3902 #: bash/playonlinux_online:64
3903 #, sh-format
3904 msgid "What is the editor of your program?"
3905 msgstr ""
3906
3907 #: bash/playonlinux_online:66
3908 #, sh-format
3909 msgid "What is the editor website of your program?"
3910 msgstr ""
3911
3912 #: bash/playonlinux_online:69 python/install.py:210
3913 #, sh-format
3914 msgid "Accessories"
3915 msgstr "עזרים"
3916
3917 #: bash/playonlinux_online:69 python/install.py:211
3918 #, sh-format
3919 msgid "Development"
3920 msgstr "פיתוח"
3921
3922 #: bash/playonlinux_online:69 python/install.py:212
3923 #, sh-format
3924 msgid "Education"
3925 msgstr "חינוך"
3926
3927 #: bash/playonlinux_online:69 python/install.py:213
3928 #, sh-format
3929 msgid "Games"
3930 msgstr "משחקים"
3931
3932 #: bash/playonlinux_online:69 python/install.py:214
3933 #, sh-format
3934 msgid "Graphics"
3935 msgstr "גרפיקה"
3936
3937 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3938 #: python/options.py:384
3939 #, sh-format
3940 msgid "Internet"
3941 msgstr "אינטרנט"
3942
3943 #: bash/playonlinux_online:69 python/install.py:216
3944 #, sh-format
3945 msgid "Multimedia"
3946 msgstr "מולטימדיה"
3947
3948 #: bash/playonlinux_online:69 python/install.py:217
3949 #, sh-format
3950 msgid "Office"
3951 msgstr "יישומים משרדיים"
3952
3953 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3954 #, sh-format
3955 msgid "Other"
3956 msgstr "אחר"
3957
3958 #: bash/playonlinux_online:69 python/install.py:219
3959 #, sh-format
3960 msgid "Patches"
3961 msgstr "פריצות"
3962
3963 #: bash/playonlinux_online:69
3964 #, sh-format
3965 msgid "Select a category for your program"
3966 msgstr ""
3967
3968 #: bash/playonlinux_online:69 python/install.py:258
3969 #, sh-format
3970 msgid "Testing"
3971 msgstr "בדיקה"
3972
3973 #: bash/playonlinux_online:72
3974 #, sh-format
3975 msgid ""
3976 "What feature of your program does not work?\\nIf everything works, please "
3977 "mention it"
3978 msgstr ""
3979
3980 #: bash/playonlinux_online:74
3981 #, sh-format
3982 msgid "Write any change you made to wine configuration here:"
3983 msgstr ""
3984
3985 #: bash/playonlinux_online:102
3986 #, sh-format
3987 msgid "You must be able to run this program!"
3988 msgstr ""
3989
3990 #: bash/playonlinux_online:107
3991 #, sh-format
3992 msgid "Run one of your personal scripts"
3993 msgstr ""
3994
3995 #: bash/playonlinux_online:108
3996 #, sh-format
3997 msgid "Send to us a working script generated by manual installation"
3998 msgstr ""
3999
4000 #: bash/playonlinux_online:109
4001 #, sh-format
4002 msgid "Logout"
4003 msgstr ""
4004
4005 #: bash/playonlinux_online:110
4006 #, sh-format
4007 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4008 msgstr ""
4009
4010 #: bash/playonlinux_online:124
4011 #, sh-format
4012 msgid ""
4013 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4014 "safely close this window"
4015 msgstr ""
4016
4017 #: bash/polconfigurator:33
4062 #: bash/polconfigurator:34
40184063 #, sh-format
40194064 msgid "Killing programs in the virtual drive..."
40204065 msgstr ""
40214066
4022 #: bash/polconfigurator:79
4067 #: bash/polconfigurator:86
40234068 #, sh-format
40244069 msgid "Icon selection"
40254070 msgstr ""
40264071
4027 #: bash/polconfigurator:79
4072 #: bash/polconfigurator:86
40284073 #, sh-format
40294074 msgid "Please select an icon file"
40304075 msgstr ""
40314076
4032 #: bash/polconfigurator:86
4077 #: bash/polconfigurator:93
40334078 #, sh-format
40344079 msgid "Bad file extension"
40354080 msgstr ""
40364081
4037 #: bash/polconfigurator:86
4082 #: bash/polconfigurator:93
40384083 #, sh-format
40394084 msgid "is not an icon extension"
40404085 msgstr ""
40414086
4042 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4043 #: python/mainwindow.py:621
4087 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4088 #: python/mainwindow.py:619
40444089 #, sh-format
40454090 msgid "Registry Editor"
40464091 msgstr "עורך רישומי המערכת"
40474092
4048 #: bash/polconfigurator:97
4093 #: bash/polconfigurator:104
40494094 #, sh-format
40504095 msgid "Kill all prefix processes"
40514096 msgstr ""
40524097
4053 #: bash/polconfigurator:98
4098 #: bash/polconfigurator:105
40544099 #, sh-format
40554100 msgid "Update wineprefix"
40564101 msgstr ""
40574102
4058 #: bash/polconfigurator:99
4103 #: bash/polconfigurator:106
40594104 #, sh-format
40604105 msgid "Simulate Windows reboot"
40614106 msgstr ""
40624107
4063 #: bash/polconfigurator:100
4108 #: bash/polconfigurator:107
40644109 #, sh-format
40654110 msgid "Use Advanced Wine Configuration plugin"
40664111 msgstr ""
40674112
4068 #: bash/polconfigurator:101
4113 #: bash/polconfigurator:108
40694114 #, sh-format
40704115 msgid "Use PlayOnLinux's configurator for"
40714116 msgstr ""
40724117
4073 #: bash/polconfigurator:103
4118 #: bash/polconfigurator:110
40744119 #, sh-format
40754120 msgid "Change the icon"
40764121 msgstr ""
40774122
4078 #: bash/polconfigurator:104
4123 #: bash/polconfigurator:111
40794124 #, sh-format
40804125 msgid "Use WineTricks"
40814126 msgstr ""
40824127
4083 #: bash/polconfigurator:123
4128 #: bash/polconfigurator:130
40844129 #, sh-format
40854130 msgid "Please choose an action to perform"
40864131 msgstr ""
41304175 msgid "Please choose a CD-ROM to eject"
41314176 msgstr ""
41324177
4133 #: bash/run_app:83
4178 #: bash/run_app:85
41344179 #, sh-format
41354180 msgid "Please choose a software to run"
41364181 msgstr ""
41374182
4138 #: bash/run_app:114
4183 #: bash/run_app:116
41394184 #, sh-format
41404185 msgid "$APPLICATION_TITLE debugger is starting..."
41414186 msgstr ""
41424187
4143 #: bash/run_app:117
4188 #: bash/run_app:119
41444189 #, sh-format
41454190 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
41464191 msgstr ""
41474192
4148 #: bash/run_app:119
4193 #: bash/run_app:121
41494194 #, sh-format
41504195 msgid "$PACKAGE crashed."
41514196 msgstr ""
42014246 msgstr ""
42024247
42034248 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4204 #: lib/playonlinux.lib:717
4249 #: lib/playonlinux.lib:720
42054250 #, sh-format
42064251 msgid "$APPLICATION_TITLE Uninstaller"
42074252 msgstr ""
42214266 msgid "This wizard will help you to uninstall: "
42224267 msgstr ""
42234268
4224 #: bash/uninstall:65 lib/playonlinux.lib:717
4269 #: bash/uninstall:65 lib/playonlinux.lib:720
42254270 #, sh-format
42264271 msgid "Uninstalling..."
42274272 msgstr ""
42814326 msgstr ""
42824327
42834328 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4284 #: lib/wine.lib:955 lib/wine.lib:1036
4329 #: lib/wine.lib:970 lib/wine.lib:1051
42854330 #, sh-format
42864331 msgid "Please wait while the virtual drive is being created..."
42874332 msgstr ""
42964341 msgid "Setting Program Files var"
42974342 msgstr ""
42984343
4299 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4300 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4344 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4345 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43014346 #, sh-format
43024347 msgid "This function is disabled in the PlayOnlinux environment."
43034348 msgstr ""
43044349
4305 #: lib/playonlinux.lib:334
4350 #: lib/playonlinux.lib:336
43064351 #, sh-format
43074352 msgid ""
43084353 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43104355 "responsible from it.\\nPlease ensure you know what you are doing !"
43114356 msgstr ""
43124357
4313 #: lib/playonlinux.lib:335
4358 #: lib/playonlinux.lib:337
43144359 #, sh-format
43154360 msgid "Here the source code of the script. Check it carefully"
43164361 msgstr ""
43174362
4318 #: lib/playonlinux.lib:357
4363 #: lib/playonlinux.lib:359
43194364 #, sh-format
43204365 msgid ""
43214366 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43234368 "responsible from it.\\nPlease ensure you know what you are doing!"
43244369 msgstr ""
43254370
4326 #: lib/playonlinux.lib:358
4371 #: lib/playonlinux.lib:360
43274372 #, sh-format
43284373 msgid "External library"
43294374 msgstr ""
43304375
4331 #: lib/playonlinux.lib:358
4376 #: lib/playonlinux.lib:360
43324377 #, sh-format
43334378 msgid "Here the source code of the script. Check it carrefully"
43344379 msgstr ""
43354380
4336 #: lib/playonlinux.lib:591
4381 #: lib/playonlinux.lib:593
43374382 #, sh-format
43384383 msgid "Making shortcut..."
43394384 msgstr ""
43404385
4341 #: lib/playonlinux.lib:715
4386 #: lib/playonlinux.lib:718
43424387 #, sh-format
43434388 msgid "Do you want to delete the virtual drive:"
43444389 msgstr ""
43454390
4346 #: lib/playonlinux.lib:826
4391 #: lib/playonlinux.lib:831
43474392 #, sh-format
43484393 msgid ""
43494394 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
43504395 "from working\\n\\n$FilePath"
43514396 msgstr ""
43524397
4353 #: lib/playonlinux.lib:827
4398 #: lib/playonlinux.lib:832
43544399 #, sh-format
43554400 msgid ""
43564401 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
43574402 "from working\\n\\n$FilePath"
43584403 msgstr ""
43594404
4360 #: lib/playonlinux.lib:828
4405 #: lib/playonlinux.lib:833
43614406 #, sh-format
43624407 msgid ""
43634408 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
43644409 "from working\\n\\n$FilePath"
43654410 msgstr ""
43664411
4367 #: lib/playonlinux.lib:829
4412 #: lib/playonlinux.lib:834
43684413 #, sh-format
43694414 msgid ""
43704415 "The following file is located on a noexec mounted filesystem.\\nIt might "
43714416 "prevent wine from working\\n\\n$FilePath"
43724417 msgstr ""
43734418
4374 #: lib/plugins.lib:65
4419 #: lib/plugins.lib:66
43754420 #, sh-format
43764421 msgid "Checking plugin: "
43774422 msgstr ""
43784423
4379 #: lib/plugins.lib:93
4424 #: lib/plugins.lib:94
43804425 #, sh-format
43814426 msgid "New: "
43824427 msgstr ""
43834428
4384 #: lib/plugins.lib:93
4429 #: lib/plugins.lib:94
43854430 #, sh-format
43864431 msgid "Updating plugin. Previous: "
43874432 msgstr ""
43884433
4389 #: lib/plugins.lib:112
4434 #: lib/plugins.lib:113
43904435 #, sh-format
43914436 msgid "Installing plugin: "
43924437 msgstr ""
44034448 msgid "Function override detected, disabling bug reporting"
44044449 msgstr ""
44054450
4406 #: lib/scripts.lib:499 lib/scripts.lib:565
4451 #: lib/scripts.lib:500 lib/scripts.lib:566
44074452 #, sh-format
44084453 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
44094454 msgstr ""
44104455
4411 #: lib/scripts.lib:501 lib/scripts.lib:784
4456 #: lib/scripts.lib:502 lib/scripts.lib:785
44124457 #, sh-format
44134458 msgid "Please wait while $APPLICATION_TITLE is downloading:"
44144459 msgstr ""
44154460
4416 #: lib/scripts.lib:503 lib/scripts.lib:570
4461 #: lib/scripts.lib:504 lib/scripts.lib:571
44174462 #, sh-format
44184463 msgid "An error happened during download."
44194464 msgstr ""
44204465
4421 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4422 #: lib/scripts.lib:586
4466 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4467 #: lib/scripts.lib:587
44234468 #, sh-format
44244469 msgid "Do you want to retry?"
44254470 msgstr ""
44264471
4427 #: lib/scripts.lib:522 lib/scripts.lib:586
4472 #: lib/scripts.lib:523 lib/scripts.lib:587
44284473 #, sh-format
44294474 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
44304475 msgstr ""
44314476
4432 #: lib/scripts.lib:689
4477 #: lib/scripts.lib:690
44334478 #, sh-format
44344479 msgid ""
44354480 "7z not installed, please check that you have 7zip installed and try again"
44364481 msgstr ""
44374482
4438 #: lib/scripts.lib:696
4483 #: lib/scripts.lib:697
44394484 #, sh-format
44404485 msgid "Failed to locate ${dest} from ${archive}"
44414486 msgstr ""
44424487
4443 #: lib/scripts.lib:700
4488 #: lib/scripts.lib:701
44444489 #, sh-format
44454490 msgid "Extracting ${filename} from ${archivename}"
44464491 msgstr ""
44474492
4448 #: lib/scripts.lib:715
4493 #: lib/scripts.lib:716
44494494 #, sh-format
44504495 msgid "Extracted file size does not match!"
44514496 msgstr ""
44524497
4453 #: lib/scripts.lib:746
4498 #: lib/scripts.lib:747
44544499 #, sh-format
44554500 msgid "Copying ${filename}"
44564501 msgstr ""
44574502
4458 #: lib/scripts.lib:759
4503 #: lib/scripts.lib:760
44594504 #, sh-format
44604505 msgid "File size does not match!"
44614506 msgstr ""
44624507
4463 #: lib/scripts.lib:903
4508 #: lib/scripts.lib:904
44644509 #, sh-format
44654510 msgid ""
44664511 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
44674512 "n$APPLICATION_TITLE $NEEDED is required."
44684513 msgstr ""
44694514
4470 #: lib/scripts.lib:918
4515 #: lib/scripts.lib:919
44714516 #, sh-format
44724517 msgid ""
44734518 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
44744519 "$NEEDED is recommended to continue."
44754520 msgstr ""
44764521
4477 #: lib/scripts.lib:949
4522 #: lib/scripts.lib:950
44784523 #, sh-format
44794524 msgid "$AUTHOR profile"
44804525 msgstr ""
45214566 "again."
45224567 msgstr ""
45234568
4524 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4569 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
45254570 #: python/mainwindow.py:1135 python/mainwindow.py:1165
45264571 #: python/mainwindow.py:1179 python/mainwindow.py:1188
45274572 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
45334578 #, sh-format
45344579 msgid "Where is mounted your CD-ROM?"
45354580 msgstr "איפה כונן התקליטורים שלך מעוגן?"
4581
4582 #: lib/setupwindow.lib:349 python/install.py:218
4583 #, sh-format
4584 msgid "Other"
4585 msgstr "אחר"
45364586
45374587 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
45384588 #, sh-format
46524702 msgid "I don't want to make another shortcut"
46534703 msgstr ""
46544704
4655 #: lib/setupwindow.lib:711 python/guiv3.py:158
4705 #: lib/setupwindow.lib:711 python/guiv3.py:163
46564706 #, sh-format
46574707 msgid "Browse"
46584708 msgstr "עיון"
4709
4710 #: lib/setupwindow.lib:739
4711 #, sh-format
4712 msgid "A shortcut by that name already exists, overwrite?"
4713 msgstr ""
46594714
46604715 #: lib/website.lib:29
46614716 #, sh-format
46744729 "valid."
46754730 msgstr "ההתחברות נכשלה !\\nנא לוודא ששם המשתמש והססמה שלך נכונים."
46764731
4677 #: lib/wine.lib:367
4732 #: lib/wine.lib:371
46784733 #, sh-format
46794734 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
46804735 msgstr "נא להמתין בזמן שהחומרה שלך נסרקת על ידי $APPLICATION_TITLE"
46814736
4682 #: lib/wine.lib:373
4737 #: lib/wine.lib:377
46834738 #, sh-format
46844739 msgid "Select the main videocard to report:"
46854740 msgstr ""
46864741
4687 #: lib/wine.lib:538 lib/wine.lib:703
4742 #: lib/wine.lib:549 lib/wine.lib:714
46884743 #, sh-format
46894744 msgid ""
46904745 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
46934748 "מסתבר שאירעה קריסה של Wine\\n\\nאם התכנית שלך פועלת, ניתן פשוט להתעלם מהודעה "
46944749 "זו"
46954750
4696 #: lib/wine.lib:763
4751 #: lib/wine.lib:775
46974752 #, sh-format
46984753 msgid "Unable to find version: "
46994754 msgstr "לא ניתן למצוא את הגרסה: "
47004755
4701 #: lib/wine.lib:769 lib/wine.lib:770
4756 #: lib/wine.lib:781 lib/wine.lib:782
47024757 #, sh-format
47034758 msgid "Downloading Wine: "
47044759 msgstr "מתבצעת הורדה של Wine: "
47054760
4706 #: lib/wine.lib:779
4761 #: lib/wine.lib:791
47074762 #, sh-format
47084763 msgid "The download seems to have failed."
47094764 msgstr "מסתבר כי ההורדה נכשלה."
47104765
4711 #: lib/wine.lib:781
4766 #: lib/wine.lib:793
47124767 #, sh-format
47134768 msgid "Extracting Wine..."
47144769 msgstr "מתבצע חילוץ של Wine..."
47154770
4716 #: lib/wine.lib:961
4771 #: lib/wine.lib:976
47174772 #, sh-format
47184773 msgid "Overwrite (usually works, no guarantee)"
47194774 msgstr "שכתוב (עוד על פי רוב, לא תמיד)"
47204775
4721 #: lib/wine.lib:962
4776 #: lib/wine.lib:977
47224777 #, sh-format
47234778 msgid "Erase (virtual drive content will be lost)"
47244779 msgstr "(מחיקה) תוכן הכונן הווירטואלי יאבד)"
47254780
4726 #: lib/wine.lib:976
4781 #: lib/wine.lib:991
47274782 #, sh-format
47284783 msgid "The target virtual drive $PREFNAME already exists:"
47294784 msgstr "כונן היעד הווירטואלי $PREFNAME כבר קיים:"
47304785
4731 #: lib/wine.lib:1156 lib/wine.lib:1186
4786 #: lib/wine.lib:1171 lib/wine.lib:1201
47324787 #, sh-format
47334788 msgid "Please wait while $SOFTNAME is installed..."
47344789 msgstr "נא להמתין בזמן ההתקנה של $SOFTNAME..."
47354790
4736 #: lib/wine.lib:1160 lib/wine.lib:1189
4791 #: lib/wine.lib:1175 lib/wine.lib:1204
47374792 #, sh-format
47384793 msgid ""
47394794 "Be careful! This will kill install process. If it is not finished, you will "
47424797 "נא להיזהר! פעולה זו תחסל תהליך התקנה. אם ההתקנה לא הסתיימה, יהיה עליך להתקין "
47434798 "מחדש את $SOFTNAME"
47444799
4745 #: lib/wine.lib:1160 lib/wine.lib:1189
4800 #: lib/wine.lib:1175 lib/wine.lib:1204
47464801 #, sh-format
47474802 msgid "Install is done"
47484803 msgstr "ההתקנה הסתיימה"
47494804
4750 #: lib/wine.lib:1193 lib/wine.lib:1194
4805 #: lib/wine.lib:1208 lib/wine.lib:1209
47514806 #, sh-format
47524807 msgid "Press next only when the installation process is finished"
47534808 msgstr "יש ללחוץ על הבא רק כאשר תהליך ההתקנה הסתיים"
47544809
4755 #: lib/wine.lib:1202
4810 #: lib/wine.lib:1217
47564811 #, sh-format
47574812 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
47584813 msgstr "נא להמתין בזמן שהיישום $APPLICATION_TITLE מבצע הדמייה של הפעלה מחדש"
47704825 "כלי זה הנו למשתמשים מתקדמים.\n"
47714826 "כדי להסיר תכנית באופן נקי עם {0}, עליך למחוק את הכונן הווירטואלי המשויך"
47724827
4773 #: python/configure.py:197 python/configure.py:694
4828 #: python/configure.py:196 python/configure.py:703
47744829 msgid "General"
47754830 msgstr "כללי"
47764831
4777 #: python/configure.py:200
4832 #: python/configure.py:199
47784833 msgid "Make a new shortcut from this virtual drive"
47794834 msgstr "יצירת קיצור דרך חדש מכונן וירטואלי זה"
47804835
4781 #: python/configure.py:201
4836 #: python/configure.py:200
47824837 msgid "Name"
47834838 msgstr "שם"
47844839
4785 #: python/configure.py:202
4840 #: python/configure.py:201
47864841 msgid "Wine version"
47874842 msgstr "גרסת ה־Wine"
47884843
4789 #: python/configure.py:203
4844 #: python/configure.py:202
47904845 msgid "Debug flags"
47914846 msgstr ""
47924847
4793 #: python/configure.py:205
4848 #: python/configure.py:204
47944849 msgid "Virtual drive"
47954850 msgstr "כונן וירטואלי"
47964851
4797 #: python/configure.py:207
4852 #: python/configure.py:206
47984853 msgid "Arguments"
47994854 msgstr "ארגומנטים"
48004855
4801 #: python/configure.py:211
4856 #: python/configure.py:210
48024857 msgid "Run configuration wizard"
48034858 msgstr "הפעלת אשף תצורה"
48044859
4805 #: python/configure.py:248
4860 #: python/configure.py:247
48064861 msgid "Windows reboot"
48074862 msgstr "הפעלה מחדש של Windows"
48084863
4809 #: python/configure.py:256
4864 #: python/configure.py:255
48104865 msgid "Repair virtual drive"
48114866 msgstr "תיקון כונן וירטואלי"
48124867
4813 #: python/configure.py:265
4868 #: python/configure.py:264
48144869 msgid "Command prompt"
48154870 msgstr "שורת פקודה"
48164871
4817 #: python/configure.py:272
4872 #: python/configure.py:271
48184873 msgid "Task manager"
48194874 msgstr "מנהל משימות"
48204875
4821 #: python/configure.py:280
4876 #: python/configure.py:279
48224877 msgid "Kill processes"
48234878 msgstr "חיסול יישומים"
48244879
4825 #: python/configure.py:287
4880 #: python/configure.py:286
48264881 msgid "Wine uninstaller"
48274882 msgstr "תכניות הסרה של Wine"
48284883
4829 #: python/configure.py:312
4884 #: python/configure.py:311
48304885 msgid ""
48314886 "Be careful! Installing one of these components can break your virtual drive."
48324887 msgstr ""
48334888 "נא להיזהר! התקנת כל אחד מהרכיבים האלה עלול לפגום בפעילות הכונן הווירטואלי "
48344889 "שלך."
48354890
4836 #: python/configure.py:334 python/install.py:285 python/install.py:289
4837 #: python/mainwindow.py:197 python/mainwindow.py:350
4891 #: python/configure.py:333 python/install.py:285 python/install.py:289
4892 #: python/mainwindow.py:199 python/mainwindow.py:348
48384893 msgid "Install"
48394894 msgstr "התקנה"
48404895
4841 #: python/configure.py:395
4896 #: python/configure.py:388
48424897 msgid "Open program's directory"
48434898 msgstr "פתיחת התיקייה של התכנית"
48444899
4845 #: python/configure.py:418
4900 #: python/configure.py:411
48464901 msgid "Open virtual drive's directory"
48474902 msgstr "פתיחת התיקייה של הכונן הווירטואלי"
48484903
4849 #: python/configure.py:560
4904 #: python/configure.py:555
48504905 msgid "GLSL Support"
48514906 msgstr "תמיכה ב־GLSL"
48524907
4853 #: python/configure.py:561
4908 #: python/configure.py:556
48544909 msgid "Direct Draw Renderer"
48554910 msgstr "מעבד Direct Draw"
48564911
4857 #: python/configure.py:562
4912 #: python/configure.py:557
48584913 msgid "Video memory size"
48594914 msgstr "גודל זיכרון הווידאו"
48604915
4861 #: python/configure.py:563
4916 #: python/configure.py:558
48624917 msgid "Offscreen rendering mode"
48634918 msgstr ""
48644919
4865 #: python/configure.py:564
4920 #: python/configure.py:559
48664921 msgid "Render target mode lock"
48674922 msgstr ""
48684923
4869 #: python/configure.py:565
4924 #: python/configure.py:560
48704925 msgid "Multisampling"
48714926 msgstr "ריבוי דגימות"
48724927
4873 #: python/configure.py:566
4928 #: python/configure.py:561
48744929 msgid "Strict Draw Ordering"
48754930 msgstr ""
48764931
4877 #: python/configure.py:576
4932 #: python/configure.py:571
48784933 msgid "Mouse warp override"
48794934 msgstr ""
48804935
4881 #: python/configure.py:578
4936 #: python/configure.py:573
48824937 msgid "Open a shell"
48834938 msgstr "פתיחת מסוף"
48844939
4885 #: python/configure.py:579
4940 #: python/configure.py:574
48864941 msgid "Run a .exe file in this virtual drive"
48874942 msgstr "הרצת ‎.exe בכונן וירטואלי זה"
48884943
4889 #: python/configure.py:580
4944 #: python/configure.py:575
48904945 msgid "Command to exec before running the program"
48914946 msgstr "פעולה להפעלה לפני הרצת התכנית"
48924947
4893 #: python/configure.py:591
4948 #: python/configure.py:585
4949 msgid ""
4950 "Warning:\n"
4951 "\n"
4952 "Any program still running in this virtual drive will be terminated before "
4953 "Wine version is changed.\n"
4954 "Are you sure you want to continue?"
4955 msgstr ""
4956
4957 #: python/configure.py:596
48944958 msgid ""
48954959 "Be careful!\n"
48964960 "If you change "
48984962 "נא להיזהר!\n"
48994963 "אם יערכו שינויים "
49004964
4901 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4965 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
49024966 msgid "{0} configuration"
49034967 msgstr "בתצורה של {0}"
49044968
4905 #: python/configure.py:659
4969 #: python/configure.py:664
49064970 msgid "Please select a program or a virtual drive to configure"
49074971 msgstr "נא לבחור תכנית או כונן וירטואלי להגדרה"
49084972
4909 #: python/configure.py:677 python/options.py:280
4973 #: python/configure.py:683 python/configure.py:686 python/options.py:280
49104974 msgid "New"
49114975 msgstr "חדשה (Prefix)התקן תוכנה בתחילית"
49124976
4913 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4914 #: python/mainwindow.py:596 python/options.py:207
4977 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4978 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
49154979 msgid "Remove"
49164980 msgstr "הסרה"
49174981
4918 #: python/configure.py:696
4982 #: python/configure.py:705
49194983 msgid "Install components"
49204984 msgstr "התקנת רכיבים"
49214985
4922 #: python/configure.py:697 python/mainwindow.py:332
4986 #: python/configure.py:706 python/mainwindow.py:330
49234987 msgid "Display"
49244988 msgstr "תצוגה"
49254989
4926 #: python/configure.py:698
4990 #: python/configure.py:707
49274991 msgid "Miscellaneous"
49284992 msgstr "שונות"
49294993
4930 #: python/configure.py:726
4994 #: python/configure.py:735
49314995 msgid "This virtual drive is protected"
49324996 msgstr "כונן וירטואלי זה מוגן"
49334997
4934 #: python/configure.py:728
4998 #: python/configure.py:737
49354999 msgid "Are you sure you want to delete {0} virtual drive ?"
49365000 msgstr "האם אכן למחוק את הכונן הווירטואלי {0} ?"
49375001
4938 #: python/configure.py:735
5002 #: python/configure.py:744
49395003 msgid "Are you sure you want to delete {0} ?"
49405004 msgstr "האם אכן למחוק את {0}?"
49415005
4942 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4943 #: python/mainwindow.py:997
5006 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5007 #: python/mainwindow.py:995
49445008 msgid "{0} debugger"
49455009 msgstr ""
49465010
49485012 msgid "Please select a debug file"
49495013 msgstr "נא לבחור קובץ ניפוי שגיאות"
49505014
4951 #: python/debug.py:76
5015 #: python/debug.py:78
49525016 msgid "Locate this logfile"
49535017 msgstr "איתור קובץ יומן זה"
49545018
4955 #: python/debug.py:99
5019 #: python/debug.py:101
49565020 msgid "The file is named : {0}"
49575021 msgstr "שם הקובץ הוא : {0}"
49585022
4959 #: python/debug.py:153 python/debug.py:207
5023 #: python/debug.py:189 python/debug.py:245
49605024 msgid "Virtual drives"
49615025 msgstr "כוננים וירטואליים"
49625026
4963 #: python/debug.py:184
5027 #: python/debug.py:222
49645028 msgid "Report a problem about {0}"
49655029 msgstr "דיווח על בעיה כנגד {0}"
49665030
4967 #: python/debug.py:206
5031 #: python/debug.py:244
49685032 msgid "Install scripts"
49695033 msgstr "סקריפטים לצורך התקנה"
49705034
49895053 msgid "Next"
49905054 msgstr "הבא"
49915055
4992 #: python/guiv3.py:166
5056 #: python/guiv3.py:171
49935057 msgid "I Agree"
49945058 msgstr "מוסכם בעיני"
49955059
4996 #: python/guiv3.py:167
5060 #: python/guiv3.py:172
49975061 msgid "Show virtual drives"
49985062 msgstr "הצגת כוננים וירטואליים"
49995063
5000 #: python/guiv3.py:188
5064 #: python/guiv3.py:193
50015065 msgid "Login: "
50025066 msgstr "שם משתמש: "
50035067
5004 #: python/guiv3.py:189
5068 #: python/guiv3.py:194
50055069 msgid "Password: "
50065070 msgstr "ססמה: "
50075071
5008 #: python/guiv3.py:192
5072 #: python/guiv3.py:197
50095073 msgid "Register"
50105074 msgstr "הרשמה"
50115075
5012 #: python/guiv3.py:288
5076 #: python/guiv3.py:302
50135077 msgid "MB downloaded"
50145078 msgstr "מ״ב התקבלו"
50155079
5016 #: python/guiv3.py:288
5080 #: python/guiv3.py:302
50175081 msgid "of"
50185082 msgstr "מתוך"
50195083
5020 #: python/guiv3.py:749
5084 #: python/guiv3.py:769
50215085 msgid "You cannot close this window"
50225086 msgstr "אסור לסגור חלון זה"
50235087
50255089 msgid "No description"
50265090 msgstr "ללא תיאור"
50275091
5028 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5092 #: python/install.py:210
5093 msgid "Accessories"
5094 msgstr "עזרים"
5095
5096 #: python/install.py:211
5097 msgid "Development"
5098 msgstr "פיתוח"
5099
5100 #: python/install.py:212
5101 msgid "Education"
5102 msgstr "חינוך"
5103
5104 #: python/install.py:213
5105 msgid "Games"
5106 msgstr "משחקים"
5107
5108 #: python/install.py:214
5109 msgid "Graphics"
5110 msgstr "גרפיקה"
5111
5112 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5113 msgid "Internet"
5114 msgstr "אינטרנט"
5115
5116 #: python/install.py:216
5117 msgid "Multimedia"
5118 msgstr "מולטימדיה"
5119
5120 #: python/install.py:217
5121 msgid "Office"
5122 msgstr "יישומים משרדיים"
5123
5124 #: python/install.py:219
5125 msgid "Patches"
5126 msgstr "פריצות"
5127
5128 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
50295129 msgid "Search"
50305130 msgstr "חיפוש"
50315131
50325132 #: python/install.py:252
50335133 msgid "Include:"
50345134 msgstr ""
5135
5136 #: python/install.py:258
5137 msgid "Testing"
5138 msgstr "בדיקה"
50355139
50365140 #: python/install.py:263
50375141 msgid "No-cd needed"
50885192 "used for piracy purposes we won't give any support on this matter."
50895193 msgstr ""
50905194
5091 #: python/irc.py:137
5195 #: python/irc.py:139
50925196 msgid "Send"
50935197 msgstr "שליחה"
50945198
5095 #: python/irc.py:138
5199 #: python/irc.py:140
50965200 msgid "Connect"
50975201 msgstr "התחברות"
50985202
5099 #: python/irc.py:139
5203 #: python/irc.py:141
51005204 msgid "Disconnect"
51015205 msgstr "ניתוק"
51025206
5103 #: python/irc.py:140
5207 #: python/irc.py:142
51045208 msgid "Leave"
51055209 msgstr "עזיבה"
51065210
5107 #: python/irc.py:227
5211 #: python/irc.py:229
51085212 msgid "Join a channel"
51095213 msgstr "הצטרפות לערוץ"
51105214
5111 #: python/irc.py:257 python/mainwindow.py:725
5215 #: python/irc.py:259 python/mainwindow.py:723
51125216 msgid "Messenger"
51135217 msgstr ""
51145218
5115 #: python/irc.py:273
5219 #: python/irc.py:275
51165220 msgid ""
51175221 "If you close this window, you cannot read further replies. Are you sure that "
51185222 "you want to close it?"
51375241 msgid "{0} error"
51385242 msgstr "שגיאת {0}"
51395243
5140 #: python/mainwindow.py:73
5244 #: python/mainwindow.py:75
51415245 msgid "{0} website is unavailable. Please check your connection"
51425246 msgstr ""
51435247
5144 #: python/mainwindow.py:75
5248 #: python/mainwindow.py:77
51455249 msgid "Refreshing {0}"
51465250 msgstr ""
51475251
5148 #: python/mainwindow.py:90 python/mainwindow.py:92
5252 #: python/mainwindow.py:92 python/mainwindow.py:94
51495253 msgid "An updated version of {0} is available"
51505254 msgstr ""
51515255
5152 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5256 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
51535257 msgid "Run"
51545258 msgstr "הפעלה"
51555259
5156 #: python/mainwindow.py:200
5260 #: python/mainwindow.py:202
51575261 msgid "Donate"
51585262 msgstr "תרומה"
51595263
5160 #: python/mainwindow.py:201
5264 #: python/mainwindow.py:203
51615265 msgid "Exit"
51625266 msgstr "יציאה"
51635267
5164 #: python/mainwindow.py:205
5268 #: python/mainwindow.py:207
51655269 msgid "Small icons"
51665270 msgstr "סמלים קטנים"
51675271
5168 #: python/mainwindow.py:206
5272 #: python/mainwindow.py:208
51695273 msgid "Medium icons"
51705274 msgstr "סמלים בינוניים"
51715275
5172 #: python/mainwindow.py:207
5276 #: python/mainwindow.py:209
51735277 msgid "Large icons"
51745278 msgstr "סמלים גדולים"
51755279
5176 #: python/mainwindow.py:208
5280 #: python/mainwindow.py:210
51775281 msgid "Very large icons"
51785282 msgstr "סמלים גדולים מאוד"
51795283
5180 #: python/mainwindow.py:220
5284 #: python/mainwindow.py:222
51815285 msgid "Manage Wine versions"
51825286 msgstr "ניהול הגרסאות של Wine"
51835287
5184 #: python/mainwindow.py:226
5288 #: python/mainwindow.py:228
51855289 msgid "Read a PC CD-Rom"
51865290 msgstr "קריאת תקליטור למחשב שולחני"
51875291
5188 #: python/mainwindow.py:236
5292 #: python/mainwindow.py:238
51895293 msgid "Close all {0} software"
51905294 msgstr ""
51915295
5192 #: python/mainwindow.py:240
5296 #: python/mainwindow.py:242
51935297 msgid "{0} console"
51945298 msgstr ""
51955299
5196 #: python/mainwindow.py:250
5300 #: python/mainwindow.py:248
51975301 msgid "{0} messenger"
51985302 msgstr ""
51995303
5200 #: python/mainwindow.py:266 python/options.py:388
5304 #: python/mainwindow.py:264 python/options.py:388
52015305 msgid "File associations"
52025306 msgstr "שיוכי קבצים"
52035307
5204 #: python/mainwindow.py:273
5308 #: python/mainwindow.py:271
52055309 msgid "About {0}"
52065310 msgstr "על אודות {0}"
52075311
5208 #: python/mainwindow.py:302 python/mainwindow.py:306
5312 #: python/mainwindow.py:300 python/mainwindow.py:304
52095313 msgid "Plugin manager"
52105314 msgstr "מנהל התוספים"
52115315
5212 #: python/mainwindow.py:331
5316 #: python/mainwindow.py:329
52135317 msgid "File"
52145318 msgstr "קובץ"
52155319
5216 #: python/mainwindow.py:333
5320 #: python/mainwindow.py:331
52175321 msgid "Tools"
52185322 msgstr "כלים"
52195323
5220 #: python/mainwindow.py:334 python/mainwindow.py:723
5324 #: python/mainwindow.py:332 python/mainwindow.py:721
52215325 msgid "Settings"
52225326 msgstr "הגדרות"
52235327
5224 #: python/mainwindow.py:335 python/options.py:387
5328 #: python/mainwindow.py:333 python/options.py:387
52255329 msgid "Plugins"
52265330 msgstr "תוספים"
52275331
5228 #: python/mainwindow.py:347 python/mainwindow.py:739
5332 #: python/mainwindow.py:345 python/mainwindow.py:737
52295333 msgid "Close"
52305334 msgstr "סגירה"
52315335
5232 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5336 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
52335337 msgid "Configure"
52345338 msgstr "Configure"
52355339
5236 #: python/mainwindow.py:584
5340 #: python/mainwindow.py:582
52375341 msgid "Open the application's directory"
52385342 msgstr "פתיחת תיקיית היישום"
52395343
5240 #: python/mainwindow.py:588 python/mainwindow.py:753
5344 #: python/mainwindow.py:586 python/mainwindow.py:751
52415345 msgid "Read the manual"
52425346 msgstr "קריאת המדריך"
52435347
5244 #: python/mainwindow.py:592
5348 #: python/mainwindow.py:590
52455349 msgid "Set the icon"
52465350 msgstr "הגדרת הסמל"
52475351
5248 #: python/mainwindow.py:600
5352 #: python/mainwindow.py:598
52495353 msgid "Close this application"
52505354 msgstr "סגירת יישום זה"
52515355
5252 #: python/mainwindow.py:611
5356 #: python/mainwindow.py:609
52535357 msgid "KillApp"
52545358 msgstr "סגירת היישום (KillApp)"
52555359
5256 #: python/mainwindow.py:618
5360 #: python/mainwindow.py:616
52575361 msgid "No manual found for {0}"
52585362 msgstr "לא נמצא מדריך עבור {0}"
52595363
5260 #: python/mainwindow.py:721
5364 #: python/mainwindow.py:719
52615365 msgid "Install a program"
52625366 msgstr "התקנת תכנית"
52635367
5264 #: python/mainwindow.py:728
5368 #: python/mainwindow.py:726
52655369 msgid "Update GIT"
52665370 msgstr "עדכון מ־GIT"
52675371
5268 #: python/mainwindow.py:731
5372 #: python/mainwindow.py:729
52695373 msgid "Update instructions"
52705374 msgstr ""
52715375
5272 #: python/mainwindow.py:741
5376 #: python/mainwindow.py:739
52735377 msgid "Debug"
52745378 msgstr "ניפוי שגיאות"
52755379
5276 #: python/mainwindow.py:743
5380 #: python/mainwindow.py:741
52775381 msgid "Report a problem"
52785382 msgstr ""
52795383
5280 #: python/mainwindow.py:747
5384 #: python/mainwindow.py:745
52815385 msgid "Create a shortcut"
52825386 msgstr "יצירת קיצור דרך"
52835387
5284 #: python/mainwindow.py:749
5388 #: python/mainwindow.py:747
52855389 msgid "Open the directory"
52865390 msgstr "פתיחת התיקייה"
52875391
5288 #: python/mainwindow.py:755
5392 #: python/mainwindow.py:753
52895393 msgid "Save"
52905394 msgstr ""
52915395
5292 #: python/mainwindow.py:758
5396 #: python/mainwindow.py:756
52935397 msgid "Uninstall"
52945398 msgstr "הסרה"
52955399
5296 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5297 #: python/mainwindow.py:1003
5400 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5401 #: python/mainwindow.py:1001
52985402 msgid "Please select a program."
52995403 msgstr "נא לבחור בתכנית."
53005404
5301 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5405 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
53025406 msgid "{0} settings"
53035407 msgstr "ההגדרות של {0}"
53045408
5305 #: python/mainwindow.py:965
5409 #: python/mainwindow.py:963
53065410 msgid "{0} install menu"
53075411 msgstr "תפריט ההתקנה של {0}"
53085412
5309 #: python/mainwindow.py:974
5413 #: python/mainwindow.py:972
53105414 msgid "{0} wine versions manager"
53115415 msgstr "מנהל גרסאות ה־wine של {0}"
53125416
5313 #: python/mainwindow.py:1005
5417 #: python/mainwindow.py:1003
53145418 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
53155419 msgstr "הכונן הווירטואלי המשויך עם {0} ({1}) אינו קיים עוד."
53165420
54185522 "These information will be very precious for us to help people."
54195523 msgstr ""
54205524
5421 #: python/mainwindow.py:1271
5525 #: python/mainwindow.py:1273
54225526 msgid "Are you sure you want to want to install {0} package?"
54235527 msgstr "האם אכן להתקין את החבילה {0}?"
54245528
5425 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5529 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5530 #: python/mainwindow.py:1284
54265531 msgid ""
54275532 "You are trying to open a script design for {0}! It might not work as expected"
54285533 msgstr ""
54995604 msgid "You must restart {0} for the changes to take effect."
55005605 msgstr "עליך להפעיל את {0} מחדש כדי שהשינויים ייכנסו לתוקף."
55015606
5502 #: python/wine_versions.py:194
5607 #: python/wine_versions.py:195
55035608 msgid "Installed Wine versions: "
55045609 msgstr "גרסאות ה־Wine המותקנות: "
55055610
5506 #: python/wine_versions.py:195
5611 #: python/wine_versions.py:196
55075612 msgid "Available Wine versions: "
55085613 msgstr "גרסאות ה־Wine הזמינות: "
55095614
5510 #: python/wine_versions.py:202
5615 #: python/wine_versions.py:203
55115616 msgid "Wine versions"
55125617 msgstr "גרסאות Wine"
55135618
5514 #: python/wine_versions.py:321
5619 #: python/wine_versions.py:322
55155620 msgid "Are you sure you want to delete wine {0}?"
55165621 msgstr "האם אכן ברצונך למחוק את wine {0}?"
55175622
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-04 14:51+0000\n"
1111 "Last-Translator: havoc <taproot97@gmail.com>\n"
1212 "Language-Team: Hindi <hi@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr ""
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr ""
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr ""
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42264281 #: lib/setupwindow.lib:348
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
4284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
42294289 msgstr ""
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
4412 msgstr ""
4413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
43524417 msgstr ""
43534418
43544419 #: lib/website.lib:29
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr ""
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr ""
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr ""
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr ""
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr ""
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr ""
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr ""
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr ""
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr ""
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr ""
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr ""
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr ""
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr ""
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr ""
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr ""
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
4826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
47164830 msgstr ""
47174831
47184832 #: python/install.py:263
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr ""
48895003
5004 #: python/mainwindow.py:329
5005 msgid "File"
5006 msgstr ""
5007
48905008 #: python/mainwindow.py:331
4891 msgid "File"
4892 msgstr ""
4893
4894 #: python/mainwindow.py:333
48955009 msgid "Tools"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr ""
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: gogo <trebelnik2@gmail.com>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-11 12:46+0000\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-04-13 08:00+0000\n"
1111 "Last-Translator: gogo <trebelnik2@gmail.com>\n"
1212 "Language-Team: Croatian <hr@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
243243 msgstr "Umetnite medij sa igrom u vaš optički/virtualni pogon"
244244
245245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
246 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
246247 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
247248 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
248249 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
271272 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
272273 #: PlayOnLinux_Scripts/Civilization_V_:53
273274 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
274 #: PlayOnLinux_Scripts/Diablo_II_:51
275 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
275276 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
276277 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
277278 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
278279 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
279280 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
280 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
281281 #: PlayOnLinux_Scripts/Google_SketchUp_:51
282282 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
283283 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
297297 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
298298 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
299299 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
300 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
300301 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
301302 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
302303 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
304 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
304 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
305 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
306 #: PlayOnLinux_Scripts/Portal_2_:82
305307 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
306308 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
307 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
310 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:72
309312 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
310313 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
314 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
311315 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
312316 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
313317 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
318 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
314319 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
315320 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
316 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
317 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
321 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
322 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
318324 #: PlayOnLinux_Scripts/Starcraft_:34
319325 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
320326 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
321 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
327 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
328 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
322329 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
323330 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
331 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
324332 #: PlayOnLinux_Scripts/Theme_Hospital_:59
325333 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
326334 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
327335 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
328336 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
337 #: PlayOnLinux_Scripts/Wizard_101_:38
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
338347 msgid "Please select the setup file to run"
339348 msgstr "Odaberite instalacijsku datoteku za pokretanje"
340349
350 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
352 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
354 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
355 #, sh-format
356 msgid "Please insert the game media into your disc drive."
357 msgstr ""
358
341359 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
361 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
342362 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
343363 #: PlayOnLinux_Scripts/Dishonored_:72
344364 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
353373 "nClose COMPLETELY the Steam interface, \\nso that the installation script "
354374 "can continue."
355375 msgstr ""
376 "Kada je $TITLE preuzimanje Steamom završeno,\\nNEMOJTE kliknuti na "
377 "'Pokreni'.\\n\\nKOMPLETNO zatvorite Steam sučelje, \\nda bi instalacijska "
378 "skripta mogla nastaviti."
356379
357380 #: PlayOnLinux_Scripts/Ableton_Live_8_:52
358381 #: PlayOnLinux_Scripts/Ableton_Live_9_:64
432455 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
433456 #: PlayOnLinux_Scripts/Magicka_:68
434457 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
458 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
435459 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
436460 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
437461 #: PlayOnLinux_Scripts/Rayman_Origins_:83
438462 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
439 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
440 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
463 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
464 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
441465 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
442466 #: PlayOnLinux_Scripts/The_Witcher_:125
443467 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
467491 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
468492 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
469493 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
494 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
470495 #: PlayOnLinux_Scripts/Driftmoon_:43
471496 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
472497 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
475500 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
476501 #: PlayOnLinux_Scripts/League_Of_Legends_:57
477502 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
478 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
503 #: PlayOnLinux_Scripts/Sacrifice_:41
504 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
505 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
506 #: PlayOnLinux_Scripts/Toontown_Online_:25
507 #: PlayOnLinux_Scripts/Watchtower_library_:43
479508 #: PlayOnLinux_Scripts/iTunes_10_:28
480509 #, sh-format
481510 msgid "Please select the setup file to run."
490519 #: PlayOnLinux_Scripts/POL_GoG_download_:48
491520 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
492521 #: PlayOnLinux_Scripts/SimCity_2000_:50
493 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
494 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
522 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
523 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
495524 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
496525 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
497526 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
498 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
499 #: lib/wine.lib:1186
527 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
528 #: lib/wine.lib:1171 lib/wine.lib:1201
500529 #, sh-format
501530 msgid "Please wait..."
502531 msgstr "Molim pričekajte..."
524553 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
525554 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
526555 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
527 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
556 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
528557 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
529558 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
530559 #: PlayOnLinux_Scripts/Dead_Space_2_:85
540569 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
541570 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
542571 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
543 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
572 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
544573 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
545574 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
546575 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
602631 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
603632 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
604633 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
605 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
634 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
606635 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
607636 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
608637 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
609 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
610 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
638 #: PlayOnLinux_Scripts/Dead_Space_:50
639 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
640 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
641 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
611642 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
612643 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
613644 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
617648 #: PlayOnLinux_Scripts/Rage_:79
618649 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
619650 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
620 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
651 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
621652 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
622653 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
623654 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
657688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
658689 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
659690 #: PlayOnLinux_Scripts/Sacrifice_:45
660 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
661692 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
662693 #: PlayOnLinux_Scripts/The_Witcher_:102
663694 #, sh-format
668699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
669700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
670701 #: PlayOnLinux_Scripts/Mass_Effect_:54
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
702 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
672703 #: PlayOnLinux_Scripts/The_Witcher_:110
673704 #, sh-format
674705 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
679710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
680711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
681712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
682 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
713 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
683714 #: PlayOnLinux_Scripts/The_Witcher_:113
684715 #, sh-format
685716 msgid "Please insert the next game media into your disk drive"
708739 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
709740 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
710741 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
742 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
711743 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
712744 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
713745 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
813845 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
814846 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
815847 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
816 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
848 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
817849 #, sh-format
818850 msgid ""
819851 "You must disable anti-piracy protections of this game\\nif you want to play "
831863
832864 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
833865 #: PlayOnLinux_Scripts/Cars_2_:83
834 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
866 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
835867 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
836868 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
837869 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
852884 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
853885 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
854886 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
887 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
888 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
855889 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
856890 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
857891 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10671101 msgid "Please insert media 2 into your disk drive\\nif not already done."
10681102 msgstr ""
10691103
1070 #: PlayOnLinux_Scripts/Diablo_III_:29
1104 #: PlayOnLinux_Scripts/Diablo_III_:31
10711105 #, sh-format
10721106 msgid "Please select the setup file downloaded on $EDITOR website"
10731107 msgstr ""
10741108
1075 #: PlayOnLinux_Scripts/Diablo_III_:60
1109 #: PlayOnLinux_Scripts/Diablo_III_:62
10761110 #, sh-format
10771111 msgid ""
10781112 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10791113 "patch (AcceptEx Fix)"
10801114 msgstr ""
10811115
1082 #: PlayOnLinux_Scripts/Diablo_III_:60
1116 #: PlayOnLinux_Scripts/Diablo_III_:62
10831117 #, sh-format
10841118 msgid ""
10851119 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10861120 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1121 msgstr ""
1122
1123 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1124 #, sh-format
1125 msgid "Scanning your hardware..."
10871126 msgstr ""
10881127
10891128 #: PlayOnLinux_Scripts/Dishonored_:79
11621201
11631202 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11641203 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1165 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1166 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1204 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1205 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11671206 #, sh-format
11681207 msgid "Please insert the first game media into your disk drive"
11691208 msgstr ""
11701209
11711210 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1172 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1211 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11731212 #, sh-format
11741213 msgid "Please insert the second game media into your disk drive"
11751214 msgstr ""
12341273 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12351274 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12361275 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1276 #: PlayOnLinux_Scripts/Hearthstone_:64
12371277 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12381278 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12391279 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12591299 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12601300 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12611301 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1262 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1302 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12631303 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12641304 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12651305 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12831323 msgid "Editor"
12841324 msgstr ""
12851325
1286 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1326 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12871327 #, sh-format
12881328 msgid "This install script requires ffmpeg"
12891329 msgstr ""
12901330
1291 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12921332 #, sh-format
12931333 msgid "Converting videos..."
12941334 msgstr ""
12951335
12961336 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1337 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12971338 #, sh-format
12981339 msgid ""
12991340 "On first run the game will autodetect available renderers.\\nIt is likely "
13061347 msgid "Run $TITLE in safe mode?"
13071348 msgstr ""
13081349
1350 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1351 #, sh-format
1352 msgid ""
1353 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1354 "disable it by pressing Alt+R while in game.)"
1355 msgstr ""
1356
1357 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1358 #, sh-format
1359 msgid ""
1360 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1361 "game."
1362 msgstr ""
1363
13091364 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13101365 #, sh-format
13111366 msgid "Could not find program directory"
13681423 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13691424 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13701425 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1371 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1372 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1373 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13741426 #, sh-format
13751427 msgid "Language"
13761428 msgstr ""
14941546 msgid "Dedicated server"
14951547 msgstr ""
14961548
1497 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1549 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14981550 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14991551 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15001552 #, sh-format
15201572 msgid "Code wheel"
15211573 msgstr ""
15221574
1523 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1524 #, sh-format
1525 msgid "Do you have a language pack to install?"
1526 msgstr ""
1527
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1529 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1530 #, sh-format
1531 msgid "Later"
1532 msgstr ""
1533
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1575 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1576 #, sh-format
1577 msgid ""
1578 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1579 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1580 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1581 msgstr ""
1582
1583 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1584 #, sh-format
1585 msgid "Now you must install the modpack in directory:"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1589 #, sh-format
1590 msgid "Please select ANY 3 icons when prompted."
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1594 #, sh-format
1595 msgid "temp directory missing"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1599 #, sh-format
1600 msgid ""
1601 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1602 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1603 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1604 "details.\\nInstall it?"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1608 #, sh-format
1609 msgid "Control Panel"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1613 #, sh-format
1614 msgid ""
1615 "IMPORTANT:\n"
1616 " \\n\\nOn the installation window coming next, do NOT click the Options "
1617 "button, it would mess up the language selection."
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1621 #, sh-format
1622 msgid ""
1623 "On first run the game will autodetect available renderers.\\nIt is likely "
1624 "that you will get better performance out of the OpenGL renderer."
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Goblins_3_:21
1628 #, sh-format
1629 msgid "Please select the game language"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:82
1633 #, sh-format
1634 msgid "Choose the game resolution"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:96
1638 #, sh-format
1639 msgid ""
1640 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1641 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1642 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Gothic_3_:110
1646 #, sh-format
1647 msgid "$TITLE is installed"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Guild_Wars_:53
1651 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1652 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1653 #, sh-format
1654 msgid "Please insert the DVD-ROM"
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1658 #, sh-format
1659 msgid ""
1660 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1661 "client and download will resume from where it stopped. Download percentage "
1662 "reset but do not worry, it do not restart from the beginning."
1663 msgstr ""
1664
1665 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1666 #, sh-format
1667 msgid ""
1668 "Please select $TITLE install file. During installation, uncheck all extra "
1669 "drivers it wants to install:"
1670 msgstr ""
1671
15351672 #: PlayOnLinux_Scripts/Half_Life_2_:56
15361673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15371674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15381675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1539 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1676 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15401677 #, sh-format
15411678 msgid "No"
15421679 msgstr "Ne"
15431680
1544 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1545 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1681 #: PlayOnLinux_Scripts/Half_Life_2_:56
1682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1683 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1685 #: PlayOnLinux_Scripts/Portal_:36
1686 #, sh-format
1687 msgid ""
1688 "Steam installation has been detected\\nwould you like to install this game "
1689 "in the same virtual drive?"
1690 msgstr ""
1691
15461692 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15471693 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15481694 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15511697 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15521698 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15531699 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1554 #: python/guiv3.py:157
1700 #: python/guiv3.py:158 python/guiv3.py:161
15551701 #, sh-format
15561702 msgid "Yes"
15571703 msgstr "Da"
15581704
1559 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1560 #, sh-format
1561 msgid ""
1562 "To install a language pack later, open the configuration panel for the game "
1563 "in order to execute the installer into the virtual disk (Misc tab)"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1567 #, sh-format
1568 msgid ""
1569 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1570 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1571 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1575 #, sh-format
1576 msgid "Now you must install the modpack in directory:"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1580 #, sh-format
1581 msgid "Please select ANY 3 icons when prompted."
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1585 #, sh-format
1586 msgid "temp directory missing"
1587 msgstr ""
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1590 #, sh-format
1591 msgid ""
1592 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1593 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1594 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1595 "details.\\nInstall it?"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1599 #, sh-format
1600 msgid "Control Panel"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1604 #, sh-format
1605 msgid ""
1606 "IMPORTANT:\n"
1607 " \\n\\nOn the installation window coming next, do NOT click the Options "
1608 "button, it would mess up the language selection."
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1612 #, sh-format
1613 msgid ""
1614 "On first run the game will autodetect available renderers.\\nIt is likely "
1615 "that you will get better performance out of the OpenGL renderer."
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Goblins_3_:21
1619 #, sh-format
1620 msgid "Please select the game language"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:82
1624 #, sh-format
1625 msgid "Choose the game resolution"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Gothic_3_:96
1629 #, sh-format
1630 msgid ""
1631 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1632 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1633 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Gothic_3_:110
1637 #, sh-format
1638 msgid "$TITLE is installed"
1639 msgstr ""
1640
1641 #: PlayOnLinux_Scripts/Guild_Wars_:53
1642 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1643 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1644 #, sh-format
1645 msgid "Please insert the DVD-ROM"
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1649 #, sh-format
1650 msgid ""
1651 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1652 "client and download will resume from where it stopped. Download percentage "
1653 "reset but do not worry, it do not restart from the beginning."
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1657 #, sh-format
1658 msgid ""
1659 "Please select $TITLE install file. During installation, uncheck all extra "
1660 "drivers it wants to install:"
1661 msgstr ""
1662
1663 #: PlayOnLinux_Scripts/Half_Life_2_:56
1664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1665 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1666 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1667 #: PlayOnLinux_Scripts/Portal_:36
1668 #, sh-format
1669 msgid ""
1670 "Steam installation has been detected\\nwould you like to install this game "
1671 "in the same virtual drive?"
1672 msgstr ""
1673
16741705 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16751706 #, sh-format
16761707 msgid "Updating $TITLE"
16771708 msgstr ""
16781709
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1710 #: PlayOnLinux_Scripts/Hanahira__:54
16801711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16811712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16821713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16881719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16891720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16901721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1727 #: PlayOnLinux_Scripts/Steins_Gate_:51
16911728 #, sh-format
16921729 msgid "Please locate installation program (Setup.exe)"
16931730 msgstr ""
16941731
1695 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1696 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1732 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16971733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16981734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16991735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17151751 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17161752 msgstr ""
17171753
1754 #: PlayOnLinux_Scripts/Hearthstone_:26
1755 #, sh-format
1756 msgid "What language do you want to install?"
1757 msgstr ""
1758
17181759 #: PlayOnLinux_Scripts/ImgBurn_:38
17191760 #, sh-format
17201761 msgid ""
17521793 msgstr ""
17531794
17541795 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1755 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17561796 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17571797 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17581798 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19041944 "If the download update stuck close and run until the download is complete."
19051945 msgstr ""
19061946
1947 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19071948 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19081949 #, sh-format
19091950 msgid "Demo version"
19101951 msgstr ""
19111952
1953 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19121954 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19131955 #, sh-format
19141956 msgid "Please select version."
19622004 #, sh-format
19632005 msgid ""
19642006 "No filename extension specified, skipping association to native application."
2007 msgstr ""
2008
2009 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2010 #, sh-format
2011 msgid "Contacting download server."
19652012 msgstr ""
19662013
19672014 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20472094 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20482095 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20492096 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2050 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2097 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20512098 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20522099 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20532100 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20852132 "them without issues"
20862133 msgstr ""
20872134
2088 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2089 #, sh-format
2090 msgid "This package fail to install with wine 1.5.21 or better"
2091 msgstr ""
2092
2093 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2135 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20942136 #, sh-format
20952137 msgid ""
20962138 "If you see error messages during DotNet 3.5 installation, you can ignore "
22062248 "Please update."
22072249 msgstr ""
22082250
2209 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2251 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2252 #: PlayOnLinux_Scripts/yWriter_5_:45
22102253 #, sh-format
22112254 msgid "Downloading..."
22122255 msgstr ""
23172360 msgid "Microsoft fonts have been installed successfully."
23182361 msgstr ""
23192362
2363 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2364 #, sh-format
2365 msgid ""
2366 "OSX users: If the screen flickers once the game is launched, try to press "
2367 "cmd + tab twice"
2368 msgstr ""
2369
23202370 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23212371 #, sh-format
23222372 msgid "Remove Game For Windows Live..."
23542404 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23552405 msgstr ""
23562406
2357 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2407 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23582408 #, sh-format
23592409 msgid "Abort installation"
23602410 msgstr ""
23792429 msgid "The program needs access to ptrace() to proceed:"
23802430 msgstr ""
23812431
2382 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2432 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23832433 #, sh-format
23842434 msgid "User abort"
23852435 msgstr ""
24182468 msgid "Please do not run $TITLE after installation has finished."
24192469 msgstr ""
24202470
2471 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2472 #, sh-format
2473 msgid "Extracting $TITLE"
2474 msgstr ""
2475
24212476 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24222477 #, sh-format
24232478 msgid ""
24302485 msgid "$TITLE has been successfully installed."
24312486 msgstr ""
24322487
2488 #: PlayOnLinux_Scripts/Poker_Stars_:37
2489 #, sh-format
2490 msgid "Error while installing. Downloaded file not found."
2491 msgstr ""
2492
24332493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24342494 #, sh-format
24352495 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24372497
24382498 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24392499 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2500 #: PlayOnLinux_Scripts/Watchtower_library_:58
24402501 #, sh-format
24412502 msgid "Please wait while $TITLE is installed"
24422503 msgstr ""
24682529 #: PlayOnLinux_Scripts/Rage_:93
24692530 #, sh-format
24702531 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2532 msgstr ""
2533
2534 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2535 #, sh-format
2536 msgid ""
2537 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2538 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2539 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2540 "n\\nIf you have one of this two versions of this game, please give some "
2541 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2542 "n\\nThank you!"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2546 #, sh-format
2547 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #, sh-format
2557 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2561 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2562 #, sh-format
2563 msgid "Select a version of installation disc:"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2567 #, sh-format
2568 msgid "First Release (without addons)"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "Gold Edition"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "Platinum Edition"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2582 #, sh-format
2583 msgid "What is your version of Railroad Tycoon II?"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2587 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2588 #, sh-format
2589 msgid ""
2590 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2591 "desktop.\\n\\nThank you for using this installation script! :)"
24712592 msgstr ""
24722593
24732594 #: PlayOnLinux_Scripts/Reaper_4_:30
26192740 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26202741 msgstr ""
26212742
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2753 #, sh-format
2754 msgid ""
2755 "Close the visual novel when it appears to continue installation. Click Next "
2756 "to begin installation."
2757 msgstr ""
2758
2759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2760 #, sh-format
2761 msgid ""
2762 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2763 "script will now install it. Click Next to continue."
2764 msgstr ""
2765
26222766 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26232767 #, sh-format
26242768 msgid ""
26262770 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26272771 msgstr ""
26282772
2629 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2630 #, sh-format
2631 msgid "Please locate installation program (Launcher.exe)"
2632 msgstr ""
2633
2634 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2635 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2636 #, sh-format
2637 msgid ""
2638 "When the launcher opens, click on the top button to open the installer. When "
2639 "a new window opens, click OK. When another window opens, click on the button "
2640 "with the letter N until it is installing. Wait until it is done and click "
2641 "the right button to quit. Click Next when you are done installing."
2773 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2774 #, sh-format
2775 msgid "Please locate installation program in Data folder (Resonance.msi)"
26422776 msgstr ""
26432777
26442778 #: PlayOnLinux_Scripts/Steam_:50
26742808 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26752809 "game. Steam install xna framework the game. Close the Steam so that the "
26762810 "installer can continue."
2811 msgstr ""
2812
2813 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2814 #, sh-format
2815 msgid "If youve the extentions, you should install Tribunal first !"
26772816 msgstr ""
26782817
26792818 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27852924 "pp 4-5."
27862925 msgstr ""
27872926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2928 #, sh-format
2929 msgid "Please select the installation file to run."
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2933 #, sh-format
2934 msgid ""
2935 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2936 "your region.\\n 2. Leave only checked DirectX box."
2937 msgstr ""
2938
27882939 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27892940 #, sh-format
27902941 msgid ""
27912942 "The game will fail to launch until you set "
27922943 "/proc/sys/kernel/yama/ptrace_scope to 0"
2944 msgstr ""
2945
2946 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2947 #, sh-format
2948 msgid "Other destination or other CD/DVD"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Retail CD"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2957 #, sh-format
2958 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2959 msgstr ""
2960
2961 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2962 #, sh-format
2963 msgid "video fix"
27932964 msgstr ""
27942965
27952966 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28723043 msgid "Donwload finished.\\nPatches installation will begin"
28733044 msgstr ""
28743045
3046 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3047 #, sh-format
3048 msgid "We will download the installer"
3049 msgstr ""
3050
28753051 #: PlayOnLinux_Scripts/Toontown_Online_:17
28763052 #, sh-format
28773053 msgid ""
29093085 msgid "Do you want to browse $TITLE website?"
29103086 msgstr "Želite li pogledati $TITLE web stranicu?"
29113087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid ""
3091 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3092 "messenger, because it will won't work correctly."
3093 msgstr ""
3094
3095 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3096 #, sh-format
3097 msgid "Warning"
3098 msgstr ""
3099
29123100 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29133101 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29143102 #, sh-format
29173105 "want it to run correctly with $APPLICATION_TITLE"
29183106 msgstr ""
29193107
3108 #: PlayOnLinux_Scripts/Watchtower_library_:49
3109 #, sh-format
3110 msgid "File Selection Error"
3111 msgstr ""
3112
3113 #: PlayOnLinux_Scripts/Watchtower_library_:49
3114 #, sh-format
3115 msgid ""
3116 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3117 msgstr ""
3118
29203119 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29213120 #, sh-format
29223121 msgid ""
29333132 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29343133 #, sh-format
29353134 msgid ""
2936 "Attention: After installation is complete, the patcher will load. Please "
2937 "close the patcher before logging in or finish updating to complete the "
2938 "installation. After this, you can run \"$TITLE\" when setup is done"
3135 "Attention:After installation is complete, the patcher will load. After, go "
3136 "to the top right of the patcher and click the wrench, Then Un-check the box "
3137 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3138 "minuite. When finished with this, please close the patcher before logging in "
3139 "or finish updating to complete the installation. After this, you can run "
3140 "\"$TITLE\" when setup is done"
29393141 msgstr ""
29403142
29413143 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29863188 "Umetnite 5. medij sa igrom u vaš optički/virtualni pogon\\nako to još niste "
29873189 "učinili."
29883190
3191 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3192 #, sh-format
3193 msgid "Which region version of World of Warplanes would you like to install?"
3194 msgstr ""
3195
3196 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3197 #, sh-format
3198 msgid ""
3199 "Attention:After installation is complete, the patcher will load. After, go "
3200 "to the top right of the patcher and click the wrench, Then Un-check the box "
3201 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3202 "minute. When finished with this, please close the patcher before logging in "
3203 "or finish updating to complete the installation. After this, you can run "
3204 "\"$TITLE\" when setup is done"
3205 msgstr ""
3206
29893207 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29903208 #, sh-format
29913209 msgid ""
30333251 msgid "Please select the 32bit version of iTunes"
30343252 msgstr ""
30353253
3036 #: PlayOnLinux_Scripts/osu_:45
3254 #: PlayOnLinux_Scripts/osu_:46
30373255 #, sh-format
30383256 msgid ""
30393257 "Press next to start the updater. When the updater is finished, close it "
30533271 "resolution when rFactor Config comes up."
30543272 msgstr ""
30553273
3056 #: bash/bug_report:31
3274 #: bash/bug_report:32
30573275 #, sh-format
30583276 msgid "Report a bug"
30593277 msgstr "Prijavite grešku"
30603278
3061 #: bash/bug_report:36
3279 #: bash/bug_report:37
30623280 #, sh-format
30633281 msgid ""
30643282 "Please give the more details as you can, otherwise, it will be very "
30653283 "difficult to help you"
30663284 msgstr ""
30673285
3068 #: bash/bug_report:36
3286 #: bash/bug_report:37
30693287 #, sh-format
30703288 msgid ""
30713289 "This wizard will help you to report a bug about an officially supported "
30743292 "Ovaj čarobnjak će vam pomoći da prijavite greške o službeno podržanom "
30753293 "programu."
30763294
3077 #: bash/bug_report:40
3295 #: bash/bug_report:41
30783296 #, sh-format
30793297 msgid ""
30803298 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30813299 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30823300 msgstr ""
30833301
3084 #: bash/bug_report:46
3302 #: bash/bug_report:47
30853303 #, sh-format
30863304 msgid "I have a problem with a software"
30873305 msgstr "Imam problem sa softverom"
30883306
3089 #: bash/bug_report:46
3307 #: bash/bug_report:47
30903308 #, sh-format
30913309 msgid "My problem concerns $APPLICATION_TITLE itself"
30923310 msgstr "Moj problem se odnosi samo na $APPLICATION_TITLE"
30933311
3094 #: bash/bug_report:46
3312 #: bash/bug_report:47
30953313 #, sh-format
30963314 msgid "What kind of problem do you have?"
30973315 msgstr "Kakvu vrstu problema imate?"
30983316
3099 #: bash/bug_report:50
3317 #: bash/bug_report:51
31003318 #, sh-format
31013319 msgid "Don't join any log file"
31023320 msgstr "Nemoj dodati nikakvu datoteku zapisa"
31033321
3104 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3322 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31053323 #: bash/manual_install:120 bash/manual_install:219
31063324 #, sh-format
31073325 msgid "Manual installation"
31083326 msgstr "Ručna instalacija"
31093327
3110 #: bash/bug_report:54 bash/run_exe:24
3328 #: bash/bug_report:55 bash/run_exe:24
31113329 #, sh-format
31123330 msgid "Automatic installation"
31133331 msgstr ""
31143332
3115 #: bash/bug_report:65
3333 #: bash/bug_report:66
31163334 #, sh-format
31173335 msgid "Choose the log file corresponding to your software."
31183336 msgstr "Odaberite datoteku zapisa koja odgovara vašem problemu."
31193337
3120 #: bash/bug_report:69
3338 #: bash/bug_report:70
31213339 #, sh-format
31223340 msgid "Please give a very short description (title, english only)"
31233341 msgstr "Dodajte kratak opis (naslov, samo na engleskom)"
31243342
3125 #: bash/bug_report:72
3343 #: bash/bug_report:73
31263344 #, sh-format
31273345 msgid "Please explain your problem clearly (english only):"
31283346 msgstr "Objasnite vaš problem razumljivo (samo na engleskom):"
31293347
3130 #: bash/bug_report:76
3348 #: bash/bug_report:77
31313349 #, sh-format
31323350 msgid "Sorry, we need a detailed description."
31333351 msgstr "Isprika, trebamo detaljniji opis."
31343352
3135 #: bash/bug_report:107
3353 #: bash/bug_report:108
31363354 #, sh-format
31373355 msgid ""
31383356 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31763394 msgstr "Odaberite naziv virtualnog pogona"
31773395
31783396 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3179 #: python/mainwindow.py:232
3397 #: python/mainwindow.py:234
31803398 #, sh-format
31813399 msgid "Run a local script"
31823400 msgstr "Pokrenite lokalnu skriptu"
33053523 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33063524 msgstr "$APPLICATION_TITLE izrađuje virtualni windows čvrsti disk"
33073525
3308 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3526 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33093527 #, sh-format
33103528 msgid "$APPLICATION_TITLE first use"
33113529 msgstr "$APPLICATION_TITLE prvo pokretanje"
33123530
3313 #: bash/first_use:240
3531 #: bash/first_use:242
33143532 #, sh-format
33153533 msgid "$APPLICATION_TITLE is going to finish its preparation"
33163534 msgstr "$APPLICATION_TITLE će završiti pripremanje"
33173535
3318 #: bash/first_use:240 bash/first_use:243
3536 #: bash/first_use:242 bash/first_use:245
33193537 #, sh-format
33203538 msgid "Please ensure you are connected to the internet."
33213539 msgstr "Osigurajte priključak na internet."
33223540
3323 #: bash/first_use:243
3541 #: bash/first_use:245
33243542 #, sh-format
33253543 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33263544 msgstr "Čini se da prvi put koristite \t$APPLICATION_TITLE."
33273545
3328 #: bash/first_use:243
3546 #: bash/first_use:245
33293547 #, sh-format
33303548 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33313549 msgstr ""
33323550
3333 #: bash/first_use:253
3551 #: bash/first_use:255
33343552 #, sh-format
33353553 msgid "Error while installing fonts"
33363554 msgstr ""
33373555
3338 #: bash/first_use:271
3556 #: bash/first_use:273
33393557 #, sh-format
33403558 msgid "Enjoy using $APPLICATION_TITLE"
33413559 msgstr ""
34533671 msgid "Use another version of Wine"
34543672 msgstr "Koristite drugu inačicu Wine-a"
34553673
3456 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3457 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3674 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3675 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34583676 #, sh-format
34593677 msgid "Configure Wine"
34603678 msgstr "Podesite Wine"
34743692 msgid "What would you like to do before installation?"
34753693 msgstr "Što želite napraviti prije instalacije?"
34763694
3477 #: bash/manual_install:230 lib/scripts.lib:437
3695 #: bash/manual_install:231 lib/scripts.lib:438
34783696 #, sh-format
34793697 msgid "Please make your choice"
34803698 msgstr "Odaberite vaš izbor"
34813699
3482 #: bash/manual_install:258
3700 #: bash/manual_install:259
34833701 #, sh-format
34843702 msgid "Looking for runnable CD-ROMs"
34853703 msgstr "Tražim upotrebljive CD-ROM-ove"
34863704
3487 #: bash/manual_install:281
3705 #: bash/manual_install:282
34883706 #, sh-format
34893707 msgid "Select another file"
34903708 msgstr "Odaberi drugu datoteku"
34913709
3492 #: bash/manual_install:289
3710 #: bash/manual_install:290
34933711 #, sh-format
34943712 msgid "Please choose a way to install your program"
34953713 msgstr "Odaberite način na koji želite instalirati vaš program"
34963714
3497 #: bash/manual_install:298
3715 #: bash/manual_install:299
34983716 #, sh-format
34993717 msgid "Please select the install file to run."
35003718 msgstr "Odaberite instalacijsku datoteku za pokretanje."
35013719
3502 #: bash/manual_install:328
3720 #: bash/manual_install:329
35033721 #, sh-format
35043722 msgid "You must choose a file!"
35053723 msgstr "Morate odabrati datoteku!"
35063724
3507 #: bash/manual_install:334
3725 #: bash/manual_install:335
35083726 #, sh-format
35093727 msgid "$APPLICATION_TITLE is installing your application..."
35103728 msgstr "$APPLICATION_TITLE instalira vašu aplikaciju..."
35823800 msgid "Extracting: "
35833801 msgstr "Raspakiravanje: "
35843802
3585 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3803 #: bash/playonlinux-pkg:111
35863804 #, sh-format
35873805 msgid "Running..."
35883806 msgstr "Pokretanje..."
35923810 msgid "Cleaning..."
35933811 msgstr "Čišćenje..."
35943812
3595 #: bash/playonlinux_online:32
3596 #, sh-format
3597 msgid ""
3598 "This is the list of the scripts you sent to us. You can run one of them"
3599 msgstr ""
3600 "Ovo je popis skripti koje ste nam poslali. Možete pokrenuti jedu od njih"
3601
3602 #: bash/playonlinux_online:42
3603 #, sh-format
3604 msgid "You do not seems to have any personal script"
3605 msgstr ""
3606
3607 #: bash/playonlinux_online:47
3608 #, sh-format
3609 msgid ""
3610 "If you have successfully installed a program with 'Install a non-listed\\"
3611 "nsoftware' button, it will allow you to add this program in our list"
3612 msgstr ""
3613 "Ako ste uspješno instalirali program koji nije na popisu,\\nbit će vam "
3614 "omogućeno da ga dodate na naš popis"
3615
3616 #: bash/playonlinux_online:47
3617 #, sh-format
3618 msgid "This tools will allow you to help us :"
3619 msgstr "Ovaj alat će vam omogućiti da nam pomognete :"
3620
3621 #: bash/playonlinux_online:47
3622 #, sh-format
3623 msgid ""
3624 "We're going to ask you some questions, please be as much accurate as\\"
3625 "npossible"
3626 msgstr ""
3627 "Postavit ćemo vam neka pitanja, budite što precizniji koliko je to\\nmoguće"
3628
3629 #: bash/playonlinux_online:55
3630 #, sh-format
3631 msgid "Choose the file corresponding to your program."
3632 msgstr "Odaberite datoteku koja odgovara vašem programu."
3633
3634 #: bash/playonlinux_online:59
3635 #, sh-format
3636 msgid "Does your program run?"
3637 msgstr "Je li vaš program pokrenut?"
3638
3639 #: bash/playonlinux_online:62
3640 #, sh-format
3641 msgid "What is the title of your program?"
3642 msgstr "Koji je naziv vašeg programa?"
3643
3644 #: bash/playonlinux_online:64
3645 #, sh-format
3646 msgid "What is the editor of your program?"
3647 msgstr "Koji je uređivač vašeg programa?"
3648
3649 #: bash/playonlinux_online:66
3650 #, sh-format
3651 msgid "What is the editor website of your program?"
3652 msgstr "Koji je uređivač web stranice vašeg programa?"
3653
3654 #: bash/playonlinux_online:69 python/install.py:210
3655 #, sh-format
3656 msgid "Accessories"
3657 msgstr "Pomagala"
3658
3659 #: bash/playonlinux_online:69 python/install.py:211
3660 #, sh-format
3661 msgid "Development"
3662 msgstr "Razvoj"
3663
3664 #: bash/playonlinux_online:69 python/install.py:212
3665 #, sh-format
3666 msgid "Education"
3667 msgstr "Obrazovanje"
3668
3669 #: bash/playonlinux_online:69 python/install.py:213
3670 #, sh-format
3671 msgid "Games"
3672 msgstr "Igre"
3673
3674 #: bash/playonlinux_online:69 python/install.py:214
3675 #, sh-format
3676 msgid "Graphics"
3677 msgstr "Grafika"
3678
3679 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3680 #: python/options.py:384
3681 #, sh-format
3682 msgid "Internet"
3683 msgstr "Internet"
3684
3685 #: bash/playonlinux_online:69 python/install.py:216
3686 #, sh-format
3687 msgid "Multimedia"
3688 msgstr "Multimedija"
3689
3690 #: bash/playonlinux_online:69 python/install.py:217
3691 #, sh-format
3692 msgid "Office"
3693 msgstr "Ured"
3694
3695 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3696 #, sh-format
3697 msgid "Other"
3698 msgstr "Ostalo"
3699
3700 #: bash/playonlinux_online:69 python/install.py:219
3701 #, sh-format
3702 msgid "Patches"
3703 msgstr "Zakrpe"
3704
3705 #: bash/playonlinux_online:69
3706 #, sh-format
3707 msgid "Select a category for your program"
3708 msgstr "Odaberite kategoriju za vaš program"
3709
3710 #: bash/playonlinux_online:69 python/install.py:258
3711 #, sh-format
3712 msgid "Testing"
3713 msgstr "Testiranje"
3714
3715 #: bash/playonlinux_online:72
3716 #, sh-format
3717 msgid ""
3718 "What feature of your program does not work?\\nIf everything works, please "
3719 "mention it"
3720 msgstr "Koje značajke vašeg programa ne rade?\\nAko sve radi, napomenite to"
3721
3722 #: bash/playonlinux_online:74
3723 #, sh-format
3724 msgid "Write any change you made to wine configuration here:"
3725 msgstr "Napišite svku promjenu koju napravite u wine podešavanjima ovdje:"
3726
3727 #: bash/playonlinux_online:102
3728 #, sh-format
3729 msgid "You must be able to run this program!"
3730 msgstr "Morate biti u mogućnosti da pokrenete ovaj program!"
3731
3732 #: bash/playonlinux_online:107
3733 #, sh-format
3734 msgid "Run one of your personal scripts"
3735 msgstr "Pokrenite jednu od vaših skripti"
3736
3737 #: bash/playonlinux_online:108
3738 #, sh-format
3739 msgid "Send to us a working script generated by manual installation"
3740 msgstr "Pošaljite nam skriptu koja radi generiranu ručnom instalacijom"
3741
3742 #: bash/playonlinux_online:109
3743 #, sh-format
3744 msgid "Logout"
3745 msgstr "Odjava"
3746
3747 #: bash/playonlinux_online:110
3748 #, sh-format
3749 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3750 msgstr "Spojeni ste na $APPLICATION_TITLE internetom kao $POL_LOGIN"
3751
3752 #: bash/playonlinux_online:124
3753 #, sh-format
3754 msgid ""
3755 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3756 "safely close this window"
3757 msgstr ""
3758 "Uspješno ste se odspojili iz $APPLICATION_TITLE internet veze\\nMožete "
3759 "sigurno zatvoriti prozor"
3760
3761 #: bash/polconfigurator:33
3813 #: bash/polconfigurator:34
37623814 #, sh-format
37633815 msgid "Killing programs in the virtual drive..."
37643816 msgstr ""
37653817
3766 #: bash/polconfigurator:79
3818 #: bash/polconfigurator:86
37673819 #, sh-format
37683820 msgid "Icon selection"
37693821 msgstr "Odabir ikona"
37703822
3771 #: bash/polconfigurator:79
3823 #: bash/polconfigurator:86
37723824 #, sh-format
37733825 msgid "Please select an icon file"
37743826 msgstr "Odaberite datoteku ikone"
37753827
3776 #: bash/polconfigurator:86
3828 #: bash/polconfigurator:93
37773829 #, sh-format
37783830 msgid "Bad file extension"
37793831 msgstr "Pogrešna vrsta datoteke"
37803832
3781 #: bash/polconfigurator:86
3833 #: bash/polconfigurator:93
37823834 #, sh-format
37833835 msgid "is not an icon extension"
37843836 msgstr "nije vrst ikone"
37853837
3786 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3787 #: python/mainwindow.py:621
3838 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3839 #: python/mainwindow.py:619
37883840 #, sh-format
37893841 msgid "Registry Editor"
37903842 msgstr "Uređivač registra"
37913843
3792 #: bash/polconfigurator:97
3844 #: bash/polconfigurator:104
37933845 #, sh-format
37943846 msgid "Kill all prefix processes"
37953847 msgstr "Ubij sve procese prefiksa"
37963848
3797 #: bash/polconfigurator:98
3849 #: bash/polconfigurator:105
37983850 #, sh-format
37993851 msgid "Update wineprefix"
38003852 msgstr "Ažuriraj wineprefiks"
38013853
3802 #: bash/polconfigurator:99
3854 #: bash/polconfigurator:106
38033855 #, sh-format
38043856 msgid "Simulate Windows reboot"
38053857 msgstr "Simuliraj Windows ponovno pokretanje računala"
38063858
3807 #: bash/polconfigurator:100
3859 #: bash/polconfigurator:107
38083860 #, sh-format
38093861 msgid "Use Advanced Wine Configuration plugin"
38103862 msgstr "Koristi napredni priključak Wine podešavanja"
38113863
3812 #: bash/polconfigurator:101
3864 #: bash/polconfigurator:108
38133865 #, sh-format
38143866 msgid "Use PlayOnLinux's configurator for"
38153867 msgstr "Korisit PlayOnLinux podešavanje za"
38163868
3817 #: bash/polconfigurator:103
3869 #: bash/polconfigurator:110
38183870 #, sh-format
38193871 msgid "Change the icon"
38203872 msgstr "Promijeni ikonu"
38213873
3822 #: bash/polconfigurator:104
3874 #: bash/polconfigurator:111
38233875 #, sh-format
38243876 msgid "Use WineTricks"
38253877 msgstr "Koristi WineTricks"
38263878
3827 #: bash/polconfigurator:123
3879 #: bash/polconfigurator:130
38283880 #, sh-format
38293881 msgid "Please choose an action to perform"
38303882 msgstr "Odaberite radnju za izvođenje"
38743926 msgid "Please choose a CD-ROM to eject"
38753927 msgstr ""
38763928
3877 #: bash/run_app:83
3929 #: bash/run_app:85
38783930 #, sh-format
38793931 msgid "Please choose a software to run"
38803932 msgstr "Odaberite program za pokretanje"
38813933
3882 #: bash/run_app:114
3934 #: bash/run_app:116
38833935 #, sh-format
38843936 msgid "$APPLICATION_TITLE debugger is starting..."
38853937 msgstr "$APPLICATION_TITLE pokretanje ispravljanja grešaka..."
38863938
3887 #: bash/run_app:117
3939 #: bash/run_app:119
38883940 #, sh-format
38893941 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38903942 msgstr ""
38913943
3892 #: bash/run_app:119
3944 #: bash/run_app:121
38933945 #, sh-format
38943946 msgid "$PACKAGE crashed."
38953947 msgstr ""
39514003 "postavke ?"
39524004
39534005 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3954 #: lib/playonlinux.lib:717
4006 #: lib/playonlinux.lib:720
39554007 #, sh-format
39564008 msgid "$APPLICATION_TITLE Uninstaller"
39574009 msgstr "$APPLICATION_TITLE deinstalacija"
39714023 msgid "This wizard will help you to uninstall: "
39724024 msgstr "Ovaj čarobnjak će vam pomoći pri deinstalaciji: "
39734025
3974 #: bash/uninstall:65 lib/playonlinux.lib:717
4026 #: bash/uninstall:65 lib/playonlinux.lib:720
39754027 #, sh-format
39764028 msgid "Uninstalling..."
39774029 msgstr "Deinstalacija..."
40314083 msgstr ""
40324084
40334085 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4034 #: lib/wine.lib:955 lib/wine.lib:1036
4086 #: lib/wine.lib:970 lib/wine.lib:1051
40354087 #, sh-format
40364088 msgid "Please wait while the virtual drive is being created..."
40374089 msgstr "Pričekajte dok se virtualni uređaj izrađuje..."
40484100 msgid "Setting Program Files var"
40494101 msgstr "Postavljanje var datoteke programa"
40504102
4051 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4052 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4103 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4104 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40534105 #, sh-format
40544106 msgid "This function is disabled in the PlayOnlinux environment."
40554107 msgstr "Ova funkcija je onemogućena u PlayOnlinux okružju."
40564108
4057 #: lib/playonlinux.lib:334
4109 #: lib/playonlinux.lib:336
40584110 #, sh-format
40594111 msgid ""
40604112 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40654117 "nPlayOnLinux nije odobrio ovu skriptu i neće biti odgovoran za nju.\\"
40664118 "nMolimo, budite sigurni da znate što radite !"
40674119
4068 #: lib/playonlinux.lib:335
4120 #: lib/playonlinux.lib:337
40694121 #, sh-format
40704122 msgid "Here the source code of the script. Check it carefully"
40714123 msgstr "Ovdje je izvorni kod skripte. Pažljivo ga provjerite"
40724124
4073 #: lib/playonlinux.lib:357
4125 #: lib/playonlinux.lib:359
40744126 #, sh-format
40754127 msgid ""
40764128 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40814133 "n$APPLICATION_TITLE nije odobrio ovu skriptu i neće biti odgovoran za nju.\\"
40824134 "nMolimo, budite sigurni da znate što radite !"
40834135
4084 #: lib/playonlinux.lib:358
4136 #: lib/playonlinux.lib:360
40854137 #, sh-format
40864138 msgid "External library"
40874139 msgstr "Vanjska knjižnica"
40884140
4089 #: lib/playonlinux.lib:358
4141 #: lib/playonlinux.lib:360
40904142 #, sh-format
40914143 msgid "Here the source code of the script. Check it carrefully"
40924144 msgstr "Ovdje je izvorni kod skripte. Provjerite ga pažljivo"
40934145
4094 #: lib/playonlinux.lib:591
4146 #: lib/playonlinux.lib:593
40954147 #, sh-format
40964148 msgid "Making shortcut..."
40974149 msgstr "Stvaranje prečaca..."
40984150
4099 #: lib/playonlinux.lib:715
4151 #: lib/playonlinux.lib:718
41004152 #, sh-format
41014153 msgid "Do you want to delete the virtual drive:"
41024154 msgstr "Želite li obrisati virtualni disk:"
41034155
4104 #: lib/playonlinux.lib:826
4156 #: lib/playonlinux.lib:831
41054157 #, sh-format
41064158 msgid ""
41074159 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41084160 "from working\\n\\n$FilePath"
41094161 msgstr ""
41104162
4111 #: lib/playonlinux.lib:827
4163 #: lib/playonlinux.lib:832
41124164 #, sh-format
41134165 msgid ""
41144166 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41154167 "from working\\n\\n$FilePath"
41164168 msgstr ""
41174169
4118 #: lib/playonlinux.lib:828
4170 #: lib/playonlinux.lib:833
41194171 #, sh-format
41204172 msgid ""
41214173 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41224174 "from working\\n\\n$FilePath"
41234175 msgstr ""
41244176
4125 #: lib/playonlinux.lib:829
4177 #: lib/playonlinux.lib:834
41264178 #, sh-format
41274179 msgid ""
41284180 "The following file is located on a noexec mounted filesystem.\\nIt might "
41294181 "prevent wine from working\\n\\n$FilePath"
41304182 msgstr ""
41314183
4132 #: lib/plugins.lib:65
4184 #: lib/plugins.lib:66
41334185 #, sh-format
41344186 msgid "Checking plugin: "
41354187 msgstr "Provjera priključka: "
41364188
4137 #: lib/plugins.lib:93
4189 #: lib/plugins.lib:94
41384190 #, sh-format
41394191 msgid "New: "
41404192 msgstr "Novo: "
41414193
4142 #: lib/plugins.lib:93
4194 #: lib/plugins.lib:94
41434195 #, sh-format
41444196 msgid "Updating plugin. Previous: "
41454197 msgstr "Ažuriranje priključka. Prije: "
41464198
4147 #: lib/plugins.lib:112
4199 #: lib/plugins.lib:113
41484200 #, sh-format
41494201 msgid "Installing plugin: "
41504202 msgstr "Instalacija priključka: "
41614213 msgid "Function override detected, disabling bug reporting"
41624214 msgstr ""
41634215
4164 #: lib/scripts.lib:499 lib/scripts.lib:565
4216 #: lib/scripts.lib:500 lib/scripts.lib:566
41654217 #, sh-format
41664218 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41674219 msgstr ""
41684220
4169 #: lib/scripts.lib:501 lib/scripts.lib:784
4221 #: lib/scripts.lib:502 lib/scripts.lib:785
41704222 #, sh-format
41714223 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41724224 msgstr "Pričekajte dok se $APPLICATION_TITLE preuzima:"
41734225
4174 #: lib/scripts.lib:503 lib/scripts.lib:570
4226 #: lib/scripts.lib:504 lib/scripts.lib:571
41754227 #, sh-format
41764228 msgid "An error happened during download."
41774229 msgstr ""
41784230
4179 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4180 #: lib/scripts.lib:586
4231 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4232 #: lib/scripts.lib:587
41814233 #, sh-format
41824234 msgid "Do you want to retry?"
41834235 msgstr ""
41844236
4185 #: lib/scripts.lib:522 lib/scripts.lib:586
4237 #: lib/scripts.lib:523 lib/scripts.lib:587
41864238 #, sh-format
41874239 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41884240 msgstr ""
41894241 "Greška ! Nepodudaranje datoteka\\n\\nLokalno : $LOCAL_MD5\\nPoslužitelj : "
41904242 "$SERVER_MD5"
41914243
4192 #: lib/scripts.lib:689
4244 #: lib/scripts.lib:690
41934245 #, sh-format
41944246 msgid ""
41954247 "7z not installed, please check that you have 7zip installed and try again"
41964248 msgstr ""
41974249 "7z nije instaliran, provjerite imate li instaliran 7zip i pokušajte ponovno"
41984250
4199 #: lib/scripts.lib:696
4251 #: lib/scripts.lib:697
42004252 #, sh-format
42014253 msgid "Failed to locate ${dest} from ${archive}"
42024254 msgstr "Neuspjelo lociranje ${dest} iz ${archive}"
42034255
4204 #: lib/scripts.lib:700
4256 #: lib/scripts.lib:701
42054257 #, sh-format
42064258 msgid "Extracting ${filename} from ${archivename}"
42074259 msgstr "Otpakiravanje ${filename} iz ${archivename}"
42084260
4209 #: lib/scripts.lib:715
4261 #: lib/scripts.lib:716
42104262 #, sh-format
42114263 msgid "Extracted file size does not match!"
42124264 msgstr "Veličina raspakirane datoteke se ne poklapa!"
42134265
4214 #: lib/scripts.lib:746
4266 #: lib/scripts.lib:747
42154267 #, sh-format
42164268 msgid "Copying ${filename}"
42174269 msgstr "Kopiranje ${filename}"
42184270
4219 #: lib/scripts.lib:759
4271 #: lib/scripts.lib:760
42204272 #, sh-format
42214273 msgid "File size does not match!"
42224274 msgstr "Veličina datoteke se ne poklapa!"
42234275
4224 #: lib/scripts.lib:903
4276 #: lib/scripts.lib:904
42254277 #, sh-format
42264278 msgid ""
42274279 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42304282 "Isprika, $APPLICATION_TITLE $VERSION je prestar za nastavak.\\"
42314283 "n$APPLICATION_TITLE $NEEDED je potreban."
42324284
4233 #: lib/scripts.lib:918
4285 #: lib/scripts.lib:919
42344286 #, sh-format
42354287 msgid ""
42364288 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42394291 "Upozorenje: Pokrenuli ste $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42404292 "$NEEDED je potreban za nastavak."
42414293
4242 #: lib/scripts.lib:949
4294 #: lib/scripts.lib:950
42434295 #, sh-format
42444296 msgid "$AUTHOR profile"
42454297 msgstr ""
42884340 "Jedan ili više programa nedostaje. Instalirajte ih i pokrenite skriptu "
42894341 "ponovno."
42904342
4291 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4343 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42924344 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42934345 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42944346 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43004352 #, sh-format
43014353 msgid "Where is mounted your CD-ROM?"
43024354 msgstr "Gdje je montiran vaš CD-ROM?"
4355
4356 #: lib/setupwindow.lib:349 python/install.py:218
4357 #, sh-format
4358 msgid "Other"
4359 msgstr "Ostalo"
43034360
43044361 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43054362 #, sh-format
44214478 msgid "I don't want to make another shortcut"
44224479 msgstr "Ne želim napraviti još jedan prečac"
44234480
4424 #: lib/setupwindow.lib:711 python/guiv3.py:158
4481 #: lib/setupwindow.lib:711 python/guiv3.py:163
44254482 #, sh-format
44264483 msgid "Browse"
44274484 msgstr "Pregledaj"
44284485
4486 #: lib/setupwindow.lib:739
4487 #, sh-format
4488 msgid "A shortcut by that name already exists, overwrite?"
4489 msgstr ""
4490
44294491 #: lib/website.lib:29
44304492 #, sh-format
44314493 msgid "Connect to your $APPLICATION_TITLE account"
44454507 "Neuspjelo povezivanje !\\nProvjerite je li vaše korisničko ime i lozinka "
44464508 "valjani."
44474509
4448 #: lib/wine.lib:367
4510 #: lib/wine.lib:371
44494511 #, sh-format
44504512 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44514513 msgstr ""
44524514
4453 #: lib/wine.lib:373
4515 #: lib/wine.lib:377
44544516 #, sh-format
44554517 msgid "Select the main videocard to report:"
44564518 msgstr ""
44574519
4458 #: lib/wine.lib:538 lib/wine.lib:703
4520 #: lib/wine.lib:549 lib/wine.lib:714
44594521 #, sh-format
44604522 msgid ""
44614523 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44644526 "Izgleda da se Wine srušio\\n\\nAko je vaš program pokrenut, zanemarite ovu "
44654527 "poruku"
44664528
4467 #: lib/wine.lib:763
4529 #: lib/wine.lib:775
44684530 #, sh-format
44694531 msgid "Unable to find version: "
44704532 msgstr "Nemoguće je pronaći inačicu: "
44714533
4472 #: lib/wine.lib:769 lib/wine.lib:770
4534 #: lib/wine.lib:781 lib/wine.lib:782
44734535 #, sh-format
44744536 msgid "Downloading Wine: "
44754537 msgstr "Preuzimanje Wine-a: "
44764538
4477 #: lib/wine.lib:779
4539 #: lib/wine.lib:791
44784540 #, sh-format
44794541 msgid "The download seems to have failed."
44804542 msgstr "Neuspjelo preuzimanje."
44814543
4482 #: lib/wine.lib:781
4544 #: lib/wine.lib:793
44834545 #, sh-format
44844546 msgid "Extracting Wine..."
44854547 msgstr "Raspakiravam Wine..."
44864548
4487 #: lib/wine.lib:961
4549 #: lib/wine.lib:976
44884550 #, sh-format
44894551 msgid "Overwrite (usually works, no guarantee)"
44904552 msgstr ""
44914553
4492 #: lib/wine.lib:962
4554 #: lib/wine.lib:977
44934555 #, sh-format
44944556 msgid "Erase (virtual drive content will be lost)"
44954557 msgstr ""
44964558
4497 #: lib/wine.lib:976
4559 #: lib/wine.lib:991
44984560 #, sh-format
44994561 msgid "The target virtual drive $PREFNAME already exists:"
45004562 msgstr ""
45014563
4502 #: lib/wine.lib:1156 lib/wine.lib:1186
4564 #: lib/wine.lib:1171 lib/wine.lib:1201
45034565 #, sh-format
45044566 msgid "Please wait while $SOFTNAME is installed..."
45054567 msgstr "Pričekajte dok se $SOFTNAME instalira..."
45064568
4507 #: lib/wine.lib:1160 lib/wine.lib:1189
4569 #: lib/wine.lib:1175 lib/wine.lib:1204
45084570 #, sh-format
45094571 msgid ""
45104572 "Be careful! This will kill install process. If it is not finished, you will "
45134575 "Budite oprezni! Ovo će prekinuti instalaciju. Ako još nije završena morat "
45144576 "ćete ponovno instalirati $SOFTNAME"
45154577
4516 #: lib/wine.lib:1160 lib/wine.lib:1189
4578 #: lib/wine.lib:1175 lib/wine.lib:1204
45174579 #, sh-format
45184580 msgid "Install is done"
45194581 msgstr "Instalacija završena"
45204582
4521 #: lib/wine.lib:1193 lib/wine.lib:1194
4583 #: lib/wine.lib:1208 lib/wine.lib:1209
45224584 #, sh-format
45234585 msgid "Press next only when the installation process is finished"
45244586 msgstr "Pritisnite Naprijed samo kada je instalacijski proces završio"
45254587
4526 #: lib/wine.lib:1202
4588 #: lib/wine.lib:1217
45274589 #, sh-format
45284590 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45294591 msgstr ""
45374599 "associated"
45384600 msgstr ""
45394601
4540 #: python/configure.py:197 python/configure.py:694
4602 #: python/configure.py:196 python/configure.py:703
45414603 msgid "General"
45424604 msgstr "Općenito"
45434605
4544 #: python/configure.py:200
4606 #: python/configure.py:199
45454607 msgid "Make a new shortcut from this virtual drive"
45464608 msgstr "Napravi novi prečac za ovaj virtualni pogon"
45474609
4548 #: python/configure.py:201
4610 #: python/configure.py:200
45494611 msgid "Name"
45504612 msgstr "Naziv"
45514613
4552 #: python/configure.py:202
4614 #: python/configure.py:201
45534615 msgid "Wine version"
45544616 msgstr "Wine inačica"
45554617
4556 #: python/configure.py:203
4618 #: python/configure.py:202
45574619 msgid "Debug flags"
45584620 msgstr ""
45594621
4560 #: python/configure.py:205
4622 #: python/configure.py:204
45614623 msgid "Virtual drive"
45624624 msgstr "Virtualni pogon"
45634625
4564 #: python/configure.py:207
4626 #: python/configure.py:206
45654627 msgid "Arguments"
45664628 msgstr "Argumenti"
45674629
4568 #: python/configure.py:211
4630 #: python/configure.py:210
45694631 msgid "Run configuration wizard"
45704632 msgstr "Pokreni čarobnjak podešavanja"
45714633
4572 #: python/configure.py:248
4634 #: python/configure.py:247
45734635 msgid "Windows reboot"
45744636 msgstr "Windows ponovno pokretanje"
45754637
4576 #: python/configure.py:256
4638 #: python/configure.py:255
45774639 msgid "Repair virtual drive"
45784640 msgstr ""
45794641
4580 #: python/configure.py:265
4642 #: python/configure.py:264
45814643 msgid "Command prompt"
45824644 msgstr "Naredbeni redak"
45834645
4584 #: python/configure.py:272
4646 #: python/configure.py:271
45854647 msgid "Task manager"
45864648 msgstr "Upravitelj zadatka"
45874649
4588 #: python/configure.py:280
4650 #: python/configure.py:279
45894651 msgid "Kill processes"
45904652 msgstr "Ubij procese"
45914653
4592 #: python/configure.py:287
4654 #: python/configure.py:286
45934655 msgid "Wine uninstaller"
45944656 msgstr ""
45954657
4596 #: python/configure.py:312
4658 #: python/configure.py:311
45974659 msgid ""
45984660 "Be careful! Installing one of these components can break your virtual drive."
45994661 msgstr ""
46004662
4601 #: python/configure.py:334 python/install.py:285 python/install.py:289
4602 #: python/mainwindow.py:197 python/mainwindow.py:350
4663 #: python/configure.py:333 python/install.py:285 python/install.py:289
4664 #: python/mainwindow.py:199 python/mainwindow.py:348
46034665 msgid "Install"
46044666 msgstr "Instaliraj"
46054667
4606 #: python/configure.py:395
4668 #: python/configure.py:388
46074669 msgid "Open program's directory"
46084670 msgstr "Otvori direktorij programa"
46094671
4610 #: python/configure.py:418
4672 #: python/configure.py:411
46114673 msgid "Open virtual drive's directory"
46124674 msgstr "Otvori direktorij virtualnih pogona"
46134675
4614 #: python/configure.py:560
4676 #: python/configure.py:555
46154677 msgid "GLSL Support"
46164678 msgstr "GLSL podrška"
46174679
4618 #: python/configure.py:561
4680 #: python/configure.py:556
46194681 msgid "Direct Draw Renderer"
46204682 msgstr "Direct Draw iscrtavanje"
46214683
4622 #: python/configure.py:562
4684 #: python/configure.py:557
46234685 msgid "Video memory size"
46244686 msgstr "Veličina video memorije"
46254687
4626 #: python/configure.py:563
4688 #: python/configure.py:558
46274689 msgid "Offscreen rendering mode"
46284690 msgstr "Offscreen način prikaza"
46294691
4630 #: python/configure.py:564
4692 #: python/configure.py:559
46314693 msgid "Render target mode lock"
46324694 msgstr "Target mode lock prikaz"
46334695
4634 #: python/configure.py:565
4696 #: python/configure.py:560
46354697 msgid "Multisampling"
46364698 msgstr ""
46374699
4638 #: python/configure.py:566
4700 #: python/configure.py:561
46394701 msgid "Strict Draw Ordering"
46404702 msgstr "Strict Draw poredak"
46414703
4642 #: python/configure.py:576
4704 #: python/configure.py:571
46434705 msgid "Mouse warp override"
46444706 msgstr ""
46454707
4646 #: python/configure.py:578
4708 #: python/configure.py:573
46474709 msgid "Open a shell"
46484710 msgstr "Otvori ljusku"
46494711
4650 #: python/configure.py:579
4712 #: python/configure.py:574
46514713 msgid "Run a .exe file in this virtual drive"
46524714 msgstr "Pokreni .exe datoteku u ovom virtualnom pogonu"
46534715
4654 #: python/configure.py:580
4716 #: python/configure.py:575
46554717 msgid "Command to exec before running the program"
46564718 msgstr ""
46574719
4658 #: python/configure.py:591
4720 #: python/configure.py:585
4721 msgid ""
4722 "Warning:\n"
4723 "\n"
4724 "Any program still running in this virtual drive will be terminated before "
4725 "Wine version is changed.\n"
4726 "Are you sure you want to continue?"
4727 msgstr ""
4728
4729 #: python/configure.py:596
46594730 msgid ""
46604731 "Be careful!\n"
46614732 "If you change "
46634734 "Budite pažljivi!\n"
46644735 "Ako promijenite "
46654736
4666 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4737 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46674738 msgid "{0} configuration"
46684739 msgstr "{0} podešavanje"
46694740
4670 #: python/configure.py:659
4741 #: python/configure.py:664
46714742 msgid "Please select a program or a virtual drive to configure"
46724743 msgstr ""
46734744
4674 #: python/configure.py:677 python/options.py:280
4745 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46754746 msgid "New"
46764747 msgstr "Novo"
46774748
4678 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4679 #: python/mainwindow.py:596 python/options.py:207
4749 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4750 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46804751 msgid "Remove"
46814752 msgstr "Ukloni"
46824753
4683 #: python/configure.py:696
4754 #: python/configure.py:705
46844755 msgid "Install components"
46854756 msgstr ""
46864757
4687 #: python/configure.py:697 python/mainwindow.py:332
4758 #: python/configure.py:706 python/mainwindow.py:330
46884759 msgid "Display"
46894760 msgstr "Prikaz"
46904761
4691 #: python/configure.py:698
4762 #: python/configure.py:707
46924763 msgid "Miscellaneous"
46934764 msgstr "Ostalo"
46944765
4695 #: python/configure.py:726
4766 #: python/configure.py:735
46964767 msgid "This virtual drive is protected"
46974768 msgstr "Ovaj virtualni pogon je zaštićen"
46984769
4699 #: python/configure.py:728
4770 #: python/configure.py:737
47004771 msgid "Are you sure you want to delete {0} virtual drive ?"
47014772 msgstr "Sigurno želite obrisati {0} virtual disk ?"
47024773
4703 #: python/configure.py:735
4774 #: python/configure.py:744
47044775 msgid "Are you sure you want to delete {0} ?"
47054776 msgstr "Sigurno želite obrisati {0} ?"
47064777
4707 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4708 #: python/mainwindow.py:997
4778 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4779 #: python/mainwindow.py:995
47094780 msgid "{0} debugger"
47104781 msgstr ""
47114782
47134784 msgid "Please select a debug file"
47144785 msgstr ""
47154786
4716 #: python/debug.py:76
4787 #: python/debug.py:78
47174788 msgid "Locate this logfile"
47184789 msgstr ""
47194790
4720 #: python/debug.py:99
4791 #: python/debug.py:101
47214792 msgid "The file is named : {0}"
47224793 msgstr ""
47234794
4724 #: python/debug.py:153 python/debug.py:207
4795 #: python/debug.py:189 python/debug.py:245
47254796 msgid "Virtual drives"
47264797 msgstr ""
47274798
4728 #: python/debug.py:184
4799 #: python/debug.py:222
47294800 msgid "Report a problem about {0}"
47304801 msgstr ""
47314802
4732 #: python/debug.py:206
4803 #: python/debug.py:244
47334804 msgid "Install scripts"
47344805 msgstr ""
47354806
47544825 msgid "Next"
47554826 msgstr "Naprijed"
47564827
4757 #: python/guiv3.py:166
4828 #: python/guiv3.py:171
47584829 msgid "I Agree"
47594830 msgstr "Slažem se"
47604831
4761 #: python/guiv3.py:167
4832 #: python/guiv3.py:172
47624833 msgid "Show virtual drives"
47634834 msgstr "Prikaži virtualne pogone"
47644835
4765 #: python/guiv3.py:188
4836 #: python/guiv3.py:193
47664837 msgid "Login: "
47674838 msgstr "Prijava: "
47684839
4769 #: python/guiv3.py:189
4840 #: python/guiv3.py:194
47704841 msgid "Password: "
47714842 msgstr "Lozinka: "
47724843
4773 #: python/guiv3.py:192
4844 #: python/guiv3.py:197
47744845 msgid "Register"
47754846 msgstr "Registriraj"
47764847
4777 #: python/guiv3.py:288
4848 #: python/guiv3.py:302
47784849 msgid "MB downloaded"
47794850 msgstr "MB preuzeto"
47804851
4781 #: python/guiv3.py:288
4852 #: python/guiv3.py:302
47824853 msgid "of"
47834854 msgstr "od"
47844855
4785 #: python/guiv3.py:749
4856 #: python/guiv3.py:769
47864857 msgid "You cannot close this window"
47874858 msgstr ""
47884859
47904861 msgid "No description"
47914862 msgstr "Nema opisa"
47924863
4793 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4864 #: python/install.py:210
4865 msgid "Accessories"
4866 msgstr "Pomagala"
4867
4868 #: python/install.py:211
4869 msgid "Development"
4870 msgstr "Razvoj"
4871
4872 #: python/install.py:212
4873 msgid "Education"
4874 msgstr "Obrazovanje"
4875
4876 #: python/install.py:213
4877 msgid "Games"
4878 msgstr "Igre"
4879
4880 #: python/install.py:214
4881 msgid "Graphics"
4882 msgstr "Grafika"
4883
4884 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4885 msgid "Internet"
4886 msgstr "Internet"
4887
4888 #: python/install.py:216
4889 msgid "Multimedia"
4890 msgstr "Multimedija"
4891
4892 #: python/install.py:217
4893 msgid "Office"
4894 msgstr "Ured"
4895
4896 #: python/install.py:219
4897 msgid "Patches"
4898 msgstr "Zakrpe"
4899
4900 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47944901 msgid "Search"
47954902 msgstr ""
47964903
47974904 #: python/install.py:252
47984905 msgid "Include:"
47994906 msgstr ""
4907
4908 #: python/install.py:258
4909 msgid "Testing"
4910 msgstr "Testiranje"
48004911
48014912 #: python/install.py:263
48024913 msgid "No-cd needed"
48494960 "used for piracy purposes we won't give any support on this matter."
48504961 msgstr ""
48514962
4852 #: python/irc.py:137
4963 #: python/irc.py:139
48534964 msgid "Send"
48544965 msgstr "Pošalji"
48554966
4856 #: python/irc.py:138
4967 #: python/irc.py:140
48574968 msgid "Connect"
48584969 msgstr "Povezivanje"
48594970
4860 #: python/irc.py:139
4971 #: python/irc.py:141
48614972 msgid "Disconnect"
48624973 msgstr "Prekini vezu"
48634974
4864 #: python/irc.py:140
4975 #: python/irc.py:142
48654976 msgid "Leave"
48664977 msgstr ""
48674978
4868 #: python/irc.py:227
4979 #: python/irc.py:229
48694980 msgid "Join a channel"
48704981 msgstr "Pridruži se kanalu"
48714982
4872 #: python/irc.py:257 python/mainwindow.py:725
4983 #: python/irc.py:259 python/mainwindow.py:723
48734984 msgid "Messenger"
48744985 msgstr "Komunikator"
48754986
4876 #: python/irc.py:273
4987 #: python/irc.py:275
48774988 msgid ""
48784989 "If you close this window, you cannot read further replies. Are you sure that "
48794990 "you want to close it?"
49005011 msgid "{0} error"
49015012 msgstr ""
49025013
4903 #: python/mainwindow.py:73
5014 #: python/mainwindow.py:75
49045015 msgid "{0} website is unavailable. Please check your connection"
49055016 msgstr ""
49065017
4907 #: python/mainwindow.py:75
5018 #: python/mainwindow.py:77
49085019 msgid "Refreshing {0}"
49095020 msgstr "Osvježavanje {0}"
49105021
4911 #: python/mainwindow.py:90 python/mainwindow.py:92
5022 #: python/mainwindow.py:92 python/mainwindow.py:94
49125023 msgid "An updated version of {0} is available"
49135024 msgstr "Novija inačica {0} je dostupna"
49145025
4915 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5026 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49165027 msgid "Run"
49175028 msgstr "Pokreni"
49185029
4919 #: python/mainwindow.py:200
5030 #: python/mainwindow.py:202
49205031 msgid "Donate"
49215032 msgstr "Donirajte"
49225033
4923 #: python/mainwindow.py:201
5034 #: python/mainwindow.py:203
49245035 msgid "Exit"
49255036 msgstr "Zatvorite PlayOnLinux"
49265037
4927 #: python/mainwindow.py:205
5038 #: python/mainwindow.py:207
49285039 msgid "Small icons"
49295040 msgstr "Male ikone"
49305041
4931 #: python/mainwindow.py:206
5042 #: python/mainwindow.py:208
49325043 msgid "Medium icons"
49335044 msgstr "Srednje ikone"
49345045
4935 #: python/mainwindow.py:207
5046 #: python/mainwindow.py:209
49365047 msgid "Large icons"
49375048 msgstr "Velike ikone"
49385049
4939 #: python/mainwindow.py:208
5050 #: python/mainwindow.py:210
49405051 msgid "Very large icons"
49415052 msgstr "Najveće ikone"
49425053
4943 #: python/mainwindow.py:220
5054 #: python/mainwindow.py:222
49445055 msgid "Manage Wine versions"
49455056 msgstr "Upravitelj Wine inačica"
49465057
4947 #: python/mainwindow.py:226
5058 #: python/mainwindow.py:228
49485059 msgid "Read a PC CD-Rom"
49495060 msgstr ""
49505061
4951 #: python/mainwindow.py:236
5062 #: python/mainwindow.py:238
49525063 msgid "Close all {0} software"
49535064 msgstr "Zatvorite sve {0} softvere"
49545065
4955 #: python/mainwindow.py:240
5066 #: python/mainwindow.py:242
49565067 msgid "{0} console"
49575068 msgstr "{0} konzola"
49585069
4959 #: python/mainwindow.py:250
5070 #: python/mainwindow.py:248
49605071 msgid "{0} messenger"
49615072 msgstr "{0} komunikator"
49625073
4963 #: python/mainwindow.py:266 python/options.py:388
5074 #: python/mainwindow.py:264 python/options.py:388
49645075 msgid "File associations"
49655076 msgstr ""
49665077
4967 #: python/mainwindow.py:273
5078 #: python/mainwindow.py:271
49685079 msgid "About {0}"
49695080 msgstr "O {0}"
49705081
4971 #: python/mainwindow.py:302 python/mainwindow.py:306
5082 #: python/mainwindow.py:300 python/mainwindow.py:304
49725083 msgid "Plugin manager"
49735084 msgstr "Upravitelj priključaka"
49745085
4975 #: python/mainwindow.py:331
5086 #: python/mainwindow.py:329
49765087 msgid "File"
49775088 msgstr "Datoteka"
49785089
4979 #: python/mainwindow.py:333
5090 #: python/mainwindow.py:331
49805091 msgid "Tools"
49815092 msgstr "Alati"
49825093
4983 #: python/mainwindow.py:334 python/mainwindow.py:723
5094 #: python/mainwindow.py:332 python/mainwindow.py:721
49845095 msgid "Settings"
49855096 msgstr "Postavke"
49865097
4987 #: python/mainwindow.py:335 python/options.py:387
5098 #: python/mainwindow.py:333 python/options.py:387
49885099 msgid "Plugins"
49895100 msgstr "Priključci"
49905101
4991 #: python/mainwindow.py:347 python/mainwindow.py:739
5102 #: python/mainwindow.py:345 python/mainwindow.py:737
49925103 msgid "Close"
49935104 msgstr ""
49945105
4995 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5106 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49965107 msgid "Configure"
49975108 msgstr "Podesi"
49985109
4999 #: python/mainwindow.py:584
5110 #: python/mainwindow.py:582
50005111 msgid "Open the application's directory"
50015112 msgstr "Otvorite direktorij aplikacije"
50025113
5003 #: python/mainwindow.py:588 python/mainwindow.py:753
5114 #: python/mainwindow.py:586 python/mainwindow.py:751
50045115 msgid "Read the manual"
50055116 msgstr "Pročitajte priručnik"
50065117
5007 #: python/mainwindow.py:592
5118 #: python/mainwindow.py:590
50085119 msgid "Set the icon"
50095120 msgstr "Postavite ikonu"
50105121
5011 #: python/mainwindow.py:600
5122 #: python/mainwindow.py:598
50125123 msgid "Close this application"
50135124 msgstr "Zatvorite ovu aplikaciju"
50145125
5015 #: python/mainwindow.py:611
5126 #: python/mainwindow.py:609
50165127 msgid "KillApp"
50175128 msgstr "UbijAplik"
50185129
5019 #: python/mainwindow.py:618
5130 #: python/mainwindow.py:616
50205131 msgid "No manual found for {0}"
50215132 msgstr "Priručnik nije pronađen za {0}"
50225133
5023 #: python/mainwindow.py:721
5134 #: python/mainwindow.py:719
50245135 msgid "Install a program"
50255136 msgstr ""
50265137
5027 #: python/mainwindow.py:728
5138 #: python/mainwindow.py:726
50285139 msgid "Update GIT"
50295140 msgstr ""
50305141
5031 #: python/mainwindow.py:731
5142 #: python/mainwindow.py:729
50325143 msgid "Update instructions"
50335144 msgstr ""
50345145
5146 #: python/mainwindow.py:739
5147 msgid "Debug"
5148 msgstr ""
5149
50355150 #: python/mainwindow.py:741
5036 msgid "Debug"
5037 msgstr ""
5038
5039 #: python/mainwindow.py:743
50405151 msgid "Report a problem"
50415152 msgstr ""
50425153
5154 #: python/mainwindow.py:745
5155 msgid "Create a shortcut"
5156 msgstr ""
5157
50435158 #: python/mainwindow.py:747
5044 msgid "Create a shortcut"
5045 msgstr ""
5046
5047 #: python/mainwindow.py:749
50485159 msgid "Open the directory"
50495160 msgstr ""
50505161
5051 #: python/mainwindow.py:755
5162 #: python/mainwindow.py:753
50525163 msgid "Save"
50535164 msgstr ""
50545165
5055 #: python/mainwindow.py:758
5166 #: python/mainwindow.py:756
50565167 msgid "Uninstall"
50575168 msgstr ""
50585169
5059 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5060 #: python/mainwindow.py:1003
5170 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5171 #: python/mainwindow.py:1001
50615172 msgid "Please select a program."
50625173 msgstr ""
50635174
5064 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5175 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50655176 msgid "{0} settings"
50665177 msgstr "{0} postavke"
50675178
5068 #: python/mainwindow.py:965
5179 #: python/mainwindow.py:963
50695180 msgid "{0} install menu"
50705181 msgstr "{0} izbornik instalacije"
50715182
5072 #: python/mainwindow.py:974
5183 #: python/mainwindow.py:972
50735184 msgid "{0} wine versions manager"
50745185 msgstr "{0} upravitelj wine inačica"
50755186
5076 #: python/mainwindow.py:1005
5187 #: python/mainwindow.py:1003
50775188 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50785189 msgstr "Virtualan pogon povezan s {0} ({1}) više ne postoji."
50795190
51865297 "These information will be very precious for us to help people."
51875298 msgstr ""
51885299
5189 #: python/mainwindow.py:1271
5300 #: python/mainwindow.py:1273
51905301 msgid "Are you sure you want to want to install {0} package?"
51915302 msgstr "Sigurno želite instalirati {0} paket?"
51925303
5193 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5304 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5305 #: python/mainwindow.py:1284
51945306 msgid ""
51955307 "You are trying to open a script design for {0}! It might not work as expected"
51965308 msgstr ""
52685380 msgid "You must restart {0} for the changes to take effect."
52695381 msgstr ""
52705382
5271 #: python/wine_versions.py:194
5383 #: python/wine_versions.py:195
52725384 msgid "Installed Wine versions: "
52735385 msgstr "Instalirana Wine inačica: "
52745386
5275 #: python/wine_versions.py:195
5387 #: python/wine_versions.py:196
52765388 msgid "Available Wine versions: "
52775389 msgstr "Dostupne Wine inačice: "
52785390
5279 #: python/wine_versions.py:202
5391 #: python/wine_versions.py:203
52805392 msgid "Wine versions"
52815393 msgstr "Wine inačice"
52825394
5283 #: python/wine_versions.py:321
5395 #: python/wine_versions.py:322
52845396 msgid "Are you sure you want to delete wine {0}?"
52855397 msgstr "Sigurno želite obrisati wine {0}?"
52865398
66 msgstr ""
77 "Project-Id-Version: hu1\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:02+0000\n"
1111 "Last-Translator: Gergely Szarka <szarka.honved@gmail.com>\n"
1212 "Language-Team: hungarian <mypclinuxos.com>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
235235 msgstr ""
236236
237237 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
238 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
238239 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
239240 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
240241 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
263264 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
264265 #: PlayOnLinux_Scripts/Civilization_V_:53
265266 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
266 #: PlayOnLinux_Scripts/Diablo_II_:51
267 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
267268 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
268269 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
269270 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
270271 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
271272 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
272 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
273273 #: PlayOnLinux_Scripts/Google_SketchUp_:51
274274 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
275275 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
289289 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
290290 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
291291 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
292 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
292293 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
293294 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
294295 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
295 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
296 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
296 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
297 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
298 #: PlayOnLinux_Scripts/Portal_2_:82
297299 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
298300 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
299 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
301 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
302 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
300303 #: PlayOnLinux_Scripts/Rayman_Origins_:72
301304 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
302305 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
306 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
303307 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
304308 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
305309 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
310 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
306311 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
307312 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
308 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
309 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
313 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
314 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
315 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
310316 #: PlayOnLinux_Scripts/Starcraft_:34
311317 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
312318 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
313 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
319 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
320 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
314321 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
315322 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
323 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
316324 #: PlayOnLinux_Scripts/Theme_Hospital_:59
317325 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
318326 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
319327 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
320328 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
329 #: PlayOnLinux_Scripts/Wizard_101_:38
321330 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
322331 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
323332 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
330339 msgid "Please select the setup file to run"
331340 msgstr "Kérlek válaszd ki a telepítő fájlt a futtatáshoz"
332341
342 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
343 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
344 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
345 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
346 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
347 #, sh-format
348 msgid "Please insert the game media into your disc drive."
349 msgstr ""
350
333351 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
352 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
353 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
334354 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
335355 #: PlayOnLinux_Scripts/Dishonored_:72
336356 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
424444 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
425445 #: PlayOnLinux_Scripts/Magicka_:68
426446 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
447 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
427448 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
428449 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
429450 #: PlayOnLinux_Scripts/Rayman_Origins_:83
430451 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
431 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
432 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
452 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
453 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
433454 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
434455 #: PlayOnLinux_Scripts/The_Witcher_:125
435456 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
459480 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
460481 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
461482 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
483 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
462484 #: PlayOnLinux_Scripts/Driftmoon_:43
463485 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
464486 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
467489 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
468490 #: PlayOnLinux_Scripts/League_Of_Legends_:57
469491 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
470 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
492 #: PlayOnLinux_Scripts/Sacrifice_:41
493 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
494 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
495 #: PlayOnLinux_Scripts/Toontown_Online_:25
496 #: PlayOnLinux_Scripts/Watchtower_library_:43
471497 #: PlayOnLinux_Scripts/iTunes_10_:28
472498 #, sh-format
473499 msgid "Please select the setup file to run."
482508 #: PlayOnLinux_Scripts/POL_GoG_download_:48
483509 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
484510 #: PlayOnLinux_Scripts/SimCity_2000_:50
485 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
486 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
511 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
512 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
487513 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
488514 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
489515 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
490 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
491 #: lib/wine.lib:1186
516 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
517 #: lib/wine.lib:1171 lib/wine.lib:1201
492518 #, sh-format
493519 msgid "Please wait..."
494520 msgstr ""
516542 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
517543 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
518544 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
519 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
545 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
520546 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
521547 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
522548 #: PlayOnLinux_Scripts/Dead_Space_2_:85
532558 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
533559 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
534560 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
535 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
536562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
537563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
538564 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
594620 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
595621 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
596622 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
597 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
623 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
598624 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
599625 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
600626 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
601 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
602 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
627 #: PlayOnLinux_Scripts/Dead_Space_:50
628 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
629 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
630 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
603631 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
604632 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
605633 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
609637 #: PlayOnLinux_Scripts/Rage_:79
610638 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
611639 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
612 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
613641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
614642 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
615643 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
647675 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
648676 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
649677 #: PlayOnLinux_Scripts/Sacrifice_:45
650 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
678 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
651679 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
652680 #: PlayOnLinux_Scripts/The_Witcher_:102
653681 #, sh-format
658686 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
659687 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
660688 #: PlayOnLinux_Scripts/Mass_Effect_:54
661 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
689 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
662690 #: PlayOnLinux_Scripts/The_Witcher_:110
663691 #, sh-format
664692 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
669697 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
672 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
700 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
673701 #: PlayOnLinux_Scripts/The_Witcher_:113
674702 #, sh-format
675703 msgid "Please insert the next game media into your disk drive"
698726 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
699727 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
700728 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
729 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
701730 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
702731 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
703732 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
803832 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
804833 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
805834 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
806 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
835 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
807836 #, sh-format
808837 msgid ""
809838 "You must disable anti-piracy protections of this game\\nif you want to play "
821850
822851 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
823852 #: PlayOnLinux_Scripts/Cars_2_:83
824 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
853 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
825854 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
826855 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
827856 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
842871 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
843872 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
844873 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
874 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
875 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
845876 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
846877 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
847878 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10571088 msgid "Please insert media 2 into your disk drive\\nif not already done."
10581089 msgstr ""
10591090
1060 #: PlayOnLinux_Scripts/Diablo_III_:29
1091 #: PlayOnLinux_Scripts/Diablo_III_:31
10611092 #, sh-format
10621093 msgid "Please select the setup file downloaded on $EDITOR website"
10631094 msgstr ""
10641095
1065 #: PlayOnLinux_Scripts/Diablo_III_:60
1096 #: PlayOnLinux_Scripts/Diablo_III_:62
10661097 #, sh-format
10671098 msgid ""
10681099 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10691100 "patch (AcceptEx Fix)"
10701101 msgstr ""
10711102
1072 #: PlayOnLinux_Scripts/Diablo_III_:60
1103 #: PlayOnLinux_Scripts/Diablo_III_:62
10731104 #, sh-format
10741105 msgid ""
10751106 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10761107 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1108 msgstr ""
1109
1110 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1111 #, sh-format
1112 msgid "Scanning your hardware..."
10771113 msgstr ""
10781114
10791115 #: PlayOnLinux_Scripts/Dishonored_:79
11521188
11531189 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11541190 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1155 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1191 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11571193 #, sh-format
11581194 msgid "Please insert the first game media into your disk drive"
11591195 msgstr ""
11601196
11611197 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1162 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1198 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11631199 #, sh-format
11641200 msgid "Please insert the second game media into your disk drive"
11651201 msgstr ""
12241260 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12251261 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12261262 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1263 #: PlayOnLinux_Scripts/Hearthstone_:64
12271264 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12281265 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12291266 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12491286 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12501287 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12511288 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1252 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1289 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12531290 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12541291 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12551292 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12731310 msgid "Editor"
12741311 msgstr ""
12751312
1276 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1313 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12771314 #, sh-format
12781315 msgid "This install script requires ffmpeg"
12791316 msgstr ""
12801317
1281 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1318 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12821319 #, sh-format
12831320 msgid "Converting videos..."
12841321 msgstr ""
12851322
12861323 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1324 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12871325 #, sh-format
12881326 msgid ""
12891327 "On first run the game will autodetect available renderers.\\nIt is likely "
12961334 msgid "Run $TITLE in safe mode?"
12971335 msgstr ""
12981336
1337 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1338 #, sh-format
1339 msgid ""
1340 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1341 "disable it by pressing Alt+R while in game.)"
1342 msgstr ""
1343
1344 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1345 #, sh-format
1346 msgid ""
1347 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1348 "game."
1349 msgstr ""
1350
12991351 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13001352 #, sh-format
13011353 msgid "Could not find program directory"
13581410 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13591411 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13601412 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1361 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1362 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1363 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13641413 #, sh-format
13651414 msgid "Language"
13661415 msgstr ""
14841533 msgid "Dedicated server"
14851534 msgstr ""
14861535
1487 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1536 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14881537 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14891538 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14901539 #, sh-format
15101559 msgid "Code wheel"
15111560 msgstr ""
15121561
1513 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1514 #, sh-format
1515 msgid "Do you have a language pack to install?"
1516 msgstr ""
1517
1518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1520 #, sh-format
1521 msgid "Later"
1522 msgstr ""
1523
1524 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1562 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1563 #, sh-format
1564 msgid ""
1565 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1566 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1567 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1571 #, sh-format
1572 msgid "Now you must install the modpack in directory:"
1573 msgstr ""
1574
1575 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1576 #, sh-format
1577 msgid "Please select ANY 3 icons when prompted."
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1581 #, sh-format
1582 msgid "temp directory missing"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1586 #, sh-format
1587 msgid ""
1588 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1589 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1590 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1591 "details.\\nInstall it?"
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1595 #, sh-format
1596 msgid "Control Panel"
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1600 #, sh-format
1601 msgid ""
1602 "IMPORTANT:\n"
1603 " \\n\\nOn the installation window coming next, do NOT click the Options "
1604 "button, it would mess up the language selection."
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1608 #, sh-format
1609 msgid ""
1610 "On first run the game will autodetect available renderers.\\nIt is likely "
1611 "that you will get better performance out of the OpenGL renderer."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/Goblins_3_:21
1615 #, sh-format
1616 msgid "Please select the game language"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:82
1620 #, sh-format
1621 msgid "Choose the game resolution"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Gothic_3_:96
1625 #, sh-format
1626 msgid ""
1627 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1628 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1629 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:110
1633 #, sh-format
1634 msgid "$TITLE is installed"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guild_Wars_:53
1638 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1639 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1640 #, sh-format
1641 msgid "Please insert the DVD-ROM"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1645 #, sh-format
1646 msgid ""
1647 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1648 "client and download will resume from where it stopped. Download percentage "
1649 "reset but do not worry, it do not restart from the beginning."
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1653 #, sh-format
1654 msgid ""
1655 "Please select $TITLE install file. During installation, uncheck all extra "
1656 "drivers it wants to install:"
1657 msgstr ""
1658
15251659 #: PlayOnLinux_Scripts/Half_Life_2_:56
15261660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15271661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15281662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1529 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1663 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15301664 #, sh-format
15311665 msgid "No"
15321666 msgstr "Nem"
15331667
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1535 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1668 #: PlayOnLinux_Scripts/Half_Life_2_:56
1669 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1671 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1672 #: PlayOnLinux_Scripts/Portal_:36
1673 #, sh-format
1674 msgid ""
1675 "Steam installation has been detected\\nwould you like to install this game "
1676 "in the same virtual drive?"
1677 msgstr ""
1678
15361679 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15371680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15381681 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15411684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15421685 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15431686 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1544 #: python/guiv3.py:157
1687 #: python/guiv3.py:158 python/guiv3.py:161
15451688 #, sh-format
15461689 msgid "Yes"
15471690 msgstr "Igen"
15481691
1549 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1550 #, sh-format
1551 msgid ""
1552 "To install a language pack later, open the configuration panel for the game "
1553 "in order to execute the installer into the virtual disk (Misc tab)"
1554 msgstr ""
1555
1556 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1557 #, sh-format
1558 msgid ""
1559 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1560 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1561 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1562 msgstr ""
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1565 #, sh-format
1566 msgid "Now you must install the modpack in directory:"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1570 #, sh-format
1571 msgid "Please select ANY 3 icons when prompted."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1575 #, sh-format
1576 msgid "temp directory missing"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1580 #, sh-format
1581 msgid ""
1582 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1583 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1584 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1585 "details.\\nInstall it?"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1589 #, sh-format
1590 msgid "Control Panel"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1594 #, sh-format
1595 msgid ""
1596 "IMPORTANT:\n"
1597 " \\n\\nOn the installation window coming next, do NOT click the Options "
1598 "button, it would mess up the language selection."
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1602 #, sh-format
1603 msgid ""
1604 "On first run the game will autodetect available renderers.\\nIt is likely "
1605 "that you will get better performance out of the OpenGL renderer."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/Goblins_3_:21
1609 #, sh-format
1610 msgid "Please select the game language"
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Gothic_3_:82
1614 #, sh-format
1615 msgid "Choose the game resolution"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:96
1619 #, sh-format
1620 msgid ""
1621 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1622 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1623 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:110
1627 #, sh-format
1628 msgid "$TITLE is installed"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Guild_Wars_:53
1632 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1633 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1634 #, sh-format
1635 msgid "Please insert the DVD-ROM"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1639 #, sh-format
1640 msgid ""
1641 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1642 "client and download will resume from where it stopped. Download percentage "
1643 "reset but do not worry, it do not restart from the beginning."
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1647 #, sh-format
1648 msgid ""
1649 "Please select $TITLE install file. During installation, uncheck all extra "
1650 "drivers it wants to install:"
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/Half_Life_2_:56
1654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1656 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1657 #: PlayOnLinux_Scripts/Portal_:36
1658 #, sh-format
1659 msgid ""
1660 "Steam installation has been detected\\nwould you like to install this game "
1661 "in the same virtual drive?"
1662 msgstr ""
1663
16641692 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16651693 #, sh-format
16661694 msgid "Updating $TITLE"
16671695 msgstr ""
16681696
1669 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1697 #: PlayOnLinux_Scripts/Hanahira__:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1714 #: PlayOnLinux_Scripts/Steins_Gate_:51
16811715 #, sh-format
16821716 msgid "Please locate installation program (Setup.exe)"
16831717 msgstr ""
16841718
1685 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1686 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1719 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16871720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16881721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16891722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17051738 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17061739 msgstr ""
17071740
1741 #: PlayOnLinux_Scripts/Hearthstone_:26
1742 #, sh-format
1743 msgid "What language do you want to install?"
1744 msgstr ""
1745
17081746 #: PlayOnLinux_Scripts/ImgBurn_:38
17091747 #, sh-format
17101748 msgid ""
17421780 msgstr ""
17431781
17441782 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1745 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17461783 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17471784 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17481785 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18941931 "If the download update stuck close and run until the download is complete."
18951932 msgstr ""
18961933
1934 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18971935 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18981936 #, sh-format
18991937 msgid "Demo version"
19001938 msgstr ""
19011939
1940 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19021941 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19031942 #, sh-format
19041943 msgid "Please select version."
19521991 #, sh-format
19531992 msgid ""
19541993 "No filename extension specified, skipping association to native application."
1994 msgstr ""
1995
1996 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1997 #, sh-format
1998 msgid "Contacting download server."
19551999 msgstr ""
19562000
19572001 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20372081 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20382082 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20392083 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2040 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2084 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20412085 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20422086 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20432087 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20752119 "them without issues"
20762120 msgstr ""
20772121
2078 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2079 #, sh-format
2080 msgid "This package fail to install with wine 1.5.21 or better"
2081 msgstr ""
2082
2083 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2122 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20842123 #, sh-format
20852124 msgid ""
20862125 "If you see error messages during DotNet 3.5 installation, you can ignore "
21962235 "Please update."
21972236 msgstr ""
21982237
2199 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2238 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2239 #: PlayOnLinux_Scripts/yWriter_5_:45
22002240 #, sh-format
22012241 msgid "Downloading..."
22022242 msgstr ""
23072347 msgid "Microsoft fonts have been installed successfully."
23082348 msgstr ""
23092349
2350 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2351 #, sh-format
2352 msgid ""
2353 "OSX users: If the screen flickers once the game is launched, try to press "
2354 "cmd + tab twice"
2355 msgstr ""
2356
23102357 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23112358 #, sh-format
23122359 msgid "Remove Game For Windows Live..."
23442391 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23452392 msgstr ""
23462393
2347 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2394 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23482395 #, sh-format
23492396 msgid "Abort installation"
23502397 msgstr ""
23692416 msgid "The program needs access to ptrace() to proceed:"
23702417 msgstr ""
23712418
2372 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2419 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23732420 #, sh-format
23742421 msgid "User abort"
23752422 msgstr ""
24082455 msgid "Please do not run $TITLE after installation has finished."
24092456 msgstr ""
24102457
2458 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2459 #, sh-format
2460 msgid "Extracting $TITLE"
2461 msgstr ""
2462
24112463 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24122464 #, sh-format
24132465 msgid ""
24202472 msgid "$TITLE has been successfully installed."
24212473 msgstr ""
24222474
2475 #: PlayOnLinux_Scripts/Poker_Stars_:37
2476 #, sh-format
2477 msgid "Error while installing. Downloaded file not found."
2478 msgstr ""
2479
24232480 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24242481 #, sh-format
24252482 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24272484
24282485 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24292486 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2487 #: PlayOnLinux_Scripts/Watchtower_library_:58
24302488 #, sh-format
24312489 msgid "Please wait while $TITLE is installed"
24322490 msgstr ""
24582516 #: PlayOnLinux_Scripts/Rage_:93
24592517 #, sh-format
24602518 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2519 msgstr ""
2520
2521 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2522 #, sh-format
2523 msgid ""
2524 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2525 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2526 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2527 "n\\nIf you have one of this two versions of this game, please give some "
2528 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2529 "n\\nThank you!"
2530 msgstr ""
2531
2532 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2533 #, sh-format
2534 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2535 msgstr ""
2536
2537 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2538 #, sh-format
2539 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2540 msgstr ""
2541
2542 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2543 #, sh-format
2544 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2548 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2549 #, sh-format
2550 msgid "Select a version of installation disc:"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2554 #, sh-format
2555 msgid "First Release (without addons)"
2556 msgstr ""
2557
2558 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2559 #, sh-format
2560 msgid "Gold Edition"
2561 msgstr ""
2562
2563 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2564 #, sh-format
2565 msgid "Platinum Edition"
2566 msgstr ""
2567
2568 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2569 #, sh-format
2570 msgid "What is your version of Railroad Tycoon II?"
2571 msgstr ""
2572
2573 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2574 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2575 #, sh-format
2576 msgid ""
2577 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2578 "desktop.\\n\\nThank you for using this installation script! :)"
24612579 msgstr ""
24622580
24632581 #: PlayOnLinux_Scripts/Reaper_4_:30
26092727 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26102728 msgstr ""
26112729
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2740 #, sh-format
2741 msgid ""
2742 "Close the visual novel when it appears to continue installation. Click Next "
2743 "to begin installation."
2744 msgstr ""
2745
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2747 #, sh-format
2748 msgid ""
2749 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2750 "script will now install it. Click Next to continue."
2751 msgstr ""
2752
26122753 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26132754 #, sh-format
26142755 msgid ""
26162757 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26172758 msgstr ""
26182759
2619 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2620 #, sh-format
2621 msgid "Please locate installation program (Launcher.exe)"
2622 msgstr ""
2623
2624 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2625 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2626 #, sh-format
2627 msgid ""
2628 "When the launcher opens, click on the top button to open the installer. When "
2629 "a new window opens, click OK. When another window opens, click on the button "
2630 "with the letter N until it is installing. Wait until it is done and click "
2631 "the right button to quit. Click Next when you are done installing."
2760 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2761 #, sh-format
2762 msgid "Please locate installation program in Data folder (Resonance.msi)"
26322763 msgstr ""
26332764
26342765 #: PlayOnLinux_Scripts/Steam_:50
26642795 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26652796 "game. Steam install xna framework the game. Close the Steam so that the "
26662797 "installer can continue."
2798 msgstr ""
2799
2800 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2801 #, sh-format
2802 msgid "If youve the extentions, you should install Tribunal first !"
26672803 msgstr ""
26682804
26692805 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27752911 "pp 4-5."
27762912 msgstr ""
27772913
2914 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2915 #, sh-format
2916 msgid "Please select the installation file to run."
2917 msgstr ""
2918
2919 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2920 #, sh-format
2921 msgid ""
2922 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2923 "your region.\\n 2. Leave only checked DirectX box."
2924 msgstr ""
2925
27782926 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27792927 #, sh-format
27802928 msgid ""
27812929 "The game will fail to launch until you set "
27822930 "/proc/sys/kernel/yama/ptrace_scope to 0"
2931 msgstr ""
2932
2933 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2934 #, sh-format
2935 msgid "Other destination or other CD/DVD"
2936 msgstr ""
2937
2938 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2939 #, sh-format
2940 msgid "Retail CD"
2941 msgstr ""
2942
2943 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2944 #, sh-format
2945 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2946 msgstr ""
2947
2948 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2949 #, sh-format
2950 msgid "video fix"
27832951 msgstr ""
27842952
27852953 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28623030 msgid "Donwload finished.\\nPatches installation will begin"
28633031 msgstr ""
28643032
3033 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3034 #, sh-format
3035 msgid "We will download the installer"
3036 msgstr ""
3037
28653038 #: PlayOnLinux_Scripts/Toontown_Online_:17
28663039 #, sh-format
28673040 msgid ""
28993072 msgid "Do you want to browse $TITLE website?"
29003073 msgstr ""
29013074
3075 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3076 #, sh-format
3077 msgid ""
3078 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3079 "messenger, because it will won't work correctly."
3080 msgstr ""
3081
3082 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3083 #, sh-format
3084 msgid "Warning"
3085 msgstr ""
3086
29023087 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29033088 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29043089 #, sh-format
29073092 "want it to run correctly with $APPLICATION_TITLE"
29083093 msgstr ""
29093094
3095 #: PlayOnLinux_Scripts/Watchtower_library_:49
3096 #, sh-format
3097 msgid "File Selection Error"
3098 msgstr ""
3099
3100 #: PlayOnLinux_Scripts/Watchtower_library_:49
3101 #, sh-format
3102 msgid ""
3103 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3104 msgstr ""
3105
29103106 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29113107 #, sh-format
29123108 msgid ""
29233119 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29243120 #, sh-format
29253121 msgid ""
2926 "Attention: After installation is complete, the patcher will load. Please "
2927 "close the patcher before logging in or finish updating to complete the "
2928 "installation. After this, you can run \"$TITLE\" when setup is done"
3122 "Attention:After installation is complete, the patcher will load. After, go "
3123 "to the top right of the patcher and click the wrench, Then Un-check the box "
3124 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3125 "minuite. When finished with this, please close the patcher before logging in "
3126 "or finish updating to complete the installation. After this, you can run "
3127 "\"$TITLE\" when setup is done"
29293128 msgstr ""
29303129
29313130 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29663165 "Please insert game media 5 into your disk drive\\nif not already done."
29673166 msgstr ""
29683167
3168 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3169 #, sh-format
3170 msgid "Which region version of World of Warplanes would you like to install?"
3171 msgstr ""
3172
3173 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3174 #, sh-format
3175 msgid ""
3176 "Attention:After installation is complete, the patcher will load. After, go "
3177 "to the top right of the patcher and click the wrench, Then Un-check the box "
3178 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3179 "minute. When finished with this, please close the patcher before logging in "
3180 "or finish updating to complete the installation. After this, you can run "
3181 "\"$TITLE\" when setup is done"
3182 msgstr ""
3183
29693184 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29703185 #, sh-format
29713186 msgid ""
30133228 msgid "Please select the 32bit version of iTunes"
30143229 msgstr ""
30153230
3016 #: PlayOnLinux_Scripts/osu_:45
3231 #: PlayOnLinux_Scripts/osu_:46
30173232 #, sh-format
30183233 msgid ""
30193234 "Press next to start the updater. When the updater is finished, close it "
30333248 "resolution when rFactor Config comes up."
30343249 msgstr ""
30353250
3036 #: bash/bug_report:31
3251 #: bash/bug_report:32
30373252 #, sh-format
30383253 msgid "Report a bug"
30393254 msgstr ""
30403255
3041 #: bash/bug_report:36
3256 #: bash/bug_report:37
30423257 #, sh-format
30433258 msgid ""
30443259 "Please give the more details as you can, otherwise, it will be very "
30453260 "difficult to help you"
30463261 msgstr ""
30473262
3048 #: bash/bug_report:36
3263 #: bash/bug_report:37
30493264 #, sh-format
30503265 msgid ""
30513266 "This wizard will help you to report a bug about an officially supported "
30523267 "program."
30533268 msgstr ""
30543269
3055 #: bash/bug_report:40
3270 #: bash/bug_report:41
30563271 #, sh-format
30573272 msgid ""
30583273 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30593274 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30603275 msgstr ""
30613276
3062 #: bash/bug_report:46
3277 #: bash/bug_report:47
30633278 #, sh-format
30643279 msgid "I have a problem with a software"
30653280 msgstr ""
30663281
3067 #: bash/bug_report:46
3282 #: bash/bug_report:47
30683283 #, sh-format
30693284 msgid "My problem concerns $APPLICATION_TITLE itself"
30703285 msgstr ""
30713286
3072 #: bash/bug_report:46
3287 #: bash/bug_report:47
30733288 #, sh-format
30743289 msgid "What kind of problem do you have?"
30753290 msgstr ""
30763291
3077 #: bash/bug_report:50
3292 #: bash/bug_report:51
30783293 #, sh-format
30793294 msgid "Don't join any log file"
30803295 msgstr ""
30813296
3082 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3297 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30833298 #: bash/manual_install:120 bash/manual_install:219
30843299 #, sh-format
30853300 msgid "Manual installation"
30863301 msgstr ""
30873302
3088 #: bash/bug_report:54 bash/run_exe:24
3303 #: bash/bug_report:55 bash/run_exe:24
30893304 #, sh-format
30903305 msgid "Automatic installation"
30913306 msgstr ""
30923307
3093 #: bash/bug_report:65
3308 #: bash/bug_report:66
30943309 #, sh-format
30953310 msgid "Choose the log file corresponding to your software."
30963311 msgstr ""
30973312
3098 #: bash/bug_report:69
3313 #: bash/bug_report:70
30993314 #, sh-format
31003315 msgid "Please give a very short description (title, english only)"
31013316 msgstr ""
31023317
3103 #: bash/bug_report:72
3318 #: bash/bug_report:73
31043319 #, sh-format
31053320 msgid "Please explain your problem clearly (english only):"
31063321 msgstr ""
31073322
3108 #: bash/bug_report:76
3323 #: bash/bug_report:77
31093324 #, sh-format
31103325 msgid "Sorry, we need a detailed description."
31113326 msgstr ""
31123327
3113 #: bash/bug_report:107
3328 #: bash/bug_report:108
31143329 #, sh-format
31153330 msgid ""
31163331 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31523367 msgstr ""
31533368
31543369 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3155 #: python/mainwindow.py:232
3370 #: python/mainwindow.py:234
31563371 #, sh-format
31573372 msgid "Run a local script"
31583373 msgstr ""
32763491 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32773492 msgstr ""
32783493
3279 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3494 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32803495 #, sh-format
32813496 msgid "$APPLICATION_TITLE first use"
32823497 msgstr ""
32833498
3284 #: bash/first_use:240
3499 #: bash/first_use:242
32853500 #, sh-format
32863501 msgid "$APPLICATION_TITLE is going to finish its preparation"
32873502 msgstr ""
32883503
3289 #: bash/first_use:240 bash/first_use:243
3504 #: bash/first_use:242 bash/first_use:245
32903505 #, sh-format
32913506 msgid "Please ensure you are connected to the internet."
32923507 msgstr ""
32933508
3294 #: bash/first_use:243
3509 #: bash/first_use:245
32953510 #, sh-format
32963511 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32973512 msgstr ""
32983513
3299 #: bash/first_use:243
3514 #: bash/first_use:245
33003515 #, sh-format
33013516 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33023517 msgstr ""
33033518
3304 #: bash/first_use:253
3519 #: bash/first_use:255
33053520 #, sh-format
33063521 msgid "Error while installing fonts"
33073522 msgstr ""
33083523
3309 #: bash/first_use:271
3524 #: bash/first_use:273
33103525 #, sh-format
33113526 msgid "Enjoy using $APPLICATION_TITLE"
33123527 msgstr ""
34183633 msgid "Use another version of Wine"
34193634 msgstr ""
34203635
3421 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3422 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3636 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3637 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34233638 #, sh-format
34243639 msgid "Configure Wine"
34253640 msgstr ""
34393654 msgid "What would you like to do before installation?"
34403655 msgstr ""
34413656
3442 #: bash/manual_install:230 lib/scripts.lib:437
3657 #: bash/manual_install:231 lib/scripts.lib:438
34433658 #, sh-format
34443659 msgid "Please make your choice"
34453660 msgstr ""
34463661
3447 #: bash/manual_install:258
3662 #: bash/manual_install:259
34483663 #, sh-format
34493664 msgid "Looking for runnable CD-ROMs"
34503665 msgstr ""
34513666
3452 #: bash/manual_install:281
3667 #: bash/manual_install:282
34533668 #, sh-format
34543669 msgid "Select another file"
34553670 msgstr ""
34563671
3457 #: bash/manual_install:289
3672 #: bash/manual_install:290
34583673 #, sh-format
34593674 msgid "Please choose a way to install your program"
34603675 msgstr ""
34613676
3462 #: bash/manual_install:298
3677 #: bash/manual_install:299
34633678 #, sh-format
34643679 msgid "Please select the install file to run."
34653680 msgstr ""
34663681
3467 #: bash/manual_install:328
3682 #: bash/manual_install:329
34683683 #, sh-format
34693684 msgid "You must choose a file!"
34703685 msgstr ""
34713686
3472 #: bash/manual_install:334
3687 #: bash/manual_install:335
34733688 #, sh-format
34743689 msgid "$APPLICATION_TITLE is installing your application..."
34753690 msgstr ""
35473762 msgid "Extracting: "
35483763 msgstr ""
35493764
3550 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3765 #: bash/playonlinux-pkg:111
35513766 #, sh-format
35523767 msgid "Running..."
35533768 msgstr ""
35573772 msgid "Cleaning..."
35583773 msgstr ""
35593774
3560 #: bash/playonlinux_online:32
3561 #, sh-format
3562 msgid ""
3563 "This is the list of the scripts you sent to us. You can run one of them"
3564 msgstr ""
3565
3566 #: bash/playonlinux_online:42
3567 #, sh-format
3568 msgid "You do not seems to have any personal script"
3569 msgstr ""
3570
3571 #: bash/playonlinux_online:47
3572 #, sh-format
3573 msgid ""
3574 "If you have successfully installed a program with 'Install a non-listed\\"
3575 "nsoftware' button, it will allow you to add this program in our list"
3576 msgstr ""
3577
3578 #: bash/playonlinux_online:47
3579 #, sh-format
3580 msgid "This tools will allow you to help us :"
3581 msgstr ""
3582
3583 #: bash/playonlinux_online:47
3584 #, sh-format
3585 msgid ""
3586 "We're going to ask you some questions, please be as much accurate as\\"
3587 "npossible"
3588 msgstr ""
3589
3590 #: bash/playonlinux_online:55
3591 #, sh-format
3592 msgid "Choose the file corresponding to your program."
3593 msgstr ""
3594
3595 #: bash/playonlinux_online:59
3596 #, sh-format
3597 msgid "Does your program run?"
3598 msgstr ""
3599
3600 #: bash/playonlinux_online:62
3601 #, sh-format
3602 msgid "What is the title of your program?"
3603 msgstr ""
3604
3605 #: bash/playonlinux_online:64
3606 #, sh-format
3607 msgid "What is the editor of your program?"
3608 msgstr ""
3609
3610 #: bash/playonlinux_online:66
3611 #, sh-format
3612 msgid "What is the editor website of your program?"
3613 msgstr ""
3614
3615 #: bash/playonlinux_online:69 python/install.py:210
3616 #, sh-format
3617 msgid "Accessories"
3618 msgstr "Kellékek"
3619
3620 #: bash/playonlinux_online:69 python/install.py:211
3621 #, sh-format
3622 msgid "Development"
3623 msgstr "Fejlesztés"
3624
3625 #: bash/playonlinux_online:69 python/install.py:212
3626 #, sh-format
3627 msgid "Education"
3628 msgstr "Oktatás"
3629
3630 #: bash/playonlinux_online:69 python/install.py:213
3631 #, sh-format
3632 msgid "Games"
3633 msgstr "Játékok"
3634
3635 #: bash/playonlinux_online:69 python/install.py:214
3636 #, sh-format
3637 msgid "Graphics"
3638 msgstr "Grafika"
3639
3640 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3641 #: python/options.py:384
3642 #, sh-format
3643 msgid "Internet"
3644 msgstr "Internet"
3645
3646 #: bash/playonlinux_online:69 python/install.py:216
3647 #, sh-format
3648 msgid "Multimedia"
3649 msgstr "Multimédia"
3650
3651 #: bash/playonlinux_online:69 python/install.py:217
3652 #, sh-format
3653 msgid "Office"
3654 msgstr "Iroda"
3655
3656 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3657 #, sh-format
3658 msgid "Other"
3659 msgstr "Egyéb"
3660
3661 #: bash/playonlinux_online:69 python/install.py:219
3662 #, sh-format
3663 msgid "Patches"
3664 msgstr ""
3665
3666 #: bash/playonlinux_online:69
3667 #, sh-format
3668 msgid "Select a category for your program"
3669 msgstr ""
3670
3671 #: bash/playonlinux_online:69 python/install.py:258
3672 #, sh-format
3673 msgid "Testing"
3674 msgstr ""
3675
3676 #: bash/playonlinux_online:72
3677 #, sh-format
3678 msgid ""
3679 "What feature of your program does not work?\\nIf everything works, please "
3680 "mention it"
3681 msgstr ""
3682
3683 #: bash/playonlinux_online:74
3684 #, sh-format
3685 msgid "Write any change you made to wine configuration here:"
3686 msgstr ""
3687
3688 #: bash/playonlinux_online:102
3689 #, sh-format
3690 msgid "You must be able to run this program!"
3691 msgstr ""
3692
3693 #: bash/playonlinux_online:107
3694 #, sh-format
3695 msgid "Run one of your personal scripts"
3696 msgstr ""
3697
3698 #: bash/playonlinux_online:108
3699 #, sh-format
3700 msgid "Send to us a working script generated by manual installation"
3701 msgstr ""
3702
3703 #: bash/playonlinux_online:109
3704 #, sh-format
3705 msgid "Logout"
3706 msgstr ""
3707
3708 #: bash/playonlinux_online:110
3709 #, sh-format
3710 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3711 msgstr ""
3712
3713 #: bash/playonlinux_online:124
3714 #, sh-format
3715 msgid ""
3716 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3717 "safely close this window"
3718 msgstr ""
3719
3720 #: bash/polconfigurator:33
3775 #: bash/polconfigurator:34
37213776 #, sh-format
37223777 msgid "Killing programs in the virtual drive..."
37233778 msgstr ""
37243779
3725 #: bash/polconfigurator:79
3780 #: bash/polconfigurator:86
37263781 #, sh-format
37273782 msgid "Icon selection"
37283783 msgstr ""
37293784
3730 #: bash/polconfigurator:79
3785 #: bash/polconfigurator:86
37313786 #, sh-format
37323787 msgid "Please select an icon file"
37333788 msgstr ""
37343789
3735 #: bash/polconfigurator:86
3790 #: bash/polconfigurator:93
37363791 #, sh-format
37373792 msgid "Bad file extension"
37383793 msgstr ""
37393794
3740 #: bash/polconfigurator:86
3795 #: bash/polconfigurator:93
37413796 #, sh-format
37423797 msgid "is not an icon extension"
37433798 msgstr ""
37443799
3745 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3746 #: python/mainwindow.py:621
3800 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3801 #: python/mainwindow.py:619
37473802 #, sh-format
37483803 msgid "Registry Editor"
37493804 msgstr "Registry Szerkesztő"
37503805
3751 #: bash/polconfigurator:97
3806 #: bash/polconfigurator:104
37523807 #, sh-format
37533808 msgid "Kill all prefix processes"
37543809 msgstr ""
37553810
3756 #: bash/polconfigurator:98
3811 #: bash/polconfigurator:105
37573812 #, sh-format
37583813 msgid "Update wineprefix"
37593814 msgstr ""
37603815
3761 #: bash/polconfigurator:99
3816 #: bash/polconfigurator:106
37623817 #, sh-format
37633818 msgid "Simulate Windows reboot"
37643819 msgstr ""
37653820
3766 #: bash/polconfigurator:100
3821 #: bash/polconfigurator:107
37673822 #, sh-format
37683823 msgid "Use Advanced Wine Configuration plugin"
37693824 msgstr ""
37703825
3771 #: bash/polconfigurator:101
3826 #: bash/polconfigurator:108
37723827 #, sh-format
37733828 msgid "Use PlayOnLinux's configurator for"
37743829 msgstr ""
37753830
3776 #: bash/polconfigurator:103
3831 #: bash/polconfigurator:110
37773832 #, sh-format
37783833 msgid "Change the icon"
37793834 msgstr ""
37803835
3781 #: bash/polconfigurator:104
3836 #: bash/polconfigurator:111
37823837 #, sh-format
37833838 msgid "Use WineTricks"
37843839 msgstr ""
37853840
3786 #: bash/polconfigurator:123
3841 #: bash/polconfigurator:130
37873842 #, sh-format
37883843 msgid "Please choose an action to perform"
37893844 msgstr ""
38333888 msgid "Please choose a CD-ROM to eject"
38343889 msgstr ""
38353890
3836 #: bash/run_app:83
3891 #: bash/run_app:85
38373892 #, sh-format
38383893 msgid "Please choose a software to run"
38393894 msgstr ""
38403895
3841 #: bash/run_app:114
3896 #: bash/run_app:116
38423897 #, sh-format
38433898 msgid "$APPLICATION_TITLE debugger is starting..."
38443899 msgstr ""
38453900
3846 #: bash/run_app:117
3901 #: bash/run_app:119
38473902 #, sh-format
38483903 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38493904 msgstr ""
38503905
3851 #: bash/run_app:119
3906 #: bash/run_app:121
38523907 #, sh-format
38533908 msgid "$PACKAGE crashed."
38543909 msgstr ""
39043959 msgstr ""
39053960
39063961 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3907 #: lib/playonlinux.lib:717
3962 #: lib/playonlinux.lib:720
39083963 #, sh-format
39093964 msgid "$APPLICATION_TITLE Uninstaller"
39103965 msgstr ""
39243979 msgid "This wizard will help you to uninstall: "
39253980 msgstr ""
39263981
3927 #: bash/uninstall:65 lib/playonlinux.lib:717
3982 #: bash/uninstall:65 lib/playonlinux.lib:720
39283983 #, sh-format
39293984 msgid "Uninstalling..."
39303985 msgstr ""
39844039 msgstr ""
39854040
39864041 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3987 #: lib/wine.lib:955 lib/wine.lib:1036
4042 #: lib/wine.lib:970 lib/wine.lib:1051
39884043 #, sh-format
39894044 msgid "Please wait while the virtual drive is being created..."
39904045 msgstr ""
39994054 msgid "Setting Program Files var"
40004055 msgstr ""
40014056
4002 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4003 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4057 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4058 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40044059 #, sh-format
40054060 msgid "This function is disabled in the PlayOnlinux environment."
40064061 msgstr ""
40074062
4008 #: lib/playonlinux.lib:334
4063 #: lib/playonlinux.lib:336
40094064 #, sh-format
40104065 msgid ""
40114066 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40134068 "responsible from it.\\nPlease ensure you know what you are doing !"
40144069 msgstr ""
40154070
4016 #: lib/playonlinux.lib:335
4071 #: lib/playonlinux.lib:337
40174072 #, sh-format
40184073 msgid "Here the source code of the script. Check it carefully"
40194074 msgstr ""
40204075
4021 #: lib/playonlinux.lib:357
4076 #: lib/playonlinux.lib:359
40224077 #, sh-format
40234078 msgid ""
40244079 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40264081 "responsible from it.\\nPlease ensure you know what you are doing!"
40274082 msgstr ""
40284083
4029 #: lib/playonlinux.lib:358
4084 #: lib/playonlinux.lib:360
40304085 #, sh-format
40314086 msgid "External library"
40324087 msgstr ""
40334088
4034 #: lib/playonlinux.lib:358
4089 #: lib/playonlinux.lib:360
40354090 #, sh-format
40364091 msgid "Here the source code of the script. Check it carrefully"
40374092 msgstr ""
40384093
4039 #: lib/playonlinux.lib:591
4094 #: lib/playonlinux.lib:593
40404095 #, sh-format
40414096 msgid "Making shortcut..."
40424097 msgstr ""
40434098
4044 #: lib/playonlinux.lib:715
4099 #: lib/playonlinux.lib:718
40454100 #, sh-format
40464101 msgid "Do you want to delete the virtual drive:"
40474102 msgstr ""
40484103
4049 #: lib/playonlinux.lib:826
4104 #: lib/playonlinux.lib:831
40504105 #, sh-format
40514106 msgid ""
40524107 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40534108 "from working\\n\\n$FilePath"
40544109 msgstr ""
40554110
4056 #: lib/playonlinux.lib:827
4111 #: lib/playonlinux.lib:832
40574112 #, sh-format
40584113 msgid ""
40594114 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40604115 "from working\\n\\n$FilePath"
40614116 msgstr ""
40624117
4063 #: lib/playonlinux.lib:828
4118 #: lib/playonlinux.lib:833
40644119 #, sh-format
40654120 msgid ""
40664121 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40674122 "from working\\n\\n$FilePath"
40684123 msgstr ""
40694124
4070 #: lib/playonlinux.lib:829
4125 #: lib/playonlinux.lib:834
40714126 #, sh-format
40724127 msgid ""
40734128 "The following file is located on a noexec mounted filesystem.\\nIt might "
40744129 "prevent wine from working\\n\\n$FilePath"
40754130 msgstr ""
40764131
4077 #: lib/plugins.lib:65
4132 #: lib/plugins.lib:66
40784133 #, sh-format
40794134 msgid "Checking plugin: "
40804135 msgstr ""
40814136
4082 #: lib/plugins.lib:93
4137 #: lib/plugins.lib:94
40834138 #, sh-format
40844139 msgid "New: "
40854140 msgstr ""
40864141
4087 #: lib/plugins.lib:93
4142 #: lib/plugins.lib:94
40884143 #, sh-format
40894144 msgid "Updating plugin. Previous: "
40904145 msgstr ""
40914146
4092 #: lib/plugins.lib:112
4147 #: lib/plugins.lib:113
40934148 #, sh-format
40944149 msgid "Installing plugin: "
40954150 msgstr ""
41064161 msgid "Function override detected, disabling bug reporting"
41074162 msgstr ""
41084163
4109 #: lib/scripts.lib:499 lib/scripts.lib:565
4164 #: lib/scripts.lib:500 lib/scripts.lib:566
41104165 #, sh-format
41114166 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41124167 msgstr ""
41134168
4114 #: lib/scripts.lib:501 lib/scripts.lib:784
4169 #: lib/scripts.lib:502 lib/scripts.lib:785
41154170 #, sh-format
41164171 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41174172 msgstr ""
41184173
4119 #: lib/scripts.lib:503 lib/scripts.lib:570
4174 #: lib/scripts.lib:504 lib/scripts.lib:571
41204175 #, sh-format
41214176 msgid "An error happened during download."
41224177 msgstr ""
41234178
4124 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4125 #: lib/scripts.lib:586
4179 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4180 #: lib/scripts.lib:587
41264181 #, sh-format
41274182 msgid "Do you want to retry?"
41284183 msgstr ""
41294184
4130 #: lib/scripts.lib:522 lib/scripts.lib:586
4185 #: lib/scripts.lib:523 lib/scripts.lib:587
41314186 #, sh-format
41324187 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41334188 msgstr ""
41344189
4135 #: lib/scripts.lib:689
4190 #: lib/scripts.lib:690
41364191 #, sh-format
41374192 msgid ""
41384193 "7z not installed, please check that you have 7zip installed and try again"
41394194 msgstr ""
41404195
4141 #: lib/scripts.lib:696
4196 #: lib/scripts.lib:697
41424197 #, sh-format
41434198 msgid "Failed to locate ${dest} from ${archive}"
41444199 msgstr ""
41454200
4146 #: lib/scripts.lib:700
4201 #: lib/scripts.lib:701
41474202 #, sh-format
41484203 msgid "Extracting ${filename} from ${archivename}"
41494204 msgstr ""
41504205
4151 #: lib/scripts.lib:715
4206 #: lib/scripts.lib:716
41524207 #, sh-format
41534208 msgid "Extracted file size does not match!"
41544209 msgstr ""
41554210
4156 #: lib/scripts.lib:746
4211 #: lib/scripts.lib:747
41574212 #, sh-format
41584213 msgid "Copying ${filename}"
41594214 msgstr ""
41604215
4161 #: lib/scripts.lib:759
4216 #: lib/scripts.lib:760
41624217 #, sh-format
41634218 msgid "File size does not match!"
41644219 msgstr ""
41654220
4166 #: lib/scripts.lib:903
4221 #: lib/scripts.lib:904
41674222 #, sh-format
41684223 msgid ""
41694224 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41704225 "n$APPLICATION_TITLE $NEEDED is required."
41714226 msgstr ""
41724227
4173 #: lib/scripts.lib:918
4228 #: lib/scripts.lib:919
41744229 #, sh-format
41754230 msgid ""
41764231 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41774232 "$NEEDED is recommended to continue."
41784233 msgstr ""
41794234
4180 #: lib/scripts.lib:949
4235 #: lib/scripts.lib:950
41814236 #, sh-format
41824237 msgid "$AUTHOR profile"
41834238 msgstr ""
42244279 "again."
42254280 msgstr ""
42264281
4227 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4282 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42284283 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42294284 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42304285 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42364291 #, sh-format
42374292 msgid "Where is mounted your CD-ROM?"
42384293 msgstr ""
4294
4295 #: lib/setupwindow.lib:349 python/install.py:218
4296 #, sh-format
4297 msgid "Other"
4298 msgstr "Egyéb"
42394299
42404300 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42414301 #, sh-format
43554415 msgid "I don't want to make another shortcut"
43564416 msgstr ""
43574417
4358 #: lib/setupwindow.lib:711 python/guiv3.py:158
4418 #: lib/setupwindow.lib:711 python/guiv3.py:163
43594419 #, sh-format
43604420 msgid "Browse"
43614421 msgstr "Tallózás"
43624422
4423 #: lib/setupwindow.lib:739
4424 #, sh-format
4425 msgid "A shortcut by that name already exists, overwrite?"
4426 msgstr ""
4427
43634428 #: lib/website.lib:29
43644429 #, sh-format
43654430 msgid "Connect to your $APPLICATION_TITLE account"
43774442 "valid."
43784443 msgstr ""
43794444
4380 #: lib/wine.lib:367
4445 #: lib/wine.lib:371
43814446 #, sh-format
43824447 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43834448 msgstr ""
43844449
4385 #: lib/wine.lib:373
4450 #: lib/wine.lib:377
43864451 #, sh-format
43874452 msgid "Select the main videocard to report:"
43884453 msgstr ""
43894454
4390 #: lib/wine.lib:538 lib/wine.lib:703
4455 #: lib/wine.lib:549 lib/wine.lib:714
43914456 #, sh-format
43924457 msgid ""
43934458 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43944459 "message"
43954460 msgstr ""
43964461
4397 #: lib/wine.lib:763
4462 #: lib/wine.lib:775
43984463 #, sh-format
43994464 msgid "Unable to find version: "
44004465 msgstr ""
44014466
4402 #: lib/wine.lib:769 lib/wine.lib:770
4467 #: lib/wine.lib:781 lib/wine.lib:782
44034468 #, sh-format
44044469 msgid "Downloading Wine: "
44054470 msgstr ""
44064471
4407 #: lib/wine.lib:779
4472 #: lib/wine.lib:791
44084473 #, sh-format
44094474 msgid "The download seems to have failed."
44104475 msgstr ""
44114476
4412 #: lib/wine.lib:781
4477 #: lib/wine.lib:793
44134478 #, sh-format
44144479 msgid "Extracting Wine..."
44154480 msgstr ""
44164481
4417 #: lib/wine.lib:961
4482 #: lib/wine.lib:976
44184483 #, sh-format
44194484 msgid "Overwrite (usually works, no guarantee)"
44204485 msgstr ""
44214486
4422 #: lib/wine.lib:962
4487 #: lib/wine.lib:977
44234488 #, sh-format
44244489 msgid "Erase (virtual drive content will be lost)"
44254490 msgstr ""
44264491
4427 #: lib/wine.lib:976
4492 #: lib/wine.lib:991
44284493 #, sh-format
44294494 msgid "The target virtual drive $PREFNAME already exists:"
44304495 msgstr ""
44314496
4432 #: lib/wine.lib:1156 lib/wine.lib:1186
4497 #: lib/wine.lib:1171 lib/wine.lib:1201
44334498 #, sh-format
44344499 msgid "Please wait while $SOFTNAME is installed..."
44354500 msgstr ""
44364501
4437 #: lib/wine.lib:1160 lib/wine.lib:1189
4502 #: lib/wine.lib:1175 lib/wine.lib:1204
44384503 #, sh-format
44394504 msgid ""
44404505 "Be careful! This will kill install process. If it is not finished, you will "
44414506 "have to reinstall $SOFTNAME"
44424507 msgstr ""
44434508
4444 #: lib/wine.lib:1160 lib/wine.lib:1189
4509 #: lib/wine.lib:1175 lib/wine.lib:1204
44454510 #, sh-format
44464511 msgid "Install is done"
44474512 msgstr ""
44484513
4449 #: lib/wine.lib:1193 lib/wine.lib:1194
4514 #: lib/wine.lib:1208 lib/wine.lib:1209
44504515 #, sh-format
44514516 msgid "Press next only when the installation process is finished"
44524517 msgstr ""
44534518
4454 #: lib/wine.lib:1202
4519 #: lib/wine.lib:1217
44554520 #, sh-format
44564521 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44574522 msgstr ""
44654530 "associated"
44664531 msgstr ""
44674532
4468 #: python/configure.py:197 python/configure.py:694
4533 #: python/configure.py:196 python/configure.py:703
44694534 msgid "General"
44704535 msgstr "Általános"
44714536
4537 #: python/configure.py:199
4538 msgid "Make a new shortcut from this virtual drive"
4539 msgstr ""
4540
44724541 #: python/configure.py:200
4473 msgid "Make a new shortcut from this virtual drive"
4542 msgid "Name"
44744543 msgstr ""
44754544
44764545 #: python/configure.py:201
4477 msgid "Name"
4546 msgid "Wine version"
44784547 msgstr ""
44794548
44804549 #: python/configure.py:202
4481 msgid "Wine version"
4482 msgstr ""
4483
4484 #: python/configure.py:203
44854550 msgid "Debug flags"
44864551 msgstr ""
44874552
4488 #: python/configure.py:205
4553 #: python/configure.py:204
44894554 msgid "Virtual drive"
44904555 msgstr ""
44914556
4492 #: python/configure.py:207
4557 #: python/configure.py:206
44934558 msgid "Arguments"
44944559 msgstr ""
44954560
4496 #: python/configure.py:211
4561 #: python/configure.py:210
44974562 msgid "Run configuration wizard"
44984563 msgstr ""
44994564
4500 #: python/configure.py:248
4565 #: python/configure.py:247
45014566 msgid "Windows reboot"
45024567 msgstr ""
45034568
4504 #: python/configure.py:256
4569 #: python/configure.py:255
45054570 msgid "Repair virtual drive"
45064571 msgstr ""
45074572
4508 #: python/configure.py:265
4573 #: python/configure.py:264
45094574 msgid "Command prompt"
45104575 msgstr ""
45114576
4512 #: python/configure.py:272
4577 #: python/configure.py:271
45134578 msgid "Task manager"
45144579 msgstr ""
45154580
4516 #: python/configure.py:280
4581 #: python/configure.py:279
45174582 msgid "Kill processes"
45184583 msgstr ""
45194584
4520 #: python/configure.py:287
4585 #: python/configure.py:286
45214586 msgid "Wine uninstaller"
45224587 msgstr ""
45234588
4524 #: python/configure.py:312
4589 #: python/configure.py:311
45254590 msgid ""
45264591 "Be careful! Installing one of these components can break your virtual drive."
45274592 msgstr ""
45284593
4529 #: python/configure.py:334 python/install.py:285 python/install.py:289
4530 #: python/mainwindow.py:197 python/mainwindow.py:350
4594 #: python/configure.py:333 python/install.py:285 python/install.py:289
4595 #: python/mainwindow.py:199 python/mainwindow.py:348
45314596 msgid "Install"
45324597 msgstr "Telepítés"
45334598
4534 #: python/configure.py:395
4599 #: python/configure.py:388
45354600 msgid "Open program's directory"
45364601 msgstr ""
45374602
4538 #: python/configure.py:418
4603 #: python/configure.py:411
45394604 msgid "Open virtual drive's directory"
45404605 msgstr ""
45414606
4607 #: python/configure.py:555
4608 msgid "GLSL Support"
4609 msgstr ""
4610
4611 #: python/configure.py:556
4612 msgid "Direct Draw Renderer"
4613 msgstr ""
4614
4615 #: python/configure.py:557
4616 msgid "Video memory size"
4617 msgstr ""
4618
4619 #: python/configure.py:558
4620 msgid "Offscreen rendering mode"
4621 msgstr ""
4622
4623 #: python/configure.py:559
4624 msgid "Render target mode lock"
4625 msgstr ""
4626
45424627 #: python/configure.py:560
4543 msgid "GLSL Support"
4628 msgid "Multisampling"
45444629 msgstr ""
45454630
45464631 #: python/configure.py:561
4547 msgid "Direct Draw Renderer"
4548 msgstr ""
4549
4550 #: python/configure.py:562
4551 msgid "Video memory size"
4552 msgstr ""
4553
4554 #: python/configure.py:563
4555 msgid "Offscreen rendering mode"
4556 msgstr ""
4557
4558 #: python/configure.py:564
4559 msgid "Render target mode lock"
4560 msgstr ""
4561
4562 #: python/configure.py:565
4563 msgid "Multisampling"
4564 msgstr ""
4565
4566 #: python/configure.py:566
45674632 msgid "Strict Draw Ordering"
45684633 msgstr ""
45694634
4570 #: python/configure.py:576
4635 #: python/configure.py:571
45714636 msgid "Mouse warp override"
45724637 msgstr ""
45734638
4574 #: python/configure.py:578
4639 #: python/configure.py:573
45754640 msgid "Open a shell"
45764641 msgstr ""
45774642
4578 #: python/configure.py:579
4643 #: python/configure.py:574
45794644 msgid "Run a .exe file in this virtual drive"
45804645 msgstr ""
45814646
4582 #: python/configure.py:580
4647 #: python/configure.py:575
45834648 msgid "Command to exec before running the program"
45844649 msgstr ""
45854650
4586 #: python/configure.py:591
4651 #: python/configure.py:585
4652 msgid ""
4653 "Warning:\n"
4654 "\n"
4655 "Any program still running in this virtual drive will be terminated before "
4656 "Wine version is changed.\n"
4657 "Are you sure you want to continue?"
4658 msgstr ""
4659
4660 #: python/configure.py:596
45874661 msgid ""
45884662 "Be careful!\n"
45894663 "If you change "
45904664 msgstr ""
45914665
4592 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4666 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45934667 msgid "{0} configuration"
45944668 msgstr ""
45954669
4596 #: python/configure.py:659
4670 #: python/configure.py:664
45974671 msgid "Please select a program or a virtual drive to configure"
45984672 msgstr ""
45994673
4600 #: python/configure.py:677 python/options.py:280
4674 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46014675 msgid "New"
46024676 msgstr "Új"
46034677
4604 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4605 #: python/mainwindow.py:596 python/options.py:207
4678 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4679 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46064680 msgid "Remove"
46074681 msgstr "Eltávolítás"
46084682
4609 #: python/configure.py:696
4683 #: python/configure.py:705
46104684 msgid "Install components"
46114685 msgstr ""
46124686
4613 #: python/configure.py:697 python/mainwindow.py:332
4687 #: python/configure.py:706 python/mainwindow.py:330
46144688 msgid "Display"
46154689 msgstr ""
46164690
4617 #: python/configure.py:698
4691 #: python/configure.py:707
46184692 msgid "Miscellaneous"
46194693 msgstr ""
46204694
4621 #: python/configure.py:726
4695 #: python/configure.py:735
46224696 msgid "This virtual drive is protected"
46234697 msgstr ""
46244698
4625 #: python/configure.py:728
4699 #: python/configure.py:737
46264700 msgid "Are you sure you want to delete {0} virtual drive ?"
46274701 msgstr ""
46284702
4629 #: python/configure.py:735
4703 #: python/configure.py:744
46304704 msgid "Are you sure you want to delete {0} ?"
46314705 msgstr ""
46324706
4633 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4634 #: python/mainwindow.py:997
4707 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4708 #: python/mainwindow.py:995
46354709 msgid "{0} debugger"
46364710 msgstr ""
46374711
46394713 msgid "Please select a debug file"
46404714 msgstr ""
46414715
4642 #: python/debug.py:76
4716 #: python/debug.py:78
46434717 msgid "Locate this logfile"
46444718 msgstr ""
46454719
4646 #: python/debug.py:99
4720 #: python/debug.py:101
46474721 msgid "The file is named : {0}"
46484722 msgstr ""
46494723
4650 #: python/debug.py:153 python/debug.py:207
4724 #: python/debug.py:189 python/debug.py:245
46514725 msgid "Virtual drives"
46524726 msgstr ""
46534727
4654 #: python/debug.py:184
4728 #: python/debug.py:222
46554729 msgid "Report a problem about {0}"
46564730 msgstr ""
46574731
4658 #: python/debug.py:206
4732 #: python/debug.py:244
46594733 msgid "Install scripts"
46604734 msgstr ""
46614735
46804754 msgid "Next"
46814755 msgstr "Következő"
46824756
4683 #: python/guiv3.py:166
4757 #: python/guiv3.py:171
46844758 msgid "I Agree"
46854759 msgstr "Elfogadom"
46864760
4687 #: python/guiv3.py:167
4761 #: python/guiv3.py:172
46884762 msgid "Show virtual drives"
46894763 msgstr ""
46904764
4691 #: python/guiv3.py:188
4765 #: python/guiv3.py:193
46924766 msgid "Login: "
46934767 msgstr ""
46944768
4695 #: python/guiv3.py:189
4769 #: python/guiv3.py:194
46964770 msgid "Password: "
46974771 msgstr ""
46984772
4699 #: python/guiv3.py:192
4773 #: python/guiv3.py:197
47004774 msgid "Register"
47014775 msgstr ""
47024776
4703 #: python/guiv3.py:288
4777 #: python/guiv3.py:302
47044778 msgid "MB downloaded"
47054779 msgstr ""
47064780
4707 #: python/guiv3.py:288
4781 #: python/guiv3.py:302
47084782 msgid "of"
47094783 msgstr "/"
47104784
4711 #: python/guiv3.py:749
4785 #: python/guiv3.py:769
47124786 msgid "You cannot close this window"
47134787 msgstr ""
47144788
47164790 msgid "No description"
47174791 msgstr ""
47184792
4719 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4793 #: python/install.py:210
4794 msgid "Accessories"
4795 msgstr "Kellékek"
4796
4797 #: python/install.py:211
4798 msgid "Development"
4799 msgstr "Fejlesztés"
4800
4801 #: python/install.py:212
4802 msgid "Education"
4803 msgstr "Oktatás"
4804
4805 #: python/install.py:213
4806 msgid "Games"
4807 msgstr "Játékok"
4808
4809 #: python/install.py:214
4810 msgid "Graphics"
4811 msgstr "Grafika"
4812
4813 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4814 msgid "Internet"
4815 msgstr "Internet"
4816
4817 #: python/install.py:216
4818 msgid "Multimedia"
4819 msgstr "Multimédia"
4820
4821 #: python/install.py:217
4822 msgid "Office"
4823 msgstr "Iroda"
4824
4825 #: python/install.py:219
4826 msgid "Patches"
4827 msgstr ""
4828
4829 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47204830 msgid "Search"
47214831 msgstr ""
47224832
47234833 #: python/install.py:252
47244834 msgid "Include:"
4835 msgstr ""
4836
4837 #: python/install.py:258
4838 msgid "Testing"
47254839 msgstr ""
47264840
47274841 #: python/install.py:263
47754889 "used for piracy purposes we won't give any support on this matter."
47764890 msgstr ""
47774891
4778 #: python/irc.py:137
4892 #: python/irc.py:139
47794893 msgid "Send"
47804894 msgstr ""
47814895
4782 #: python/irc.py:138
4896 #: python/irc.py:140
47834897 msgid "Connect"
47844898 msgstr ""
47854899
4786 #: python/irc.py:139
4900 #: python/irc.py:141
47874901 msgid "Disconnect"
47884902 msgstr ""
47894903
4790 #: python/irc.py:140
4904 #: python/irc.py:142
47914905 msgid "Leave"
47924906 msgstr ""
47934907
4794 #: python/irc.py:227
4908 #: python/irc.py:229
47954909 msgid "Join a channel"
47964910 msgstr ""
47974911
4798 #: python/irc.py:257 python/mainwindow.py:725
4912 #: python/irc.py:259 python/mainwindow.py:723
47994913 msgid "Messenger"
48004914 msgstr ""
48014915
4802 #: python/irc.py:273
4916 #: python/irc.py:275
48034917 msgid ""
48044918 "If you close this window, you cannot read further replies. Are you sure that "
48054919 "you want to close it?"
48244938 msgid "{0} error"
48254939 msgstr ""
48264940
4827 #: python/mainwindow.py:73
4941 #: python/mainwindow.py:75
48284942 msgid "{0} website is unavailable. Please check your connection"
48294943 msgstr ""
48304944
4831 #: python/mainwindow.py:75
4945 #: python/mainwindow.py:77
48324946 msgid "Refreshing {0}"
48334947 msgstr ""
48344948
4835 #: python/mainwindow.py:90 python/mainwindow.py:92
4949 #: python/mainwindow.py:92 python/mainwindow.py:94
48364950 msgid "An updated version of {0} is available"
48374951 msgstr ""
48384952
4839 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4953 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48404954 msgid "Run"
48414955 msgstr "Futtatás"
48424956
4843 #: python/mainwindow.py:200
4957 #: python/mainwindow.py:202
48444958 msgid "Donate"
48454959 msgstr ""
48464960
4847 #: python/mainwindow.py:201
4961 #: python/mainwindow.py:203
48484962 msgid "Exit"
48494963 msgstr "Kilépés"
48504964
4851 #: python/mainwindow.py:205
4965 #: python/mainwindow.py:207
48524966 msgid "Small icons"
48534967 msgstr ""
48544968
4855 #: python/mainwindow.py:206
4969 #: python/mainwindow.py:208
48564970 msgid "Medium icons"
48574971 msgstr ""
48584972
4859 #: python/mainwindow.py:207
4973 #: python/mainwindow.py:209
48604974 msgid "Large icons"
48614975 msgstr ""
48624976
4863 #: python/mainwindow.py:208
4977 #: python/mainwindow.py:210
48644978 msgid "Very large icons"
48654979 msgstr ""
48664980
4867 #: python/mainwindow.py:220
4981 #: python/mainwindow.py:222
48684982 msgid "Manage Wine versions"
48694983 msgstr ""
48704984
4871 #: python/mainwindow.py:226
4985 #: python/mainwindow.py:228
48724986 msgid "Read a PC CD-Rom"
48734987 msgstr ""
48744988
4875 #: python/mainwindow.py:236
4989 #: python/mainwindow.py:238
48764990 msgid "Close all {0} software"
48774991 msgstr ""
48784992
4879 #: python/mainwindow.py:240
4993 #: python/mainwindow.py:242
48804994 msgid "{0} console"
48814995 msgstr ""
48824996
4883 #: python/mainwindow.py:250
4997 #: python/mainwindow.py:248
48844998 msgid "{0} messenger"
48854999 msgstr ""
48865000
4887 #: python/mainwindow.py:266 python/options.py:388
5001 #: python/mainwindow.py:264 python/options.py:388
48885002 msgid "File associations"
48895003 msgstr ""
48905004
4891 #: python/mainwindow.py:273
5005 #: python/mainwindow.py:271
48925006 msgid "About {0}"
48935007 msgstr ""
48945008
4895 #: python/mainwindow.py:302 python/mainwindow.py:306
5009 #: python/mainwindow.py:300 python/mainwindow.py:304
48965010 msgid "Plugin manager"
48975011 msgstr ""
48985012
4899 #: python/mainwindow.py:331
5013 #: python/mainwindow.py:329
49005014 msgid "File"
49015015 msgstr "Fájl"
49025016
4903 #: python/mainwindow.py:333
5017 #: python/mainwindow.py:331
49045018 msgid "Tools"
49055019 msgstr "Eszközök"
49065020
4907 #: python/mainwindow.py:334 python/mainwindow.py:723
5021 #: python/mainwindow.py:332 python/mainwindow.py:721
49085022 msgid "Settings"
49095023 msgstr "Beállítások"
49105024
4911 #: python/mainwindow.py:335 python/options.py:387
5025 #: python/mainwindow.py:333 python/options.py:387
49125026 msgid "Plugins"
49135027 msgstr "Bővítőmodulok"
49145028
4915 #: python/mainwindow.py:347 python/mainwindow.py:739
5029 #: python/mainwindow.py:345 python/mainwindow.py:737
49165030 msgid "Close"
49175031 msgstr ""
49185032
4919 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5033 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49205034 msgid "Configure"
49215035 msgstr "Beállítás"
49225036
4923 #: python/mainwindow.py:584
5037 #: python/mainwindow.py:582
49245038 msgid "Open the application's directory"
49255039 msgstr ""
49265040
4927 #: python/mainwindow.py:588 python/mainwindow.py:753
5041 #: python/mainwindow.py:586 python/mainwindow.py:751
49285042 msgid "Read the manual"
49295043 msgstr ""
49305044
4931 #: python/mainwindow.py:592
5045 #: python/mainwindow.py:590
49325046 msgid "Set the icon"
49335047 msgstr ""
49345048
4935 #: python/mainwindow.py:600
5049 #: python/mainwindow.py:598
49365050 msgid "Close this application"
49375051 msgstr ""
49385052
4939 #: python/mainwindow.py:611
5053 #: python/mainwindow.py:609
49405054 msgid "KillApp"
49415055 msgstr ""
49425056
4943 #: python/mainwindow.py:618
5057 #: python/mainwindow.py:616
49445058 msgid "No manual found for {0}"
49455059 msgstr ""
49465060
4947 #: python/mainwindow.py:721
5061 #: python/mainwindow.py:719
49485062 msgid "Install a program"
49495063 msgstr ""
49505064
4951 #: python/mainwindow.py:728
5065 #: python/mainwindow.py:726
49525066 msgid "Update GIT"
49535067 msgstr ""
49545068
4955 #: python/mainwindow.py:731
5069 #: python/mainwindow.py:729
49565070 msgid "Update instructions"
49575071 msgstr ""
49585072
5073 #: python/mainwindow.py:739
5074 msgid "Debug"
5075 msgstr ""
5076
49595077 #: python/mainwindow.py:741
4960 msgid "Debug"
4961 msgstr ""
4962
4963 #: python/mainwindow.py:743
49645078 msgid "Report a problem"
49655079 msgstr ""
49665080
5081 #: python/mainwindow.py:745
5082 msgid "Create a shortcut"
5083 msgstr ""
5084
49675085 #: python/mainwindow.py:747
4968 msgid "Create a shortcut"
4969 msgstr ""
4970
4971 #: python/mainwindow.py:749
49725086 msgid "Open the directory"
49735087 msgstr ""
49745088
4975 #: python/mainwindow.py:755
5089 #: python/mainwindow.py:753
49765090 msgid "Save"
49775091 msgstr ""
49785092
4979 #: python/mainwindow.py:758
5093 #: python/mainwindow.py:756
49805094 msgid "Uninstall"
49815095 msgstr ""
49825096
4983 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5097 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5098 #: python/mainwindow.py:1001
5099 msgid "Please select a program."
5100 msgstr ""
5101
5102 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5103 msgid "{0} settings"
5104 msgstr ""
5105
5106 #: python/mainwindow.py:963
5107 msgid "{0} install menu"
5108 msgstr ""
5109
5110 #: python/mainwindow.py:972
5111 msgid "{0} wine versions manager"
5112 msgstr ""
5113
49845114 #: python/mainwindow.py:1003
4985 msgid "Please select a program."
4986 msgstr ""
4987
4988 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4989 msgid "{0} settings"
4990 msgstr ""
4991
4992 #: python/mainwindow.py:965
4993 msgid "{0} install menu"
4994 msgstr ""
4995
4996 #: python/mainwindow.py:974
4997 msgid "{0} wine versions manager"
4998 msgstr ""
4999
5000 #: python/mainwindow.py:1005
50015115 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50025116 msgstr ""
50035117
51035217 "These information will be very precious for us to help people."
51045218 msgstr ""
51055219
5106 #: python/mainwindow.py:1271
5220 #: python/mainwindow.py:1273
51075221 msgid "Are you sure you want to want to install {0} package?"
51085222 msgstr ""
51095223
5110 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5224 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5225 #: python/mainwindow.py:1284
51115226 msgid ""
51125227 "You are trying to open a script design for {0}! It might not work as expected"
51135228 msgstr ""
51845299 msgid "You must restart {0} for the changes to take effect."
51855300 msgstr ""
51865301
5187 #: python/wine_versions.py:194
5302 #: python/wine_versions.py:195
51885303 msgid "Installed Wine versions: "
51895304 msgstr ""
51905305
5191 #: python/wine_versions.py:195
5306 #: python/wine_versions.py:196
51925307 msgid "Available Wine versions: "
51935308 msgstr ""
51945309
5195 #: python/wine_versions.py:202
5310 #: python/wine_versions.py:203
51965311 msgid "Wine versions"
51975312 msgstr ""
51985313
5199 #: python/wine_versions.py:321
5314 #: python/wine_versions.py:322
52005315 msgid "Are you sure you want to delete wine {0}?"
52015316 msgstr ""
52025317
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:57+0000\n"
1111 "Last-Translator: robin.rootad@gmail.com <Unknown>\n"
1212 "Language-Team: Indonesian <id@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr ""
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "Mohon pilih paket setup untuk dijalankan"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
431451 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
432452 #: PlayOnLinux_Scripts/Magicka_:68
433453 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
454 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
434455 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
435456 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
436457 #: PlayOnLinux_Scripts/Rayman_Origins_:83
437458 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
439 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
459 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
460 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
440461 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
441462 #: PlayOnLinux_Scripts/The_Witcher_:125
442463 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
466487 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
467488 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
468489 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
490 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
469491 #: PlayOnLinux_Scripts/Driftmoon_:43
470492 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
471493 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
474496 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
475497 #: PlayOnLinux_Scripts/League_Of_Legends_:57
476498 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
477 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
499 #: PlayOnLinux_Scripts/Sacrifice_:41
500 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
501 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
502 #: PlayOnLinux_Scripts/Toontown_Online_:25
503 #: PlayOnLinux_Scripts/Watchtower_library_:43
478504 #: PlayOnLinux_Scripts/iTunes_10_:28
479505 #, sh-format
480506 msgid "Please select the setup file to run."
489515 #: PlayOnLinux_Scripts/POL_GoG_download_:48
490516 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
491517 #: PlayOnLinux_Scripts/SimCity_2000_:50
492 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
493 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
518 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
519 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
494520 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
495521 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
496522 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
497 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
498 #: lib/wine.lib:1186
523 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
524 #: lib/wine.lib:1171 lib/wine.lib:1201
499525 #, sh-format
500526 msgid "Please wait..."
501527 msgstr ""
523549 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
524550 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
525551 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
526 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
552 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
527553 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
528554 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
529555 #: PlayOnLinux_Scripts/Dead_Space_2_:85
539565 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
540566 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
541567 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
542 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
568 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
543569 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
544570 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
545571 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
601627 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
602628 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
603629 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
604 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
630 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
605631 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
606632 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
607633 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
608 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
609 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
634 #: PlayOnLinux_Scripts/Dead_Space_:50
635 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
636 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
637 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
610638 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
611639 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
612640 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
616644 #: PlayOnLinux_Scripts/Rage_:79
617645 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
618646 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
619 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
647 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
620648 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
621649 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
622650 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
654682 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
655683 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
656684 #: PlayOnLinux_Scripts/Sacrifice_:45
657 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
685 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
658686 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
659687 #: PlayOnLinux_Scripts/The_Witcher_:102
660688 #, sh-format
665693 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
666694 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
667695 #: PlayOnLinux_Scripts/Mass_Effect_:54
668 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
696 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
669697 #: PlayOnLinux_Scripts/The_Witcher_:110
670698 #, sh-format
671699 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
676704 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
678706 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
679 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
707 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
680708 #: PlayOnLinux_Scripts/The_Witcher_:113
681709 #, sh-format
682710 msgid "Please insert the next game media into your disk drive"
705733 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
706734 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
707735 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
736 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
708737 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
709738 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
710739 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
810839 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
811840 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
812841 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
813 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
842 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
814843 #, sh-format
815844 msgid ""
816845 "You must disable anti-piracy protections of this game\\nif you want to play "
828857
829858 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
830859 #: PlayOnLinux_Scripts/Cars_2_:83
831 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
860 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
832861 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
833862 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
834863 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
849878 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
850879 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
851880 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
881 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
882 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
852883 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
853884 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
854885 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10641095 msgid "Please insert media 2 into your disk drive\\nif not already done."
10651096 msgstr ""
10661097
1067 #: PlayOnLinux_Scripts/Diablo_III_:29
1098 #: PlayOnLinux_Scripts/Diablo_III_:31
10681099 #, sh-format
10691100 msgid "Please select the setup file downloaded on $EDITOR website"
10701101 msgstr ""
10711102
1072 #: PlayOnLinux_Scripts/Diablo_III_:60
1103 #: PlayOnLinux_Scripts/Diablo_III_:62
10731104 #, sh-format
10741105 msgid ""
10751106 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10761107 "patch (AcceptEx Fix)"
10771108 msgstr ""
10781109
1079 #: PlayOnLinux_Scripts/Diablo_III_:60
1110 #: PlayOnLinux_Scripts/Diablo_III_:62
10801111 #, sh-format
10811112 msgid ""
10821113 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10831114 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1115 msgstr ""
1116
1117 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1118 #, sh-format
1119 msgid "Scanning your hardware..."
10841120 msgstr ""
10851121
10861122 #: PlayOnLinux_Scripts/Dishonored_:79
11591195
11601196 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11611197 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1162 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1163 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1198 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1199 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11641200 #, sh-format
11651201 msgid "Please insert the first game media into your disk drive"
11661202 msgstr ""
11671203
11681204 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1169 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1205 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11701206 #, sh-format
11711207 msgid "Please insert the second game media into your disk drive"
11721208 msgstr ""
12311267 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12321268 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12331269 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1270 #: PlayOnLinux_Scripts/Hearthstone_:64
12341271 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12351272 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12361273 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12561293 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12571294 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12581295 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1259 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1296 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12601297 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12611298 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12621299 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12801317 msgid "Editor"
12811318 msgstr ""
12821319
1283 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1320 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12841321 #, sh-format
12851322 msgid "This install script requires ffmpeg"
12861323 msgstr ""
12871324
1288 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1325 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12891326 #, sh-format
12901327 msgid "Converting videos..."
12911328 msgstr ""
12921329
12931330 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1331 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12941332 #, sh-format
12951333 msgid ""
12961334 "On first run the game will autodetect available renderers.\\nIt is likely "
13031341 msgid "Run $TITLE in safe mode?"
13041342 msgstr ""
13051343
1344 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1345 #, sh-format
1346 msgid ""
1347 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1348 "disable it by pressing Alt+R while in game.)"
1349 msgstr ""
1350
1351 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1352 #, sh-format
1353 msgid ""
1354 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1355 "game."
1356 msgstr ""
1357
13061358 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13071359 #, sh-format
13081360 msgid "Could not find program directory"
13651417 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13661418 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13671419 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1368 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1369 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1370 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13711420 #, sh-format
13721421 msgid "Language"
13731422 msgstr ""
14911540 msgid "Dedicated server"
14921541 msgstr ""
14931542
1494 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1543 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14951544 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14961545 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14971546 #, sh-format
15171566 msgid "Code wheel"
15181567 msgstr ""
15191568
1520 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1521 #, sh-format
1522 msgid "Do you have a language pack to install?"
1523 msgstr ""
1524
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1527 #, sh-format
1528 msgid "Later"
1529 msgstr ""
1530
1531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1569 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1570 #, sh-format
1571 msgid ""
1572 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1573 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1574 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1578 #, sh-format
1579 msgid "Now you must install the modpack in directory:"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1583 #, sh-format
1584 msgid "Please select ANY 3 icons when prompted."
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1588 #, sh-format
1589 msgid "temp directory missing"
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1593 #, sh-format
1594 msgid ""
1595 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1596 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1597 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1598 "details.\\nInstall it?"
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1602 #, sh-format
1603 msgid "Control Panel"
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1607 #, sh-format
1608 msgid ""
1609 "IMPORTANT:\n"
1610 " \\n\\nOn the installation window coming next, do NOT click the Options "
1611 "button, it would mess up the language selection."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1615 #, sh-format
1616 msgid ""
1617 "On first run the game will autodetect available renderers.\\nIt is likely "
1618 "that you will get better performance out of the OpenGL renderer."
1619 msgstr ""
1620
1621 #: PlayOnLinux_Scripts/Goblins_3_:21
1622 #, sh-format
1623 msgid "Please select the game language"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:82
1627 #, sh-format
1628 msgid "Choose the game resolution"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:96
1632 #, sh-format
1633 msgid ""
1634 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1635 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1636 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Gothic_3_:110
1640 #, sh-format
1641 msgid "$TITLE is installed"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_:53
1645 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1646 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1647 #, sh-format
1648 msgid "Please insert the DVD-ROM"
1649 msgstr ""
1650
1651 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1652 #, sh-format
1653 msgid ""
1654 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1655 "client and download will resume from where it stopped. Download percentage "
1656 "reset but do not worry, it do not restart from the beginning."
1657 msgstr ""
1658
1659 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1660 #, sh-format
1661 msgid ""
1662 "Please select $TITLE install file. During installation, uncheck all extra "
1663 "drivers it wants to install:"
1664 msgstr ""
1665
15321666 #: PlayOnLinux_Scripts/Half_Life_2_:56
15331667 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15341668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15351669 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1536 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1670 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15371671 #, sh-format
15381672 msgid "No"
15391673 msgstr ""
15401674
1541 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1542 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1675 #: PlayOnLinux_Scripts/Half_Life_2_:56
1676 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1677 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1678 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1679 #: PlayOnLinux_Scripts/Portal_:36
1680 #, sh-format
1681 msgid ""
1682 "Steam installation has been detected\\nwould you like to install this game "
1683 "in the same virtual drive?"
1684 msgstr ""
1685
15431686 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15441687 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15451688 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15481691 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15491692 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15501693 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1551 #: python/guiv3.py:157
1694 #: python/guiv3.py:158 python/guiv3.py:161
15521695 #, sh-format
15531696 msgid "Yes"
15541697 msgstr ""
15551698
1556 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1557 #, sh-format
1558 msgid ""
1559 "To install a language pack later, open the configuration panel for the game "
1560 "in order to execute the installer into the virtual disk (Misc tab)"
1561 msgstr ""
1562
1563 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1564 #, sh-format
1565 msgid ""
1566 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1567 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1568 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1572 #, sh-format
1573 msgid "Now you must install the modpack in directory:"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1577 #, sh-format
1578 msgid "Please select ANY 3 icons when prompted."
1579 msgstr ""
1580
1581 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1582 #, sh-format
1583 msgid "temp directory missing"
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1587 #, sh-format
1588 msgid ""
1589 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1590 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1591 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1592 "details.\\nInstall it?"
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1596 #, sh-format
1597 msgid "Control Panel"
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1601 #, sh-format
1602 msgid ""
1603 "IMPORTANT:\n"
1604 " \\n\\nOn the installation window coming next, do NOT click the Options "
1605 "button, it would mess up the language selection."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1609 #, sh-format
1610 msgid ""
1611 "On first run the game will autodetect available renderers.\\nIt is likely "
1612 "that you will get better performance out of the OpenGL renderer."
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Goblins_3_:21
1616 #, sh-format
1617 msgid "Please select the game language"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Gothic_3_:82
1621 #, sh-format
1622 msgid "Choose the game resolution"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:96
1626 #, sh-format
1627 msgid ""
1628 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1629 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1630 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1631 msgstr ""
1632
1633 #: PlayOnLinux_Scripts/Gothic_3_:110
1634 #, sh-format
1635 msgid "$TITLE is installed"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_:53
1639 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1640 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1641 #, sh-format
1642 msgid "Please insert the DVD-ROM"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1646 #, sh-format
1647 msgid ""
1648 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1649 "client and download will resume from where it stopped. Download percentage "
1650 "reset but do not worry, it do not restart from the beginning."
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1654 #, sh-format
1655 msgid ""
1656 "Please select $TITLE install file. During installation, uncheck all extra "
1657 "drivers it wants to install:"
1658 msgstr ""
1659
1660 #: PlayOnLinux_Scripts/Half_Life_2_:56
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1663 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1664 #: PlayOnLinux_Scripts/Portal_:36
1665 #, sh-format
1666 msgid ""
1667 "Steam installation has been detected\\nwould you like to install this game "
1668 "in the same virtual drive?"
1669 msgstr ""
1670
16711699 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16721700 #, sh-format
16731701 msgid "Updating $TITLE"
16741702 msgstr ""
16751703
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1704 #: PlayOnLinux_Scripts/Hanahira__:54
16771705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16851713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16861714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16871715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1721 #: PlayOnLinux_Scripts/Steins_Gate_:51
16881722 #, sh-format
16891723 msgid "Please locate installation program (Setup.exe)"
16901724 msgstr ""
16911725
1692 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1693 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1726 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16941727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16951728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16961729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17121745 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17131746 msgstr ""
17141747
1748 #: PlayOnLinux_Scripts/Hearthstone_:26
1749 #, sh-format
1750 msgid "What language do you want to install?"
1751 msgstr ""
1752
17151753 #: PlayOnLinux_Scripts/ImgBurn_:38
17161754 #, sh-format
17171755 msgid ""
17491787 msgstr ""
17501788
17511789 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1752 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17531790 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17541791 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17551792 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19011938 "If the download update stuck close and run until the download is complete."
19021939 msgstr ""
19031940
1941 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19041942 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19051943 #, sh-format
19061944 msgid "Demo version"
19071945 msgstr ""
19081946
1947 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19091948 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19101949 #, sh-format
19111950 msgid "Please select version."
19591998 #, sh-format
19601999 msgid ""
19612000 "No filename extension specified, skipping association to native application."
2001 msgstr ""
2002
2003 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2004 #, sh-format
2005 msgid "Contacting download server."
19622006 msgstr ""
19632007
19642008 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20442088 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20452089 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20462090 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2047 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2091 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20502094 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20822126 "them without issues"
20832127 msgstr ""
20842128
2085 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2086 #, sh-format
2087 msgid "This package fail to install with wine 1.5.21 or better"
2088 msgstr ""
2089
2090 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2129 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20912130 #, sh-format
20922131 msgid ""
20932132 "If you see error messages during DotNet 3.5 installation, you can ignore "
22032242 "Please update."
22042243 msgstr ""
22052244
2206 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2245 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2246 #: PlayOnLinux_Scripts/yWriter_5_:45
22072247 #, sh-format
22082248 msgid "Downloading..."
22092249 msgstr ""
23142354 msgid "Microsoft fonts have been installed successfully."
23152355 msgstr ""
23162356
2357 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2358 #, sh-format
2359 msgid ""
2360 "OSX users: If the screen flickers once the game is launched, try to press "
2361 "cmd + tab twice"
2362 msgstr ""
2363
23172364 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23182365 #, sh-format
23192366 msgid "Remove Game For Windows Live..."
23512398 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23522399 msgstr ""
23532400
2354 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2401 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23552402 #, sh-format
23562403 msgid "Abort installation"
23572404 msgstr ""
23762423 msgid "The program needs access to ptrace() to proceed:"
23772424 msgstr ""
23782425
2379 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2426 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23802427 #, sh-format
23812428 msgid "User abort"
23822429 msgstr ""
24152462 msgid "Please do not run $TITLE after installation has finished."
24162463 msgstr ""
24172464
2465 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2466 #, sh-format
2467 msgid "Extracting $TITLE"
2468 msgstr ""
2469
24182470 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24192471 #, sh-format
24202472 msgid ""
24272479 msgid "$TITLE has been successfully installed."
24282480 msgstr ""
24292481
2482 #: PlayOnLinux_Scripts/Poker_Stars_:37
2483 #, sh-format
2484 msgid "Error while installing. Downloaded file not found."
2485 msgstr ""
2486
24302487 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24312488 #, sh-format
24322489 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24342491
24352492 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24362493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2494 #: PlayOnLinux_Scripts/Watchtower_library_:58
24372495 #, sh-format
24382496 msgid "Please wait while $TITLE is installed"
24392497 msgstr ""
24652523 #: PlayOnLinux_Scripts/Rage_:93
24662524 #, sh-format
24672525 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2529 #, sh-format
2530 msgid ""
2531 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2532 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2533 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2534 "n\\nIf you have one of this two versions of this game, please give some "
2535 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2536 "n\\nThank you!"
2537 msgstr ""
2538
2539 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2540 #, sh-format
2541 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2545 #, sh-format
2546 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2550 #, sh-format
2551 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2555 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2556 #, sh-format
2557 msgid "Select a version of installation disc:"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2561 #, sh-format
2562 msgid "First Release (without addons)"
2563 msgstr ""
2564
2565 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2566 #, sh-format
2567 msgid "Gold Edition"
2568 msgstr ""
2569
2570 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2571 #, sh-format
2572 msgid "Platinum Edition"
2573 msgstr ""
2574
2575 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2576 #, sh-format
2577 msgid "What is your version of Railroad Tycoon II?"
2578 msgstr ""
2579
2580 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2581 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2582 #, sh-format
2583 msgid ""
2584 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2585 "desktop.\\n\\nThank you for using this installation script! :)"
24682586 msgstr ""
24692587
24702588 #: PlayOnLinux_Scripts/Reaper_4_:30
26162734 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26172735 msgstr ""
26182736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2747 #, sh-format
2748 msgid ""
2749 "Close the visual novel when it appears to continue installation. Click Next "
2750 "to begin installation."
2751 msgstr ""
2752
2753 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2754 #, sh-format
2755 msgid ""
2756 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2757 "script will now install it. Click Next to continue."
2758 msgstr ""
2759
26192760 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26202761 #, sh-format
26212762 msgid ""
26232764 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26242765 msgstr ""
26252766
2626 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2627 #, sh-format
2628 msgid "Please locate installation program (Launcher.exe)"
2629 msgstr ""
2630
2631 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2632 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2633 #, sh-format
2634 msgid ""
2635 "When the launcher opens, click on the top button to open the installer. When "
2636 "a new window opens, click OK. When another window opens, click on the button "
2637 "with the letter N until it is installing. Wait until it is done and click "
2638 "the right button to quit. Click Next when you are done installing."
2767 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2768 #, sh-format
2769 msgid "Please locate installation program in Data folder (Resonance.msi)"
26392770 msgstr ""
26402771
26412772 #: PlayOnLinux_Scripts/Steam_:50
26712802 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26722803 "game. Steam install xna framework the game. Close the Steam so that the "
26732804 "installer can continue."
2805 msgstr ""
2806
2807 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2808 #, sh-format
2809 msgid "If youve the extentions, you should install Tribunal first !"
26742810 msgstr ""
26752811
26762812 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27822918 "pp 4-5."
27832919 msgstr ""
27842920
2921 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2922 #, sh-format
2923 msgid "Please select the installation file to run."
2924 msgstr ""
2925
2926 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2927 #, sh-format
2928 msgid ""
2929 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2930 "your region.\\n 2. Leave only checked DirectX box."
2931 msgstr ""
2932
27852933 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27862934 #, sh-format
27872935 msgid ""
27882936 "The game will fail to launch until you set "
27892937 "/proc/sys/kernel/yama/ptrace_scope to 0"
2938 msgstr ""
2939
2940 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2941 #, sh-format
2942 msgid "Other destination or other CD/DVD"
2943 msgstr ""
2944
2945 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2946 #, sh-format
2947 msgid "Retail CD"
2948 msgstr ""
2949
2950 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2951 #, sh-format
2952 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2953 msgstr ""
2954
2955 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2956 #, sh-format
2957 msgid "video fix"
27902958 msgstr ""
27912959
27922960 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28693037 msgid "Donwload finished.\\nPatches installation will begin"
28703038 msgstr ""
28713039
3040 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3041 #, sh-format
3042 msgid "We will download the installer"
3043 msgstr ""
3044
28723045 #: PlayOnLinux_Scripts/Toontown_Online_:17
28733046 #, sh-format
28743047 msgid ""
29063079 msgid "Do you want to browse $TITLE website?"
29073080 msgstr ""
29083081
3082 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3083 #, sh-format
3084 msgid ""
3085 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3086 "messenger, because it will won't work correctly."
3087 msgstr ""
3088
3089 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3090 #, sh-format
3091 msgid "Warning"
3092 msgstr ""
3093
29093094 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29103095 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29113096 #, sh-format
29143099 "want it to run correctly with $APPLICATION_TITLE"
29153100 msgstr ""
29163101
3102 #: PlayOnLinux_Scripts/Watchtower_library_:49
3103 #, sh-format
3104 msgid "File Selection Error"
3105 msgstr ""
3106
3107 #: PlayOnLinux_Scripts/Watchtower_library_:49
3108 #, sh-format
3109 msgid ""
3110 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3111 msgstr ""
3112
29173113 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29183114 #, sh-format
29193115 msgid ""
29303126 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29313127 #, sh-format
29323128 msgid ""
2933 "Attention: After installation is complete, the patcher will load. Please "
2934 "close the patcher before logging in or finish updating to complete the "
2935 "installation. After this, you can run \"$TITLE\" when setup is done"
3129 "Attention:After installation is complete, the patcher will load. After, go "
3130 "to the top right of the patcher and click the wrench, Then Un-check the box "
3131 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3132 "minuite. When finished with this, please close the patcher before logging in "
3133 "or finish updating to complete the installation. After this, you can run "
3134 "\"$TITLE\" when setup is done"
29363135 msgstr ""
29373136
29383137 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29733172 "Please insert game media 5 into your disk drive\\nif not already done."
29743173 msgstr ""
29753174
3175 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3176 #, sh-format
3177 msgid "Which region version of World of Warplanes would you like to install?"
3178 msgstr ""
3179
3180 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3181 #, sh-format
3182 msgid ""
3183 "Attention:After installation is complete, the patcher will load. After, go "
3184 "to the top right of the patcher and click the wrench, Then Un-check the box "
3185 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3186 "minute. When finished with this, please close the patcher before logging in "
3187 "or finish updating to complete the installation. After this, you can run "
3188 "\"$TITLE\" when setup is done"
3189 msgstr ""
3190
29763191 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29773192 #, sh-format
29783193 msgid ""
30203235 msgid "Please select the 32bit version of iTunes"
30213236 msgstr ""
30223237
3023 #: PlayOnLinux_Scripts/osu_:45
3238 #: PlayOnLinux_Scripts/osu_:46
30243239 #, sh-format
30253240 msgid ""
30263241 "Press next to start the updater. When the updater is finished, close it "
30403255 "resolution when rFactor Config comes up."
30413256 msgstr ""
30423257
3043 #: bash/bug_report:31
3258 #: bash/bug_report:32
30443259 #, sh-format
30453260 msgid "Report a bug"
30463261 msgstr ""
30473262
3048 #: bash/bug_report:36
3263 #: bash/bug_report:37
30493264 #, sh-format
30503265 msgid ""
30513266 "Please give the more details as you can, otherwise, it will be very "
30523267 "difficult to help you"
30533268 msgstr ""
30543269
3055 #: bash/bug_report:36
3270 #: bash/bug_report:37
30563271 #, sh-format
30573272 msgid ""
30583273 "This wizard will help you to report a bug about an officially supported "
30593274 "program."
30603275 msgstr ""
30613276
3062 #: bash/bug_report:40
3277 #: bash/bug_report:41
30633278 #, sh-format
30643279 msgid ""
30653280 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30663281 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30673282 msgstr ""
30683283
3069 #: bash/bug_report:46
3284 #: bash/bug_report:47
30703285 #, sh-format
30713286 msgid "I have a problem with a software"
30723287 msgstr ""
30733288
3074 #: bash/bug_report:46
3289 #: bash/bug_report:47
30753290 #, sh-format
30763291 msgid "My problem concerns $APPLICATION_TITLE itself"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:46
3294 #: bash/bug_report:47
30803295 #, sh-format
30813296 msgid "What kind of problem do you have?"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:50
3299 #: bash/bug_report:51
30853300 #, sh-format
30863301 msgid "Don't join any log file"
30873302 msgstr ""
30883303
3089 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3304 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30903305 #: bash/manual_install:120 bash/manual_install:219
30913306 #, sh-format
30923307 msgid "Manual installation"
30933308 msgstr ""
30943309
3095 #: bash/bug_report:54 bash/run_exe:24
3310 #: bash/bug_report:55 bash/run_exe:24
30963311 #, sh-format
30973312 msgid "Automatic installation"
30983313 msgstr ""
30993314
3100 #: bash/bug_report:65
3315 #: bash/bug_report:66
31013316 #, sh-format
31023317 msgid "Choose the log file corresponding to your software."
31033318 msgstr ""
31043319
3105 #: bash/bug_report:69
3320 #: bash/bug_report:70
31063321 #, sh-format
31073322 msgid "Please give a very short description (title, english only)"
31083323 msgstr ""
31093324
3110 #: bash/bug_report:72
3325 #: bash/bug_report:73
31113326 #, sh-format
31123327 msgid "Please explain your problem clearly (english only):"
31133328 msgstr ""
31143329
3115 #: bash/bug_report:76
3330 #: bash/bug_report:77
31163331 #, sh-format
31173332 msgid "Sorry, we need a detailed description."
31183333 msgstr ""
31193334
3120 #: bash/bug_report:107
3335 #: bash/bug_report:108
31213336 #, sh-format
31223337 msgid ""
31233338 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31593374 msgstr ""
31603375
31613376 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3162 #: python/mainwindow.py:232
3377 #: python/mainwindow.py:234
31633378 #, sh-format
31643379 msgid "Run a local script"
31653380 msgstr ""
32833498 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32843499 msgstr ""
32853500
3286 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3501 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32873502 #, sh-format
32883503 msgid "$APPLICATION_TITLE first use"
32893504 msgstr ""
32903505
3291 #: bash/first_use:240
3506 #: bash/first_use:242
32923507 #, sh-format
32933508 msgid "$APPLICATION_TITLE is going to finish its preparation"
32943509 msgstr ""
32953510
3296 #: bash/first_use:240 bash/first_use:243
3511 #: bash/first_use:242 bash/first_use:245
32973512 #, sh-format
32983513 msgid "Please ensure you are connected to the internet."
32993514 msgstr ""
33003515
3301 #: bash/first_use:243
3516 #: bash/first_use:245
33023517 #, sh-format
33033518 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33043519 msgstr ""
33053520
3306 #: bash/first_use:243
3521 #: bash/first_use:245
33073522 #, sh-format
33083523 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33093524 msgstr ""
33103525
3311 #: bash/first_use:253
3526 #: bash/first_use:255
33123527 #, sh-format
33133528 msgid "Error while installing fonts"
33143529 msgstr ""
33153530
3316 #: bash/first_use:271
3531 #: bash/first_use:273
33173532 #, sh-format
33183533 msgid "Enjoy using $APPLICATION_TITLE"
33193534 msgstr ""
34253640 msgid "Use another version of Wine"
34263641 msgstr ""
34273642
3428 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3429 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3643 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3644 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34303645 #, sh-format
34313646 msgid "Configure Wine"
34323647 msgstr "Konfigurasi Wine"
34463661 msgid "What would you like to do before installation?"
34473662 msgstr ""
34483663
3449 #: bash/manual_install:230 lib/scripts.lib:437
3664 #: bash/manual_install:231 lib/scripts.lib:438
34503665 #, sh-format
34513666 msgid "Please make your choice"
34523667 msgstr ""
34533668
3454 #: bash/manual_install:258
3669 #: bash/manual_install:259
34553670 #, sh-format
34563671 msgid "Looking for runnable CD-ROMs"
34573672 msgstr ""
34583673
3459 #: bash/manual_install:281
3674 #: bash/manual_install:282
34603675 #, sh-format
34613676 msgid "Select another file"
34623677 msgstr ""
34633678
3464 #: bash/manual_install:289
3679 #: bash/manual_install:290
34653680 #, sh-format
34663681 msgid "Please choose a way to install your program"
34673682 msgstr ""
34683683
3469 #: bash/manual_install:298
3684 #: bash/manual_install:299
34703685 #, sh-format
34713686 msgid "Please select the install file to run."
34723687 msgstr ""
34733688
3474 #: bash/manual_install:328
3689 #: bash/manual_install:329
34753690 #, sh-format
34763691 msgid "You must choose a file!"
34773692 msgstr ""
34783693
3479 #: bash/manual_install:334
3694 #: bash/manual_install:335
34803695 #, sh-format
34813696 msgid "$APPLICATION_TITLE is installing your application..."
34823697 msgstr ""
35543769 msgid "Extracting: "
35553770 msgstr ""
35563771
3557 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3772 #: bash/playonlinux-pkg:111
35583773 #, sh-format
35593774 msgid "Running..."
35603775 msgstr ""
35643779 msgid "Cleaning..."
35653780 msgstr ""
35663781
3567 #: bash/playonlinux_online:32
3568 #, sh-format
3569 msgid ""
3570 "This is the list of the scripts you sent to us. You can run one of them"
3571 msgstr ""
3572
3573 #: bash/playonlinux_online:42
3574 #, sh-format
3575 msgid "You do not seems to have any personal script"
3576 msgstr ""
3577
3578 #: bash/playonlinux_online:47
3579 #, sh-format
3580 msgid ""
3581 "If you have successfully installed a program with 'Install a non-listed\\"
3582 "nsoftware' button, it will allow you to add this program in our list"
3583 msgstr ""
3584
3585 #: bash/playonlinux_online:47
3586 #, sh-format
3587 msgid "This tools will allow you to help us :"
3588 msgstr ""
3589
3590 #: bash/playonlinux_online:47
3591 #, sh-format
3592 msgid ""
3593 "We're going to ask you some questions, please be as much accurate as\\"
3594 "npossible"
3595 msgstr ""
3596
3597 #: bash/playonlinux_online:55
3598 #, sh-format
3599 msgid "Choose the file corresponding to your program."
3600 msgstr ""
3601
3602 #: bash/playonlinux_online:59
3603 #, sh-format
3604 msgid "Does your program run?"
3605 msgstr ""
3606
3607 #: bash/playonlinux_online:62
3608 #, sh-format
3609 msgid "What is the title of your program?"
3610 msgstr ""
3611
3612 #: bash/playonlinux_online:64
3613 #, sh-format
3614 msgid "What is the editor of your program?"
3615 msgstr ""
3616
3617 #: bash/playonlinux_online:66
3618 #, sh-format
3619 msgid "What is the editor website of your program?"
3620 msgstr ""
3621
3622 #: bash/playonlinux_online:69 python/install.py:210
3623 #, sh-format
3624 msgid "Accessories"
3625 msgstr ""
3626
3627 #: bash/playonlinux_online:69 python/install.py:211
3628 #, sh-format
3629 msgid "Development"
3630 msgstr ""
3631
3632 #: bash/playonlinux_online:69 python/install.py:212
3633 #, sh-format
3634 msgid "Education"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:213
3638 #, sh-format
3639 msgid "Games"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:214
3643 #, sh-format
3644 msgid "Graphics"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3648 #: python/options.py:384
3649 #, sh-format
3650 msgid "Internet"
3651 msgstr ""
3652
3653 #: bash/playonlinux_online:69 python/install.py:216
3654 #, sh-format
3655 msgid "Multimedia"
3656 msgstr ""
3657
3658 #: bash/playonlinux_online:69 python/install.py:217
3659 #, sh-format
3660 msgid "Office"
3661 msgstr ""
3662
3663 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3664 #, sh-format
3665 msgid "Other"
3666 msgstr ""
3667
3668 #: bash/playonlinux_online:69 python/install.py:219
3669 #, sh-format
3670 msgid "Patches"
3671 msgstr ""
3672
3673 #: bash/playonlinux_online:69
3674 #, sh-format
3675 msgid "Select a category for your program"
3676 msgstr ""
3677
3678 #: bash/playonlinux_online:69 python/install.py:258
3679 #, sh-format
3680 msgid "Testing"
3681 msgstr ""
3682
3683 #: bash/playonlinux_online:72
3684 #, sh-format
3685 msgid ""
3686 "What feature of your program does not work?\\nIf everything works, please "
3687 "mention it"
3688 msgstr ""
3689
3690 #: bash/playonlinux_online:74
3691 #, sh-format
3692 msgid "Write any change you made to wine configuration here:"
3693 msgstr ""
3694
3695 #: bash/playonlinux_online:102
3696 #, sh-format
3697 msgid "You must be able to run this program!"
3698 msgstr ""
3699
3700 #: bash/playonlinux_online:107
3701 #, sh-format
3702 msgid "Run one of your personal scripts"
3703 msgstr ""
3704
3705 #: bash/playonlinux_online:108
3706 #, sh-format
3707 msgid "Send to us a working script generated by manual installation"
3708 msgstr ""
3709
3710 #: bash/playonlinux_online:109
3711 #, sh-format
3712 msgid "Logout"
3713 msgstr ""
3714
3715 #: bash/playonlinux_online:110
3716 #, sh-format
3717 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3718 msgstr ""
3719
3720 #: bash/playonlinux_online:124
3721 #, sh-format
3722 msgid ""
3723 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3724 "safely close this window"
3725 msgstr ""
3726
3727 #: bash/polconfigurator:33
3782 #: bash/polconfigurator:34
37283783 #, sh-format
37293784 msgid "Killing programs in the virtual drive..."
37303785 msgstr ""
37313786
3732 #: bash/polconfigurator:79
3787 #: bash/polconfigurator:86
37333788 #, sh-format
37343789 msgid "Icon selection"
37353790 msgstr ""
37363791
3737 #: bash/polconfigurator:79
3792 #: bash/polconfigurator:86
37383793 #, sh-format
37393794 msgid "Please select an icon file"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:86
3797 #: bash/polconfigurator:93
37433798 #, sh-format
37443799 msgid "Bad file extension"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:86
3802 #: bash/polconfigurator:93
37483803 #, sh-format
37493804 msgid "is not an icon extension"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3753 #: python/mainwindow.py:621
3807 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3808 #: python/mainwindow.py:619
37543809 #, sh-format
37553810 msgid "Registry Editor"
37563811 msgstr ""
37573812
3758 #: bash/polconfigurator:97
3813 #: bash/polconfigurator:104
37593814 #, sh-format
37603815 msgid "Kill all prefix processes"
37613816 msgstr ""
37623817
3763 #: bash/polconfigurator:98
3818 #: bash/polconfigurator:105
37643819 #, sh-format
37653820 msgid "Update wineprefix"
37663821 msgstr ""
37673822
3768 #: bash/polconfigurator:99
3823 #: bash/polconfigurator:106
37693824 #, sh-format
37703825 msgid "Simulate Windows reboot"
37713826 msgstr ""
37723827
3773 #: bash/polconfigurator:100
3828 #: bash/polconfigurator:107
37743829 #, sh-format
37753830 msgid "Use Advanced Wine Configuration plugin"
37763831 msgstr ""
37773832
3778 #: bash/polconfigurator:101
3833 #: bash/polconfigurator:108
37793834 #, sh-format
37803835 msgid "Use PlayOnLinux's configurator for"
37813836 msgstr ""
37823837
3783 #: bash/polconfigurator:103
3838 #: bash/polconfigurator:110
37843839 #, sh-format
37853840 msgid "Change the icon"
37863841 msgstr ""
37873842
3788 #: bash/polconfigurator:104
3843 #: bash/polconfigurator:111
37893844 #, sh-format
37903845 msgid "Use WineTricks"
37913846 msgstr ""
37923847
3793 #: bash/polconfigurator:123
3848 #: bash/polconfigurator:130
37943849 #, sh-format
37953850 msgid "Please choose an action to perform"
37963851 msgstr ""
38403895 msgid "Please choose a CD-ROM to eject"
38413896 msgstr ""
38423897
3843 #: bash/run_app:83
3898 #: bash/run_app:85
38443899 #, sh-format
38453900 msgid "Please choose a software to run"
38463901 msgstr ""
38473902
3848 #: bash/run_app:114
3903 #: bash/run_app:116
38493904 #, sh-format
38503905 msgid "$APPLICATION_TITLE debugger is starting..."
38513906 msgstr ""
38523907
3853 #: bash/run_app:117
3908 #: bash/run_app:119
38543909 #, sh-format
38553910 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38563911 msgstr ""
38573912
3858 #: bash/run_app:119
3913 #: bash/run_app:121
38593914 #, sh-format
38603915 msgid "$PACKAGE crashed."
38613916 msgstr ""
39113966 msgstr ""
39123967
39133968 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3914 #: lib/playonlinux.lib:717
3969 #: lib/playonlinux.lib:720
39153970 #, sh-format
39163971 msgid "$APPLICATION_TITLE Uninstaller"
39173972 msgstr ""
39313986 msgid "This wizard will help you to uninstall: "
39323987 msgstr ""
39333988
3934 #: bash/uninstall:65 lib/playonlinux.lib:717
3989 #: bash/uninstall:65 lib/playonlinux.lib:720
39353990 #, sh-format
39363991 msgid "Uninstalling..."
39373992 msgstr ""
39914046 msgstr ""
39924047
39934048 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3994 #: lib/wine.lib:955 lib/wine.lib:1036
4049 #: lib/wine.lib:970 lib/wine.lib:1051
39954050 #, sh-format
39964051 msgid "Please wait while the virtual drive is being created..."
39974052 msgstr ""
40064061 msgid "Setting Program Files var"
40074062 msgstr ""
40084063
4009 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4010 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4064 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4065 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40114066 #, sh-format
40124067 msgid "This function is disabled in the PlayOnlinux environment."
40134068 msgstr ""
40144069
4015 #: lib/playonlinux.lib:334
4070 #: lib/playonlinux.lib:336
40164071 #, sh-format
40174072 msgid ""
40184073 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40204075 "responsible from it.\\nPlease ensure you know what you are doing !"
40214076 msgstr ""
40224077
4023 #: lib/playonlinux.lib:335
4078 #: lib/playonlinux.lib:337
40244079 #, sh-format
40254080 msgid "Here the source code of the script. Check it carefully"
40264081 msgstr ""
40274082
4028 #: lib/playonlinux.lib:357
4083 #: lib/playonlinux.lib:359
40294084 #, sh-format
40304085 msgid ""
40314086 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40334088 "responsible from it.\\nPlease ensure you know what you are doing!"
40344089 msgstr ""
40354090
4036 #: lib/playonlinux.lib:358
4091 #: lib/playonlinux.lib:360
40374092 #, sh-format
40384093 msgid "External library"
40394094 msgstr ""
40404095
4041 #: lib/playonlinux.lib:358
4096 #: lib/playonlinux.lib:360
40424097 #, sh-format
40434098 msgid "Here the source code of the script. Check it carrefully"
40444099 msgstr ""
40454100
4046 #: lib/playonlinux.lib:591
4101 #: lib/playonlinux.lib:593
40474102 #, sh-format
40484103 msgid "Making shortcut..."
40494104 msgstr ""
40504105
4051 #: lib/playonlinux.lib:715
4106 #: lib/playonlinux.lib:718
40524107 #, sh-format
40534108 msgid "Do you want to delete the virtual drive:"
40544109 msgstr ""
40554110
4056 #: lib/playonlinux.lib:826
4111 #: lib/playonlinux.lib:831
40574112 #, sh-format
40584113 msgid ""
40594114 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40604115 "from working\\n\\n$FilePath"
40614116 msgstr ""
40624117
4063 #: lib/playonlinux.lib:827
4118 #: lib/playonlinux.lib:832
40644119 #, sh-format
40654120 msgid ""
40664121 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40674122 "from working\\n\\n$FilePath"
40684123 msgstr ""
40694124
4070 #: lib/playonlinux.lib:828
4125 #: lib/playonlinux.lib:833
40714126 #, sh-format
40724127 msgid ""
40734128 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40744129 "from working\\n\\n$FilePath"
40754130 msgstr ""
40764131
4077 #: lib/playonlinux.lib:829
4132 #: lib/playonlinux.lib:834
40784133 #, sh-format
40794134 msgid ""
40804135 "The following file is located on a noexec mounted filesystem.\\nIt might "
40814136 "prevent wine from working\\n\\n$FilePath"
40824137 msgstr ""
40834138
4084 #: lib/plugins.lib:65
4139 #: lib/plugins.lib:66
40854140 #, sh-format
40864141 msgid "Checking plugin: "
40874142 msgstr ""
40884143
4089 #: lib/plugins.lib:93
4144 #: lib/plugins.lib:94
40904145 #, sh-format
40914146 msgid "New: "
40924147 msgstr ""
40934148
4094 #: lib/plugins.lib:93
4149 #: lib/plugins.lib:94
40954150 #, sh-format
40964151 msgid "Updating plugin. Previous: "
40974152 msgstr ""
40984153
4099 #: lib/plugins.lib:112
4154 #: lib/plugins.lib:113
41004155 #, sh-format
41014156 msgid "Installing plugin: "
41024157 msgstr ""
41134168 msgid "Function override detected, disabling bug reporting"
41144169 msgstr ""
41154170
4116 #: lib/scripts.lib:499 lib/scripts.lib:565
4171 #: lib/scripts.lib:500 lib/scripts.lib:566
41174172 #, sh-format
41184173 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:501 lib/scripts.lib:784
4176 #: lib/scripts.lib:502 lib/scripts.lib:785
41224177 #, sh-format
41234178 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:503 lib/scripts.lib:570
4181 #: lib/scripts.lib:504 lib/scripts.lib:571
41274182 #, sh-format
41284183 msgid "An error happened during download."
41294184 msgstr ""
41304185
4131 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4132 #: lib/scripts.lib:586
4186 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4187 #: lib/scripts.lib:587
41334188 #, sh-format
41344189 msgid "Do you want to retry?"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:522 lib/scripts.lib:586
4192 #: lib/scripts.lib:523 lib/scripts.lib:587
41384193 #, sh-format
41394194 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:689
4197 #: lib/scripts.lib:690
41434198 #, sh-format
41444199 msgid ""
41454200 "7z not installed, please check that you have 7zip installed and try again"
41464201 msgstr ""
41474202
4148 #: lib/scripts.lib:696
4203 #: lib/scripts.lib:697
41494204 #, sh-format
41504205 msgid "Failed to locate ${dest} from ${archive}"
41514206 msgstr ""
41524207
4153 #: lib/scripts.lib:700
4208 #: lib/scripts.lib:701
41544209 #, sh-format
41554210 msgid "Extracting ${filename} from ${archivename}"
41564211 msgstr ""
41574212
4158 #: lib/scripts.lib:715
4213 #: lib/scripts.lib:716
41594214 #, sh-format
41604215 msgid "Extracted file size does not match!"
41614216 msgstr ""
41624217
4163 #: lib/scripts.lib:746
4218 #: lib/scripts.lib:747
41644219 #, sh-format
41654220 msgid "Copying ${filename}"
41664221 msgstr ""
41674222
4168 #: lib/scripts.lib:759
4223 #: lib/scripts.lib:760
41694224 #, sh-format
41704225 msgid "File size does not match!"
41714226 msgstr ""
41724227
4173 #: lib/scripts.lib:903
4228 #: lib/scripts.lib:904
41744229 #, sh-format
41754230 msgid ""
41764231 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41774232 "n$APPLICATION_TITLE $NEEDED is required."
41784233 msgstr ""
41794234
4180 #: lib/scripts.lib:918
4235 #: lib/scripts.lib:919
41814236 #, sh-format
41824237 msgid ""
41834238 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41844239 "$NEEDED is recommended to continue."
41854240 msgstr ""
41864241
4187 #: lib/scripts.lib:949
4242 #: lib/scripts.lib:950
41884243 #, sh-format
41894244 msgid "$AUTHOR profile"
41904245 msgstr ""
42314286 "again."
42324287 msgstr ""
42334288
4234 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4289 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42354290 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42364291 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42374292 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42424297 #: lib/setupwindow.lib:348
42434298 #, sh-format
42444299 msgid "Where is mounted your CD-ROM?"
4300 msgstr ""
4301
4302 #: lib/setupwindow.lib:349 python/install.py:218
4303 #, sh-format
4304 msgid "Other"
42454305 msgstr ""
42464306
42474307 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43624422 msgid "I don't want to make another shortcut"
43634423 msgstr ""
43644424
4365 #: lib/setupwindow.lib:711 python/guiv3.py:158
4425 #: lib/setupwindow.lib:711 python/guiv3.py:163
43664426 #, sh-format
43674427 msgid "Browse"
4428 msgstr ""
4429
4430 #: lib/setupwindow.lib:739
4431 #, sh-format
4432 msgid "A shortcut by that name already exists, overwrite?"
43684433 msgstr ""
43694434
43704435 #: lib/website.lib:29
43844449 "valid."
43854450 msgstr ""
43864451
4387 #: lib/wine.lib:367
4452 #: lib/wine.lib:371
43884453 #, sh-format
43894454 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43904455 msgstr ""
43914456
4392 #: lib/wine.lib:373
4457 #: lib/wine.lib:377
43934458 #, sh-format
43944459 msgid "Select the main videocard to report:"
43954460 msgstr ""
43964461
4397 #: lib/wine.lib:538 lib/wine.lib:703
4462 #: lib/wine.lib:549 lib/wine.lib:714
43984463 #, sh-format
43994464 msgid ""
44004465 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44014466 "message"
44024467 msgstr ""
44034468
4404 #: lib/wine.lib:763
4469 #: lib/wine.lib:775
44054470 #, sh-format
44064471 msgid "Unable to find version: "
44074472 msgstr ""
44084473
4409 #: lib/wine.lib:769 lib/wine.lib:770
4474 #: lib/wine.lib:781 lib/wine.lib:782
44104475 #, sh-format
44114476 msgid "Downloading Wine: "
44124477 msgstr ""
44134478
4414 #: lib/wine.lib:779
4479 #: lib/wine.lib:791
44154480 #, sh-format
44164481 msgid "The download seems to have failed."
44174482 msgstr ""
44184483
4419 #: lib/wine.lib:781
4484 #: lib/wine.lib:793
44204485 #, sh-format
44214486 msgid "Extracting Wine..."
44224487 msgstr ""
44234488
4424 #: lib/wine.lib:961
4489 #: lib/wine.lib:976
44254490 #, sh-format
44264491 msgid "Overwrite (usually works, no guarantee)"
44274492 msgstr ""
44284493
4429 #: lib/wine.lib:962
4494 #: lib/wine.lib:977
44304495 #, sh-format
44314496 msgid "Erase (virtual drive content will be lost)"
44324497 msgstr ""
44334498
4434 #: lib/wine.lib:976
4499 #: lib/wine.lib:991
44354500 #, sh-format
44364501 msgid "The target virtual drive $PREFNAME already exists:"
44374502 msgstr ""
44384503
4439 #: lib/wine.lib:1156 lib/wine.lib:1186
4504 #: lib/wine.lib:1171 lib/wine.lib:1201
44404505 #, sh-format
44414506 msgid "Please wait while $SOFTNAME is installed..."
44424507 msgstr ""
44434508
4444 #: lib/wine.lib:1160 lib/wine.lib:1189
4509 #: lib/wine.lib:1175 lib/wine.lib:1204
44454510 #, sh-format
44464511 msgid ""
44474512 "Be careful! This will kill install process. If it is not finished, you will "
44484513 "have to reinstall $SOFTNAME"
44494514 msgstr ""
44504515
4451 #: lib/wine.lib:1160 lib/wine.lib:1189
4516 #: lib/wine.lib:1175 lib/wine.lib:1204
44524517 #, sh-format
44534518 msgid "Install is done"
44544519 msgstr ""
44554520
4456 #: lib/wine.lib:1193 lib/wine.lib:1194
4521 #: lib/wine.lib:1208 lib/wine.lib:1209
44574522 #, sh-format
44584523 msgid "Press next only when the installation process is finished"
44594524 msgstr ""
44604525
4461 #: lib/wine.lib:1202
4526 #: lib/wine.lib:1217
44624527 #, sh-format
44634528 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44644529 msgstr ""
44724537 "associated"
44734538 msgstr ""
44744539
4475 #: python/configure.py:197 python/configure.py:694
4540 #: python/configure.py:196 python/configure.py:703
44764541 msgid "General"
44774542 msgstr ""
44784543
4544 #: python/configure.py:199
4545 msgid "Make a new shortcut from this virtual drive"
4546 msgstr ""
4547
44794548 #: python/configure.py:200
4480 msgid "Make a new shortcut from this virtual drive"
4549 msgid "Name"
44814550 msgstr ""
44824551
44834552 #: python/configure.py:201
4484 msgid "Name"
4553 msgid "Wine version"
44854554 msgstr ""
44864555
44874556 #: python/configure.py:202
4488 msgid "Wine version"
4489 msgstr ""
4490
4491 #: python/configure.py:203
44924557 msgid "Debug flags"
44934558 msgstr ""
44944559
4495 #: python/configure.py:205
4560 #: python/configure.py:204
44964561 msgid "Virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:207
4564 #: python/configure.py:206
45004565 msgid "Arguments"
45014566 msgstr ""
45024567
4503 #: python/configure.py:211
4568 #: python/configure.py:210
45044569 msgid "Run configuration wizard"
45054570 msgstr ""
45064571
4507 #: python/configure.py:248
4572 #: python/configure.py:247
45084573 msgid "Windows reboot"
45094574 msgstr ""
45104575
4511 #: python/configure.py:256
4576 #: python/configure.py:255
45124577 msgid "Repair virtual drive"
45134578 msgstr ""
45144579
4515 #: python/configure.py:265
4580 #: python/configure.py:264
45164581 msgid "Command prompt"
45174582 msgstr ""
45184583
4519 #: python/configure.py:272
4584 #: python/configure.py:271
45204585 msgid "Task manager"
45214586 msgstr ""
45224587
4523 #: python/configure.py:280
4588 #: python/configure.py:279
45244589 msgid "Kill processes"
45254590 msgstr ""
45264591
4527 #: python/configure.py:287
4592 #: python/configure.py:286
45284593 msgid "Wine uninstaller"
45294594 msgstr ""
45304595
4531 #: python/configure.py:312
4596 #: python/configure.py:311
45324597 msgid ""
45334598 "Be careful! Installing one of these components can break your virtual drive."
45344599 msgstr ""
45354600
4536 #: python/configure.py:334 python/install.py:285 python/install.py:289
4537 #: python/mainwindow.py:197 python/mainwindow.py:350
4601 #: python/configure.py:333 python/install.py:285 python/install.py:289
4602 #: python/mainwindow.py:199 python/mainwindow.py:348
45384603 msgid "Install"
45394604 msgstr ""
45404605
4541 #: python/configure.py:395
4606 #: python/configure.py:388
45424607 msgid "Open program's directory"
45434608 msgstr ""
45444609
4545 #: python/configure.py:418
4610 #: python/configure.py:411
45464611 msgid "Open virtual drive's directory"
45474612 msgstr ""
45484613
4614 #: python/configure.py:555
4615 msgid "GLSL Support"
4616 msgstr ""
4617
4618 #: python/configure.py:556
4619 msgid "Direct Draw Renderer"
4620 msgstr ""
4621
4622 #: python/configure.py:557
4623 msgid "Video memory size"
4624 msgstr ""
4625
4626 #: python/configure.py:558
4627 msgid "Offscreen rendering mode"
4628 msgstr ""
4629
4630 #: python/configure.py:559
4631 msgid "Render target mode lock"
4632 msgstr ""
4633
45494634 #: python/configure.py:560
4550 msgid "GLSL Support"
4635 msgid "Multisampling"
45514636 msgstr ""
45524637
45534638 #: python/configure.py:561
4554 msgid "Direct Draw Renderer"
4555 msgstr ""
4556
4557 #: python/configure.py:562
4558 msgid "Video memory size"
4559 msgstr ""
4560
4561 #: python/configure.py:563
4562 msgid "Offscreen rendering mode"
4563 msgstr ""
4564
4565 #: python/configure.py:564
4566 msgid "Render target mode lock"
4567 msgstr ""
4568
4569 #: python/configure.py:565
4570 msgid "Multisampling"
4571 msgstr ""
4572
4573 #: python/configure.py:566
45744639 msgid "Strict Draw Ordering"
45754640 msgstr ""
45764641
4577 #: python/configure.py:576
4642 #: python/configure.py:571
45784643 msgid "Mouse warp override"
45794644 msgstr ""
45804645
4581 #: python/configure.py:578
4646 #: python/configure.py:573
45824647 msgid "Open a shell"
45834648 msgstr ""
45844649
4585 #: python/configure.py:579
4650 #: python/configure.py:574
45864651 msgid "Run a .exe file in this virtual drive"
45874652 msgstr ""
45884653
4589 #: python/configure.py:580
4654 #: python/configure.py:575
45904655 msgid "Command to exec before running the program"
45914656 msgstr ""
45924657
4593 #: python/configure.py:591
4658 #: python/configure.py:585
4659 msgid ""
4660 "Warning:\n"
4661 "\n"
4662 "Any program still running in this virtual drive will be terminated before "
4663 "Wine version is changed.\n"
4664 "Are you sure you want to continue?"
4665 msgstr ""
4666
4667 #: python/configure.py:596
45944668 msgid ""
45954669 "Be careful!\n"
45964670 "If you change "
45974671 msgstr ""
45984672
4599 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4673 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46004674 msgid "{0} configuration"
46014675 msgstr ""
46024676
4603 #: python/configure.py:659
4677 #: python/configure.py:664
46044678 msgid "Please select a program or a virtual drive to configure"
46054679 msgstr ""
46064680
4607 #: python/configure.py:677 python/options.py:280
4681 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46084682 msgid "New"
46094683 msgstr ""
46104684
4611 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4612 #: python/mainwindow.py:596 python/options.py:207
4685 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4686 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46134687 msgid "Remove"
46144688 msgstr ""
46154689
4616 #: python/configure.py:696
4690 #: python/configure.py:705
46174691 msgid "Install components"
46184692 msgstr ""
46194693
4620 #: python/configure.py:697 python/mainwindow.py:332
4694 #: python/configure.py:706 python/mainwindow.py:330
46214695 msgid "Display"
46224696 msgstr ""
46234697
4624 #: python/configure.py:698
4698 #: python/configure.py:707
46254699 msgid "Miscellaneous"
46264700 msgstr ""
46274701
4628 #: python/configure.py:726
4702 #: python/configure.py:735
46294703 msgid "This virtual drive is protected"
46304704 msgstr ""
46314705
4632 #: python/configure.py:728
4706 #: python/configure.py:737
46334707 msgid "Are you sure you want to delete {0} virtual drive ?"
46344708 msgstr ""
46354709
4636 #: python/configure.py:735
4710 #: python/configure.py:744
46374711 msgid "Are you sure you want to delete {0} ?"
46384712 msgstr ""
46394713
4640 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4641 #: python/mainwindow.py:997
4714 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4715 #: python/mainwindow.py:995
46424716 msgid "{0} debugger"
46434717 msgstr ""
46444718
46464720 msgid "Please select a debug file"
46474721 msgstr ""
46484722
4649 #: python/debug.py:76
4723 #: python/debug.py:78
46504724 msgid "Locate this logfile"
46514725 msgstr ""
46524726
4653 #: python/debug.py:99
4727 #: python/debug.py:101
46544728 msgid "The file is named : {0}"
46554729 msgstr ""
46564730
4657 #: python/debug.py:153 python/debug.py:207
4731 #: python/debug.py:189 python/debug.py:245
46584732 msgid "Virtual drives"
46594733 msgstr ""
46604734
4661 #: python/debug.py:184
4735 #: python/debug.py:222
46624736 msgid "Report a problem about {0}"
46634737 msgstr ""
46644738
4665 #: python/debug.py:206
4739 #: python/debug.py:244
46664740 msgid "Install scripts"
46674741 msgstr ""
46684742
46874761 msgid "Next"
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:166
4764 #: python/guiv3.py:171
46914765 msgid "I Agree"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:167
4768 #: python/guiv3.py:172
46954769 msgid "Show virtual drives"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:188
4772 #: python/guiv3.py:193
46994773 msgid "Login: "
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:189
4776 #: python/guiv3.py:194
47034777 msgid "Password: "
47044778 msgstr ""
47054779
4706 #: python/guiv3.py:192
4780 #: python/guiv3.py:197
47074781 msgid "Register"
47084782 msgstr ""
47094783
4710 #: python/guiv3.py:288
4784 #: python/guiv3.py:302
47114785 msgid "MB downloaded"
47124786 msgstr ""
47134787
4714 #: python/guiv3.py:288
4788 #: python/guiv3.py:302
47154789 msgid "of"
47164790 msgstr ""
47174791
4718 #: python/guiv3.py:749
4792 #: python/guiv3.py:769
47194793 msgid "You cannot close this window"
47204794 msgstr ""
47214795
47234797 msgid "No description"
47244798 msgstr ""
47254799
4726 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4800 #: python/install.py:210
4801 msgid "Accessories"
4802 msgstr ""
4803
4804 #: python/install.py:211
4805 msgid "Development"
4806 msgstr ""
4807
4808 #: python/install.py:212
4809 msgid "Education"
4810 msgstr ""
4811
4812 #: python/install.py:213
4813 msgid "Games"
4814 msgstr ""
4815
4816 #: python/install.py:214
4817 msgid "Graphics"
4818 msgstr ""
4819
4820 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4821 msgid "Internet"
4822 msgstr ""
4823
4824 #: python/install.py:216
4825 msgid "Multimedia"
4826 msgstr ""
4827
4828 #: python/install.py:217
4829 msgid "Office"
4830 msgstr ""
4831
4832 #: python/install.py:219
4833 msgid "Patches"
4834 msgstr ""
4835
4836 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47274837 msgid "Search"
47284838 msgstr ""
47294839
47304840 #: python/install.py:252
47314841 msgid "Include:"
4842 msgstr ""
4843
4844 #: python/install.py:258
4845 msgid "Testing"
47324846 msgstr ""
47334847
47344848 #: python/install.py:263
47824896 "used for piracy purposes we won't give any support on this matter."
47834897 msgstr ""
47844898
4785 #: python/irc.py:137
4899 #: python/irc.py:139
47864900 msgid "Send"
47874901 msgstr ""
47884902
4789 #: python/irc.py:138
4903 #: python/irc.py:140
47904904 msgid "Connect"
47914905 msgstr ""
47924906
4793 #: python/irc.py:139
4907 #: python/irc.py:141
47944908 msgid "Disconnect"
47954909 msgstr ""
47964910
4797 #: python/irc.py:140
4911 #: python/irc.py:142
47984912 msgid "Leave"
47994913 msgstr ""
48004914
4801 #: python/irc.py:227
4915 #: python/irc.py:229
48024916 msgid "Join a channel"
48034917 msgstr ""
48044918
4805 #: python/irc.py:257 python/mainwindow.py:725
4919 #: python/irc.py:259 python/mainwindow.py:723
48064920 msgid "Messenger"
48074921 msgstr ""
48084922
4809 #: python/irc.py:273
4923 #: python/irc.py:275
48104924 msgid ""
48114925 "If you close this window, you cannot read further replies. Are you sure that "
48124926 "you want to close it?"
48314945 msgid "{0} error"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:73
4948 #: python/mainwindow.py:75
48354949 msgid "{0} website is unavailable. Please check your connection"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:75
4952 #: python/mainwindow.py:77
48394953 msgid "Refreshing {0}"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:90 python/mainwindow.py:92
4956 #: python/mainwindow.py:92 python/mainwindow.py:94
48434957 msgid "An updated version of {0} is available"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4960 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48474961 msgid "Run"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:200
4964 #: python/mainwindow.py:202
48514965 msgid "Donate"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:201
4968 #: python/mainwindow.py:203
48554969 msgid "Exit"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:205
4972 #: python/mainwindow.py:207
48594973 msgid "Small icons"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:206
4976 #: python/mainwindow.py:208
48634977 msgid "Medium icons"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:207
4980 #: python/mainwindow.py:209
48674981 msgid "Large icons"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:208
4984 #: python/mainwindow.py:210
48714985 msgid "Very large icons"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:220
4988 #: python/mainwindow.py:222
48754989 msgid "Manage Wine versions"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:226
4992 #: python/mainwindow.py:228
48794993 msgid "Read a PC CD-Rom"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:236
4996 #: python/mainwindow.py:238
48834997 msgid "Close all {0} software"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:240
5000 #: python/mainwindow.py:242
48875001 msgid "{0} console"
48885002 msgstr ""
48895003
4890 #: python/mainwindow.py:250
5004 #: python/mainwindow.py:248
48915005 msgid "{0} messenger"
48925006 msgstr ""
48935007
4894 #: python/mainwindow.py:266 python/options.py:388
5008 #: python/mainwindow.py:264 python/options.py:388
48955009 msgid "File associations"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:273
5012 #: python/mainwindow.py:271
48995013 msgid "About {0}"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:302 python/mainwindow.py:306
5016 #: python/mainwindow.py:300 python/mainwindow.py:304
49035017 msgid "Plugin manager"
49045018 msgstr ""
49055019
5020 #: python/mainwindow.py:329
5021 msgid "File"
5022 msgstr ""
5023
49065024 #: python/mainwindow.py:331
4907 msgid "File"
4908 msgstr ""
4909
4910 #: python/mainwindow.py:333
49115025 msgid "Tools"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:334 python/mainwindow.py:723
5028 #: python/mainwindow.py:332 python/mainwindow.py:721
49155029 msgid "Settings"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:335 python/options.py:387
5032 #: python/mainwindow.py:333 python/options.py:387
49195033 msgid "Plugins"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:347 python/mainwindow.py:739
5036 #: python/mainwindow.py:345 python/mainwindow.py:737
49235037 msgid "Close"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5040 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49275041 msgid "Configure"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:584
5044 #: python/mainwindow.py:582
49315045 msgid "Open the application's directory"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:588 python/mainwindow.py:753
5048 #: python/mainwindow.py:586 python/mainwindow.py:751
49355049 msgid "Read the manual"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:592
5052 #: python/mainwindow.py:590
49395053 msgid "Set the icon"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:600
5056 #: python/mainwindow.py:598
49435057 msgid "Close this application"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:611
5060 #: python/mainwindow.py:609
49475061 msgid "KillApp"
49485062 msgstr ""
49495063
4950 #: python/mainwindow.py:618
5064 #: python/mainwindow.py:616
49515065 msgid "No manual found for {0}"
49525066 msgstr ""
49535067
4954 #: python/mainwindow.py:721
5068 #: python/mainwindow.py:719
49555069 msgid "Install a program"
49565070 msgstr ""
49575071
4958 #: python/mainwindow.py:728
5072 #: python/mainwindow.py:726
49595073 msgid "Update GIT"
49605074 msgstr ""
49615075
4962 #: python/mainwindow.py:731
5076 #: python/mainwindow.py:729
49635077 msgid "Update instructions"
49645078 msgstr ""
49655079
5080 #: python/mainwindow.py:739
5081 msgid "Debug"
5082 msgstr ""
5083
49665084 #: python/mainwindow.py:741
4967 msgid "Debug"
4968 msgstr ""
4969
4970 #: python/mainwindow.py:743
49715085 msgid "Report a problem"
49725086 msgstr ""
49735087
5088 #: python/mainwindow.py:745
5089 msgid "Create a shortcut"
5090 msgstr ""
5091
49745092 #: python/mainwindow.py:747
4975 msgid "Create a shortcut"
4976 msgstr ""
4977
4978 #: python/mainwindow.py:749
49795093 msgid "Open the directory"
49805094 msgstr ""
49815095
4982 #: python/mainwindow.py:755
5096 #: python/mainwindow.py:753
49835097 msgid "Save"
49845098 msgstr ""
49855099
4986 #: python/mainwindow.py:758
5100 #: python/mainwindow.py:756
49875101 msgid "Uninstall"
49885102 msgstr ""
49895103
4990 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5104 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5105 #: python/mainwindow.py:1001
5106 msgid "Please select a program."
5107 msgstr ""
5108
5109 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5110 msgid "{0} settings"
5111 msgstr ""
5112
5113 #: python/mainwindow.py:963
5114 msgid "{0} install menu"
5115 msgstr ""
5116
5117 #: python/mainwindow.py:972
5118 msgid "{0} wine versions manager"
5119 msgstr ""
5120
49915121 #: python/mainwindow.py:1003
4992 msgid "Please select a program."
4993 msgstr ""
4994
4995 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4996 msgid "{0} settings"
4997 msgstr ""
4998
4999 #: python/mainwindow.py:965
5000 msgid "{0} install menu"
5001 msgstr ""
5002
5003 #: python/mainwindow.py:974
5004 msgid "{0} wine versions manager"
5005 msgstr ""
5006
5007 #: python/mainwindow.py:1005
50085122 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50095123 msgstr ""
50105124
51105224 "These information will be very precious for us to help people."
51115225 msgstr ""
51125226
5113 #: python/mainwindow.py:1271
5227 #: python/mainwindow.py:1273
51145228 msgid "Are you sure you want to want to install {0} package?"
51155229 msgstr ""
51165230
5117 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5231 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5232 #: python/mainwindow.py:1284
51185233 msgid ""
51195234 "You are trying to open a script design for {0}! It might not work as expected"
51205235 msgstr ""
51915306 msgid "You must restart {0} for the changes to take effect."
51925307 msgstr ""
51935308
5194 #: python/wine_versions.py:194
5309 #: python/wine_versions.py:195
51955310 msgid "Installed Wine versions: "
51965311 msgstr ""
51975312
5198 #: python/wine_versions.py:195
5313 #: python/wine_versions.py:196
51995314 msgid "Available Wine versions: "
52005315 msgstr ""
52015316
5202 #: python/wine_versions.py:202
5317 #: python/wine_versions.py:203
52035318 msgid "Wine versions"
52045319 msgstr ""
52055320
5206 #: python/wine_versions.py:321
5321 #: python/wine_versions.py:322
52075322 msgid "Are you sure you want to delete wine {0}?"
52085323 msgstr ""
52095324
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:44+0000\n"
1111 "Last-Translator: Naive D. Jack <naivejack@hotmail.it>\n"
1212 "Language-Team: it_IT.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
245245 msgstr "Per favore inserisci il disco del gioco nel lettore"
246246
247247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
248249 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
249250 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
250251 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
273274 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
274275 #: PlayOnLinux_Scripts/Civilization_V_:53
275276 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
276 #: PlayOnLinux_Scripts/Diablo_II_:51
277 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
277278 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
278279 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
279280 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
280281 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
281282 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
282 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
283283 #: PlayOnLinux_Scripts/Google_SketchUp_:51
284284 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
285285 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
299299 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
300300 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
301301 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
302 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
302303 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
303304 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
304305 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
306 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
307 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
308 #: PlayOnLinux_Scripts/Portal_2_:82
307309 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
308310 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:72
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
312315 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
316 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
313317 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
314318 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
315319 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
320 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
316321 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
317322 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
318 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
324 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
320326 #: PlayOnLinux_Scripts/Starcraft_:34
321327 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
322328 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
329 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
330 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
324331 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
325332 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
333 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
326334 #: PlayOnLinux_Scripts/Theme_Hospital_:59
327335 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
328336 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
329337 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
330338 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
339 #: PlayOnLinux_Scripts/Wizard_101_:38
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
340349 msgid "Please select the setup file to run"
341350 msgstr "Per favore seleziona il file di installazione da eseguire."
342351
352 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
357 #, sh-format
358 msgid "Please insert the game media into your disc drive."
359 msgstr ""
360
343361 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
344364 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
345365 #: PlayOnLinux_Scripts/Dishonored_:72
346366 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
439459 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
440460 #: PlayOnLinux_Scripts/Magicka_:68
441461 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
462 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
442463 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
443464 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
444465 #: PlayOnLinux_Scripts/Rayman_Origins_:83
445466 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
446 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
447 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
467 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
468 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
448469 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
449470 #: PlayOnLinux_Scripts/The_Witcher_:125
450471 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
478499 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
479500 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
480501 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
502 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
481503 #: PlayOnLinux_Scripts/Driftmoon_:43
482504 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
483505 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
486508 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
487509 #: PlayOnLinux_Scripts/League_Of_Legends_:57
488510 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
489 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
511 #: PlayOnLinux_Scripts/Sacrifice_:41
512 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
513 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
514 #: PlayOnLinux_Scripts/Toontown_Online_:25
515 #: PlayOnLinux_Scripts/Watchtower_library_:43
490516 #: PlayOnLinux_Scripts/iTunes_10_:28
491517 #, sh-format
492518 msgid "Please select the setup file to run."
501527 #: PlayOnLinux_Scripts/POL_GoG_download_:48
502528 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
503529 #: PlayOnLinux_Scripts/SimCity_2000_:50
504 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
505 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
530 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
531 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
506532 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
507533 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
508534 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
509 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
510 #: lib/wine.lib:1186
535 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
536 #: lib/wine.lib:1171 lib/wine.lib:1201
511537 #, sh-format
512538 msgid "Please wait..."
513539 msgstr "Per favore aspetta..."
535561 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
536562 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
537563 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
538 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
564 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
539565 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
540566 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
541567 #: PlayOnLinux_Scripts/Dead_Space_2_:85
551577 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
552578 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
553579 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
580 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
555581 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
556582 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
557583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
613639 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
614640 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
615641 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
616 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
642 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
617643 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
618644 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
619645 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
620 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
621 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
646 #: PlayOnLinux_Scripts/Dead_Space_:50
647 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
648 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
649 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
622650 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
623651 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
624652 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
628656 #: PlayOnLinux_Scripts/Rage_:79
629657 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
630658 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
659 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
632660 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
633661 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
634662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
668696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
669697 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
670698 #: PlayOnLinux_Scripts/Sacrifice_:45
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
699 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
672700 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
673701 #: PlayOnLinux_Scripts/The_Witcher_:102
674702 #, sh-format
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
680708 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
681709 #: PlayOnLinux_Scripts/Mass_Effect_:54
682 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
710 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
683711 #: PlayOnLinux_Scripts/The_Witcher_:110
684712 #, sh-format
685713 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
691719 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
692720 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
693721 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
694 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
722 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
695723 #: PlayOnLinux_Scripts/The_Witcher_:113
696724 #, sh-format
697725 msgid "Please insert the next game media into your disk drive"
720748 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
721749 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
722750 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
751 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
723752 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
724753 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
725754 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
827856 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
828857 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
829858 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
830 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
859 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
831860 #, sh-format
832861 msgid ""
833862 "You must disable anti-piracy protections of this game\\nif you want to play "
850879
851880 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
852881 #: PlayOnLinux_Scripts/Cars_2_:83
853 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
882 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
854883 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
855884 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
856885 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
873902 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
874903 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
875904 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
905 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
906 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
876907 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
877908 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
878909 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10921123 msgid "Please insert media 2 into your disk drive\\nif not already done."
10931124 msgstr ""
10941125
1095 #: PlayOnLinux_Scripts/Diablo_III_:29
1126 #: PlayOnLinux_Scripts/Diablo_III_:31
10961127 #, sh-format
10971128 msgid "Please select the setup file downloaded on $EDITOR website"
10981129 msgstr ""
10991130
1100 #: PlayOnLinux_Scripts/Diablo_III_:60
1131 #: PlayOnLinux_Scripts/Diablo_III_:62
11011132 #, sh-format
11021133 msgid ""
11031134 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11041135 "patch (AcceptEx Fix)"
11051136 msgstr ""
11061137
1107 #: PlayOnLinux_Scripts/Diablo_III_:60
1138 #: PlayOnLinux_Scripts/Diablo_III_:62
11081139 #, sh-format
11091140 msgid ""
11101141 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11111142 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1143 msgstr ""
1144
1145 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1146 #, sh-format
1147 msgid "Scanning your hardware..."
11121148 msgstr ""
11131149
11141150 #: PlayOnLinux_Scripts/Dishonored_:79
11871223
11881224 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11891225 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1190 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1191 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1226 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1227 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11921228 #, sh-format
11931229 msgid "Please insert the first game media into your disk drive"
11941230 msgstr ""
11951231
11961232 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1197 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1233 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11981234 #, sh-format
11991235 msgid "Please insert the second game media into your disk drive"
12001236 msgstr ""
12591295 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12601296 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12611297 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1298 #: PlayOnLinux_Scripts/Hearthstone_:64
12621299 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12631300 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12641301 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12841321 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12851322 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12861323 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1287 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1324 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12881325 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12891326 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12901327 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13081345 msgid "Editor"
13091346 msgstr ""
13101347
1311 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1348 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13121349 #, sh-format
13131350 msgid "This install script requires ffmpeg"
13141351 msgstr ""
13151352
1316 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1353 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13171354 #, sh-format
13181355 msgid "Converting videos..."
13191356 msgstr ""
13201357
13211358 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1359 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13221360 #, sh-format
13231361 msgid ""
13241362 "On first run the game will autodetect available renderers.\\nIt is likely "
13311369 msgid "Run $TITLE in safe mode?"
13321370 msgstr ""
13331371
1372 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1373 #, sh-format
1374 msgid ""
1375 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1376 "disable it by pressing Alt+R while in game.)"
1377 msgstr ""
1378
1379 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1380 #, sh-format
1381 msgid ""
1382 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1383 "game."
1384 msgstr ""
1385
13341386 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13351387 #, sh-format
13361388 msgid "Could not find program directory"
13931445 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13941446 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13951447 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1396 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1397 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1398 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13991448 #, sh-format
14001449 msgid "Language"
14011450 msgstr "Lingua"
15191568 msgid "Dedicated server"
15201569 msgstr ""
15211570
1522 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1571 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15231572 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15241573 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15251574 #, sh-format
15451594 msgid "Code wheel"
15461595 msgstr ""
15471596
1548 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1549 #, sh-format
1550 msgid "Do you have a language pack to install?"
1551 msgstr ""
1552
1553 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1554 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1555 #, sh-format
1556 msgid "Later"
1557 msgstr "Più tardi"
1558
1559 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1597 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1598 #, sh-format
1599 msgid ""
1600 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1601 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1602 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1606 #, sh-format
1607 msgid "Now you must install the modpack in directory:"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1611 #, sh-format
1612 msgid "Please select ANY 3 icons when prompted."
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1616 #, sh-format
1617 msgid "temp directory missing"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1621 #, sh-format
1622 msgid ""
1623 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1624 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1625 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1626 "details.\\nInstall it?"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1630 #, sh-format
1631 msgid "Control Panel"
1632 msgstr "Pannello di Controllo"
1633
1634 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1635 #, sh-format
1636 msgid ""
1637 "IMPORTANT:\n"
1638 " \\n\\nOn the installation window coming next, do NOT click the Options "
1639 "button, it would mess up the language selection."
1640 msgstr ""
1641
1642 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1643 #, sh-format
1644 msgid ""
1645 "On first run the game will autodetect available renderers.\\nIt is likely "
1646 "that you will get better performance out of the OpenGL renderer."
1647 msgstr ""
1648
1649 #: PlayOnLinux_Scripts/Goblins_3_:21
1650 #, sh-format
1651 msgid "Please select the game language"
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Gothic_3_:82
1655 #, sh-format
1656 msgid "Choose the game resolution"
1657 msgstr "Inserire la risoluzione di gioco"
1658
1659 #: PlayOnLinux_Scripts/Gothic_3_:96
1660 #, sh-format
1661 msgid ""
1662 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1663 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1664 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1665 msgstr ""
1666
1667 #: PlayOnLinux_Scripts/Gothic_3_:110
1668 #, sh-format
1669 msgid "$TITLE is installed"
1670 msgstr "$TITLE è installato"
1671
1672 #: PlayOnLinux_Scripts/Guild_Wars_:53
1673 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1674 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1675 #, sh-format
1676 msgid "Please insert the DVD-ROM"
1677 msgstr "Inserire il DVD-ROM"
1678
1679 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1680 #, sh-format
1681 msgid ""
1682 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1683 "client and download will resume from where it stopped. Download percentage "
1684 "reset but do not worry, it do not restart from the beginning."
1685 msgstr ""
1686
1687 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1688 #, sh-format
1689 msgid ""
1690 "Please select $TITLE install file. During installation, uncheck all extra "
1691 "drivers it wants to install:"
1692 msgstr ""
1693
15601694 #: PlayOnLinux_Scripts/Half_Life_2_:56
15611695 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15621696 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15631697 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1564 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1698 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15651699 #, sh-format
15661700 msgid "No"
15671701 msgstr "No"
15681702
1569 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1570 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1703 #: PlayOnLinux_Scripts/Half_Life_2_:56
1704 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1705 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1706 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1707 #: PlayOnLinux_Scripts/Portal_:36
1708 #, sh-format
1709 msgid ""
1710 "Steam installation has been detected\\nwould you like to install this game "
1711 "in the same virtual drive?"
1712 msgstr ""
1713
15711714 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15721715 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15731716 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15761719 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15771720 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15781721 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1579 #: python/guiv3.py:157
1722 #: python/guiv3.py:158 python/guiv3.py:161
15801723 #, sh-format
15811724 msgid "Yes"
15821725 msgstr "Si"
15831726
1584 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1585 #, sh-format
1586 msgid ""
1587 "To install a language pack later, open the configuration panel for the game "
1588 "in order to execute the installer into the virtual disk (Misc tab)"
1589 msgstr ""
1590
1591 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1592 #, sh-format
1593 msgid ""
1594 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1595 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1596 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1600 #, sh-format
1601 msgid "Now you must install the modpack in directory:"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1605 #, sh-format
1606 msgid "Please select ANY 3 icons when prompted."
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1610 #, sh-format
1611 msgid "temp directory missing"
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1615 #, sh-format
1616 msgid ""
1617 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1618 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1619 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1620 "details.\\nInstall it?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1624 #, sh-format
1625 msgid "Control Panel"
1626 msgstr "Pannello di Controllo"
1627
1628 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1629 #, sh-format
1630 msgid ""
1631 "IMPORTANT:\n"
1632 " \\n\\nOn the installation window coming next, do NOT click the Options "
1633 "button, it would mess up the language selection."
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1637 #, sh-format
1638 msgid ""
1639 "On first run the game will autodetect available renderers.\\nIt is likely "
1640 "that you will get better performance out of the OpenGL renderer."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Goblins_3_:21
1644 #, sh-format
1645 msgid "Please select the game language"
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/Gothic_3_:82
1649 #, sh-format
1650 msgid "Choose the game resolution"
1651 msgstr "Inserire la risoluzione di gioco"
1652
1653 #: PlayOnLinux_Scripts/Gothic_3_:96
1654 #, sh-format
1655 msgid ""
1656 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1657 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1658 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1659 msgstr ""
1660
1661 #: PlayOnLinux_Scripts/Gothic_3_:110
1662 #, sh-format
1663 msgid "$TITLE is installed"
1664 msgstr "$TITLE è installato"
1665
1666 #: PlayOnLinux_Scripts/Guild_Wars_:53
1667 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1668 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1669 #, sh-format
1670 msgid "Please insert the DVD-ROM"
1671 msgstr "Inserire il DVD-ROM"
1672
1673 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1674 #, sh-format
1675 msgid ""
1676 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1677 "client and download will resume from where it stopped. Download percentage "
1678 "reset but do not worry, it do not restart from the beginning."
1679 msgstr ""
1680
1681 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1682 #, sh-format
1683 msgid ""
1684 "Please select $TITLE install file. During installation, uncheck all extra "
1685 "drivers it wants to install:"
1686 msgstr ""
1687
1688 #: PlayOnLinux_Scripts/Half_Life_2_:56
1689 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1690 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1691 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1692 #: PlayOnLinux_Scripts/Portal_:36
1693 #, sh-format
1694 msgid ""
1695 "Steam installation has been detected\\nwould you like to install this game "
1696 "in the same virtual drive?"
1697 msgstr ""
1698
16991727 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17001728 #, sh-format
17011729 msgid "Updating $TITLE"
17021730 msgstr ""
17031731
1704 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1732 #: PlayOnLinux_Scripts/Hanahira__:54
17051733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17061734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17071735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17131741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17141742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17151743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1749 #: PlayOnLinux_Scripts/Steins_Gate_:51
17161750 #, sh-format
17171751 msgid "Please locate installation program (Setup.exe)"
17181752 msgstr ""
17191753
1720 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1721 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1754 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17221755 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17231756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17241757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17401773 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17411774 msgstr ""
17421775
1776 #: PlayOnLinux_Scripts/Hearthstone_:26
1777 #, sh-format
1778 msgid "What language do you want to install?"
1779 msgstr ""
1780
17431781 #: PlayOnLinux_Scripts/ImgBurn_:38
17441782 #, sh-format
17451783 msgid ""
17771815 msgstr ""
17781816
17791817 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1780 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17811818 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17821819 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17831820 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19291966 "If the download update stuck close and run until the download is complete."
19301967 msgstr ""
19311968
1969 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19321970 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19331971 #, sh-format
19341972 msgid "Demo version"
19351973 msgstr ""
19361974
1975 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19371976 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19381977 #, sh-format
19391978 msgid "Please select version."
19872026 #, sh-format
19882027 msgid ""
19892028 "No filename extension specified, skipping association to native application."
2029 msgstr ""
2030
2031 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2032 #, sh-format
2033 msgid "Contacting download server."
19902034 msgstr ""
19912035
19922036 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20722116 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20732117 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20742118 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2119 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20762120 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20772121 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20782122 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21102154 "them without issues"
21112155 msgstr ""
21122156
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2114 #, sh-format
2115 msgid "This package fail to install with wine 1.5.21 or better"
2116 msgstr ""
2117
2118 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2157 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21192158 #, sh-format
21202159 msgid ""
21212160 "If you see error messages during DotNet 3.5 installation, you can ignore "
22312270 "Please update."
22322271 msgstr ""
22332272
2234 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2273 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2274 #: PlayOnLinux_Scripts/yWriter_5_:45
22352275 #, sh-format
22362276 msgid "Downloading..."
22372277 msgstr ""
23422382 msgid "Microsoft fonts have been installed successfully."
23432383 msgstr ""
23442384
2385 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2386 #, sh-format
2387 msgid ""
2388 "OSX users: If the screen flickers once the game is launched, try to press "
2389 "cmd + tab twice"
2390 msgstr ""
2391
23452392 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23462393 #, sh-format
23472394 msgid "Remove Game For Windows Live..."
23792426 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23802427 msgstr ""
23812428
2382 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2429 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23832430 #, sh-format
23842431 msgid "Abort installation"
23852432 msgstr ""
24042451 msgid "The program needs access to ptrace() to proceed:"
24052452 msgstr ""
24062453
2407 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2454 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
24082455 #, sh-format
24092456 msgid "User abort"
24102457 msgstr ""
24432490 msgid "Please do not run $TITLE after installation has finished."
24442491 msgstr ""
24452492
2493 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2494 #, sh-format
2495 msgid "Extracting $TITLE"
2496 msgstr ""
2497
24462498 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24472499 #, sh-format
24482500 msgid ""
24552507 msgid "$TITLE has been successfully installed."
24562508 msgstr ""
24572509
2510 #: PlayOnLinux_Scripts/Poker_Stars_:37
2511 #, sh-format
2512 msgid "Error while installing. Downloaded file not found."
2513 msgstr ""
2514
24582515 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24592516 #, sh-format
24602517 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24622519
24632520 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24642521 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2522 #: PlayOnLinux_Scripts/Watchtower_library_:58
24652523 #, sh-format
24662524 msgid "Please wait while $TITLE is installed"
24672525 msgstr ""
24932551 #: PlayOnLinux_Scripts/Rage_:93
24942552 #, sh-format
24952553 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2554 msgstr ""
2555
2556 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2557 #, sh-format
2558 msgid ""
2559 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2560 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2561 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2562 "n\\nIf you have one of this two versions of this game, please give some "
2563 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2564 "n\\nThank you!"
2565 msgstr ""
2566
2567 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2568 #, sh-format
2569 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2570 msgstr ""
2571
2572 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2573 #, sh-format
2574 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2575 msgstr ""
2576
2577 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2578 #, sh-format
2579 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2580 msgstr ""
2581
2582 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2583 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2584 #, sh-format
2585 msgid "Select a version of installation disc:"
2586 msgstr ""
2587
2588 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2589 #, sh-format
2590 msgid "First Release (without addons)"
2591 msgstr ""
2592
2593 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2594 #, sh-format
2595 msgid "Gold Edition"
2596 msgstr ""
2597
2598 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2599 #, sh-format
2600 msgid "Platinum Edition"
2601 msgstr ""
2602
2603 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2604 #, sh-format
2605 msgid "What is your version of Railroad Tycoon II?"
2606 msgstr ""
2607
2608 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2609 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2610 #, sh-format
2611 msgid ""
2612 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2613 "desktop.\\n\\nThank you for using this installation script! :)"
24962614 msgstr ""
24972615
24982616 #: PlayOnLinux_Scripts/Reaper_4_:30
26442762 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26452763 msgstr ""
26462764
2765 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2766 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2767 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2768 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2769 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2770 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2771 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2772 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2773 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2774 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2775 #, sh-format
2776 msgid ""
2777 "Close the visual novel when it appears to continue installation. Click Next "
2778 "to begin installation."
2779 msgstr ""
2780
2781 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2782 #, sh-format
2783 msgid ""
2784 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2785 "script will now install it. Click Next to continue."
2786 msgstr ""
2787
26472788 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26482789 #, sh-format
26492790 msgid ""
26512792 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26522793 msgstr ""
26532794
2654 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2655 #, sh-format
2656 msgid "Please locate installation program (Launcher.exe)"
2657 msgstr ""
2658
2659 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2660 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2661 #, sh-format
2662 msgid ""
2663 "When the launcher opens, click on the top button to open the installer. When "
2664 "a new window opens, click OK. When another window opens, click on the button "
2665 "with the letter N until it is installing. Wait until it is done and click "
2666 "the right button to quit. Click Next when you are done installing."
2795 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2796 #, sh-format
2797 msgid "Please locate installation program in Data folder (Resonance.msi)"
26672798 msgstr ""
26682799
26692800 #: PlayOnLinux_Scripts/Steam_:50
26992830 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
27002831 "game. Steam install xna framework the game. Close the Steam so that the "
27012832 "installer can continue."
2833 msgstr ""
2834
2835 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2836 #, sh-format
2837 msgid "If youve the extentions, you should install Tribunal first !"
27022838 msgstr ""
27032839
27042840 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
28102946 "pp 4-5."
28112947 msgstr ""
28122948
2949 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2950 #, sh-format
2951 msgid "Please select the installation file to run."
2952 msgstr ""
2953
2954 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2955 #, sh-format
2956 msgid ""
2957 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2958 "your region.\\n 2. Leave only checked DirectX box."
2959 msgstr ""
2960
28132961 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28142962 #, sh-format
28152963 msgid ""
28162964 "The game will fail to launch until you set "
28172965 "/proc/sys/kernel/yama/ptrace_scope to 0"
2966 msgstr ""
2967
2968 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2969 #, sh-format
2970 msgid "Other destination or other CD/DVD"
2971 msgstr ""
2972
2973 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2974 #, sh-format
2975 msgid "Retail CD"
2976 msgstr ""
2977
2978 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2979 #, sh-format
2980 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2981 msgstr ""
2982
2983 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2984 #, sh-format
2985 msgid "video fix"
28182986 msgstr ""
28192987
28202988 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28973065 msgid "Donwload finished.\\nPatches installation will begin"
28983066 msgstr ""
28993067
3068 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3069 #, sh-format
3070 msgid "We will download the installer"
3071 msgstr ""
3072
29003073 #: PlayOnLinux_Scripts/Toontown_Online_:17
29013074 #, sh-format
29023075 msgid ""
29343107 msgid "Do you want to browse $TITLE website?"
29353108 msgstr "Vuoi aprire il sito di $TITLE?"
29363109
3110 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3111 #, sh-format
3112 msgid ""
3113 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3114 "messenger, because it will won't work correctly."
3115 msgstr ""
3116
3117 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3118 #, sh-format
3119 msgid "Warning"
3120 msgstr ""
3121
29373122 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29383123 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29393124 #, sh-format
29443129 "La versione CD-ROM è vecchia. Non dimenticare di aggiornare $TITLE se vuoi "
29453130 "farlo funzionare correttamente con $APPLICATION_TITLE"
29463131
3132 #: PlayOnLinux_Scripts/Watchtower_library_:49
3133 #, sh-format
3134 msgid "File Selection Error"
3135 msgstr ""
3136
3137 #: PlayOnLinux_Scripts/Watchtower_library_:49
3138 #, sh-format
3139 msgid ""
3140 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3141 msgstr ""
3142
29473143 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29483144 #, sh-format
29493145 msgid ""
29623158 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29633159 #, sh-format
29643160 msgid ""
2965 "Attention: After installation is complete, the patcher will load. Please "
2966 "close the patcher before logging in or finish updating to complete the "
2967 "installation. After this, you can run \"$TITLE\" when setup is done"
3161 "Attention:After installation is complete, the patcher will load. After, go "
3162 "to the top right of the patcher and click the wrench, Then Un-check the box "
3163 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3164 "minuite. When finished with this, please close the patcher before logging in "
3165 "or finish updating to complete the installation. After this, you can run "
3166 "\"$TITLE\" when setup is done"
29683167 msgstr ""
29693168
29703169 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30153214 "Per favore inserisci il disco di gioco 5 nel lettore \\n se non lo hai già "
30163215 "fatto."
30173216
3217 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3218 #, sh-format
3219 msgid "Which region version of World of Warplanes would you like to install?"
3220 msgstr ""
3221
3222 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3223 #, sh-format
3224 msgid ""
3225 "Attention:After installation is complete, the patcher will load. After, go "
3226 "to the top right of the patcher and click the wrench, Then Un-check the box "
3227 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3228 "minute. When finished with this, please close the patcher before logging in "
3229 "or finish updating to complete the installation. After this, you can run "
3230 "\"$TITLE\" when setup is done"
3231 msgstr ""
3232
30183233 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30193234 #, sh-format
30203235 msgid ""
30623277 msgid "Please select the 32bit version of iTunes"
30633278 msgstr ""
30643279
3065 #: PlayOnLinux_Scripts/osu_:45
3280 #: PlayOnLinux_Scripts/osu_:46
30663281 #, sh-format
30673282 msgid ""
30683283 "Press next to start the updater. When the updater is finished, close it "
30823297 "resolution when rFactor Config comes up."
30833298 msgstr ""
30843299
3085 #: bash/bug_report:31
3300 #: bash/bug_report:32
30863301 #, sh-format
30873302 msgid "Report a bug"
30883303 msgstr "Segnala un errore"
30893304
3090 #: bash/bug_report:36
3305 #: bash/bug_report:37
30913306 #, sh-format
30923307 msgid ""
30933308 "Please give the more details as you can, otherwise, it will be very "
30963311 "Si prega di dare più dettagli possibili, altrimenti, sarà veramente "
30973312 "difficile aiutarti"
30983313
3099 #: bash/bug_report:36
3314 #: bash/bug_report:37
31003315 #, sh-format
31013316 msgid ""
31023317 "This wizard will help you to report a bug about an officially supported "
31053320 "Questa procedura guidata ti aiuterà a segnalare un errore di un programma "
31063321 "supportato ufficialmente."
31073322
3108 #: bash/bug_report:40
3323 #: bash/bug_report:41
31093324 #, sh-format
31103325 msgid ""
31113326 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31143329 "La versione di $APPLICATION_TITLE non è aggiornata.\\nBisogna aggiornare "
31153330 "$APPLICATION_TITLE prima di inviare una segnalazione di bug. \\nGrazie"
31163331
3117 #: bash/bug_report:46
3332 #: bash/bug_report:47
31183333 #, sh-format
31193334 msgid "I have a problem with a software"
31203335 msgstr "Ho un problema con un programma"
31213336
3122 #: bash/bug_report:46
3337 #: bash/bug_report:47
31233338 #, sh-format
31243339 msgid "My problem concerns $APPLICATION_TITLE itself"
31253340 msgstr "Il mio problema riguarda $APPLICATION_TITLE"
31263341
3127 #: bash/bug_report:46
3342 #: bash/bug_report:47
31283343 #, sh-format
31293344 msgid "What kind of problem do you have?"
31303345 msgstr "Che tipo di problema hai?"
31313346
3132 #: bash/bug_report:50
3347 #: bash/bug_report:51
31333348 #, sh-format
31343349 msgid "Don't join any log file"
31353350 msgstr "Non unire nessun file di registro"
31363351
3137 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3352 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31383353 #: bash/manual_install:120 bash/manual_install:219
31393354 #, sh-format
31403355 msgid "Manual installation"
31413356 msgstr "Installazione manuale"
31423357
3143 #: bash/bug_report:54 bash/run_exe:24
3358 #: bash/bug_report:55 bash/run_exe:24
31443359 #, sh-format
31453360 msgid "Automatic installation"
31463361 msgstr "Installazione automatica"
31473362
3148 #: bash/bug_report:65
3363 #: bash/bug_report:66
31493364 #, sh-format
31503365 msgid "Choose the log file corresponding to your software."
31513366 msgstr "Scegli il file di registro corrispondente al tuo programma."
31523367
3153 #: bash/bug_report:69
3368 #: bash/bug_report:70
31543369 #, sh-format
31553370 msgid "Please give a very short description (title, english only)"
31563371 msgstr "Per favore dai una descrizione molto breve (titolo, solo in inglese)"
31573372
3158 #: bash/bug_report:72
3373 #: bash/bug_report:73
31593374 #, sh-format
31603375 msgid "Please explain your problem clearly (english only):"
31613376 msgstr "Per favore esponi chiaramente il tuo problema (solo in inglese)"
31623377
3163 #: bash/bug_report:76
3378 #: bash/bug_report:77
31643379 #, sh-format
31653380 msgid "Sorry, we need a detailed description."
31663381 msgstr "Ci dispiace, ci serve una descrizione dettagliata."
31673382
3168 #: bash/bug_report:107
3383 #: bash/bug_report:108
31693384 #, sh-format
31703385 msgid ""
31713386 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32133428 msgstr "Scegli il nome dell'unità virtuale"
32143429
32153430 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3216 #: python/mainwindow.py:232
3431 #: python/mainwindow.py:234
32173432 #, sh-format
32183433 msgid "Run a local script"
32193434 msgstr "Esegui uno script"
33453560 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33463561 msgstr "$APPLICATION_TITLE sta creando un disco rigido Windows virtuale"
33473562
3348 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3563 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33493564 #, sh-format
33503565 msgid "$APPLICATION_TITLE first use"
33513566 msgstr "Primo avvio di $APPLICATION_TITLE"
33523567
3353 #: bash/first_use:240
3568 #: bash/first_use:242
33543569 #, sh-format
33553570 msgid "$APPLICATION_TITLE is going to finish its preparation"
33563571 msgstr "$APPLICATION_TITLE sta per finire la preparazione"
33573572
3358 #: bash/first_use:240 bash/first_use:243
3573 #: bash/first_use:242 bash/first_use:245
33593574 #, sh-format
33603575 msgid "Please ensure you are connected to the internet."
33613576 msgstr "Per favore accertati di essere connesso ad internet."
33623577
3363 #: bash/first_use:243
3578 #: bash/first_use:245
33643579 #, sh-format
33653580 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33663581 msgstr ""
33673582 "Sembra che sia la prima volta che tu stai usando \t$APPLICATION_TITLE."
33683583
3369 #: bash/first_use:243
3584 #: bash/first_use:245
33703585 #, sh-format
33713586 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33723587 msgstr ""
33733588 "Questo wizard ti aiuterà a preparare l'ambiente per $APPLICATION_TITLE"
33743589
3375 #: bash/first_use:253
3590 #: bash/first_use:255
33763591 #, sh-format
33773592 msgid "Error while installing fonts"
33783593 msgstr "Errore durante l'installazione font"
33793594
3380 #: bash/first_use:271
3595 #: bash/first_use:273
33813596 #, sh-format
33823597 msgid "Enjoy using $APPLICATION_TITLE"
33833598 msgstr "Divertiti usando $APPLICATION_TITLE"
34973712 msgid "Use another version of Wine"
34983713 msgstr "Usa un'altra versione di Wine"
34993714
3500 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3501 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3715 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3716 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
35023717 #, sh-format
35033718 msgid "Configure Wine"
35043719 msgstr "Configura Wine"
35183733 msgid "What would you like to do before installation?"
35193734 msgstr "Cosa vorresti fare prima dell'installazione?"
35203735
3521 #: bash/manual_install:230 lib/scripts.lib:437
3736 #: bash/manual_install:231 lib/scripts.lib:438
35223737 #, sh-format
35233738 msgid "Please make your choice"
35243739 msgstr "Per favore fai la tua scelta"
35253740
3526 #: bash/manual_install:258
3741 #: bash/manual_install:259
35273742 #, sh-format
35283743 msgid "Looking for runnable CD-ROMs"
35293744 msgstr "In cerca di CD-ROMs eseguibili"
35303745
3531 #: bash/manual_install:281
3746 #: bash/manual_install:282
35323747 #, sh-format
35333748 msgid "Select another file"
35343749 msgstr "Scegli un'altro file"
35353750
3536 #: bash/manual_install:289
3751 #: bash/manual_install:290
35373752 #, sh-format
35383753 msgid "Please choose a way to install your program"
35393754 msgstr "Per favore scegli un metodo per installare i tuoi programmi"
35403755
3541 #: bash/manual_install:298
3756 #: bash/manual_install:299
35423757 #, sh-format
35433758 msgid "Please select the install file to run."
35443759 msgstr "Per favore seleziona un file di installazione da eseguire."
35453760
3546 #: bash/manual_install:328
3761 #: bash/manual_install:329
35473762 #, sh-format
35483763 msgid "You must choose a file!"
35493764 msgstr "Devi scegliere un file!"
35503765
3551 #: bash/manual_install:334
3766 #: bash/manual_install:335
35523767 #, sh-format
35533768 msgid "$APPLICATION_TITLE is installing your application..."
35543769 msgstr "$APPLICATION_TITLE sta installando le tue applicazioni..."
36263841 msgid "Extracting: "
36273842 msgstr "Estrazione: "
36283843
3629 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3844 #: bash/playonlinux-pkg:111
36303845 #, sh-format
36313846 msgid "Running..."
36323847 msgstr "In esecuzione..."
36363851 msgid "Cleaning..."
36373852 msgstr "Pulizia..."
36383853
3639 #: bash/playonlinux_online:32
3640 #, sh-format
3641 msgid ""
3642 "This is the list of the scripts you sent to us. You can run one of them"
3643 msgstr ""
3644 "Questa è la lista degli script che ci hai inviato. Puoi eseguirne uno"
3645
3646 #: bash/playonlinux_online:42
3647 #, sh-format
3648 msgid "You do not seems to have any personal script"
3649 msgstr "Sembra che tu non abbia nessun scipt personale"
3650
3651 #: bash/playonlinux_online:47
3652 #, sh-format
3653 msgid ""
3654 "If you have successfully installed a program with 'Install a non-listed\\"
3655 "nsoftware' button, it will allow you to add this program in our list"
3656 msgstr ""
3657 "Se hai installato con successo un programma col bottone \"Installa un "
3658 "software\\nnon nella lista\", ti sarà permesso aggiungere questo progtamma "
3659 "nella nostra lista"
3660
3661 #: bash/playonlinux_online:47
3662 #, sh-format
3663 msgid "This tools will allow you to help us :"
3664 msgstr "Questa applicazione ti permetterà di aiutarci:"
3665
3666 #: bash/playonlinux_online:47
3667 #, sh-format
3668 msgid ""
3669 "We're going to ask you some questions, please be as much accurate as\\"
3670 "npossible"
3671 msgstr ""
3672 "Stiamo per farti delle domande, per favore sii il più accurato \\n possibile"
3673
3674 #: bash/playonlinux_online:55
3675 #, sh-format
3676 msgid "Choose the file corresponding to your program."
3677 msgstr "Scegli il file che corrisponde al tuo programma."
3678
3679 #: bash/playonlinux_online:59
3680 #, sh-format
3681 msgid "Does your program run?"
3682 msgstr "Il tuo programma funziona?"
3683
3684 #: bash/playonlinux_online:62
3685 #, sh-format
3686 msgid "What is the title of your program?"
3687 msgstr "Qual'è il nome del tuo programma?"
3688
3689 #: bash/playonlinux_online:64
3690 #, sh-format
3691 msgid "What is the editor of your program?"
3692 msgstr "Qual'è l'editor del tuo programma?"
3693
3694 #: bash/playonlinux_online:66
3695 #, sh-format
3696 msgid "What is the editor website of your program?"
3697 msgstr "Qual è il sito internet dello sviluppatore del programma?"
3698
3699 #: bash/playonlinux_online:69 python/install.py:210
3700 #, sh-format
3701 msgid "Accessories"
3702 msgstr "Accessori"
3703
3704 #: bash/playonlinux_online:69 python/install.py:211
3705 #, sh-format
3706 msgid "Development"
3707 msgstr "Sviluppo"
3708
3709 #: bash/playonlinux_online:69 python/install.py:212
3710 #, sh-format
3711 msgid "Education"
3712 msgstr "Istruzione"
3713
3714 #: bash/playonlinux_online:69 python/install.py:213
3715 #, sh-format
3716 msgid "Games"
3717 msgstr "Giochi"
3718
3719 #: bash/playonlinux_online:69 python/install.py:214
3720 #, sh-format
3721 msgid "Graphics"
3722 msgstr "Grafica"
3723
3724 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3725 #: python/options.py:384
3726 #, sh-format
3727 msgid "Internet"
3728 msgstr "Internet"
3729
3730 #: bash/playonlinux_online:69 python/install.py:216
3731 #, sh-format
3732 msgid "Multimedia"
3733 msgstr "Multimedia"
3734
3735 #: bash/playonlinux_online:69 python/install.py:217
3736 #, sh-format
3737 msgid "Office"
3738 msgstr "Ufficio"
3739
3740 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3741 #, sh-format
3742 msgid "Other"
3743 msgstr "Altro"
3744
3745 #: bash/playonlinux_online:69 python/install.py:219
3746 #, sh-format
3747 msgid "Patches"
3748 msgstr "Patches"
3749
3750 #: bash/playonlinux_online:69
3751 #, sh-format
3752 msgid "Select a category for your program"
3753 msgstr "Seleziona una categoria per il tuo programma"
3754
3755 #: bash/playonlinux_online:69 python/install.py:258
3756 #, sh-format
3757 msgid "Testing"
3758 msgstr "Prove"
3759
3760 #: bash/playonlinux_online:72
3761 #, sh-format
3762 msgid ""
3763 "What feature of your program does not work?\\nIf everything works, please "
3764 "mention it"
3765 msgstr ""
3766 "Quale funzionalità del tuo programma non funziona?\\nSe funziona tutto, "
3767 "faccelo sapere"
3768
3769 #: bash/playonlinux_online:74
3770 #, sh-format
3771 msgid "Write any change you made to wine configuration here:"
3772 msgstr ""
3773 "Scrivi tutte le modifiche che hai effettuato alle configurazioni di Wine qui:"
3774
3775 #: bash/playonlinux_online:102
3776 #, sh-format
3777 msgid "You must be able to run this program!"
3778 msgstr "Devi essere in grado di eseguire questo programma!"
3779
3780 #: bash/playonlinux_online:107
3781 #, sh-format
3782 msgid "Run one of your personal scripts"
3783 msgstr "Esegui uno dei tuoi script personali"
3784
3785 #: bash/playonlinux_online:108
3786 #, sh-format
3787 msgid "Send to us a working script generated by manual installation"
3788 msgstr "Inviaci uno script funzionante generato dall'installazione manuale"
3789
3790 #: bash/playonlinux_online:109
3791 #, sh-format
3792 msgid "Logout"
3793 msgstr "Disconnettiti"
3794
3795 #: bash/playonlinux_online:110
3796 #, sh-format
3797 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3798 msgstr "Sei connesso online a $APPLICATION_TITLE come $POL_LOGIN"
3799
3800 #: bash/playonlinux_online:124
3801 #, sh-format
3802 msgid ""
3803 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3804 "safely close this window"
3805 msgstr ""
3806 "Ti sei disconnesso correttamente da $APPLICATION_TITLE Online \\n Puoi "
3807 "chiudere la finestra"
3808
3809 #: bash/polconfigurator:33
3854 #: bash/polconfigurator:34
38103855 #, sh-format
38113856 msgid "Killing programs in the virtual drive..."
38123857 msgstr "Arresto dei programmi nella macchina virtuale..."
38133858
3814 #: bash/polconfigurator:79
3859 #: bash/polconfigurator:86
38153860 #, sh-format
38163861 msgid "Icon selection"
38173862 msgstr "Seleziona icona"
38183863
3819 #: bash/polconfigurator:79
3864 #: bash/polconfigurator:86
38203865 #, sh-format
38213866 msgid "Please select an icon file"
38223867 msgstr "Per favore seleziona un file icona"
38233868
3824 #: bash/polconfigurator:86
3869 #: bash/polconfigurator:93
38253870 #, sh-format
38263871 msgid "Bad file extension"
38273872 msgstr "Estensione non valida"
38283873
3829 #: bash/polconfigurator:86
3874 #: bash/polconfigurator:93
38303875 #, sh-format
38313876 msgid "is not an icon extension"
38323877 msgstr "non è un'estensione di icona"
38333878
3834 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3835 #: python/mainwindow.py:621
3879 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3880 #: python/mainwindow.py:619
38363881 #, sh-format
38373882 msgid "Registry Editor"
38383883 msgstr "Editor di registro"
38393884
3840 #: bash/polconfigurator:97
3885 #: bash/polconfigurator:104
38413886 #, sh-format
38423887 msgid "Kill all prefix processes"
38433888 msgstr "Arresto di tutti i processi prefissati"
38443889
3845 #: bash/polconfigurator:98
3890 #: bash/polconfigurator:105
38463891 #, sh-format
38473892 msgid "Update wineprefix"
38483893 msgstr "Aggiorna i prefissi Wine"
38493894
3850 #: bash/polconfigurator:99
3895 #: bash/polconfigurator:106
38513896 #, sh-format
38523897 msgid "Simulate Windows reboot"
38533898 msgstr "Simulazione riavvio Windows"
38543899
3855 #: bash/polconfigurator:100
3900 #: bash/polconfigurator:107
38563901 #, sh-format
38573902 msgid "Use Advanced Wine Configuration plugin"
38583903 msgstr "Usa il plugin di Configurazione Avanzata di Wine"
38593904
3860 #: bash/polconfigurator:101
3905 #: bash/polconfigurator:108
38613906 #, sh-format
38623907 msgid "Use PlayOnLinux's configurator for"
38633908 msgstr "Usare il configuratore di PlayOnLinux per"
38643909
3865 #: bash/polconfigurator:103
3910 #: bash/polconfigurator:110
38663911 #, sh-format
38673912 msgid "Change the icon"
38683913 msgstr "Cambia l'icona"
38693914
3870 #: bash/polconfigurator:104
3915 #: bash/polconfigurator:111
38713916 #, sh-format
38723917 msgid "Use WineTricks"
38733918 msgstr "Usa WineTricks"
38743919
3875 #: bash/polconfigurator:123
3920 #: bash/polconfigurator:130
38763921 #, sh-format
38773922 msgid "Please choose an action to perform"
38783923 msgstr "Per favore seleziona un azione da eseguire"
39273972 msgid "Please choose a CD-ROM to eject"
39283973 msgstr "Per favore scegli un CD-ROM da espellere"
39293974
3930 #: bash/run_app:83
3975 #: bash/run_app:85
39313976 #, sh-format
39323977 msgid "Please choose a software to run"
39333978 msgstr "Per favore scegli un programma da eseguire"
39343979
3935 #: bash/run_app:114
3980 #: bash/run_app:116
39363981 #, sh-format
39373982 msgid "$APPLICATION_TITLE debugger is starting..."
39383983 msgstr "Il debugger di $APPLICATION_TITLE sta partendo..."
39393984
3940 #: bash/run_app:117
3985 #: bash/run_app:119
39413986 #, sh-format
39423987 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
39433988 msgstr ""
39443989 "$PACKAGE si è bloccato.\\nCliccare sul link di debug per avere maggiori "
39453990 "dettagli."
39463991
3947 #: bash/run_app:119
3992 #: bash/run_app:121
39483993 #, sh-format
39493994 msgid "$PACKAGE crashed."
39503995 msgstr "$PACKAGE si è bloccato."
40064051 "vecchie impostazioni?"
40074052
40084053 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4009 #: lib/playonlinux.lib:717
4054 #: lib/playonlinux.lib:720
40104055 #, sh-format
40114056 msgid "$APPLICATION_TITLE Uninstaller"
40124057 msgstr "Uninstaller $APPLICATION_TITLE"
40264071 msgid "This wizard will help you to uninstall: "
40274072 msgstr "Questa procedura guidata ti aiuterà a disinstallare: "
40284073
4029 #: bash/uninstall:65 lib/playonlinux.lib:717
4074 #: bash/uninstall:65 lib/playonlinux.lib:720
40304075 #, sh-format
40314076 msgid "Uninstalling..."
40324077 msgstr "Disinstallazione..."
40924137 "per avere ulteriori informazioni"
40934138
40944139 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4095 #: lib/wine.lib:955 lib/wine.lib:1036
4140 #: lib/wine.lib:970 lib/wine.lib:1051
40964141 #, sh-format
40974142 msgid "Please wait while the virtual drive is being created..."
40984143 msgstr "Per favore attendi mentre viene creata l'unità virtuale..."
41084153 msgid "Setting Program Files var"
41094154 msgstr "Impostando la var Program Files"
41104155
4111 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4112 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4156 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4157 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
41134158 #, sh-format
41144159 msgid "This function is disabled in the PlayOnlinux environment."
41154160 msgstr "Questa funzione è disabilitata nell'ambiente di PlayOnLinux"
41164161
4117 #: lib/playonlinux.lib:334
4162 #: lib/playonlinux.lib:336
41184163 #, sh-format
41194164 msgid ""
41204165 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41264171 "responsabile dei suoi effetti.\\nPer favore accertati di quello che stai "
41274172 "facendo!"
41284173
4129 #: lib/playonlinux.lib:335
4174 #: lib/playonlinux.lib:337
41304175 #, sh-format
41314176 msgid "Here the source code of the script. Check it carefully"
41324177 msgstr "Ecco il codice sorgente dello script. Controllalo con attenzione"
41334178
4134 #: lib/playonlinux.lib:357
4179 #: lib/playonlinux.lib:359
41354180 #, sh-format
41364181 msgid ""
41374182 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41434188 "responsabile dei suoi effetti.\\nPer favore accertati di quello che stai "
41444189 "facendo!"
41454190
4146 #: lib/playonlinux.lib:358
4191 #: lib/playonlinux.lib:360
41474192 #, sh-format
41484193 msgid "External library"
41494194 msgstr "Libreria esterna"
41504195
4151 #: lib/playonlinux.lib:358
4196 #: lib/playonlinux.lib:360
41524197 #, sh-format
41534198 msgid "Here the source code of the script. Check it carrefully"
41544199 msgstr "Ecco il codice sorgente dello script. Controllalo con attenzione"
41554200
4156 #: lib/playonlinux.lib:591
4201 #: lib/playonlinux.lib:593
41574202 #, sh-format
41584203 msgid "Making shortcut..."
41594204 msgstr "Creando la scorciatoia..."
41604205
4161 #: lib/playonlinux.lib:715
4206 #: lib/playonlinux.lib:718
41624207 #, sh-format
41634208 msgid "Do you want to delete the virtual drive:"
41644209 msgstr "Vuoi cancellare l'unità virtuale:"
41654210
4166 #: lib/playonlinux.lib:826
4211 #: lib/playonlinux.lib:831
41674212 #, sh-format
41684213 msgid ""
41694214 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41724217 "Il seguente file si trova in un filesystem FAT32.\\nPotrebbe impedire il "
41734218 "corretto funzionamento di wine\\n\\n$FilePath"
41744219
4175 #: lib/playonlinux.lib:827
4220 #: lib/playonlinux.lib:832
41764221 #, sh-format
41774222 msgid ""
41784223 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41814226 "Il seguente file si trova in un filesystem NTFS.\\nPotrebbe impedire il "
41824227 "corretto funzionamento di wine\\n\\n$FilePath"
41834228
4184 #: lib/playonlinux.lib:828
4229 #: lib/playonlinux.lib:833
41854230 #, sh-format
41864231 msgid ""
41874232 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41904235 "Il seguente file si trova in un filesystem fuse.\\nPotrebbe impedire il "
41914236 "corretto funzionamento di wine\\n\\n$FilePath"
41924237
4193 #: lib/playonlinux.lib:829
4238 #: lib/playonlinux.lib:834
41944239 #, sh-format
41954240 msgid ""
41964241 "The following file is located on a noexec mounted filesystem.\\nIt might "
41994244 "Il seguente file si trova in un filesystem noexec.\\nPotrebbe impedire il "
42004245 "corretto funzionamento di wine\\n\\n$FilePath"
42014246
4202 #: lib/plugins.lib:65
4247 #: lib/plugins.lib:66
42034248 #, sh-format
42044249 msgid "Checking plugin: "
42054250 msgstr "Controlla plugin: "
42064251
4207 #: lib/plugins.lib:93
4252 #: lib/plugins.lib:94
42084253 #, sh-format
42094254 msgid "New: "
42104255 msgstr "Nuovo: "
42114256
4212 #: lib/plugins.lib:93
4257 #: lib/plugins.lib:94
42134258 #, sh-format
42144259 msgid "Updating plugin. Previous: "
42154260 msgstr "Aggiornando i plugin. Precedenti: "
42164261
4217 #: lib/plugins.lib:112
4262 #: lib/plugins.lib:113
42184263 #, sh-format
42194264 msgid "Installing plugin: "
42204265 msgstr "Installa plugin: "
42334278 msgid "Function override detected, disabling bug reporting"
42344279 msgstr ""
42354280
4236 #: lib/scripts.lib:499 lib/scripts.lib:565
4281 #: lib/scripts.lib:500 lib/scripts.lib:566
42374282 #, sh-format
42384283 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
42394284 msgstr ""
42404285
4241 #: lib/scripts.lib:501 lib/scripts.lib:784
4286 #: lib/scripts.lib:502 lib/scripts.lib:785
42424287 #, sh-format
42434288 msgid "Please wait while $APPLICATION_TITLE is downloading:"
42444289 msgstr "Per favore attendi mentre $APPLICATION_TITLE scarica:"
42454290
4246 #: lib/scripts.lib:503 lib/scripts.lib:570
4291 #: lib/scripts.lib:504 lib/scripts.lib:571
42474292 #, sh-format
42484293 msgid "An error happened during download."
42494294 msgstr "Si è verificato un errore durante lo scaricamento"
42504295
4251 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4252 #: lib/scripts.lib:586
4296 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4297 #: lib/scripts.lib:587
42534298 #, sh-format
42544299 msgid "Do you want to retry?"
42554300 msgstr "Vuoi riprovare?"
42564301
4257 #: lib/scripts.lib:522 lib/scripts.lib:586
4302 #: lib/scripts.lib:523 lib/scripts.lib:587
42584303 #, sh-format
42594304 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
42604305 msgstr ""
42614306 "Errore! File mismatch \\n\\n Locale: $LOCAL_MD5 \\n Server: $SERVER_MD5"
42624307
4263 #: lib/scripts.lib:689
4308 #: lib/scripts.lib:690
42644309 #, sh-format
42654310 msgid ""
42664311 "7z not installed, please check that you have 7zip installed and try again"
42674312 msgstr "7z non è installato, accertati di averlo installato e riprova"
42684313
4269 #: lib/scripts.lib:696
4314 #: lib/scripts.lib:697
42704315 #, sh-format
42714316 msgid "Failed to locate ${dest} from ${archive}"
42724317 msgstr "Impossibile trovare ${dest} in ${archive}"
42734318
4274 #: lib/scripts.lib:700
4319 #: lib/scripts.lib:701
42754320 #, sh-format
42764321 msgid "Extracting ${filename} from ${archivename}"
42774322 msgstr "Estrazione di ${filename} da ${archivename}"
42784323
4279 #: lib/scripts.lib:715
4324 #: lib/scripts.lib:716
42804325 #, sh-format
42814326 msgid "Extracted file size does not match!"
42824327 msgstr "Estrazione dimensione file non corrispondente"
42834328
4284 #: lib/scripts.lib:746
4329 #: lib/scripts.lib:747
42854330 #, sh-format
42864331 msgid "Copying ${filename}"
42874332 msgstr "Copiando ${filename}"
42884333
4289 #: lib/scripts.lib:759
4334 #: lib/scripts.lib:760
42904335 #, sh-format
42914336 msgid "File size does not match!"
42924337 msgstr "Dimensione file non corrispondente"
42934338
4294 #: lib/scripts.lib:903
4339 #: lib/scripts.lib:904
42954340 #, sh-format
42964341 msgid ""
42974342 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
43004345 "Mi dispiace, $APPLICATION_TITLE $VERSION è troppo vecchio per continuare.\\"
43014346 "nRichiesto $APPLICATION_TITLE $NEEDED."
43024347
4303 #: lib/scripts.lib:918
4348 #: lib/scripts.lib:919
43044349 #, sh-format
43054350 msgid ""
43064351 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
43094354 "Attenzione: stai eseguendo $APPLICATION_TITLE $VERSION.\\nPer continuare è "
43104355 "raccomandato $APPLICATION_TITLE $NEEDED."
43114356
4312 #: lib/scripts.lib:949
4357 #: lib/scripts.lib:950
43134358 #, sh-format
43144359 msgid "$AUTHOR profile"
43154360 msgstr "Profilo di $AUTHOR"
43584403 "Uno o più programmi mancano. Per favore installali e poi esegui nuovamente "
43594404 "lo script."
43604405
4361 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4406 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
43624407 #: python/mainwindow.py:1135 python/mainwindow.py:1165
43634408 #: python/mainwindow.py:1179 python/mainwindow.py:1188
43644409 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43704415 #, sh-format
43714416 msgid "Where is mounted your CD-ROM?"
43724417 msgstr "Dov'è montato il tuo CD-ROM?"
4418
4419 #: lib/setupwindow.lib:349 python/install.py:218
4420 #, sh-format
4421 msgid "Other"
4422 msgstr "Altro"
43734423
43744424 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43754425 #, sh-format
44974547 msgid "I don't want to make another shortcut"
44984548 msgstr "Non voglio creare un'altro collegamento"
44994549
4500 #: lib/setupwindow.lib:711 python/guiv3.py:158
4550 #: lib/setupwindow.lib:711 python/guiv3.py:163
45014551 #, sh-format
45024552 msgid "Browse"
45034553 msgstr "Esplora"
45044554
4555 #: lib/setupwindow.lib:739
4556 #, sh-format
4557 msgid "A shortcut by that name already exists, overwrite?"
4558 msgstr ""
4559
45054560 #: lib/website.lib:29
45064561 #, sh-format
45074562 msgid "Connect to your $APPLICATION_TITLE account"
45214576 "Connessione non riuscita! \\n Per favore assicurati che il tuo nome utente e "
45224577 "che la tua password siano validi."
45234578
4524 #: lib/wine.lib:367
4579 #: lib/wine.lib:371
45254580 #, sh-format
45264581 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
45274582 msgstr "Si prega di attendere che $APPLICATION_TITLE analizzi l'hardware"
45284583
4529 #: lib/wine.lib:373
4584 #: lib/wine.lib:377
45304585 #, sh-format
45314586 msgid "Select the main videocard to report:"
45324587 msgstr ""
45334588
4534 #: lib/wine.lib:538 lib/wine.lib:703
4589 #: lib/wine.lib:549 lib/wine.lib:714
45354590 #, sh-format
45364591 msgid ""
45374592 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
45404595 "Sembra che Wine sia crashato\\n\\nSe il tuo programma è ancora aperto, "
45414596 "ignora questo messaggio."
45424597
4543 #: lib/wine.lib:763
4598 #: lib/wine.lib:775
45444599 #, sh-format
45454600 msgid "Unable to find version: "
45464601 msgstr "Impossibile trovare la versione: "
45474602
4548 #: lib/wine.lib:769 lib/wine.lib:770
4603 #: lib/wine.lib:781 lib/wine.lib:782
45494604 #, sh-format
45504605 msgid "Downloading Wine: "
45514606 msgstr "Scaricando Wine: "
45524607
4553 #: lib/wine.lib:779
4608 #: lib/wine.lib:791
45544609 #, sh-format
45554610 msgid "The download seems to have failed."
45564611 msgstr "Il download è fallito."
45574612
4558 #: lib/wine.lib:781
4613 #: lib/wine.lib:793
45594614 #, sh-format
45604615 msgid "Extracting Wine..."
45614616 msgstr "Estraendo Wine..."
45624617
4563 #: lib/wine.lib:961
4618 #: lib/wine.lib:976
45644619 #, sh-format
45654620 msgid "Overwrite (usually works, no guarantee)"
45664621 msgstr ""
45674622
4568 #: lib/wine.lib:962
4623 #: lib/wine.lib:977
45694624 #, sh-format
45704625 msgid "Erase (virtual drive content will be lost)"
45714626 msgstr ""
45724627
4573 #: lib/wine.lib:976
4628 #: lib/wine.lib:991
45744629 #, sh-format
45754630 msgid "The target virtual drive $PREFNAME already exists:"
45764631 msgstr ""
45774632
4578 #: lib/wine.lib:1156 lib/wine.lib:1186
4633 #: lib/wine.lib:1171 lib/wine.lib:1201
45794634 #, sh-format
45804635 msgid "Please wait while $SOFTNAME is installed..."
45814636 msgstr "Per favore aspetta che $SOFTNAME venga installato..."
45824637
4583 #: lib/wine.lib:1160 lib/wine.lib:1189
4638 #: lib/wine.lib:1175 lib/wine.lib:1204
45844639 #, sh-format
45854640 msgid ""
45864641 "Be careful! This will kill install process. If it is not finished, you will "
45894644 "Stai attento! Questo terminerà il processo di installazione. Se non è ancora "
45904645 "finito dovrai reinstallare $SOFTNAME"
45914646
4592 #: lib/wine.lib:1160 lib/wine.lib:1189
4647 #: lib/wine.lib:1175 lib/wine.lib:1204
45934648 #, sh-format
45944649 msgid "Install is done"
45954650 msgstr "Installazione completata"
45964651
4597 #: lib/wine.lib:1193 lib/wine.lib:1194
4652 #: lib/wine.lib:1208 lib/wine.lib:1209
45984653 #, sh-format
45994654 msgid "Press next only when the installation process is finished"
46004655 msgstr "Premi Avanti solo quando il processo di installazione è finito"
46014656
4602 #: lib/wine.lib:1202
4657 #: lib/wine.lib:1217
46034658 #, sh-format
46044659 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
46054660 msgstr "Si prega di attendere che $APPLICATION_TITLE simuli un riavvio"
46184673 "Per disinstallare correttamente un programma con {0}, si deve cancellare il "
46194674 "drive virtuale associato"
46204675
4621 #: python/configure.py:197 python/configure.py:694
4676 #: python/configure.py:196 python/configure.py:703
46224677 msgid "General"
46234678 msgstr "Generale"
46244679
4625 #: python/configure.py:200
4680 #: python/configure.py:199
46264681 msgid "Make a new shortcut from this virtual drive"
46274682 msgstr "Crea una nuova scorciatoia per questa unità virtuale"
46284683
4629 #: python/configure.py:201
4684 #: python/configure.py:200
46304685 msgid "Name"
46314686 msgstr "Nome"
46324687
4633 #: python/configure.py:202
4688 #: python/configure.py:201
46344689 msgid "Wine version"
46354690 msgstr "Versione Wine"
46364691
4637 #: python/configure.py:203
4692 #: python/configure.py:202
46384693 msgid "Debug flags"
46394694 msgstr ""
46404695
4641 #: python/configure.py:205
4696 #: python/configure.py:204
46424697 msgid "Virtual drive"
46434698 msgstr "Unità virtuale"
46444699
4645 #: python/configure.py:207
4700 #: python/configure.py:206
46464701 msgid "Arguments"
46474702 msgstr "Argomenti"
46484703
4649 #: python/configure.py:211
4704 #: python/configure.py:210
46504705 msgid "Run configuration wizard"
46514706 msgstr "Avvia il wizard di configurazione"
46524707
4653 #: python/configure.py:248
4708 #: python/configure.py:247
46544709 msgid "Windows reboot"
46554710 msgstr "Riavvio Windows"
46564711
4657 #: python/configure.py:256
4712 #: python/configure.py:255
46584713 msgid "Repair virtual drive"
46594714 msgstr "Riparazione drive virtuale"
46604715
4661 #: python/configure.py:265
4716 #: python/configure.py:264
46624717 msgid "Command prompt"
46634718 msgstr "Prompt dei comandi"
46644719
4665 #: python/configure.py:272
4720 #: python/configure.py:271
46664721 msgid "Task manager"
46674722 msgstr "Gestore processi"
46684723
4669 #: python/configure.py:280
4724 #: python/configure.py:279
46704725 msgid "Kill processes"
46714726 msgstr "Uccidi i processi"
46724727
4673 #: python/configure.py:287
4728 #: python/configure.py:286
46744729 msgid "Wine uninstaller"
46754730 msgstr "Disinstallazione di Wine"
46764731
4677 #: python/configure.py:312
4732 #: python/configure.py:311
46784733 msgid ""
46794734 "Be careful! Installing one of these components can break your virtual drive."
46804735 msgstr ""
46814736
4682 #: python/configure.py:334 python/install.py:285 python/install.py:289
4683 #: python/mainwindow.py:197 python/mainwindow.py:350
4737 #: python/configure.py:333 python/install.py:285 python/install.py:289
4738 #: python/mainwindow.py:199 python/mainwindow.py:348
46844739 msgid "Install"
46854740 msgstr "Installa"
46864741
4687 #: python/configure.py:395
4742 #: python/configure.py:388
46884743 msgid "Open program's directory"
46894744 msgstr "Apri la cartella del programma"
46904745
4691 #: python/configure.py:418
4746 #: python/configure.py:411
46924747 msgid "Open virtual drive's directory"
46934748 msgstr "Apri la cartella dell'unità virtuale"
46944749
4695 #: python/configure.py:560
4750 #: python/configure.py:555
46964751 msgid "GLSL Support"
46974752 msgstr "Supporto GLSL"
46984753
4699 #: python/configure.py:561
4754 #: python/configure.py:556
47004755 msgid "Direct Draw Renderer"
47014756 msgstr "Render Direct Draw"
47024757
4703 #: python/configure.py:562
4758 #: python/configure.py:557
47044759 msgid "Video memory size"
47054760 msgstr "Dimensione memoria video"
47064761
4707 #: python/configure.py:563
4762 #: python/configure.py:558
47084763 msgid "Offscreen rendering mode"
47094764 msgstr "Modalità di rendering Offscreen"
47104765
4711 #: python/configure.py:564
4766 #: python/configure.py:559
47124767 msgid "Render target mode lock"
47134768 msgstr "Modalità bloccata del Render target"
47144769
4715 #: python/configure.py:565
4770 #: python/configure.py:560
47164771 msgid "Multisampling"
47174772 msgstr "Multisampling"
47184773
4719 #: python/configure.py:566
4774 #: python/configure.py:561
47204775 msgid "Strict Draw Ordering"
47214776 msgstr "Strict draw ordering"
47224777
4723 #: python/configure.py:576
4778 #: python/configure.py:571
47244779 msgid "Mouse warp override"
47254780 msgstr "Sostituzione del Mouse warp"
47264781
4727 #: python/configure.py:578
4782 #: python/configure.py:573
47284783 msgid "Open a shell"
47294784 msgstr "Apri una shell"
47304785
4731 #: python/configure.py:579
4786 #: python/configure.py:574
47324787 msgid "Run a .exe file in this virtual drive"
47334788 msgstr "Esegui un file .exe in questa unità virtuale"
47344789
4735 #: python/configure.py:580
4790 #: python/configure.py:575
47364791 msgid "Command to exec before running the program"
47374792 msgstr "Comando da eseguire prima dell'avvio del programma"
47384793
4739 #: python/configure.py:591
4794 #: python/configure.py:585
4795 msgid ""
4796 "Warning:\n"
4797 "\n"
4798 "Any program still running in this virtual drive will be terminated before "
4799 "Wine version is changed.\n"
4800 "Are you sure you want to continue?"
4801 msgstr ""
4802
4803 #: python/configure.py:596
47404804 msgid ""
47414805 "Be careful!\n"
47424806 "If you change "
47444808 "Stai attento!\n"
47454809 "Se cambi "
47464810
4747 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4811 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
47484812 msgid "{0} configuration"
47494813 msgstr "{0} configurazione"
47504814
4751 #: python/configure.py:659
4815 #: python/configure.py:664
47524816 msgid "Please select a program or a virtual drive to configure"
47534817 msgstr "Per favore seleziona un programma o un'unità virtuale da configurare"
47544818
4755 #: python/configure.py:677 python/options.py:280
4819 #: python/configure.py:683 python/configure.py:686 python/options.py:280
47564820 msgid "New"
47574821 msgstr "Installa un programma in un nuovo prefisso"
47584822
4759 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4760 #: python/mainwindow.py:596 python/options.py:207
4823 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4824 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
47614825 msgid "Remove"
47624826 msgstr "Rimuovi"
47634827
4764 #: python/configure.py:696
4828 #: python/configure.py:705
47654829 msgid "Install components"
47664830 msgstr ""
47674831
4768 #: python/configure.py:697 python/mainwindow.py:332
4832 #: python/configure.py:706 python/mainwindow.py:330
47694833 msgid "Display"
47704834 msgstr "Schermo"
47714835
4772 #: python/configure.py:698
4836 #: python/configure.py:707
47734837 msgid "Miscellaneous"
47744838 msgstr "Varie"
47754839
4776 #: python/configure.py:726
4840 #: python/configure.py:735
47774841 msgid "This virtual drive is protected"
47784842 msgstr "Questa unità virtuale è protetta"
47794843
4780 #: python/configure.py:728
4844 #: python/configure.py:737
47814845 msgid "Are you sure you want to delete {0} virtual drive ?"
47824846 msgstr "Sei sicuro di voler cancellare l'unità virtuale {0}"
47834847
4784 #: python/configure.py:735
4848 #: python/configure.py:744
47854849 msgid "Are you sure you want to delete {0} ?"
47864850 msgstr "Sei sicuro di voler cancellare {0}"
47874851
4788 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4789 #: python/mainwindow.py:997
4852 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4853 #: python/mainwindow.py:995
47904854 msgid "{0} debugger"
47914855 msgstr "Debugger di {0}"
47924856
47944858 msgid "Please select a debug file"
47954859 msgstr "Si prega di selezionare un file di debug"
47964860
4797 #: python/debug.py:76
4861 #: python/debug.py:78
47984862 msgid "Locate this logfile"
47994863 msgstr "Trovare questo file di log"
48004864
4801 #: python/debug.py:99
4865 #: python/debug.py:101
48024866 msgid "The file is named : {0}"
48034867 msgstr "Il file si chiama: {0}"
48044868
4805 #: python/debug.py:153 python/debug.py:207
4869 #: python/debug.py:189 python/debug.py:245
48064870 msgid "Virtual drives"
48074871 msgstr "Drive virtuali"
48084872
4809 #: python/debug.py:184
4873 #: python/debug.py:222
48104874 msgid "Report a problem about {0}"
48114875 msgstr "Segnala un problema riguardante {0}"
48124876
4813 #: python/debug.py:206
4877 #: python/debug.py:244
48144878 msgid "Install scripts"
48154879 msgstr "Installa script"
48164880
48354899 msgid "Next"
48364900 msgstr "Avanti"
48374901
4838 #: python/guiv3.py:166
4902 #: python/guiv3.py:171
48394903 msgid "I Agree"
48404904 msgstr "Accetto"
48414905
4842 #: python/guiv3.py:167
4906 #: python/guiv3.py:172
48434907 msgid "Show virtual drives"
48444908 msgstr "Mostra i drive virtuali"
48454909
4846 #: python/guiv3.py:188
4910 #: python/guiv3.py:193
48474911 msgid "Login: "
48484912 msgstr "Accesso: "
48494913
4850 #: python/guiv3.py:189
4914 #: python/guiv3.py:194
48514915 msgid "Password: "
48524916 msgstr "Password: "
48534917
4854 #: python/guiv3.py:192
4918 #: python/guiv3.py:197
48554919 msgid "Register"
48564920 msgstr "Registra"
48574921
4858 #: python/guiv3.py:288
4922 #: python/guiv3.py:302
48594923 msgid "MB downloaded"
48604924 msgstr "MB scaricati"
48614925
4862 #: python/guiv3.py:288
4926 #: python/guiv3.py:302
48634927 msgid "of"
48644928 msgstr "di"
48654929
4866 #: python/guiv3.py:749
4930 #: python/guiv3.py:769
48674931 msgid "You cannot close this window"
48684932 msgstr "Non puoi chiudere questa finestra"
48694933
48714935 msgid "No description"
48724936 msgstr "Senza descrizione"
48734937
4874 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4938 #: python/install.py:210
4939 msgid "Accessories"
4940 msgstr "Accessori"
4941
4942 #: python/install.py:211
4943 msgid "Development"
4944 msgstr "Sviluppo"
4945
4946 #: python/install.py:212
4947 msgid "Education"
4948 msgstr "Istruzione"
4949
4950 #: python/install.py:213
4951 msgid "Games"
4952 msgstr "Giochi"
4953
4954 #: python/install.py:214
4955 msgid "Graphics"
4956 msgstr "Grafica"
4957
4958 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4959 msgid "Internet"
4960 msgstr "Internet"
4961
4962 #: python/install.py:216
4963 msgid "Multimedia"
4964 msgstr "Multimedia"
4965
4966 #: python/install.py:217
4967 msgid "Office"
4968 msgstr "Ufficio"
4969
4970 #: python/install.py:219
4971 msgid "Patches"
4972 msgstr "Patches"
4973
4974 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
48754975 msgid "Search"
48764976 msgstr "Cerca"
48774977
48784978 #: python/install.py:252
48794979 msgid "Include:"
48804980 msgstr ""
4981
4982 #: python/install.py:258
4983 msgid "Testing"
4984 msgstr "Prove"
48814985
48824986 #: python/install.py:263
48834987 msgid "No-cd needed"
49425046 "used for piracy purposes we won't give any support on this matter."
49435047 msgstr ""
49445048
4945 #: python/irc.py:137
5049 #: python/irc.py:139
49465050 msgid "Send"
49475051 msgstr "Invia"
49485052
4949 #: python/irc.py:138
5053 #: python/irc.py:140
49505054 msgid "Connect"
49515055 msgstr "Connetti"
49525056
4953 #: python/irc.py:139
5057 #: python/irc.py:141
49545058 msgid "Disconnect"
49555059 msgstr "Disconnetti"
49565060
4957 #: python/irc.py:140
5061 #: python/irc.py:142
49585062 msgid "Leave"
49595063 msgstr "Abbandona"
49605064
4961 #: python/irc.py:227
5065 #: python/irc.py:229
49625066 msgid "Join a channel"
49635067 msgstr "Entra in un canale"
49645068
4965 #: python/irc.py:257 python/mainwindow.py:725
5069 #: python/irc.py:259 python/mainwindow.py:723
49665070 msgid "Messenger"
49675071 msgstr "Messaggistica"
49685072
4969 #: python/irc.py:273
5073 #: python/irc.py:275
49705074 msgid ""
49715075 "If you close this window, you cannot read further replies. Are you sure that "
49725076 "you want to close it?"
49965100 msgid "{0} error"
49975101 msgstr ""
49985102
4999 #: python/mainwindow.py:73
5103 #: python/mainwindow.py:75
50005104 msgid "{0} website is unavailable. Please check your connection"
50015105 msgstr ""
50025106
5003 #: python/mainwindow.py:75
5107 #: python/mainwindow.py:77
50045108 msgid "Refreshing {0}"
50055109 msgstr "Aggiornamento {0}"
50065110
5007 #: python/mainwindow.py:90 python/mainwindow.py:92
5111 #: python/mainwindow.py:92 python/mainwindow.py:94
50085112 msgid "An updated version of {0} is available"
50095113 msgstr "Una versione aggiornata di {0} è disponibile"
50105114
5011 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5115 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
50125116 msgid "Run"
50135117 msgstr "Esegui"
50145118
5015 #: python/mainwindow.py:200
5119 #: python/mainwindow.py:202
50165120 msgid "Donate"
50175121 msgstr "Fai una donazione"
50185122
5019 #: python/mainwindow.py:201
5123 #: python/mainwindow.py:203
50205124 msgid "Exit"
50215125 msgstr "Esci"
50225126
5023 #: python/mainwindow.py:205
5127 #: python/mainwindow.py:207
50245128 msgid "Small icons"
50255129 msgstr "Icone piccole"
50265130
5027 #: python/mainwindow.py:206
5131 #: python/mainwindow.py:208
50285132 msgid "Medium icons"
50295133 msgstr "Icone medie"
50305134
5031 #: python/mainwindow.py:207
5135 #: python/mainwindow.py:209
50325136 msgid "Large icons"
50335137 msgstr "Icone grandi"
50345138
5035 #: python/mainwindow.py:208
5139 #: python/mainwindow.py:210
50365140 msgid "Very large icons"
50375141 msgstr "Icone molto grandi"
50385142
5039 #: python/mainwindow.py:220
5143 #: python/mainwindow.py:222
50405144 msgid "Manage Wine versions"
50415145 msgstr "Gestisci la versione di Wine"
50425146
5043 #: python/mainwindow.py:226
5147 #: python/mainwindow.py:228
50445148 msgid "Read a PC CD-Rom"
50455149 msgstr "Leggi un PC CD-ROM"
50465150
5047 #: python/mainwindow.py:236
5151 #: python/mainwindow.py:238
50485152 msgid "Close all {0} software"
50495153 msgstr "Chiudi tutti i {0} programmi"
50505154
5051 #: python/mainwindow.py:240
5155 #: python/mainwindow.py:242
50525156 msgid "{0} console"
50535157 msgstr "{0} console"
50545158
5055 #: python/mainwindow.py:250
5159 #: python/mainwindow.py:248
50565160 msgid "{0} messenger"
50575161 msgstr "{0} programma di messaggistica"
50585162
5059 #: python/mainwindow.py:266 python/options.py:388
5163 #: python/mainwindow.py:264 python/options.py:388
50605164 msgid "File associations"
50615165 msgstr "Associazioni file"
50625166
5063 #: python/mainwindow.py:273
5167 #: python/mainwindow.py:271
50645168 msgid "About {0}"
50655169 msgstr "Informazioni {0}"
50665170
5067 #: python/mainwindow.py:302 python/mainwindow.py:306
5171 #: python/mainwindow.py:300 python/mainwindow.py:304
50685172 msgid "Plugin manager"
50695173 msgstr "Gestore plugin"
50705174
5071 #: python/mainwindow.py:331
5175 #: python/mainwindow.py:329
50725176 msgid "File"
50735177 msgstr "File"
50745178
5075 #: python/mainwindow.py:333
5179 #: python/mainwindow.py:331
50765180 msgid "Tools"
50775181 msgstr "Strumenti"
50785182
5079 #: python/mainwindow.py:334 python/mainwindow.py:723
5183 #: python/mainwindow.py:332 python/mainwindow.py:721
50805184 msgid "Settings"
50815185 msgstr "Impostazioni"
50825186
5083 #: python/mainwindow.py:335 python/options.py:387
5187 #: python/mainwindow.py:333 python/options.py:387
50845188 msgid "Plugins"
50855189 msgstr "Plugins"
50865190
5087 #: python/mainwindow.py:347 python/mainwindow.py:739
5191 #: python/mainwindow.py:345 python/mainwindow.py:737
50885192 msgid "Close"
50895193 msgstr "Chiudi"
50905194
5091 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5195 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
50925196 msgid "Configure"
50935197 msgstr "Configura"
50945198
5095 #: python/mainwindow.py:584
5199 #: python/mainwindow.py:582
50965200 msgid "Open the application's directory"
50975201 msgstr "Apri la cartella dell'applicazione"
50985202
5099 #: python/mainwindow.py:588 python/mainwindow.py:753
5203 #: python/mainwindow.py:586 python/mainwindow.py:751
51005204 msgid "Read the manual"
51015205 msgstr "Leggi il manuale"
51025206
5103 #: python/mainwindow.py:592
5207 #: python/mainwindow.py:590
51045208 msgid "Set the icon"
51055209 msgstr "Imposta l'icona"
51065210
5107 #: python/mainwindow.py:600
5211 #: python/mainwindow.py:598
51085212 msgid "Close this application"
51095213 msgstr "Chiudi questa applicazione"
51105214
5111 #: python/mainwindow.py:611
5215 #: python/mainwindow.py:609
51125216 msgid "KillApp"
51135217 msgstr "AppKill"
51145218
5115 #: python/mainwindow.py:618
5219 #: python/mainwindow.py:616
51165220 msgid "No manual found for {0}"
51175221 msgstr "Nessun manuale trovato per {0}"
51185222
5119 #: python/mainwindow.py:721
5223 #: python/mainwindow.py:719
51205224 msgid "Install a program"
51215225 msgstr "Installare un programma"
51225226
5123 #: python/mainwindow.py:728
5227 #: python/mainwindow.py:726
51245228 msgid "Update GIT"
51255229 msgstr "Aggiornare GIT"
51265230
5127 #: python/mainwindow.py:731
5231 #: python/mainwindow.py:729
51285232 msgid "Update instructions"
51295233 msgstr ""
51305234
5131 #: python/mainwindow.py:741
5235 #: python/mainwindow.py:739
51325236 msgid "Debug"
51335237 msgstr "Esegui il debug"
51345238
5135 #: python/mainwindow.py:743
5239 #: python/mainwindow.py:741
51365240 msgid "Report a problem"
51375241 msgstr ""
51385242
5139 #: python/mainwindow.py:747
5243 #: python/mainwindow.py:745
51405244 msgid "Create a shortcut"
51415245 msgstr "Creare una scorciatoia"
51425246
5143 #: python/mainwindow.py:749
5247 #: python/mainwindow.py:747
51445248 msgid "Open the directory"
51455249 msgstr "Aprire la directory"
51465250
5147 #: python/mainwindow.py:755
5251 #: python/mainwindow.py:753
51485252 msgid "Save"
51495253 msgstr ""
51505254
5151 #: python/mainwindow.py:758
5255 #: python/mainwindow.py:756
51525256 msgid "Uninstall"
51535257 msgstr "Rimuovi"
51545258
5155 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5156 #: python/mainwindow.py:1003
5259 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5260 #: python/mainwindow.py:1001
51575261 msgid "Please select a program."
51585262 msgstr "Si prega di selezionare un programma"
51595263
5160 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5264 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
51615265 msgid "{0} settings"
51625266 msgstr "{0} Impostazioni"
51635267
5164 #: python/mainwindow.py:965
5268 #: python/mainwindow.py:963
51655269 msgid "{0} install menu"
51665270 msgstr "{0} Menu di installazione"
51675271
5168 #: python/mainwindow.py:974
5272 #: python/mainwindow.py:972
51695273 msgid "{0} wine versions manager"
51705274 msgstr "{0} Gestore verioni wine"
51715275
5172 #: python/mainwindow.py:1005
5276 #: python/mainwindow.py:1003
51735277 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
51745278 msgstr "L'unità virtuale associata a {0} ({1}) non esiste più."
51755279
52965400 "\n"
52975401 "Queste informazioni saranno preziose per aiutare le persone."
52985402
5299 #: python/mainwindow.py:1271
5403 #: python/mainwindow.py:1273
53005404 msgid "Are you sure you want to want to install {0} package?"
53015405 msgstr "Si è sicuri di voler installare il pacchetto {0}?"
53025406
5303 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5407 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5408 #: python/mainwindow.py:1284
53045409 msgid ""
53055410 "You are trying to open a script design for {0}! It might not work as expected"
53065411 msgstr ""
53795484 msgid "You must restart {0} for the changes to take effect."
53805485 msgstr "Bisogna riavviare {0} per rendere effettivi i cambiamenti"
53815486
5382 #: python/wine_versions.py:194
5487 #: python/wine_versions.py:195
53835488 msgid "Installed Wine versions: "
53845489 msgstr "Versioni di Wine installate: "
53855490
5386 #: python/wine_versions.py:195
5491 #: python/wine_versions.py:196
53875492 msgid "Available Wine versions: "
53885493 msgstr "Versioni di Wine disponibili: "
53895494
5390 #: python/wine_versions.py:202
5495 #: python/wine_versions.py:203
53915496 msgid "Wine versions"
53925497 msgstr "Versioni di Wine"
53935498
5394 #: python/wine_versions.py:321
5499 #: python/wine_versions.py:322
53955500 msgid "Are you sure you want to delete wine {0}?"
53965501 msgstr "Sei sicuro di voler cancellare wine {0}?"
53975502
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 # Akira Nakagawa <matyapiro31@gmail.com>, 2014.
45 #
56 msgid ""
67 msgstr ""
78 "Project-Id-Version: pol\n"
89 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-10-28 11:31+0000\n"
10 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
11 "PO-Revision-Date: 2014-05-25 10:30+0000\n"
1112 "Last-Translator: Akira Nakagawa <matyapiro31@gmail.com>\n"
12 "Language-Team: ja_JP.UTF-8 <LL@li.org>\n"
13 "Language-Team: Japanese <>\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
17 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
18 "X-Generator: Launchpad (build 17086)\n"
1819
1920 #: Capture plugin:2, Detour plugin:4
2021 msgid "Which application do you want to apply the modification to?"
2324 #: Capture plugin:3
2425 msgid ""
2526 "This plugin wil allow you to capture you applications under PlayOnLinux"
26 msgstr "PlayOnLinuxで実行しているアプリケーションをキャプチャするプラグインです"
27 msgstr "このプラグインでPlayOnLinuxで実行しているアプリケーションをキャプチャできます。"
2728
2829 #: Capture plugin:4
2930 msgid "Capture menu (OpenGL)"
6263
6364 #: Capture plugin:12
6465 msgid "Press <SHIFT>+F8 to stop capture"
65 msgstr ""
66 msgstr "<SHIFT>+F8でキャプチャを停止"
6667
6768 #: Capture plugin:13
6869 msgid "Capture in progress..."
7475
7576 #: Capture plugin:15
7677 msgid "Please choose a PID capture file to play"
77 msgstr ""
78 msgstr "再生するPIDキャプチャファイルを選択"
7879
7980 #: Capture plugin:16
8081 msgid "Please choose an OGV capture file to play"
81 msgstr ""
82 msgstr "再生するOGV キャプチャファイルを選択"
8283
8384 #: Capture plugin:17
8485 msgid "Please choose a capture file to convert"
109110 msgid ""
110111 "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format "
111112 "to work properly."
112 msgstr ""
113 msgstr "Ubuntuユーザの場合、この変換形式が正しく機能するにはリポジトリMEDIBUNTUを追加しなければなりません。"
113114
114115 #: Capture plugin:24
115116 msgid "Choose the video format for conversion"
119120 msgid ""
120121 "Define your encoding options for pass 1 \\n (leave defaults if you do not "
121122 "know what to do)"
122 msgstr ""
123 msgstr "パス1のエンコードを設定\\n (分からなければ既定で放置)"
123124
124125 #: Capture plugin:26
125126 msgid ""
126127 "Define your encoding options for pass 2 \\n (leave defaults if you do not "
127128 "know what to do)"
128 msgstr ""
129 msgstr "パス2のエンコードを設定\\n (分からなければ既定で放置)"
129130
130131 #: Capture plugin:27
131132 msgid ""
135136
136137 #: Capture plugin:28
137138 msgid "Please wait while your video is being encoded..."
138 msgstr "ビデオをエンコーディング中です。しばらくお待ちください。"
139 msgstr "ビデオをエンコーディング中。しばらくお待ちください。"
139140
140141 #: Capture plugin:29
141142 msgid "Conversion done"
147148
148149 #: Advanced Wine Configuration Plugin:5
149150 msgid "All"
150 msgstr ""
151 msgstr "すべて"
151152
152153 #: Advanced Wine Configuration Plugin:6
153154 msgid "You must choose a game to modify"
158159 "Welcome in Advanced Wine Configuration, an optimization’s system for Wine "
159160 "created by GNU_Raziel. If you does not know what to choose, LEAVE DEFAULTS"
160161 msgstr ""
162 "Wineの高度な設定へようこそ。GNU_Razielで作ったWine用最適化の間です。どれを選んでいいか分からない場合、既定で放置しましょう。"
161163
162164 #: Advanced Wine Configuration Plugin:8
163165 msgid "Choose a game"
181183
182184 #: Advanced Wine Configuration Plugin:14
183185 msgid "Choose Render Target Lock Mode?"
184 msgstr ""
186 msgstr "描画対象ロックモードを使用しますか?"
185187
186188 #: Advanced Wine Configuration Plugin:15
187189 msgid "Activate Multisampling support?"
188 msgstr ""
190 msgstr "マルチサンプリングを有効にしますか?"
189191
190192 #: Advanced Wine Configuration Plugin:16
191193 msgid "Activate the mouse warp override?"
193195
194196 #: Advanced Wine Configuration Plugin:17
195197 msgid "Optimisation done"
196 msgstr ""
198 msgstr "最適化完了"
197199
198200 #: Detour plugin:3
199201 msgid ""
202204
203205 #: Detour plugin:5
204206 msgid "Choose an application"
205 msgstr ""
207 msgstr "アプリケーションを選択"
206208
207209 #: Detour plugin:6
208210 msgid "Operation done"
209 msgstr ""
211 msgstr "操作完了"
210212
211213 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44
212214 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38
223225 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82
224226 #, sh-format
225227 msgid "Please insert the game media into your disk drive."
226 msgstr ""
228 msgstr "ディスクドライブにゲームメディアを入れてください。"
227229
228230 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
231 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229232 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230233 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231234 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254257 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255258 #: PlayOnLinux_Scripts/Civilization_V_:53
256259 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
260 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258261 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259262 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260263 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261264 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262265 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264266 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265267 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266268 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280282 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281283 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282284 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
285 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283286 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284287 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285288 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
289 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
290 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
291 #: PlayOnLinux_Scripts/Portal_2_:82
288292 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289293 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
294 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
295 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291296 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292297 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293298 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
299 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294300 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295301 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296302 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
303 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297304 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298305 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
307 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
308 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301309 #: PlayOnLinux_Scripts/Starcraft_:34
302310 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303311 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
312 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
313 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305314 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306315 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
316 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307317 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308318 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309319 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310320 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311321 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
322 #: PlayOnLinux_Scripts/Wizard_101_:38
312323 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313324 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314325 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321332 msgid "Please select the setup file to run"
322333 msgstr "実行するセットアップを選択"
323334
335 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
336 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
337 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
338 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
339 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
340 #, sh-format
341 msgid "Please insert the game media into your disc drive."
342 msgstr ""
343
324344 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
345 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
346 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325347 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326348 #: PlayOnLinux_Scripts/Dishonored_:72
327349 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
336358 "nClose COMPLETELY the Steam interface, \\nso that the installation script "
337359 "can continue."
338360 msgstr ""
361 "Steamから${TITLE}のダウンロードが完了後、\\nプレイせずにSteamのインターフェイスを完全に終了して、\\n\\"
362 "nインストールスクリプトが続行できるようにしてください。\\n"
339363
340364 #: PlayOnLinux_Scripts/Ableton_Live_8_:52
341365 #: PlayOnLinux_Scripts/Ableton_Live_9_:64
343367 msgid ""
344368 "NOTICE: To register, when it opens asking for registration, drag-and-drop "
345369 "your reg file into $TITLE"
346 msgstr ""
370 msgstr "注意:求められた登録を実行するには、${TITLE}にレジストリファイルをドラッグ&ドロップします"
347371
348372 #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46
349373 #, sh-format
350374 msgid "NOTICE: For low-latency audio, look into WineASIO."
351 msgstr ""
375 msgstr "注意:低レイテンシーのオーディオ用には、WineASIOを推奨。"
352376
353377 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
354378 #, sh-format
355379 msgid "Do you want to install the 2.0a Patch?"
356 msgstr ""
380 msgstr "2.0aパッチをインストールしますか?"
357381
358382 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31
359383 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30
380404 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74
381405 #, sh-format
382406 msgid "Do you want to install the 1.0c Patch?"
383 msgstr ""
407 msgstr "1.0cパッチをインストールしますか?"
384408
385409 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47
386410 #, sh-format
387411 msgid ""
388412 "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0"
389 msgstr ""
413 msgstr "Mod Pack Studio Lite 2.0を事前にインストールすれば、${TITLE}をインストール出来ます。"
390414
391415 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38
392416 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76
415439 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416440 #: PlayOnLinux_Scripts/Magicka_:68
417441 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
442 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418443 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419444 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420445 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421446 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
447 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
448 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424449 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425450 #: PlayOnLinux_Scripts/The_Witcher_:125
426451 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
432457 "nClose COMPLETELY the Steam interface, \\nso that the installation script "
433458 "can continue"
434459 msgstr ""
460 "Steamから${TITLE}のダウンロードが完了後、プレイせずにSteamのインターフェイスを完全に終了して、インストールスクリプトが続行できるようにし"
461 "てください。"
435462
436463 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:88
437464 #: PlayOnLinux_Scripts/Alien_Breed_3___Descent_:87
438465 #: PlayOnLinux_Scripts/Alien_Breed___Impact_:86
439466 #, sh-format
440467 msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work"
441 msgstr ""
468 msgstr ".NET 3.0のインストールが失敗しても、\\nゲームの動作には支障はないはずです。"
442469
443470 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30
444471 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40
445472 #, sh-format
446473 msgid "You dont have to install DirectX or use GLSetup."
447 msgstr ""
474 msgstr "DirectXのインストールやGLSetupの使用は不要です。"
448475
449476 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39
450477 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451478 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452479 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
480 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453481 #: PlayOnLinux_Scripts/Driftmoon_:43
454482 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455483 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458486 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459487 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460488 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
489 #: PlayOnLinux_Scripts/Sacrifice_:41
490 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
491 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
492 #: PlayOnLinux_Scripts/Toontown_Online_:25
493 #: PlayOnLinux_Scripts/Watchtower_library_:43
462494 #: PlayOnLinux_Scripts/iTunes_10_:28
463495 #, sh-format
464496 msgid "Please select the setup file to run."
465 msgstr ""
497 msgstr "実行するセットアップファイルを選択してください。"
466498
467499 #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:94
468500 #: PlayOnLinux_Scripts/EVE_online_:122
473505 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474506 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475507 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
508 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
509 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478510 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479511 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480512 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
513 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
514 #: lib/wine.lib:1171 lib/wine.lib:1201
483515 #, sh-format
484516 msgid "Please wait..."
485 msgstr ""
517 msgstr "お待ちください。"
486518
487519 #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43
488520 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43
489521 #, sh-format
490522 msgid "Installation finished."
491 msgstr ""
523 msgstr "インストール完了。"
492524
493525 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69
494526 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47
499531 #: PlayOnLinux_Scripts/Wolfenstein_:48
500532 #, sh-format
501533 msgid "Please insert game media into your disk drive"
502 msgstr ""
534 msgstr "ディスクドライブにゲームメディアを挿入"
503535
504536 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:88
505537 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:95
507539 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508540 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509541 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
542 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511543 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512544 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513545 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523555 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524556 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525557 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
558 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527559 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528560 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
533565 #: PlayOnLinux_Scripts/Worms_World_Party_:37
534566 #, sh-format
535567 msgid "Please select the setup file to run:"
536 msgstr ""
568 msgstr "実行するセットアップを選択"
537569
538570 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:31
539571 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:32
542574 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32
543575 #, sh-format
544576 msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED"
545 msgstr ""
577 msgstr "${TITLE_REQUIRED}のパッチインストーラ${PVERSION}にようこそ"
546578
547579 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45
548580 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46
552584 #: PlayOnLinux_Scripts/The_Witcher_2___Enhanced_Edition_Patch_:42
553585 #, sh-format
554586 msgid "Steam have is own automatic update system"
555 msgstr ""
587 msgstr "Steamには自動アップデートシステムがあります"
556588
557589 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:54
558590 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:55
579611 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:55
580612 #, sh-format
581613 msgid "Select patch to execute"
582 msgstr ""
614 msgstr "適用するパッチを選択"
583615
584616 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:73
585617 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586618 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587619 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
620 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589621 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590622 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591623 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
624 #: PlayOnLinux_Scripts/Dead_Space_:50
625 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
626 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
627 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594628 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595629 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596630 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600634 #: PlayOnLinux_Scripts/Rage_:79
601635 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602636 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604638 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605639 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
611645 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:43
612646 #, sh-format
613647 msgid "Please insert game media into your disk drive\\nif not already done."
614 msgstr ""
648 msgstr "まだの場合はディスクドライブにゲームメディアを挿入。"
615649
616650 #: PlayOnLinux_Scripts/Assassin_s_Creed_Patch_1.02_:45
617651 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:41
631665 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:41
632666 #, sh-format
633667 msgid "Steam have is own automatic update system."
634 msgstr ""
668 msgstr "Steamは自動アップデートシステムを備えています。"
635669
636670 #: PlayOnLinux_Scripts/Assassin_s_Creed_Revelations_:74
637671 #: PlayOnLinux_Scripts/Baldur_s_Gate_:43 PlayOnLinux_Scripts/Baldur_s_Gate_:80
638672 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639673 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640674 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
675 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642676 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643677 #: PlayOnLinux_Scripts/The_Witcher_:102
644678 #, sh-format
645679 msgid "Please insert the game media into your disk drive"
646 msgstr ""
680 msgstr "ディスクドライブにゲームメディアを挿入"
647681
648682 #: PlayOnLinux_Scripts/Baldur_s_Gate_:51 PlayOnLinux_Scripts/Baldur_s_Gate_:59
649683 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650684 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651685 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
686 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653687 #: PlayOnLinux_Scripts/The_Witcher_:110
654688 #, sh-format
655689 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660694 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661695 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
697 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664698 #: PlayOnLinux_Scripts/The_Witcher_:113
665699 #, sh-format
666700 msgid "Please insert the next game media into your disk drive"
676710 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:27
677711 #, sh-format
678712 msgid "Welcome in the patch $PVERSION installer for $TITLE_REQUIRED"
679 msgstr ""
713 msgstr "${TITLE_REQUIRED}のパッチインストーラ${PVERSION}にようこそ"
680714
681715 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:31
682716 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:31
689723 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690724 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691725 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
726 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692727 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693728 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694729 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
695730 #, sh-format
696731 msgid "Please install $TITLE_REQUIRED first"
697 msgstr ""
732 msgstr "${TITLE_REQUIRED}を先にインストールしてください"
698733
699734 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
700735 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:49
702737 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:49
703738 #, sh-format
704739 msgid "English version"
705 msgstr ""
740 msgstr "英語版"
706741
707742 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
708743 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48
710745 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
711746 #, sh-format
712747 msgid "International version"
713 msgstr ""
748 msgstr "国際版"
714749
715750 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
716751 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52
717752 #, sh-format
718753 msgid "Italian version"
719 msgstr ""
754 msgstr "イタリア語版"
720755
721756 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
722757 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:55
723758 #, sh-format
724759 msgid "Japanese version"
725 msgstr ""
760 msgstr "日本語版"
726761
727762 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
728763 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_Patch_2.5.26498_:48
732767 #: PlayOnLinux_Scripts/World_Of_Warcraft_:42
733768 #, sh-format
734769 msgid "Which version do you have?"
735 msgstr ""
770 msgstr "どの言語のものを持っていますか?"
736771
737772 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:31
738773 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:31
750785 #: PlayOnLinux_Scripts/The_Witcher_Patch_1.5_:37
751786 #, sh-format
752787 msgid "Game is not installed."
753 msgstr ""
788 msgstr "ゲームはインストールされていません。"
754789
755790 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:68
756791 #, sh-format
757792 msgid "This addon automatically install patch 2.5.26461"
758 msgstr ""
793 msgstr "このアドオンによってパッチ2.5.26461が自動的にインストールされます"
759794
760795 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:43
761796 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:43
762797 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:54
763798 #, sh-format
764799 msgid "Select first patch to execute"
765 msgstr ""
800 msgstr "一番目に適用するパッチを選択"
766801
767802 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:46
768803 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:46
769804 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_Patch_1.02_:57
770805 #, sh-format
771806 msgid "Select second patch to execute"
772 msgstr ""
807 msgstr "二番目に適用するパッチを選択"
773808
774809 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:51
775810 #: PlayOnLinux_Scripts/Baldur_s_Gate_Patch_1.1.4315_:52
777812 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:52
778813 #, sh-format
779814 msgid "US or Canadian version"
780 msgstr ""
815 msgstr "アメリカ合衆国(US)またはカナダ連邦の版"
781816
782817 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_:68
783818 #, sh-format
784819 msgid "This addon automatically install patch 1.3.5511"
785 msgstr ""
820 msgstr "このパッチによって自動的にパッチ1.3.5511がインストールされます。"
786821
787822 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
788823 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:59
789824 #, sh-format
790825 msgid "UK version"
791 msgstr ""
826 msgstr "イギリス版"
792827
793828 #: PlayOnLinux_Scripts/Batman_Arkham_Asylum_:109
794829 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795830 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796831 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
832 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798833 #, sh-format
799834 msgid ""
800835 "You must disable anti-piracy protections of this game\\nif you want to play "
812847
813848 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814849 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
850 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816851 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817852 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818853 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833868 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834869 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835870 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
871 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
872 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836873 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837874 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838875 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
839876 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:70
840877 #, sh-format
841878 msgid "Normal version"
842 msgstr ""
879 msgstr "通常バージョン"
843880
844881 #: PlayOnLinux_Scripts/Borderlands_Patch_1.41_:27
845882 #: PlayOnLinux_Scripts/Dragon_Age_Patch_1.04_:24
851888 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:23
852889 #, sh-format
853890 msgid "Welcome in the patch $PVERSION installer for $TITLE"
854 msgstr ""
891 msgstr "${TITLE}のパッチインストーラ${PVERSION}にようこそ"
855892
856893 #: PlayOnLinux_Scripts/CivCity_Rome_:60
857894 #, sh-format
858895 msgid ""
859896 "Warning: GameShadow wont work.\\nPlease de-select during installation."
860 msgstr ""
897 msgstr "警告:GameShadowがうごきません。\\nインストール中に選択を解除してください。"
861898
862899 #: PlayOnLinux_Scripts/CivCity_Rome_:64
863900 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:59
867904 msgid ""
868905 "Do not forget to close Steam when downloading\\nis finished, so that "
869906 "$APPLICATION_TITLE can continue\\nto install your game."
870 msgstr ""
907 msgstr "ダウンロード完了後、${APPLICATION_TITLE}がインストールを続行するため、\\n必ずSteamを終了してください。\\n"
871908
872909 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:72
873910 #, sh-format
876913 "shows you to the login interface, login and then let $TITLE install.\\n\\"
877914 "nWhen the installation is finished, press next (Do not close Steam)"
878915 msgstr ""
916 "Steamがアップデートを実行しようとしています。完了し、ログイン画面が表示されたら、ログインして${TITLE}をインストールしてください。\\n\\"
917 "nインストール終了後、次へを押す。(Steamを閉じない)"
879918
880919 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75
881920 #, sh-format
882921 msgid ""
883922 "Steam is installing $TITLEW, press next when the installation is finished"
884 msgstr ""
923 msgstr "Steamが $TITLEW をインストール中、完了後次へをクリック"
885924
886925 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78
887926 #, sh-format
888927 msgid ""
889928 "Steam is installing $TITLEBTS, press next when the installation is finished"
890 msgstr ""
929 msgstr "Steamが $TITLEBTS をインストール中、完了後次へをクリック"
891930
892931 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81
893932 #, sh-format
918957 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
919958 #, sh-format
920959 msgid "Choose the game language you want"
921 msgstr ""
960 msgstr "ゲームの言語を選択"
922961
923962 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:77
924963 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:93
926965 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:101
927966 #, sh-format
928967 msgid "Wait while language pack is configured..."
929 msgstr ""
968 msgstr "言語パックを設定中"
930969
931970 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:28
932971 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_Patch_1.12_:30
955994 #: PlayOnLinux_Scripts/Fallout_3_:73 PlayOnLinux_Scripts/Spelunky_:28
956995 #, sh-format
957996 msgid "Installation in progress..."
958 msgstr ""
997 msgstr "インストールが進行中"
959998
960999 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55
9611000 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
9641003 #: PlayOnLinux_Scripts/GOG.com___Outcast_:75 PlayOnLinux_Scripts/Goblins_3_:21
9651004 #, sh-format
9661005 msgid "English"
967 msgstr ""
1006 msgstr "英語"
9681007
9691008 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55
9701009 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:56
9731012 #: PlayOnLinux_Scripts/GOG.com___Outcast_:86 PlayOnLinux_Scripts/Goblins_3_:21
9741013 #, sh-format
9751014 msgid "French"
976 msgstr ""
1015 msgstr "フランス語"
9771016
9781017 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55
9791018 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:58
9821021 #: PlayOnLinux_Scripts/GOG.com___Outcast_:97
9831022 #, sh-format
9841023 msgid "German"
985 msgstr ""
1024 msgstr "ドイツ語"
9861025
9871026 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:55
9881027 #: PlayOnLinux_Scripts/Internet_Explorer_7_:57
9891028 #: PlayOnLinux_Scripts/Mozilla_Firefox_:76
9901029 #, sh-format
9911030 msgid "Which language version would you like to install?"
992 msgstr ""
1031 msgstr "どの原語版をインストールしますか?"
9931032
9941033 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_1_:23
9951034 #, sh-format
10481087 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491088 msgstr ""
10501089
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1090 #: PlayOnLinux_Scripts/Diablo_III_:31
10521091 #, sh-format
10531092 msgid "Please select the setup file downloaded on $EDITOR website"
10541093 msgstr ""
10551094
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1095 #: PlayOnLinux_Scripts/Diablo_III_:62
10571096 #, sh-format
10581097 msgid ""
10591098 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601099 "patch (AcceptEx Fix)"
10611100 msgstr ""
10621101
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1102 #: PlayOnLinux_Scripts/Diablo_III_:62
10641103 #, sh-format
10651104 msgid ""
10661105 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671106 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1107 msgstr ""
1108
1109 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1110 #, sh-format
1111 msgid "Scanning your hardware..."
10681112 msgstr ""
10691113
10701114 #: PlayOnLinux_Scripts/Dishonored_:79
11431187
11441188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451189 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1190 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1191 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481192 #, sh-format
11491193 msgid "Please insert the first game media into your disk drive"
11501194 msgstr ""
11511195
11521196 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1197 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541198 #, sh-format
11551199 msgid "Please insert the second game media into your disk drive"
11561200 msgstr ""
12151259 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161260 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171261 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1262 #: PlayOnLinux_Scripts/Hearthstone_:64
12181263 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191264 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201265 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12241269 #: PlayOnLinux_Scripts/Vantage_Master_Online_:44
12251270 #, sh-format
12261271 msgid "Please wait while $TITLE is installed."
1227 msgstr ""
1272 msgstr "$TITLE のインストールが終了するまでお待ちください。"
12281273
12291274 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:86
12301275 #: PlayOnLinux_Scripts/League_Of_Legends_:69
12321277 #: PlayOnLinux_Scripts/The_Elder_Scrolls_II__Daggerfall_:72
12331278 #, sh-format
12341279 msgid "Decompressing archive..."
1235 msgstr ""
1280 msgstr "アーカイブを解凍しています。"
12361281
12371282 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:100
12381283 #: PlayOnLinux_Scripts/GOG.com___Alone_in_the_Dark_2_:41
12401285 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411286 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421287 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1288 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441289 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451290 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461291 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12621307 #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:46
12631308 #, sh-format
12641309 msgid "Editor"
1265 msgstr ""
1266
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1310 msgstr "エディタ"
1311
1312 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681313 #, sh-format
12691314 msgid "This install script requires ffmpeg"
1270 msgstr ""
1271
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1315 msgstr "このインストールスクリプトがffmpegを要求しています"
1316
1317 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731318 #, sh-format
12741319 msgid "Converting videos..."
1275 msgstr ""
1320 msgstr "ビデオを変換中。"
12761321
12771322 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1323 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781324 #, sh-format
12791325 msgid ""
12801326 "On first run the game will autodetect available renderers.\\nIt is likely "
12851331 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86
12861332 #, sh-format
12871333 msgid "Run $TITLE in safe mode?"
1334 msgstr "$TITLE をセーフモードで実行しますか?"
1335
1336 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1337 #, sh-format
1338 msgid ""
1339 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1340 "disable it by pressing Alt+R while in game.)"
1341 msgstr ""
1342
1343 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1344 #, sh-format
1345 msgid ""
1346 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1347 "game."
12881348 msgstr ""
12891349
12901350 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13491409 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501410 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511411 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551412 #, sh-format
13561413 msgid "Language"
1357 msgstr ""
1414 msgstr "言語"
13581415
13591416 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13601417 #, sh-format
13611418 msgid "Spanish"
1362 msgstr ""
1419 msgstr "スペイン語"
13631420
13641421 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13651422 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13661423 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
13671424 #, sh-format
13681425 msgid "What is your preferred language?"
1369 msgstr ""
1426 msgstr "使用する言語を選択"
13701427
13711428 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
13721429 #: PlayOnLinux_Scripts/GOG.com___Outcast_:108
13731430 #, sh-format
13741431 msgid "Brasilian (text only)"
1375 msgstr ""
1432 msgstr "ブラジルポルトガル語(表示のみ)"
13761433
13771434 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
13781435 #: PlayOnLinux_Scripts/GOG.com___Outcast_:119
13791436 #, sh-format
13801437 msgid "Dutch (text only)"
1381 msgstr ""
1438 msgstr "オランダ語(表示のみ)"
13821439
13831440 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
13841441 #: PlayOnLinux_Scripts/GOG.com___Outcast_:130
13851442 #, sh-format
13861443 msgid "Italian (text only)"
1387 msgstr ""
1444 msgstr "イタリア語(表示のみ)"
13881445
13891446 #: PlayOnLinux_Scripts/GOG.com___Outcast_:71
13901447 #: PlayOnLinux_Scripts/GOG.com___Outcast_:141
13911448 #, sh-format
13921449 msgid "Spanish (text only)"
1393 msgstr ""
1450 msgstr "スペイン語(表示のみ)"
13941451
13951452 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
13961453 #: PlayOnLinux_Scripts/GOG.com___Outcast_:159
13971454 #, sh-format
13981455 msgid "Arrow keys (default)"
1399 msgstr ""
1456 msgstr "矢印キー(既定)"
14001457
14011458 #: PlayOnLinux_Scripts/GOG.com___Outcast_:155
14021459 #, sh-format
14611518 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:73
14621519 #, sh-format
14631520 msgid "Run \\$TITLE?"
1464 msgstr ""
1521 msgstr "\\$TITLE を実行しますか?"
14651522
14661523 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:84
14671524 #, sh-format
14751532 msgid "Dedicated server"
14761533 msgstr ""
14771534
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1535 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791536 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801537 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811538 #, sh-format
15011558 msgid "Code wheel"
15021559 msgstr ""
15031560
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1562 #, sh-format
1563 msgid ""
1564 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1565 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1566 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1570 #, sh-format
1571 msgid "Now you must install the modpack in directory:"
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1575 #, sh-format
1576 msgid "Please select ANY 3 icons when prompted."
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1580 #, sh-format
1581 msgid "temp directory missing"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1585 #, sh-format
1586 msgid ""
1587 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1588 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1589 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1590 "details.\\nInstall it?"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1594 #, sh-format
1595 msgid "Control Panel"
1596 msgstr "コントロールパネル"
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1599 #, sh-format
1600 msgid ""
1601 "IMPORTANT:\n"
1602 " \\n\\nOn the installation window coming next, do NOT click the Options "
1603 "button, it would mess up the language selection."
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1607 #, sh-format
1608 msgid ""
1609 "On first run the game will autodetect available renderers.\\nIt is likely "
1610 "that you will get better performance out of the OpenGL renderer."
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Goblins_3_:21
1614 #, sh-format
1615 msgid "Please select the game language"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:82
1619 #, sh-format
1620 msgid "Choose the game resolution"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:96
1624 #, sh-format
1625 msgid ""
1626 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1627 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1628 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:110
1632 #, sh-format
1633 msgid "$TITLE is installed"
1634 msgstr "$TITLE のインストール完了"
1635
1636 #: PlayOnLinux_Scripts/Guild_Wars_:53
1637 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1638 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1639 #, sh-format
1640 msgid "Please insert the DVD-ROM"
1641 msgstr "DVD-ROMを挿入してください"
1642
1643 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1644 #, sh-format
1645 msgid ""
1646 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1647 "client and download will resume from where it stopped. Download percentage "
1648 "reset but do not worry, it do not restart from the beginning."
1649 msgstr ""
1650
1651 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1652 #, sh-format
1653 msgid ""
1654 "Please select $TITLE install file. During installation, uncheck all extra "
1655 "drivers it wants to install:"
1656 msgstr ""
1657
15161658 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171659 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191661 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1662 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211663 #, sh-format
15221664 msgid "No"
15231665 msgstr "いいえ"
15241666
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1667 #: PlayOnLinux_Scripts/Half_Life_2_:56
1668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1669 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1670 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1671 #: PlayOnLinux_Scripts/Portal_:36
1672 #, sh-format
1673 msgid ""
1674 "Steam installation has been detected\\nwould you like to install this game "
1675 "in the same virtual drive?"
1676 msgstr ""
1677
15271678 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321683 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341685 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1686 #: python/guiv3.py:158 python/guiv3.py:161
15361687 #, sh-format
15371688 msgid "Yes"
15381689 msgstr "はい"
15391690
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551691 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561692 #, sh-format
16571693 msgid "Updating $TITLE"
1658 msgstr ""
1659
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1694 msgstr "$TITLE をアップデート中"
1695
1696 #: PlayOnLinux_Scripts/Hanahira__:54
16611697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1713 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721714 #, sh-format
16731715 msgid "Please locate installation program (Setup.exe)"
16741716 msgstr ""
16751717
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1718 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961737 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971738 msgstr ""
16981739
1740 #: PlayOnLinux_Scripts/Hearthstone_:26
1741 #, sh-format
1742 msgid "What language do you want to install?"
1743 msgstr ""
1744
16991745 #: PlayOnLinux_Scripts/ImgBurn_:38
17001746 #, sh-format
17011747 msgid ""
17331779 msgstr ""
17341780
17351781 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371782 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381783 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391784 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851930 "If the download update stuck close and run until the download is complete."
18861931 msgstr ""
18871932
1933 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881934 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891935 #, sh-format
18901936 msgid "Demo version"
1891 msgstr ""
1892
1937 msgstr "デモ版"
1938
1939 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931940 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941941 #, sh-format
18951942 msgid "Please select version."
19111958 #: PlayOnLinux_Scripts/POL_GoG_download_:102
19121959 #, sh-format
19131960 msgid "Download failed"
1914 msgstr ""
1961 msgstr "ダウンロード失敗"
19151962
19161963 #: PlayOnLinux_Scripts/POL_Download_retry_:30
19171964 #: PlayOnLinux_Scripts/POL_GoG_download_:104
19451992 "No filename extension specified, skipping association to native application."
19461993 msgstr ""
19471994
1995 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1996 #, sh-format
1997 msgid "Contacting download server."
1998 msgstr ""
1999
19482000 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
19492001 #: python/install.py:454 python/install.py:456 python/install.py:570
19502002 #: python/install.py:573
19822034 #: PlayOnLinux_Scripts/POL_Install_AdobeAir_:6
19832035 #, sh-format
19842036 msgid "Installing Adobe Air"
1985 msgstr ""
2037 msgstr "Adobe Airをインストール中。"
19862038
19872039 #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13
19882040 #, sh-format
19992051 #: PlayOnLinux_Scripts/POL_Install_d3dx9_43_:11
20002052 #, sh-format
20012053 msgid "Installing DirectX 9 dlls..."
2002 msgstr ""
2054 msgstr "DirectX9のdllをインストール中。"
20032055
20042056 #: PlayOnLinux_Scripts/POL_Install_d3dx10_:11
20052057 #, sh-format
20062058 msgid "Installing DirectX 10 dlls..."
2007 msgstr ""
2059 msgstr "DirectX10のdllをインストール中。"
20082060
20092061 #: PlayOnLinux_Scripts/POL_Install_d3dx11_:11
20102062 #, sh-format
20112063 msgid "Installing DirectX 11 dlls..."
2012 msgstr ""
2064 msgstr "DirectX11のdllをインストール中。"
20132065
20142066 #: PlayOnLinux_Scripts/POL_Install_desura_:16
20152067 #, sh-format
20192071 #: PlayOnLinux_Scripts/POL_Install_directmusic_:11
20202072 #, sh-format
20212073 msgid "Installing DirectMusic"
2022 msgstr ""
2074 msgstr "DirectMusicをインストール中"
20232075
20242076 #: PlayOnLinux_Scripts/POL_Install_dotnet11_:11
20252077 #: PlayOnLinux_Scripts/POL_Install_dotnet11sp1_:10
20282080 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292081 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302082 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2083 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322084 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332085 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342086 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20572109 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:15
20582110 #, sh-format
20592111 msgid "Open $URL now?"
2060 msgstr ""
2112 msgstr "$URL を開きますか?"
20612113
20622114 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:49
20632115 #, sh-format
20662118 "them without issues"
20672119 msgstr ""
20682120
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2121 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752122 #, sh-format
20762123 msgid ""
20772124 "If you see error messages during DotNet 3.5 installation, you can ignore "
20952142 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12
20962143 #, sh-format
20972144 msgid "Installing DirectX runtime"
2098 msgstr ""
2145 msgstr "DirectXランタイムをインストールしています。"
20992146
21002147 #: PlayOnLinux_Scripts/POL_Install_gecko_:101
21012148 #, sh-format
21022149 msgid "Downloading gecko ..."
2103 msgstr ""
2150 msgstr "geckoをダウンロード中。"
21042151
21052152 #: PlayOnLinux_Scripts/POL_Install_gfwl86_:3
21062153 #, sh-format
21532200 #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12
21542201 #, sh-format
21552202 msgid "Installing Visual Basic runtime"
2156 msgstr ""
2203 msgstr "Visual Basicランタイムをインストール中"
21572204
21582205 #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37
21592206 #, sh-format
21872234 "Please update."
21882235 msgstr ""
21892236
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2237 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2238 #: PlayOnLinux_Scripts/yWriter_5_:45
21912239 #, sh-format
21922240 msgid "Downloading..."
2193 msgstr ""
2241 msgstr "ダウンロード中。"
21942242
21952243 #: PlayOnLinux_Scripts/POL_Install_wintrust_:11
21962244 #, sh-format
22102258 #: PlayOnLinux_Scripts/POL_Install_xmllite_:14
22112259 #, sh-format
22122260 msgid "Installing XMLlite..."
2213 msgstr ""
2261 msgstr "XMLliteをインストール中。"
22142262
22152263 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1
22162264 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20
22192267 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82 bash/first_use:32
22202268 #, sh-format
22212269 msgid "Microsoft fonts"
2222 msgstr ""
2270 msgstr "マイクロソフトのフォント"
22232271
22242272 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:1
22252273 #, sh-format
22652313 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32
22662314 #, sh-format
22672315 msgid "Downloading fonts"
2268 msgstr ""
2316 msgstr "フォントをダウンロードしています。"
22692317
22702318 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:37
22712319 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:38
22732321 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45
22742322 #, sh-format
22752323 msgid "Downloading: "
2276 msgstr ""
2324 msgstr "ダウンロード中のソフト: "
22772325
22782326 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:52
22792327 #, sh-format
22802328 msgid "Installing fonts"
2281 msgstr ""
2329 msgstr "フォントのインストール中"
22822330
22832331 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:57
22842332 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:58
22862334 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:66
22872335 #, sh-format
22882336 msgid "Installing: "
2289 msgstr ""
2337 msgstr "インストール中のソフト: "
22902338
22912339 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:72
22922340 #, sh-format
22932341 msgid "Cleaning"
2294 msgstr ""
2342 msgstr "消去中"
22952343
22962344 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:82
22972345 #, sh-format
22982346 msgid "Microsoft fonts have been installed successfully."
2347 msgstr ""
2348
2349 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2350 #, sh-format
2351 msgid ""
2352 "OSX users: If the screen flickers once the game is launched, try to press "
2353 "cmd + tab twice"
22992354 msgstr ""
23002355
23012356 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23352390 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362391 msgstr ""
23372392
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2393 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392394 #, sh-format
23402395 msgid "Abort installation"
23412396 msgstr ""
23602415 msgid "The program needs access to ptrace() to proceed:"
23612416 msgstr ""
23622417
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2418 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642419 #, sh-format
23652420 msgid "User abort"
23662421 msgstr ""
23992454 msgid "Please do not run $TITLE after installation has finished."
24002455 msgstr ""
24012456
2457 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2458 #, sh-format
2459 msgid "Extracting $TITLE"
2460 msgstr ""
2461
24022462 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032463 #, sh-format
24042464 msgid ""
24112471 msgid "$TITLE has been successfully installed."
24122472 msgstr ""
24132473
2474 #: PlayOnLinux_Scripts/Poker_Stars_:37
2475 #, sh-format
2476 msgid "Error while installing. Downloaded file not found."
2477 msgstr ""
2478
24142479 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152480 #, sh-format
24162481 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182483
24192484 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202485 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2486 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212487 #, sh-format
24222488 msgid "Please wait while $TITLE is installed"
24232489 msgstr ""
24252491 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:37
24262492 #, sh-format
24272493 msgid "$TITLE has been successfully installed"
2428 msgstr ""
2494 msgstr "$TITLE のインストールに成功"
24292495
24302496 #: PlayOnLinux_Scripts/Q.U.B.E_:94 PlayOnLinux_Scripts/Star_Twine_:72
24312497 #, sh-format
24492515 #: PlayOnLinux_Scripts/Rage_:93
24502516 #, sh-format
24512517 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2518 msgstr ""
2519
2520 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2521 #, sh-format
2522 msgid ""
2523 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2524 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2525 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2526 "n\\nIf you have one of this two versions of this game, please give some "
2527 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2528 "n\\nThank you!"
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2532 #, sh-format
2533 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2534 msgstr ""
2535
2536 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2537 #, sh-format
2538 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2539 msgstr ""
2540
2541 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2542 #, sh-format
2543 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2544 msgstr ""
2545
2546 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2547 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2548 #, sh-format
2549 msgid "Select a version of installation disc:"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2553 #, sh-format
2554 msgid "First Release (without addons)"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2558 #, sh-format
2559 msgid "Gold Edition"
2560 msgstr ""
2561
2562 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2563 #, sh-format
2564 msgid "Platinum Edition"
2565 msgstr ""
2566
2567 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2568 #, sh-format
2569 msgid "What is your version of Railroad Tycoon II?"
2570 msgstr ""
2571
2572 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2573 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2574 #, sh-format
2575 msgid ""
2576 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2577 "desktop.\\n\\nThank you for using this installation script! :)"
24522578 msgstr ""
24532579
24542580 #: PlayOnLinux_Scripts/Reaper_4_:30
26002726 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012727 msgstr ""
26022728
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2739 #, sh-format
2740 msgid ""
2741 "Close the visual novel when it appears to continue installation. Click Next "
2742 "to begin installation."
2743 msgstr ""
2744
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2746 #, sh-format
2747 msgid ""
2748 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2749 "script will now install it. Click Next to continue."
2750 msgstr ""
2751
26032752 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042753 #, sh-format
26052754 msgid ""
26072756 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082757 msgstr ""
26092758
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2759 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2760 #, sh-format
2761 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232762 msgstr ""
26242763
26252764 #: PlayOnLinux_Scripts/Steam_:50
26552794 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562795 "game. Steam install xna framework the game. Close the Steam so that the "
26572796 "installer can continue."
2797 msgstr ""
2798
2799 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2800 #, sh-format
2801 msgid "If youve the extentions, you should install Tribunal first !"
26582802 msgstr ""
26592803
26602804 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662910 "pp 4-5."
27672911 msgstr ""
27682912
2913 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2914 #, sh-format
2915 msgid "Please select the installation file to run."
2916 msgstr ""
2917
2918 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2919 #, sh-format
2920 msgid ""
2921 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2922 "your region.\\n 2. Leave only checked DirectX box."
2923 msgstr ""
2924
27692925 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702926 #, sh-format
27712927 msgid ""
27722928 "The game will fail to launch until you set "
27732929 "/proc/sys/kernel/yama/ptrace_scope to 0"
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2933 #, sh-format
2934 msgid "Other destination or other CD/DVD"
2935 msgstr ""
2936
2937 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2938 #, sh-format
2939 msgid "Retail CD"
2940 msgstr ""
2941
2942 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2943 #, sh-format
2944 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2945 msgstr ""
2946
2947 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2948 #, sh-format
2949 msgid "video fix"
27742950 msgstr ""
27752951
27762952 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533029 msgid "Donwload finished.\\nPatches installation will begin"
28543030 msgstr ""
28553031
3032 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3033 #, sh-format
3034 msgid "We will download the installer"
3035 msgstr ""
3036
28563037 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573038 #, sh-format
28583039 msgid ""
28903071 msgid "Do you want to browse $TITLE website?"
28913072 msgstr ""
28923073
3074 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3075 #, sh-format
3076 msgid ""
3077 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3078 "messenger, because it will won't work correctly."
3079 msgstr ""
3080
3081 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3082 #, sh-format
3083 msgid "Warning"
3084 msgstr ""
3085
28933086 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943087 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953088 #, sh-format
28983091 "want it to run correctly with $APPLICATION_TITLE"
28993092 msgstr ""
29003093
3094 #: PlayOnLinux_Scripts/Watchtower_library_:49
3095 #, sh-format
3096 msgid "File Selection Error"
3097 msgstr ""
3098
3099 #: PlayOnLinux_Scripts/Watchtower_library_:49
3100 #, sh-format
3101 msgid ""
3102 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3103 msgstr ""
3104
29013105 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023106 #, sh-format
29033107 msgid ""
29143118 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153119 #, sh-format
29163120 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3121 "Attention:After installation is complete, the patcher will load. After, go "
3122 "to the top right of the patcher and click the wrench, Then Un-check the box "
3123 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3124 "minuite. When finished with this, please close the patcher before logging in "
3125 "or finish updating to complete the installation. After this, you can run "
3126 "\"$TITLE\" when setup is done"
29203127 msgstr ""
29213128
29223129 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573164 "Please insert game media 5 into your disk drive\\nif not already done."
29583165 msgstr ""
29593166
3167 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3168 #, sh-format
3169 msgid "Which region version of World of Warplanes would you like to install?"
3170 msgstr ""
3171
3172 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3173 #, sh-format
3174 msgid ""
3175 "Attention:After installation is complete, the patcher will load. After, go "
3176 "to the top right of the patcher and click the wrench, Then Un-check the box "
3177 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3178 "minute. When finished with this, please close the patcher before logging in "
3179 "or finish updating to complete the installation. After this, you can run "
3180 "\"$TITLE\" when setup is done"
3181 msgstr ""
3182
29603183 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613184 #, sh-format
29623185 msgid ""
30043227 msgid "Please select the 32bit version of iTunes"
30053228 msgstr ""
30063229
3007 #: PlayOnLinux_Scripts/osu_:45
3230 #: PlayOnLinux_Scripts/osu_:46
30083231 #, sh-format
30093232 msgid ""
30103233 "Press next to start the updater. When the updater is finished, close it "
30243247 "resolution when rFactor Config comes up."
30253248 msgstr ""
30263249
3027 #: bash/bug_report:31
3250 #: bash/bug_report:32
30283251 #, sh-format
30293252 msgid "Report a bug"
30303253 msgstr ""
30313254
3032 #: bash/bug_report:36
3255 #: bash/bug_report:37
30333256 #, sh-format
30343257 msgid ""
30353258 "Please give the more details as you can, otherwise, it will be very "
30363259 "difficult to help you"
30373260 msgstr ""
30383261
3039 #: bash/bug_report:36
3262 #: bash/bug_report:37
30403263 #, sh-format
30413264 msgid ""
30423265 "This wizard will help you to report a bug about an officially supported "
30433266 "program."
30443267 msgstr ""
30453268
3046 #: bash/bug_report:40
3269 #: bash/bug_report:41
30473270 #, sh-format
30483271 msgid ""
30493272 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503273 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513274 msgstr ""
30523275
3053 #: bash/bug_report:46
3276 #: bash/bug_report:47
30543277 #, sh-format
30553278 msgid "I have a problem with a software"
30563279 msgstr ""
30573280
3058 #: bash/bug_report:46
3281 #: bash/bug_report:47
30593282 #, sh-format
30603283 msgid "My problem concerns $APPLICATION_TITLE itself"
30613284 msgstr ""
30623285
3063 #: bash/bug_report:46
3286 #: bash/bug_report:47
30643287 #, sh-format
30653288 msgid "What kind of problem do you have?"
30663289 msgstr ""
30673290
3068 #: bash/bug_report:50
3291 #: bash/bug_report:51
30693292 #, sh-format
30703293 msgid "Don't join any log file"
30713294 msgstr ""
30723295
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3296 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743297 #: bash/manual_install:120 bash/manual_install:219
30753298 #, sh-format
30763299 msgid "Manual installation"
3077 msgstr ""
3078
3079 #: bash/bug_report:54 bash/run_exe:24
3300 msgstr "手動インストール"
3301
3302 #: bash/bug_report:55 bash/run_exe:24
30803303 #, sh-format
30813304 msgid "Automatic installation"
3082 msgstr ""
3083
3084 #: bash/bug_report:65
3305 msgstr "自動インストール"
3306
3307 #: bash/bug_report:66
30853308 #, sh-format
30863309 msgid "Choose the log file corresponding to your software."
30873310 msgstr ""
30883311
3089 #: bash/bug_report:69
3312 #: bash/bug_report:70
30903313 #, sh-format
30913314 msgid "Please give a very short description (title, english only)"
30923315 msgstr ""
30933316
3094 #: bash/bug_report:72
3317 #: bash/bug_report:73
30953318 #, sh-format
30963319 msgid "Please explain your problem clearly (english only):"
30973320 msgstr ""
30983321
3099 #: bash/bug_report:76
3322 #: bash/bug_report:77
31003323 #, sh-format
31013324 msgid "Sorry, we need a detailed description."
31023325 msgstr ""
31033326
3104 #: bash/bug_report:107
3327 #: bash/bug_report:108
31053328 #, sh-format
31063329 msgid ""
31073330 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433366 msgstr ""
31443367
31453368 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3369 #: python/mainwindow.py:234
31473370 #, sh-format
31483371 msgid "Run a local script"
31493372 msgstr ""
31623385 #: bash/expert/Executer:38
31633386 #, sh-format
31643387 msgid "Error!"
3165 msgstr ""
3388 msgstr "エラー!"
31663389
31673390 #: bash/expert/Executer:38
31683391 #, sh-format
31693392 msgid "File not found!"
3170 msgstr ""
3393 msgstr "ファイルが見つかりません。"
31713394
31723395 #: bash/first_use:32
31733396 #, sh-format
32333456 #: bash/first_use:80
32343457 #, sh-format
32353458 msgid "Downloading XQuartz"
3236 msgstr ""
3459 msgstr "XQuartzをダウンロード中"
32373460
32383461 #: bash/first_use:85
32393462 #, sh-format
32673490 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683491 msgstr ""
32693492
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3493 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713494 #, sh-format
32723495 msgid "$APPLICATION_TITLE first use"
32733496 msgstr ""
32743497
3275 #: bash/first_use:240
3498 #: bash/first_use:242
32763499 #, sh-format
32773500 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783501 msgstr ""
32793502
3280 #: bash/first_use:240 bash/first_use:243
3503 #: bash/first_use:242 bash/first_use:245
32813504 #, sh-format
32823505 msgid "Please ensure you are connected to the internet."
32833506 msgstr ""
32843507
3285 #: bash/first_use:243
3508 #: bash/first_use:245
32863509 #, sh-format
32873510 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883511 msgstr ""
32893512
3290 #: bash/first_use:243
3513 #: bash/first_use:245
32913514 #, sh-format
32923515 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933516 msgstr ""
32943517
3295 #: bash/first_use:253
3518 #: bash/first_use:255
32963519 #, sh-format
32973520 msgid "Error while installing fonts"
32983521 msgstr ""
32993522
3300 #: bash/first_use:271
3523 #: bash/first_use:273
33013524 #, sh-format
33023525 msgid "Enjoy using $APPLICATION_TITLE"
33033526 msgstr ""
33463569 #: bash/make_shortcut:35
33473570 #, sh-format
33483571 msgid "Creating shortcut..."
3349 msgstr ""
3572 msgstr "ショートカットを作成中。"
33503573
33513574 #: bash/make_shortcut:37
33523575 #, sh-format
33563579 #: bash/make_shortcut:57
33573580 #, sh-format
33583581 msgid "Copying virtual drive"
3359 msgstr ""
3582 msgstr "仮想ドライブをコピー中"
33603583
33613584 #: bash/manual_install:52
33623585 #, sh-format
33633586 msgid "Autorun"
3364 msgstr ""
3587 msgstr "Autorun"
33653588
33663589 #: bash/manual_install:52
33673590 #, sh-format
34093632 msgid "Use another version of Wine"
34103633 msgstr ""
34113634
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3635 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3636 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143637 #, sh-format
34153638 msgid "Configure Wine"
34163639 msgstr ""
34303653 msgid "What would you like to do before installation?"
34313654 msgstr ""
34323655
3433 #: bash/manual_install:230 lib/scripts.lib:437
3656 #: bash/manual_install:231 lib/scripts.lib:438
34343657 #, sh-format
34353658 msgid "Please make your choice"
34363659 msgstr ""
34373660
3438 #: bash/manual_install:258
3661 #: bash/manual_install:259
34393662 #, sh-format
34403663 msgid "Looking for runnable CD-ROMs"
34413664 msgstr ""
34423665
3443 #: bash/manual_install:281
3666 #: bash/manual_install:282
34443667 #, sh-format
34453668 msgid "Select another file"
3446 msgstr ""
3447
3448 #: bash/manual_install:289
3669 msgstr "他のファイルを選択"
3670
3671 #: bash/manual_install:290
34493672 #, sh-format
34503673 msgid "Please choose a way to install your program"
34513674 msgstr ""
34523675
3453 #: bash/manual_install:298
3676 #: bash/manual_install:299
34543677 #, sh-format
34553678 msgid "Please select the install file to run."
34563679 msgstr ""
34573680
3458 #: bash/manual_install:328
3681 #: bash/manual_install:329
34593682 #, sh-format
34603683 msgid "You must choose a file!"
34613684 msgstr ""
34623685
3463 #: bash/manual_install:334
3686 #: bash/manual_install:335
34643687 #, sh-format
34653688 msgid "$APPLICATION_TITLE is installing your application..."
34663689 msgstr ""
34733696 #: bash/playonlinux-pkg:39
34743697 #, sh-format
34753698 msgid "Usage: "
3476 msgstr ""
3699 msgstr "使い方: "
34773700
34783701 #: bash/playonlinux-pkg:40
34793702 #, sh-format
34803703 msgid "\tChoose a file"
3481 msgstr ""
3704 msgstr "\tファイルを選択"
34823705
34833706 #: bash/playonlinux-pkg:40 bash/playonlinux-pkg:41 bash/playonlinux-pkg:42
34843707 #: bash/playonlinux-pkg:43
34853708 #, sh-format
34863709 msgid " or "
3487 msgstr ""
3710 msgstr " もしくは "
34883711
34893712 #: bash/playonlinux-pkg:41
34903713 #, sh-format
35383761 msgid "Extracting: "
35393762 msgstr ""
35403763
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3764 #: bash/playonlinux-pkg:111
35423765 #, sh-format
35433766 msgid "Running..."
3544 msgstr ""
3767 msgstr "実行中。"
35453768
35463769 #: bash/playonlinux-pkg:115
35473770 #, sh-format
35483771 msgid "Cleaning..."
3549 msgstr ""
3550
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr "アクセサリ"
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr "開発"
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr "ゲーム"
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr "グラフィック"
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr "インターネット"
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr "マルチメディア"
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr "オフィス"
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr "その他"
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3772 msgstr "消去中。"
3773
3774 #: bash/polconfigurator:34
37123775 #, sh-format
37133776 msgid "Killing programs in the virtual drive..."
3714 msgstr ""
3715
3716 #: bash/polconfigurator:79
3777 msgstr "仮想ドライブのプログラムを終了しています。"
3778
3779 #: bash/polconfigurator:86
37173780 #, sh-format
37183781 msgid "Icon selection"
3719 msgstr ""
3720
3721 #: bash/polconfigurator:79
3782 msgstr "アイコンの選択"
3783
3784 #: bash/polconfigurator:86
37223785 #, sh-format
37233786 msgid "Please select an icon file"
3724 msgstr ""
3725
3726 #: bash/polconfigurator:86
3787 msgstr "アイコンファイルを選択"
3788
3789 #: bash/polconfigurator:93
37273790 #, sh-format
37283791 msgid "Bad file extension"
3729 msgstr ""
3730
3731 #: bash/polconfigurator:86
3792 msgstr "不正なファイル拡張子"
3793
3794 #: bash/polconfigurator:93
37323795 #, sh-format
37333796 msgid "is not an icon extension"
37343797 msgstr ""
37353798
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3799 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3800 #: python/mainwindow.py:619
37383801 #, sh-format
37393802 msgid "Registry Editor"
37403803 msgstr "レジストリエディタ"
37413804
3742 #: bash/polconfigurator:97
3805 #: bash/polconfigurator:104
37433806 #, sh-format
37443807 msgid "Kill all prefix processes"
37453808 msgstr ""
37463809
3747 #: bash/polconfigurator:98
3810 #: bash/polconfigurator:105
37483811 #, sh-format
37493812 msgid "Update wineprefix"
3750 msgstr ""
3751
3752 #: bash/polconfigurator:99
3813 msgstr "wineprefixを更新"
3814
3815 #: bash/polconfigurator:106
37533816 #, sh-format
37543817 msgid "Simulate Windows reboot"
37553818 msgstr ""
37563819
3757 #: bash/polconfigurator:100
3820 #: bash/polconfigurator:107
37583821 #, sh-format
37593822 msgid "Use Advanced Wine Configuration plugin"
37603823 msgstr ""
37613824
3762 #: bash/polconfigurator:101
3825 #: bash/polconfigurator:108
37633826 #, sh-format
37643827 msgid "Use PlayOnLinux's configurator for"
37653828 msgstr ""
37663829
3767 #: bash/polconfigurator:103
3830 #: bash/polconfigurator:110
37683831 #, sh-format
37693832 msgid "Change the icon"
37703833 msgstr ""
37713834
3772 #: bash/polconfigurator:104
3835 #: bash/polconfigurator:111
37733836 #, sh-format
37743837 msgid "Use WineTricks"
3775 msgstr ""
3776
3777 #: bash/polconfigurator:123
3838 msgstr "WineTricksを使用"
3839
3840 #: bash/polconfigurator:130
37783841 #, sh-format
37793842 msgid "Please choose an action to perform"
37803843 msgstr ""
37953858 #: bash/read_pc_cd:34
37963859 #, sh-format
37973860 msgid "Eject a PC CD-ROM"
3798 msgstr ""
3861 msgstr "PC CD-ROMを取り出す"
37993862
38003863 #: bash/read_pc_cd:34
38013864 #, sh-format
38023865 msgid "Read a PC CD-ROM"
3803 msgstr ""
3866 msgstr "PC CD-ROMを読み込む"
38043867
38053868 #: bash/read_pc_cd:34
38063869 #, sh-format
38173880 #: bash/read_pc_cd:51
38183881 #, sh-format
38193882 msgid "Please choose a CD-ROM"
3820 msgstr ""
3883 msgstr "CD-ROMを選択"
38213884
38223885 #: bash/read_pc_cd:97
38233886 #, sh-format
38243887 msgid "Please choose a CD-ROM to eject"
3825 msgstr ""
3826
3827 #: bash/run_app:83
3888 msgstr "取り出すCD-ROMを選択"
3889
3890 #: bash/run_app:85
38283891 #, sh-format
38293892 msgid "Please choose a software to run"
3830 msgstr ""
3831
3832 #: bash/run_app:114
3893 msgstr "実行するソフトウェアを選択"
3894
3895 #: bash/run_app:116
38333896 #, sh-format
38343897 msgid "$APPLICATION_TITLE debugger is starting..."
38353898 msgstr ""
38363899
3837 #: bash/run_app:117
3900 #: bash/run_app:119
38383901 #, sh-format
38393902 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403903 msgstr ""
38413904
3842 #: bash/run_app:119
3905 #: bash/run_app:121
38433906 #, sh-format
38443907 msgid "$PACKAGE crashed."
3845 msgstr ""
3908 msgstr "$PACKAGE がクラッシュしました。"
38463909
38473910 #: bash/run_exe:31
38483911 #, sh-format
38953958 msgstr ""
38963959
38973960 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3961 #: lib/playonlinux.lib:720
38993962 #, sh-format
39003963 msgid "$APPLICATION_TITLE Uninstaller"
39013964 msgstr ""
39153978 msgid "This wizard will help you to uninstall: "
39163979 msgstr ""
39173980
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3981 #: bash/uninstall:65 lib/playonlinux.lib:720
39193982 #, sh-format
39203983 msgid "Uninstalling..."
3921 msgstr ""
3984 msgstr "アンインストール中。"
39223985
39233986 #: bash/uninstall:68
39243987 #, sh-format
39283991 #: bash/uninstall:75
39293992 #, sh-format
39303993 msgid "Cannot find the shortcut"
3931 msgstr ""
3994 msgstr "ショートカットが見つかりません"
39323995
39333996 #: bash/update_git:25
39343997 #, sh-format
39484011 #: bash/update_git:37
39494012 #, sh-format
39504013 msgid "Already up-to-date."
3951 msgstr ""
4014 msgstr "最新の状態。"
39524015
39534016 #: lib/debug.lib:126
39544017 #, sh-format
39754038 msgstr ""
39764039
39774040 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4041 #: lib/wine.lib:970 lib/wine.lib:1051
39794042 #, sh-format
39804043 msgid "Please wait while the virtual drive is being created..."
39814044 msgstr ""
39904053 msgid "Setting Program Files var"
39914054 msgstr ""
39924055
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4056 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4057 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954058 #, sh-format
39964059 msgid "This function is disabled in the PlayOnlinux environment."
39974060 msgstr ""
39984061
3999 #: lib/playonlinux.lib:334
4062 #: lib/playonlinux.lib:336
40004063 #, sh-format
40014064 msgid ""
40024065 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044067 "responsible from it.\\nPlease ensure you know what you are doing !"
40054068 msgstr ""
40064069
4007 #: lib/playonlinux.lib:335
4070 #: lib/playonlinux.lib:337
40084071 #, sh-format
40094072 msgid "Here the source code of the script. Check it carefully"
40104073 msgstr ""
40114074
4012 #: lib/playonlinux.lib:357
4075 #: lib/playonlinux.lib:359
40134076 #, sh-format
40144077 msgid ""
40154078 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174080 "responsible from it.\\nPlease ensure you know what you are doing!"
40184081 msgstr ""
40194082
4020 #: lib/playonlinux.lib:358
4083 #: lib/playonlinux.lib:360
40214084 #, sh-format
40224085 msgid "External library"
40234086 msgstr ""
40244087
4025 #: lib/playonlinux.lib:358
4088 #: lib/playonlinux.lib:360
40264089 #, sh-format
40274090 msgid "Here the source code of the script. Check it carrefully"
40284091 msgstr ""
40294092
4030 #: lib/playonlinux.lib:591
4093 #: lib/playonlinux.lib:593
40314094 #, sh-format
40324095 msgid "Making shortcut..."
4033 msgstr ""
4034
4035 #: lib/playonlinux.lib:715
4096 msgstr "ショートカットを作成中。"
4097
4098 #: lib/playonlinux.lib:718
40364099 #, sh-format
40374100 msgid "Do you want to delete the virtual drive:"
40384101 msgstr ""
40394102
4040 #: lib/playonlinux.lib:826
4103 #: lib/playonlinux.lib:831
40414104 #, sh-format
40424105 msgid ""
40434106 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444107 "from working\\n\\n$FilePath"
40454108 msgstr ""
40464109
4047 #: lib/playonlinux.lib:827
4110 #: lib/playonlinux.lib:832
40484111 #, sh-format
40494112 msgid ""
40504113 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514114 "from working\\n\\n$FilePath"
40524115 msgstr ""
40534116
4054 #: lib/playonlinux.lib:828
4117 #: lib/playonlinux.lib:833
40554118 #, sh-format
40564119 msgid ""
40574120 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584121 "from working\\n\\n$FilePath"
40594122 msgstr ""
40604123
4061 #: lib/playonlinux.lib:829
4124 #: lib/playonlinux.lib:834
40624125 #, sh-format
40634126 msgid ""
40644127 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654128 "prevent wine from working\\n\\n$FilePath"
40664129 msgstr ""
40674130
4068 #: lib/plugins.lib:65
4131 #: lib/plugins.lib:66
40694132 #, sh-format
40704133 msgid "Checking plugin: "
40714134 msgstr ""
40724135
4073 #: lib/plugins.lib:93
4136 #: lib/plugins.lib:94
40744137 #, sh-format
40754138 msgid "New: "
40764139 msgstr ""
40774140
4078 #: lib/plugins.lib:93
4141 #: lib/plugins.lib:94
40794142 #, sh-format
40804143 msgid "Updating plugin. Previous: "
40814144 msgstr ""
40824145
4083 #: lib/plugins.lib:112
4146 #: lib/plugins.lib:113
40844147 #, sh-format
40854148 msgid "Installing plugin: "
40864149 msgstr ""
40974160 msgid "Function override detected, disabling bug reporting"
40984161 msgstr ""
40994162
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4163 #: lib/scripts.lib:500 lib/scripts.lib:566
41014164 #, sh-format
41024165 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034166 msgstr ""
41044167
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4168 #: lib/scripts.lib:502 lib/scripts.lib:785
41064169 #, sh-format
41074170 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084171 msgstr ""
41094172
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4173 #: lib/scripts.lib:504 lib/scripts.lib:571
41114174 #, sh-format
41124175 msgid "An error happened during download."
41134176 msgstr ""
41144177
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4178 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4179 #: lib/scripts.lib:587
41174180 #, sh-format
41184181 msgid "Do you want to retry?"
41194182 msgstr ""
41204183
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4184 #: lib/scripts.lib:523 lib/scripts.lib:587
41224185 #, sh-format
41234186 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244187 msgstr ""
41254188
4126 #: lib/scripts.lib:689
4189 #: lib/scripts.lib:690
41274190 #, sh-format
41284191 msgid ""
41294192 "7z not installed, please check that you have 7zip installed and try again"
41304193 msgstr ""
41314194
4132 #: lib/scripts.lib:696
4195 #: lib/scripts.lib:697
41334196 #, sh-format
41344197 msgid "Failed to locate ${dest} from ${archive}"
41354198 msgstr ""
41364199
4137 #: lib/scripts.lib:700
4200 #: lib/scripts.lib:701
41384201 #, sh-format
41394202 msgid "Extracting ${filename} from ${archivename}"
41404203 msgstr ""
41414204
4142 #: lib/scripts.lib:715
4205 #: lib/scripts.lib:716
41434206 #, sh-format
41444207 msgid "Extracted file size does not match!"
41454208 msgstr ""
41464209
4147 #: lib/scripts.lib:746
4210 #: lib/scripts.lib:747
41484211 #, sh-format
41494212 msgid "Copying ${filename}"
4150 msgstr ""
4151
4152 #: lib/scripts.lib:759
4213 msgstr "${filename}をコピー中"
4214
4215 #: lib/scripts.lib:760
41534216 #, sh-format
41544217 msgid "File size does not match!"
41554218 msgstr ""
41564219
4157 #: lib/scripts.lib:903
4220 #: lib/scripts.lib:904
41584221 #, sh-format
41594222 msgid ""
41604223 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614224 "n$APPLICATION_TITLE $NEEDED is required."
41624225 msgstr ""
41634226
4164 #: lib/scripts.lib:918
4227 #: lib/scripts.lib:919
41654228 #, sh-format
41664229 msgid ""
41674230 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684231 "$NEEDED is recommended to continue."
41694232 msgstr ""
41704233
4171 #: lib/scripts.lib:949
4234 #: lib/scripts.lib:950
41724235 #, sh-format
41734236 msgid "$AUTHOR profile"
41744237 msgstr ""
41814244 #: lib/setupwindow.lib:96
41824245 #, sh-format
41834246 msgid " will be installed in: "
4184 msgstr ""
4247 msgstr " 以下にインストールされています: "
41854248
41864249 #: lib/setupwindow.lib:96
41874250 #, sh-format
41884251 msgid "Click Next to start"
4189 msgstr ""
4252 msgstr "次へを押して開始"
41904253
41914254 #: lib/setupwindow.lib:96
41924255 #, sh-format
42154278 "again."
42164279 msgstr ""
42174280
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4281 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194282 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204283 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214284 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42224285 #, sh-format
42234286 msgid "Error"
4224 msgstr ""
4287 msgstr "エラー"
42254288
42264289 #: lib/setupwindow.lib:348
42274290 #, sh-format
42284291 msgid "Where is mounted your CD-ROM?"
42294292 msgstr ""
4293
4294 #: lib/setupwindow.lib:349 python/install.py:218
4295 #, sh-format
4296 msgid "Other"
4297 msgstr "その他"
42304298
42314299 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42324300 #, sh-format
42894357 #: lib/setupwindow.lib:597
42904358 #, sh-format
42914359 msgid "Use Steam Store version"
4292 msgstr ""
4360 msgstr "Steamストアのバージョンを使用"
42934361
42944362 #: lib/setupwindow.lib:598
42954363 #, sh-format
42964364 msgid "Use Steam Store demo version"
4297 msgstr ""
4365 msgstr "Steamストアのデモバージョンを使用"
42984366
42994367 #: lib/setupwindow.lib:599
43004368 #, sh-format
43244392 #: lib/setupwindow.lib:605
43254393 #, sh-format
43264394 msgid "Use CD-ROM(s)"
4327 msgstr ""
4395 msgstr "CD-ROMを使用"
43284396
43294397 #: lib/setupwindow.lib:606
43304398 #, sh-format
43314399 msgid "Use DVD-ROM(s)"
4332 msgstr ""
4400 msgstr "DVD-ROMを使用"
43334401
43344402 #: lib/setupwindow.lib:607
43354403 #, sh-format
43364404 msgid "Download the program"
4337 msgstr ""
4405 msgstr "プログラムをダウンロード"
43384406
43394407 #: lib/setupwindow.lib:672
43404408 #, sh-format
43464414 msgid "I don't want to make another shortcut"
43474415 msgstr ""
43484416
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4417 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504418 #, sh-format
43514419 msgid "Browse"
43524420 msgstr "参照"
43534421
4422 #: lib/setupwindow.lib:739
4423 #, sh-format
4424 msgid "A shortcut by that name already exists, overwrite?"
4425 msgstr ""
4426
43544427 #: lib/website.lib:29
43554428 #, sh-format
43564429 msgid "Connect to your $APPLICATION_TITLE account"
43594432 #: lib/website.lib:127
43604433 #, sh-format
43614434 msgid "Connecting..."
4362 msgstr ""
4435 msgstr "接続中。"
43634436
43644437 #: lib/website.lib:132
43654438 #, sh-format
43684441 "valid."
43694442 msgstr ""
43704443
4371 #: lib/wine.lib:367
4444 #: lib/wine.lib:371
43724445 #, sh-format
43734446 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744447 msgstr ""
43754448
4376 #: lib/wine.lib:373
4449 #: lib/wine.lib:377
43774450 #, sh-format
43784451 msgid "Select the main videocard to report:"
43794452 msgstr ""
43804453
4381 #: lib/wine.lib:538 lib/wine.lib:703
4454 #: lib/wine.lib:549 lib/wine.lib:714
43824455 #, sh-format
43834456 msgid ""
43844457 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854458 "message"
43864459 msgstr ""
43874460
4388 #: lib/wine.lib:763
4461 #: lib/wine.lib:775
43894462 #, sh-format
43904463 msgid "Unable to find version: "
4391 msgstr ""
4392
4393 #: lib/wine.lib:769 lib/wine.lib:770
4464 msgstr "バージョンが見つかりません: "
4465
4466 #: lib/wine.lib:781 lib/wine.lib:782
43944467 #, sh-format
43954468 msgid "Downloading Wine: "
43964469 msgstr ""
43974470
4398 #: lib/wine.lib:779
4471 #: lib/wine.lib:791
43994472 #, sh-format
44004473 msgid "The download seems to have failed."
44014474 msgstr ""
44024475
4403 #: lib/wine.lib:781
4476 #: lib/wine.lib:793
44044477 #, sh-format
44054478 msgid "Extracting Wine..."
4406 msgstr ""
4407
4408 #: lib/wine.lib:961
4479 msgstr "Wineを出力中"
4480
4481 #: lib/wine.lib:976
44094482 #, sh-format
44104483 msgid "Overwrite (usually works, no guarantee)"
44114484 msgstr ""
44124485
4413 #: lib/wine.lib:962
4486 #: lib/wine.lib:977
44144487 #, sh-format
44154488 msgid "Erase (virtual drive content will be lost)"
44164489 msgstr ""
44174490
4418 #: lib/wine.lib:976
4491 #: lib/wine.lib:991
44194492 #, sh-format
44204493 msgid "The target virtual drive $PREFNAME already exists:"
44214494 msgstr ""
44224495
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4496 #: lib/wine.lib:1171 lib/wine.lib:1201
44244497 #, sh-format
44254498 msgid "Please wait while $SOFTNAME is installed..."
44264499 msgstr ""
44274500
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4501 #: lib/wine.lib:1175 lib/wine.lib:1204
44294502 #, sh-format
44304503 msgid ""
44314504 "Be careful! This will kill install process. If it is not finished, you will "
44324505 "have to reinstall $SOFTNAME"
44334506 msgstr ""
44344507
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4508 #: lib/wine.lib:1175 lib/wine.lib:1204
44364509 #, sh-format
44374510 msgid "Install is done"
4438 msgstr ""
4439
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4511 msgstr "インストール完了"
4512
4513 #: lib/wine.lib:1208 lib/wine.lib:1209
44414514 #, sh-format
44424515 msgid "Press next only when the installation process is finished"
44434516 msgstr ""
44444517
4445 #: lib/wine.lib:1202
4518 #: lib/wine.lib:1217
44464519 #, sh-format
44474520 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484521 msgstr ""
44554528 "To uninstall cleanly a program with {0}, you must delete the virtual drive "
44564529 "associated"
44574530 msgstr ""
4458
4459 #: python/configure.py:197 python/configure.py:694
4531 "警告:\n"
4532 "\n"
4533 "このツールは相応の知識のあるユーザ向けです。\n"
4534 "{0} とプログラムをアンインストールするには、登録した仮想ドライブを削除する必要があります。"
4535
4536 #: python/configure.py:196 python/configure.py:703
44604537 msgid "General"
44614538 msgstr "標準"
44624539
4540 #: python/configure.py:199
4541 msgid "Make a new shortcut from this virtual drive"
4542 msgstr "この仮想ドライブからショートカットを新規作成"
4543
44634544 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4465 msgstr ""
4545 msgid "Name"
4546 msgstr "名称"
44664547
44674548 #: python/configure.py:201
4468 msgid "Name"
4469 msgstr ""
4549 msgid "Wine version"
4550 msgstr "Wineのバージョン"
44704551
44714552 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764553 msgid "Debug flags"
4477 msgstr ""
4478
4479 #: python/configure.py:205
4554 msgstr "デバッグフラグ"
4555
4556 #: python/configure.py:204
44804557 msgid "Virtual drive"
4481 msgstr ""
4482
4483 #: python/configure.py:207
4558 msgstr "仮想ドライブ"
4559
4560 #: python/configure.py:206
44844561 msgid "Arguments"
4485 msgstr ""
4486
4487 #: python/configure.py:211
4562 msgstr "引数"
4563
4564 #: python/configure.py:210
44884565 msgid "Run configuration wizard"
44894566 msgstr ""
44904567
4491 #: python/configure.py:248
4568 #: python/configure.py:247
44924569 msgid "Windows reboot"
44934570 msgstr ""
44944571
4495 #: python/configure.py:256
4572 #: python/configure.py:255
44964573 msgid "Repair virtual drive"
4497 msgstr ""
4498
4499 #: python/configure.py:265
4574 msgstr "仮想ドライブを修復"
4575
4576 #: python/configure.py:264
45004577 msgid "Command prompt"
4501 msgstr ""
4502
4503 #: python/configure.py:272
4578 msgstr "コマンドプロンプト"
4579
4580 #: python/configure.py:271
45044581 msgid "Task manager"
4505 msgstr ""
4506
4507 #: python/configure.py:280
4582 msgstr "タスクマネージャ"
4583
4584 #: python/configure.py:279
45084585 msgid "Kill processes"
4509 msgstr ""
4510
4511 #: python/configure.py:287
4586 msgstr "プロセスを終了"
4587
4588 #: python/configure.py:286
45124589 msgid "Wine uninstaller"
4513 msgstr ""
4514
4515 #: python/configure.py:312
4590 msgstr "Wine アンインストーラ"
4591
4592 #: python/configure.py:311
45164593 msgid ""
45174594 "Be careful! Installing one of these components can break your virtual drive."
4518 msgstr ""
4519
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4595 msgstr "注意:これらのコンポ-ネットをインストールすると仮想ドライブが壊れる可能性があります。"
4596
4597 #: python/configure.py:333 python/install.py:285 python/install.py:289
4598 #: python/mainwindow.py:199 python/mainwindow.py:348
45224599 msgid "Install"
45234600 msgstr "インストール"
45244601
4525 #: python/configure.py:395
4602 #: python/configure.py:388
45264603 msgid "Open program's directory"
4527 msgstr ""
4528
4529 #: python/configure.py:418
4604 msgstr "プログラムのディレクトリを開く"
4605
4606 #: python/configure.py:411
45304607 msgid "Open virtual drive's directory"
4608 msgstr "仮想ドライブのディレクトリを開く"
4609
4610 #: python/configure.py:555
4611 msgid "GLSL Support"
4612 msgstr ""
4613
4614 #: python/configure.py:556
4615 msgid "Direct Draw Renderer"
4616 msgstr ""
4617
4618 #: python/configure.py:557
4619 msgid "Video memory size"
4620 msgstr ""
4621
4622 #: python/configure.py:558
4623 msgid "Offscreen rendering mode"
4624 msgstr ""
4625
4626 #: python/configure.py:559
4627 msgid "Render target mode lock"
45314628 msgstr ""
45324629
45334630 #: python/configure.py:560
4534 msgid "GLSL Support"
4631 msgid "Multisampling"
45354632 msgstr ""
45364633
45374634 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584635 msgid "Strict Draw Ordering"
45594636 msgstr ""
45604637
4561 #: python/configure.py:576
4638 #: python/configure.py:571
45624639 msgid "Mouse warp override"
45634640 msgstr ""
45644641
4565 #: python/configure.py:578
4642 #: python/configure.py:573
45664643 msgid "Open a shell"
4567 msgstr ""
4568
4569 #: python/configure.py:579
4644 msgstr "シェルを開く"
4645
4646 #: python/configure.py:574
45704647 msgid "Run a .exe file in this virtual drive"
4571 msgstr ""
4572
4573 #: python/configure.py:580
4648 msgstr "この仮想ドライブでWindows実行ファイル(.exe)を実行"
4649
4650 #: python/configure.py:575
45744651 msgid "Command to exec before running the program"
45754652 msgstr ""
45764653
4577 #: python/configure.py:591
4654 #: python/configure.py:585
4655 msgid ""
4656 "Warning:\n"
4657 "\n"
4658 "Any program still running in this virtual drive will be terminated before "
4659 "Wine version is changed.\n"
4660 "Are you sure you want to continue?"
4661 msgstr ""
4662
4663 #: python/configure.py:596
45784664 msgid ""
45794665 "Be careful!\n"
45804666 "If you change "
45814667 msgstr ""
45824668
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4669 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844670 msgid "{0} configuration"
45854671 msgstr ""
45864672
4587 #: python/configure.py:659
4673 #: python/configure.py:664
45884674 msgid "Please select a program or a virtual drive to configure"
45894675 msgstr ""
45904676
4591 #: python/configure.py:677 python/options.py:280
4677 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924678 msgid "New"
45934679 msgstr "新しいWine環境にアプリケーションをインストールする"
45944680
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4681 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4682 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974683 msgid "Remove"
45984684 msgstr "削除"
45994685
4600 #: python/configure.py:696
4686 #: python/configure.py:705
46014687 msgid "Install components"
46024688 msgstr ""
46034689
4604 #: python/configure.py:697 python/mainwindow.py:332
4690 #: python/configure.py:706 python/mainwindow.py:330
46054691 msgid "Display"
4606 msgstr ""
4607
4608 #: python/configure.py:698
4692 msgstr "表示"
4693
4694 #: python/configure.py:707
46094695 msgid "Miscellaneous"
46104696 msgstr ""
46114697
4612 #: python/configure.py:726
4698 #: python/configure.py:735
46134699 msgid "This virtual drive is protected"
4614 msgstr ""
4615
4616 #: python/configure.py:728
4700 msgstr "この仮想ドライブは保護されています"
4701
4702 #: python/configure.py:737
46174703 msgid "Are you sure you want to delete {0} virtual drive ?"
46184704 msgstr ""
46194705
4620 #: python/configure.py:735
4706 #: python/configure.py:744
46214707 msgid "Are you sure you want to delete {0} ?"
46224708 msgstr ""
46234709
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4710 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4711 #: python/mainwindow.py:995
46264712 msgid "{0} debugger"
4627 msgstr ""
4713 msgstr "{0}のデバッガ"
46284714
46294715 #: python/debug.py:50
46304716 msgid "Please select a debug file"
46314717 msgstr ""
46324718
4633 #: python/debug.py:76
4719 #: python/debug.py:78
46344720 msgid "Locate this logfile"
46354721 msgstr ""
46364722
4637 #: python/debug.py:99
4723 #: python/debug.py:101
46384724 msgid "The file is named : {0}"
46394725 msgstr ""
46404726
4641 #: python/debug.py:153 python/debug.py:207
4727 #: python/debug.py:189 python/debug.py:245
46424728 msgid "Virtual drives"
46434729 msgstr ""
46444730
4645 #: python/debug.py:184
4731 #: python/debug.py:222
46464732 msgid "Report a problem about {0}"
46474733 msgstr ""
46484734
4649 #: python/debug.py:206
4735 #: python/debug.py:244
46504736 msgid "Install scripts"
46514737 msgstr ""
46524738
46714757 msgid "Next"
46724758 msgstr "次へ"
46734759
4674 #: python/guiv3.py:166
4760 #: python/guiv3.py:171
46754761 msgid "I Agree"
4676 msgstr ""
4677
4678 #: python/guiv3.py:167
4762 msgstr "同意します"
4763
4764 #: python/guiv3.py:172
46794765 msgid "Show virtual drives"
46804766 msgstr ""
46814767
4682 #: python/guiv3.py:188
4768 #: python/guiv3.py:193
46834769 msgid "Login: "
4684 msgstr ""
4685
4686 #: python/guiv3.py:189
4770 msgstr "ログイン: "
4771
4772 #: python/guiv3.py:194
46874773 msgid "Password: "
4688 msgstr ""
4689
4690 #: python/guiv3.py:192
4774 msgstr "パスワード: "
4775
4776 #: python/guiv3.py:197
46914777 msgid "Register"
46924778 msgstr ""
46934779
4694 #: python/guiv3.py:288
4780 #: python/guiv3.py:302
46954781 msgid "MB downloaded"
46964782 msgstr ""
46974783
4698 #: python/guiv3.py:288
4784 #: python/guiv3.py:302
46994785 msgid "of"
47004786 msgstr "/"
47014787
4702 #: python/guiv3.py:749
4788 #: python/guiv3.py:769
47034789 msgid "You cannot close this window"
47044790 msgstr ""
47054791
47064792 #: python/install.py:114 python/install.py:116
47074793 msgid "No description"
4708 msgstr ""
4709
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4794 msgstr "説明なし"
4795
4796 #: python/install.py:210
4797 msgid "Accessories"
4798 msgstr "アクセサリ"
4799
4800 #: python/install.py:211
4801 msgid "Development"
4802 msgstr "開発"
4803
4804 #: python/install.py:212
4805 msgid "Education"
4806 msgstr "教育・教養"
4807
4808 #: python/install.py:213
4809 msgid "Games"
4810 msgstr "ゲーム"
4811
4812 #: python/install.py:214
4813 msgid "Graphics"
4814 msgstr "グラフィック"
4815
4816 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4817 msgid "Internet"
4818 msgstr "インターネット"
4819
4820 #: python/install.py:216
4821 msgid "Multimedia"
4822 msgstr "マルチメディア"
4823
4824 #: python/install.py:217
4825 msgid "Office"
4826 msgstr "オフィス"
4827
4828 #: python/install.py:219
4829 msgid "Patches"
4830 msgstr "パッチ"
4831
4832 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114833 msgid "Search"
4712 msgstr ""
4834 msgstr "検索"
47134835
47144836 #: python/install.py:252
47154837 msgid "Include:"
47164838 msgstr ""
47174839
4840 #: python/install.py:258
4841 msgid "Testing"
4842 msgstr "テスト"
4843
47184844 #: python/install.py:263
47194845 msgid "No-cd needed"
47204846 msgstr ""
47214847
47224848 #: python/install.py:270
47234849 msgid "Commercial"
4724 msgstr ""
4850 msgstr "商用"
47254851
47264852 #: python/install.py:304
47274853 msgid "Install a non-listed program"
47664892 "used for piracy purposes we won't give any support on this matter."
47674893 msgstr ""
47684894
4769 #: python/irc.py:137
4895 #: python/irc.py:139
47704896 msgid "Send"
4771 msgstr ""
4772
4773 #: python/irc.py:138
4897 msgstr "送信"
4898
4899 #: python/irc.py:140
47744900 msgid "Connect"
4775 msgstr ""
4776
4777 #: python/irc.py:139
4901 msgstr "接続"
4902
4903 #: python/irc.py:141
47784904 msgid "Disconnect"
4779 msgstr ""
4780
4781 #: python/irc.py:140
4905 msgstr "切断"
4906
4907 #: python/irc.py:142
47824908 msgid "Leave"
4783 msgstr ""
4784
4785 #: python/irc.py:227
4909 msgstr "退出"
4910
4911 #: python/irc.py:229
47864912 msgid "Join a channel"
4787 msgstr ""
4788
4789 #: python/irc.py:257 python/mainwindow.py:725
4913 msgstr "チャンネルに参加"
4914
4915 #: python/irc.py:259 python/mainwindow.py:723
47904916 msgid "Messenger"
4791 msgstr ""
4792
4793 #: python/irc.py:273
4917 msgstr "メッセンジャー"
4918
4919 #: python/irc.py:275
47944920 msgid ""
47954921 "If you close this window, you cannot read further replies. Are you sure that "
47964922 "you want to close it?"
48154941 msgid "{0} error"
48164942 msgstr ""
48174943
4818 #: python/mainwindow.py:73
4944 #: python/mainwindow.py:75
48194945 msgid "{0} website is unavailable. Please check your connection"
48204946 msgstr ""
48214947
4822 #: python/mainwindow.py:75
4948 #: python/mainwindow.py:77
48234949 msgid "Refreshing {0}"
4824 msgstr ""
4825
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4950 msgstr "{0 }をリフレッシュ中"
4951
4952 #: python/mainwindow.py:92 python/mainwindow.py:94
48274953 msgid "An updated version of {0} is available"
48284954 msgstr ""
48294955
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4956 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314957 msgid "Run"
48324958 msgstr "実行"
48334959
4834 #: python/mainwindow.py:200
4960 #: python/mainwindow.py:202
48354961 msgid "Donate"
4836 msgstr ""
4837
4838 #: python/mainwindow.py:201
4962 msgstr "寄付"
4963
4964 #: python/mainwindow.py:203
48394965 msgid "Exit"
48404966 msgstr "終了"
48414967
4842 #: python/mainwindow.py:205
4968 #: python/mainwindow.py:207
48434969 msgid "Small icons"
4844 msgstr ""
4845
4846 #: python/mainwindow.py:206
4970 msgstr "小アイコン"
4971
4972 #: python/mainwindow.py:208
48474973 msgid "Medium icons"
4848 msgstr ""
4849
4850 #: python/mainwindow.py:207
4974 msgstr "中アイコン"
4975
4976 #: python/mainwindow.py:209
48514977 msgid "Large icons"
4852 msgstr ""
4853
4854 #: python/mainwindow.py:208
4978 msgstr "大アイコン"
4979
4980 #: python/mainwindow.py:210
48554981 msgid "Very large icons"
4856 msgstr ""
4857
4858 #: python/mainwindow.py:220
4982 msgstr "特大アイコン"
4983
4984 #: python/mainwindow.py:222
48594985 msgid "Manage Wine versions"
4860 msgstr ""
4861
4862 #: python/mainwindow.py:226
4986 msgstr "Wineのバージョンを管理"
4987
4988 #: python/mainwindow.py:228
48634989 msgid "Read a PC CD-Rom"
48644990 msgstr ""
48654991
4866 #: python/mainwindow.py:236
4992 #: python/mainwindow.py:238
48674993 msgid "Close all {0} software"
4868 msgstr ""
4869
4870 #: python/mainwindow.py:240
4994 msgstr "{0}のソフトウェアをすべて閉じる"
4995
4996 #: python/mainwindow.py:242
48714997 msgid "{0} console"
4872 msgstr ""
4873
4874 #: python/mainwindow.py:250
4998 msgstr "{0}の端末"
4999
5000 #: python/mainwindow.py:248
48755001 msgid "{0} messenger"
4876 msgstr ""
4877
4878 #: python/mainwindow.py:266 python/options.py:388
5002 msgstr "{0}のメッセンジャー"
5003
5004 #: python/mainwindow.py:264 python/options.py:388
48795005 msgid "File associations"
4880 msgstr ""
4881
4882 #: python/mainwindow.py:273
5006 msgstr "ファイル関連付け"
5007
5008 #: python/mainwindow.py:271
48835009 msgid "About {0}"
4884 msgstr ""
4885
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5010 msgstr "{0} について"
5011
5012 #: python/mainwindow.py:300 python/mainwindow.py:304
48875013 msgid "Plugin manager"
4888 msgstr ""
4889
4890 #: python/mainwindow.py:331
5014 msgstr "プラグイン管理"
5015
5016 #: python/mainwindow.py:329
48915017 msgid "File"
48925018 msgstr "ファイル"
48935019
4894 #: python/mainwindow.py:333
5020 #: python/mainwindow.py:331
48955021 msgid "Tools"
48965022 msgstr "ツール"
48975023
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5024 #: python/mainwindow.py:332 python/mainwindow.py:721
48995025 msgid "Settings"
49005026 msgstr "設定"
49015027
4902 #: python/mainwindow.py:335 python/options.py:387
5028 #: python/mainwindow.py:333 python/options.py:387
49035029 msgid "Plugins"
49045030 msgstr "プラグイン"
49055031
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5032 #: python/mainwindow.py:345 python/mainwindow.py:737
49075033 msgid "Close"
4908 msgstr ""
4909
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5034 msgstr "閉じる"
5035
5036 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115037 msgid "Configure"
49125038 msgstr "設定"
49135039
4914 #: python/mainwindow.py:584
5040 #: python/mainwindow.py:582
49155041 msgid "Open the application's directory"
49165042 msgstr ""
49175043
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5044 #: python/mainwindow.py:586 python/mainwindow.py:751
49195045 msgid "Read the manual"
49205046 msgstr ""
49215047
4922 #: python/mainwindow.py:592
5048 #: python/mainwindow.py:590
49235049 msgid "Set the icon"
49245050 msgstr ""
49255051
4926 #: python/mainwindow.py:600
5052 #: python/mainwindow.py:598
49275053 msgid "Close this application"
4928 msgstr ""
4929
4930 #: python/mainwindow.py:611
5054 msgstr "アプリケーションを閉じる"
5055
5056 #: python/mainwindow.py:609
49315057 msgid "KillApp"
49325058 msgstr ""
49335059
4934 #: python/mainwindow.py:618
5060 #: python/mainwindow.py:616
49355061 msgid "No manual found for {0}"
49365062 msgstr ""
49375063
4938 #: python/mainwindow.py:721
5064 #: python/mainwindow.py:719
49395065 msgid "Install a program"
49405066 msgstr ""
49415067
4942 #: python/mainwindow.py:728
5068 #: python/mainwindow.py:726
49435069 msgid "Update GIT"
4944 msgstr ""
4945
4946 #: python/mainwindow.py:731
5070 msgstr "GITをアップデート"
5071
5072 #: python/mainwindow.py:729
49475073 msgid "Update instructions"
49485074 msgstr ""
49495075
5076 #: python/mainwindow.py:739
5077 msgid "Debug"
5078 msgstr "デバッグ"
5079
49505080 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555081 msgid "Report a problem"
4956 msgstr ""
5082 msgstr "問題の報告"
5083
5084 #: python/mainwindow.py:745
5085 msgid "Create a shortcut"
5086 msgstr "ショートカットの作成"
49575087
49585088 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635089 msgid "Open the directory"
4964 msgstr ""
4965
4966 #: python/mainwindow.py:755
5090 msgstr "ディレクトリを開く"
5091
5092 #: python/mainwindow.py:753
49675093 msgid "Save"
4968 msgstr ""
4969
4970 #: python/mainwindow.py:758
5094 msgstr "保存"
5095
5096 #: python/mainwindow.py:756
49715097 msgid "Uninstall"
4972 msgstr ""
4973
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5098 msgstr "アンインストール"
5099
5100 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5101 #: python/mainwindow.py:1001
5102 msgid "Please select a program."
5103 msgstr "プログラムを選択。"
5104
5105 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5106 msgid "{0} settings"
5107 msgstr "{0} の設定"
5108
5109 #: python/mainwindow.py:963
5110 msgid "{0} install menu"
5111 msgstr "{0}のインストールの間"
5112
5113 #: python/mainwindow.py:972
5114 msgid "{0} wine versions manager"
5115 msgstr "{0}のwineバージョン管理"
5116
49755117 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925118 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935119 msgstr ""
49945120
50205146
50215147 #: python/mainwindow.py:1093
50225148 msgid "Icons:"
5023 msgstr ""
5149 msgstr "アイコン:"
50245150
50255151 #: python/mainwindow.py:1094
50265152 msgid "The following people contributed to this program: "
50285154
50295155 #: python/mainwindow.py:1095
50305156 msgid "Translations:"
5031 msgstr ""
5157 msgstr "翻訳:"
50325158
50335159 #: python/mainwindow.py:1096
50345160 msgid "Read TRANSLATORS file"
50405166
50415167 #: python/mainwindow.py:1156
50425168 msgid "{0} cannot find {1}"
5043 msgstr ""
5169 msgstr "{0}は{1}を発見できません"
50445170
50455171 #: python/mainwindow.py:1158
50465172 msgid " (from {2})"
5047 msgstr ""
5173 msgstr " ({2}より)"
50485174
50495175 #: python/mainwindow.py:1161
50505176 msgid "You need to install it to continue"
5051 msgstr ""
5177 msgstr "続行するにはインストールが必要"
50525178
50535179 #: python/mainwindow.py:1163
50545180 msgid "You should install it to use {0}"
50565182
50575183 #: python/mainwindow.py:1179
50585184 msgid "{0} is not supposed to be run as root. Sorry"
5059 msgstr ""
5185 msgstr "残念ながら、{0}はrootとして実行されていません。"
50605186
50615187 #: python/mainwindow.py:1188
50625188 msgid ""
50645190 "\n"
50655191 "You might encounter problem with your games"
50665192 msgstr ""
5193 "{0}は32bitのOpenGLライブラリを発見できませんでした。\n"
5194 "\n"
5195 "問題が発生します。"
50675196
50685197 #: python/mainwindow.py:1200
50695198 msgid ""
50715200 "\n"
50725201 "You might encounter problem with your games"
50735202 msgstr ""
5203 "{0}は64bitのOpenGLライブラリを発見できませんでした。\n"
5204 "\n"
5205 "問題が発生します。"
50745206
50755207 #: python/mainwindow.py:1212
50765208 msgid ""
50945226 "These information will be very precious for us to help people."
50955227 msgstr ""
50965228
5097 #: python/mainwindow.py:1271
5229 #: python/mainwindow.py:1273
50985230 msgid "Are you sure you want to want to install {0} package?"
50995231 msgstr ""
51005232
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5233 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5234 #: python/mainwindow.py:1284
51025235 msgid ""
51035236 "You are trying to open a script design for {0}! It might not work as expected"
51045237 msgstr ""
51175250
51185251 #: python/options.py:135
51195252 msgid "Proxy port"
5120 msgstr ""
5253 msgstr "プロキシのポート"
51215254
51225255 #: python/options.py:138
51235256 msgid "Proxy login"
5124 msgstr ""
5257 msgstr "プロキシを使用してログイン"
51255258
51265259 #: python/options.py:141
51275260 msgid "Proxy password"
5128 msgstr ""
5261 msgstr "プロキシのパスワード"
51295262
51305263 #: python/options.py:188
51315264 msgid "Installed plugins"
51335266
51345267 #: python/options.py:206
51355268 msgid "Add"
5136 msgstr ""
5269 msgstr "追加"
51375270
51385271 #: python/options.py:209 python/options.py:337
51395272 msgid "Enable"
51455278
51465279 #: python/options.py:263
51475280 msgid "What is the extension?"
5148 msgstr ""
5281 msgstr "拡張機能とは?"
51495282
51505283 #: python/options.py:275
51515284 msgid "Assigned program"
5152 msgstr ""
5285 msgstr "登録済みのプログラム"
51535286
51545287 #: python/options.py:277
51555288 msgid "Delete"
5156 msgstr ""
5289 msgstr "削除"
51575290
51585291 #: python/options.py:305
51595292 msgid "Are you sure you want to install: "
5160 msgstr ""
5293 msgstr "以下のものをインストールしようとしています: "
51615294
51625295 #: python/options.py:313
51635296 msgid "Are you sure you want to delete: "
5164 msgstr ""
5297 msgstr "以下のものを削除しようとしています: "
51655298
51665299 #: python/options.py:334
51675300 msgid "Disable"
51695302
51705303 #: python/options.py:375
51715304 msgid "Apply"
5172 msgstr ""
5305 msgstr "適用"
51735306
51745307 #: python/options.py:412
51755308 msgid "You must restart {0} for the changes to take effect."
5176 msgstr ""
5177
5178 #: python/wine_versions.py:194
5309 msgstr "{0} を再起動するまで、変更は反映されません。"
5310
5311 #: python/wine_versions.py:195
51795312 msgid "Installed Wine versions: "
5180 msgstr ""
5181
5182 #: python/wine_versions.py:195
5313 msgstr "インストールされているWineのバージョン: "
5314
5315 #: python/wine_versions.py:196
51835316 msgid "Available Wine versions: "
5184 msgstr ""
5185
5186 #: python/wine_versions.py:202
5317 msgstr "現存のWineのバージョン: "
5318
5319 #: python/wine_versions.py:203
51875320 msgid "Wine versions"
5188 msgstr ""
5189
5190 #: python/wine_versions.py:321
5321 msgstr "Wine バージョン"
5322
5323 #: python/wine_versions.py:322
51915324 msgid "Are you sure you want to delete wine {0}?"
5192 msgstr ""
5325 msgstr "wine {0}を削除しますか?"
51935326
51945327 #: python/wrapper.py:121
51955328 msgid "{0} is not able to start POL_SetupWindow_server."
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2011-04-05 08:22+0000\n"
1111 "Last-Translator: zaenal arifin <Unknown>\n"
1212 "Language-Team: Javanese <jv@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
245245 msgstr ""
246246
247247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
248249 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
249250 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
250251 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
273274 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
274275 #: PlayOnLinux_Scripts/Civilization_V_:53
275276 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
276 #: PlayOnLinux_Scripts/Diablo_II_:51
277 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
277278 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
278279 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
279280 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
280281 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
281282 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
282 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
283283 #: PlayOnLinux_Scripts/Google_SketchUp_:51
284284 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
285285 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
299299 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
300300 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
301301 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
302 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
302303 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
303304 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
304305 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
306 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
307 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
308 #: PlayOnLinux_Scripts/Portal_2_:82
307309 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
308310 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:72
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
312315 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
316 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
313317 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
314318 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
315319 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
320 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
316321 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
317322 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
318 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
324 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
320326 #: PlayOnLinux_Scripts/Starcraft_:34
321327 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
322328 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
329 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
330 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
324331 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
325332 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
333 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
326334 #: PlayOnLinux_Scripts/Theme_Hospital_:59
327335 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
328336 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
329337 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
330338 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
339 #: PlayOnLinux_Scripts/Wizard_101_:38
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
340349 msgid "Please select the setup file to run"
341350 msgstr ""
342351
352 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
357 #, sh-format
358 msgid "Please insert the game media into your disc drive."
359 msgstr ""
360
343361 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
344364 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
345365 #: PlayOnLinux_Scripts/Dishonored_:72
346366 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
434454 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
435455 #: PlayOnLinux_Scripts/Magicka_:68
436456 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
457 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
437458 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
438459 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
439460 #: PlayOnLinux_Scripts/Rayman_Origins_:83
440461 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
441 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
442 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
462 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
463 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
443464 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
444465 #: PlayOnLinux_Scripts/The_Witcher_:125
445466 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
469490 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
470491 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
471492 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
493 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
472494 #: PlayOnLinux_Scripts/Driftmoon_:43
473495 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
474496 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
477499 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
478500 #: PlayOnLinux_Scripts/League_Of_Legends_:57
479501 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
480 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
502 #: PlayOnLinux_Scripts/Sacrifice_:41
503 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
504 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
505 #: PlayOnLinux_Scripts/Toontown_Online_:25
506 #: PlayOnLinux_Scripts/Watchtower_library_:43
481507 #: PlayOnLinux_Scripts/iTunes_10_:28
482508 #, sh-format
483509 msgid "Please select the setup file to run."
492518 #: PlayOnLinux_Scripts/POL_GoG_download_:48
493519 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
494520 #: PlayOnLinux_Scripts/SimCity_2000_:50
495 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
496 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
521 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
522 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
497523 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
498524 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
499525 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
500 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
501 #: lib/wine.lib:1186
526 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
527 #: lib/wine.lib:1171 lib/wine.lib:1201
502528 #, sh-format
503529 msgid "Please wait..."
504530 msgstr ""
526552 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
527553 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
528554 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
529 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
555 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
530556 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
531557 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
532558 #: PlayOnLinux_Scripts/Dead_Space_2_:85
542568 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
543569 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
544570 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
545 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
571 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
546572 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
547573 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
548574 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
604630 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
605631 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
606632 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
607 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
633 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
608634 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
609635 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
610636 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
611 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
612 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
637 #: PlayOnLinux_Scripts/Dead_Space_:50
638 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
639 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
640 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
613641 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
614642 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
615643 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
619647 #: PlayOnLinux_Scripts/Rage_:79
620648 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
621649 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
622 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
650 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
623651 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
624652 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
625653 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
657685 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
658686 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
659687 #: PlayOnLinux_Scripts/Sacrifice_:45
660 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
688 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
661689 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
662690 #: PlayOnLinux_Scripts/The_Witcher_:102
663691 #, sh-format
668696 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
669697 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
670698 #: PlayOnLinux_Scripts/Mass_Effect_:54
671 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
699 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
672700 #: PlayOnLinux_Scripts/The_Witcher_:110
673701 #, sh-format
674702 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
680708 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
681709 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
682 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
710 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
683711 #: PlayOnLinux_Scripts/The_Witcher_:113
684712 #, sh-format
685713 msgid "Please insert the next game media into your disk drive"
708736 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
709737 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
710738 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
739 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
711740 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
712741 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
713742 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
813842 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
814843 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
815844 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
816 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
845 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
817846 #, sh-format
818847 msgid ""
819848 "You must disable anti-piracy protections of this game\\nif you want to play "
831860
832861 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
833862 #: PlayOnLinux_Scripts/Cars_2_:83
834 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
863 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
835864 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
836865 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
837866 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
852881 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
853882 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
854883 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
884 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
885 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
855886 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
856887 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
857888 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10671098 msgid "Please insert media 2 into your disk drive\\nif not already done."
10681099 msgstr ""
10691100
1070 #: PlayOnLinux_Scripts/Diablo_III_:29
1101 #: PlayOnLinux_Scripts/Diablo_III_:31
10711102 #, sh-format
10721103 msgid "Please select the setup file downloaded on $EDITOR website"
10731104 msgstr ""
10741105
1075 #: PlayOnLinux_Scripts/Diablo_III_:60
1106 #: PlayOnLinux_Scripts/Diablo_III_:62
10761107 #, sh-format
10771108 msgid ""
10781109 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10791110 "patch (AcceptEx Fix)"
10801111 msgstr ""
10811112
1082 #: PlayOnLinux_Scripts/Diablo_III_:60
1113 #: PlayOnLinux_Scripts/Diablo_III_:62
10831114 #, sh-format
10841115 msgid ""
10851116 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10861117 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1118 msgstr ""
1119
1120 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1121 #, sh-format
1122 msgid "Scanning your hardware..."
10871123 msgstr ""
10881124
10891125 #: PlayOnLinux_Scripts/Dishonored_:79
11621198
11631199 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11641200 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1165 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1166 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1201 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1202 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11671203 #, sh-format
11681204 msgid "Please insert the first game media into your disk drive"
11691205 msgstr ""
11701206
11711207 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1172 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1208 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11731209 #, sh-format
11741210 msgid "Please insert the second game media into your disk drive"
11751211 msgstr ""
12341270 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12351271 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12361272 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1273 #: PlayOnLinux_Scripts/Hearthstone_:64
12371274 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12381275 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12391276 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12591296 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12601297 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12611298 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1262 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1299 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12631300 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12641301 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12651302 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12831320 msgid "Editor"
12841321 msgstr ""
12851322
1286 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1323 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12871324 #, sh-format
12881325 msgid "This install script requires ffmpeg"
12891326 msgstr ""
12901327
1291 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1328 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12921329 #, sh-format
12931330 msgid "Converting videos..."
12941331 msgstr ""
12951332
12961333 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1334 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12971335 #, sh-format
12981336 msgid ""
12991337 "On first run the game will autodetect available renderers.\\nIt is likely "
13061344 msgid "Run $TITLE in safe mode?"
13071345 msgstr ""
13081346
1347 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1348 #, sh-format
1349 msgid ""
1350 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1351 "disable it by pressing Alt+R while in game.)"
1352 msgstr ""
1353
1354 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1355 #, sh-format
1356 msgid ""
1357 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1358 "game."
1359 msgstr ""
1360
13091361 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13101362 #, sh-format
13111363 msgid "Could not find program directory"
13681420 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13691421 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13701422 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1371 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1372 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1373 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13741423 #, sh-format
13751424 msgid "Language"
13761425 msgstr ""
14941543 msgid "Dedicated server"
14951544 msgstr ""
14961545
1497 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1546 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14981547 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14991548 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15001549 #, sh-format
15201569 msgid "Code wheel"
15211570 msgstr ""
15221571
1523 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1524 #, sh-format
1525 msgid "Do you have a language pack to install?"
1526 msgstr ""
1527
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1529 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1530 #, sh-format
1531 msgid "Later"
1532 msgstr ""
1533
1534 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1572 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1573 #, sh-format
1574 msgid ""
1575 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1576 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1577 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1581 #, sh-format
1582 msgid "Now you must install the modpack in directory:"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1586 #, sh-format
1587 msgid "Please select ANY 3 icons when prompted."
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1591 #, sh-format
1592 msgid "temp directory missing"
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1596 #, sh-format
1597 msgid ""
1598 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1599 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1600 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1601 "details.\\nInstall it?"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1605 #, sh-format
1606 msgid "Control Panel"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1610 #, sh-format
1611 msgid ""
1612 "IMPORTANT:\n"
1613 " \\n\\nOn the installation window coming next, do NOT click the Options "
1614 "button, it would mess up the language selection."
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1618 #, sh-format
1619 msgid ""
1620 "On first run the game will autodetect available renderers.\\nIt is likely "
1621 "that you will get better performance out of the OpenGL renderer."
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Goblins_3_:21
1625 #, sh-format
1626 msgid "Please select the game language"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Gothic_3_:82
1630 #, sh-format
1631 msgid "Choose the game resolution"
1632 msgstr ""
1633
1634 #: PlayOnLinux_Scripts/Gothic_3_:96
1635 #, sh-format
1636 msgid ""
1637 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1638 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1639 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1640 msgstr ""
1641
1642 #: PlayOnLinux_Scripts/Gothic_3_:110
1643 #, sh-format
1644 msgid "$TITLE is installed"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Guild_Wars_:53
1648 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1649 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1650 #, sh-format
1651 msgid "Please insert the DVD-ROM"
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1655 #, sh-format
1656 msgid ""
1657 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1658 "client and download will resume from where it stopped. Download percentage "
1659 "reset but do not worry, it do not restart from the beginning."
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1663 #, sh-format
1664 msgid ""
1665 "Please select $TITLE install file. During installation, uncheck all extra "
1666 "drivers it wants to install:"
1667 msgstr ""
1668
15351669 #: PlayOnLinux_Scripts/Half_Life_2_:56
15361670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15371671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15381672 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1539 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1673 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15401674 #, sh-format
15411675 msgid "No"
15421676 msgstr ""
15431677
1544 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1545 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1678 #: PlayOnLinux_Scripts/Half_Life_2_:56
1679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1681 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1682 #: PlayOnLinux_Scripts/Portal_:36
1683 #, sh-format
1684 msgid ""
1685 "Steam installation has been detected\\nwould you like to install this game "
1686 "in the same virtual drive?"
1687 msgstr ""
1688
15461689 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15471690 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15481691 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15511694 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15521695 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15531696 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1554 #: python/guiv3.py:157
1697 #: python/guiv3.py:158 python/guiv3.py:161
15551698 #, sh-format
15561699 msgid "Yes"
15571700 msgstr ""
15581701
1559 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1560 #, sh-format
1561 msgid ""
1562 "To install a language pack later, open the configuration panel for the game "
1563 "in order to execute the installer into the virtual disk (Misc tab)"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1567 #, sh-format
1568 msgid ""
1569 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1570 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1571 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1575 #, sh-format
1576 msgid "Now you must install the modpack in directory:"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1580 #, sh-format
1581 msgid "Please select ANY 3 icons when prompted."
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1585 #, sh-format
1586 msgid "temp directory missing"
1587 msgstr ""
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1590 #, sh-format
1591 msgid ""
1592 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1593 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1594 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1595 "details.\\nInstall it?"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1599 #, sh-format
1600 msgid "Control Panel"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1604 #, sh-format
1605 msgid ""
1606 "IMPORTANT:\n"
1607 " \\n\\nOn the installation window coming next, do NOT click the Options "
1608 "button, it would mess up the language selection."
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1612 #, sh-format
1613 msgid ""
1614 "On first run the game will autodetect available renderers.\\nIt is likely "
1615 "that you will get better performance out of the OpenGL renderer."
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Goblins_3_:21
1619 #, sh-format
1620 msgid "Please select the game language"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:82
1624 #, sh-format
1625 msgid "Choose the game resolution"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Gothic_3_:96
1629 #, sh-format
1630 msgid ""
1631 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1632 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1633 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Gothic_3_:110
1637 #, sh-format
1638 msgid "$TITLE is installed"
1639 msgstr ""
1640
1641 #: PlayOnLinux_Scripts/Guild_Wars_:53
1642 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1643 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1644 #, sh-format
1645 msgid "Please insert the DVD-ROM"
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1649 #, sh-format
1650 msgid ""
1651 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1652 "client and download will resume from where it stopped. Download percentage "
1653 "reset but do not worry, it do not restart from the beginning."
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1657 #, sh-format
1658 msgid ""
1659 "Please select $TITLE install file. During installation, uncheck all extra "
1660 "drivers it wants to install:"
1661 msgstr ""
1662
1663 #: PlayOnLinux_Scripts/Half_Life_2_:56
1664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1665 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1666 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1667 #: PlayOnLinux_Scripts/Portal_:36
1668 #, sh-format
1669 msgid ""
1670 "Steam installation has been detected\\nwould you like to install this game "
1671 "in the same virtual drive?"
1672 msgstr ""
1673
16741702 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16751703 #, sh-format
16761704 msgid "Updating $TITLE"
16771705 msgstr ""
16781706
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1707 #: PlayOnLinux_Scripts/Hanahira__:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16811709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16821710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16881716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16891717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16901718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1724 #: PlayOnLinux_Scripts/Steins_Gate_:51
16911725 #, sh-format
16921726 msgid "Please locate installation program (Setup.exe)"
16931727 msgstr ""
16941728
1695 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1696 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1729 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16971730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16981731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16991732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17151748 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17161749 msgstr ""
17171750
1751 #: PlayOnLinux_Scripts/Hearthstone_:26
1752 #, sh-format
1753 msgid "What language do you want to install?"
1754 msgstr ""
1755
17181756 #: PlayOnLinux_Scripts/ImgBurn_:38
17191757 #, sh-format
17201758 msgid ""
17521790 msgstr ""
17531791
17541792 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1755 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17561793 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17571794 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17581795 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19041941 "If the download update stuck close and run until the download is complete."
19051942 msgstr ""
19061943
1944 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19071945 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19081946 #, sh-format
19091947 msgid "Demo version"
19101948 msgstr ""
19111949
1950 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19121951 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19131952 #, sh-format
19141953 msgid "Please select version."
19622001 #, sh-format
19632002 msgid ""
19642003 "No filename extension specified, skipping association to native application."
2004 msgstr ""
2005
2006 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2007 #, sh-format
2008 msgid "Contacting download server."
19652009 msgstr ""
19662010
19672011 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20472091 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2050 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2094 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20512095 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20532097 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20852129 "them without issues"
20862130 msgstr ""
20872131
2088 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2089 #, sh-format
2090 msgid "This package fail to install with wine 1.5.21 or better"
2091 msgstr ""
2092
2093 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2132 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20942133 #, sh-format
20952134 msgid ""
20962135 "If you see error messages during DotNet 3.5 installation, you can ignore "
22062245 "Please update."
22072246 msgstr ""
22082247
2209 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2248 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2249 #: PlayOnLinux_Scripts/yWriter_5_:45
22102250 #, sh-format
22112251 msgid "Downloading..."
22122252 msgstr ""
23172357 msgid "Microsoft fonts have been installed successfully."
23182358 msgstr ""
23192359
2360 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2361 #, sh-format
2362 msgid ""
2363 "OSX users: If the screen flickers once the game is launched, try to press "
2364 "cmd + tab twice"
2365 msgstr ""
2366
23202367 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23212368 #, sh-format
23222369 msgid "Remove Game For Windows Live..."
23542401 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23552402 msgstr ""
23562403
2357 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2404 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23582405 #, sh-format
23592406 msgid "Abort installation"
23602407 msgstr ""
23792426 msgid "The program needs access to ptrace() to proceed:"
23802427 msgstr ""
23812428
2382 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2429 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23832430 #, sh-format
23842431 msgid "User abort"
23852432 msgstr ""
24182465 msgid "Please do not run $TITLE after installation has finished."
24192466 msgstr ""
24202467
2468 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2469 #, sh-format
2470 msgid "Extracting $TITLE"
2471 msgstr ""
2472
24212473 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24222474 #, sh-format
24232475 msgid ""
24302482 msgid "$TITLE has been successfully installed."
24312483 msgstr ""
24322484
2485 #: PlayOnLinux_Scripts/Poker_Stars_:37
2486 #, sh-format
2487 msgid "Error while installing. Downloaded file not found."
2488 msgstr ""
2489
24332490 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24342491 #, sh-format
24352492 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24372494
24382495 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24392496 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2497 #: PlayOnLinux_Scripts/Watchtower_library_:58
24402498 #, sh-format
24412499 msgid "Please wait while $TITLE is installed"
24422500 msgstr ""
24682526 #: PlayOnLinux_Scripts/Rage_:93
24692527 #, sh-format
24702528 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2532 #, sh-format
2533 msgid ""
2534 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2535 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2536 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2537 "n\\nIf you have one of this two versions of this game, please give some "
2538 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2539 "n\\nThank you!"
2540 msgstr ""
2541
2542 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2543 #, sh-format
2544 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2548 #, sh-format
2549 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2553 #, sh-format
2554 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2558 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2559 #, sh-format
2560 msgid "Select a version of installation disc:"
2561 msgstr ""
2562
2563 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2564 #, sh-format
2565 msgid "First Release (without addons)"
2566 msgstr ""
2567
2568 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2569 #, sh-format
2570 msgid "Gold Edition"
2571 msgstr ""
2572
2573 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2574 #, sh-format
2575 msgid "Platinum Edition"
2576 msgstr ""
2577
2578 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2579 #, sh-format
2580 msgid "What is your version of Railroad Tycoon II?"
2581 msgstr ""
2582
2583 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2584 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2585 #, sh-format
2586 msgid ""
2587 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2588 "desktop.\\n\\nThank you for using this installation script! :)"
24712589 msgstr ""
24722590
24732591 #: PlayOnLinux_Scripts/Reaper_4_:30
26192737 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26202738 msgstr ""
26212739
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2750 #, sh-format
2751 msgid ""
2752 "Close the visual novel when it appears to continue installation. Click Next "
2753 "to begin installation."
2754 msgstr ""
2755
2756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2757 #, sh-format
2758 msgid ""
2759 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2760 "script will now install it. Click Next to continue."
2761 msgstr ""
2762
26222763 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26232764 #, sh-format
26242765 msgid ""
26262767 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26272768 msgstr ""
26282769
2629 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2630 #, sh-format
2631 msgid "Please locate installation program (Launcher.exe)"
2632 msgstr ""
2633
2634 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2635 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2636 #, sh-format
2637 msgid ""
2638 "When the launcher opens, click on the top button to open the installer. When "
2639 "a new window opens, click OK. When another window opens, click on the button "
2640 "with the letter N until it is installing. Wait until it is done and click "
2641 "the right button to quit. Click Next when you are done installing."
2770 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2771 #, sh-format
2772 msgid "Please locate installation program in Data folder (Resonance.msi)"
26422773 msgstr ""
26432774
26442775 #: PlayOnLinux_Scripts/Steam_:50
26742805 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26752806 "game. Steam install xna framework the game. Close the Steam so that the "
26762807 "installer can continue."
2808 msgstr ""
2809
2810 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2811 #, sh-format
2812 msgid "If youve the extentions, you should install Tribunal first !"
26772813 msgstr ""
26782814
26792815 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27852921 "pp 4-5."
27862922 msgstr ""
27872923
2924 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2925 #, sh-format
2926 msgid "Please select the installation file to run."
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2930 #, sh-format
2931 msgid ""
2932 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2933 "your region.\\n 2. Leave only checked DirectX box."
2934 msgstr ""
2935
27882936 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27892937 #, sh-format
27902938 msgid ""
27912939 "The game will fail to launch until you set "
27922940 "/proc/sys/kernel/yama/ptrace_scope to 0"
2941 msgstr ""
2942
2943 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2944 #, sh-format
2945 msgid "Other destination or other CD/DVD"
2946 msgstr ""
2947
2948 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2949 #, sh-format
2950 msgid "Retail CD"
2951 msgstr ""
2952
2953 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2954 #, sh-format
2955 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2956 msgstr ""
2957
2958 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2959 #, sh-format
2960 msgid "video fix"
27932961 msgstr ""
27942962
27952963 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28723040 msgid "Donwload finished.\\nPatches installation will begin"
28733041 msgstr ""
28743042
3043 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3044 #, sh-format
3045 msgid "We will download the installer"
3046 msgstr ""
3047
28753048 #: PlayOnLinux_Scripts/Toontown_Online_:17
28763049 #, sh-format
28773050 msgid ""
29093082 msgid "Do you want to browse $TITLE website?"
29103083 msgstr ""
29113084
3085 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3086 #, sh-format
3087 msgid ""
3088 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3089 "messenger, because it will won't work correctly."
3090 msgstr ""
3091
3092 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3093 #, sh-format
3094 msgid "Warning"
3095 msgstr ""
3096
29123097 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29133098 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29143099 #, sh-format
29173102 "want it to run correctly with $APPLICATION_TITLE"
29183103 msgstr ""
29193104
3105 #: PlayOnLinux_Scripts/Watchtower_library_:49
3106 #, sh-format
3107 msgid "File Selection Error"
3108 msgstr ""
3109
3110 #: PlayOnLinux_Scripts/Watchtower_library_:49
3111 #, sh-format
3112 msgid ""
3113 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3114 msgstr ""
3115
29203116 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29213117 #, sh-format
29223118 msgid ""
29333129 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29343130 #, sh-format
29353131 msgid ""
2936 "Attention: After installation is complete, the patcher will load. Please "
2937 "close the patcher before logging in or finish updating to complete the "
2938 "installation. After this, you can run \"$TITLE\" when setup is done"
3132 "Attention:After installation is complete, the patcher will load. After, go "
3133 "to the top right of the patcher and click the wrench, Then Un-check the box "
3134 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3135 "minuite. When finished with this, please close the patcher before logging in "
3136 "or finish updating to complete the installation. After this, you can run "
3137 "\"$TITLE\" when setup is done"
29393138 msgstr ""
29403139
29413140 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29763175 "Please insert game media 5 into your disk drive\\nif not already done."
29773176 msgstr ""
29783177
3178 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3179 #, sh-format
3180 msgid "Which region version of World of Warplanes would you like to install?"
3181 msgstr ""
3182
3183 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3184 #, sh-format
3185 msgid ""
3186 "Attention:After installation is complete, the patcher will load. After, go "
3187 "to the top right of the patcher and click the wrench, Then Un-check the box "
3188 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3189 "minute. When finished with this, please close the patcher before logging in "
3190 "or finish updating to complete the installation. After this, you can run "
3191 "\"$TITLE\" when setup is done"
3192 msgstr ""
3193
29793194 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29803195 #, sh-format
29813196 msgid ""
30233238 msgid "Please select the 32bit version of iTunes"
30243239 msgstr ""
30253240
3026 #: PlayOnLinux_Scripts/osu_:45
3241 #: PlayOnLinux_Scripts/osu_:46
30273242 #, sh-format
30283243 msgid ""
30293244 "Press next to start the updater. When the updater is finished, close it "
30433258 "resolution when rFactor Config comes up."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:31
3261 #: bash/bug_report:32
30473262 #, sh-format
30483263 msgid "Report a bug"
30493264 msgstr ""
30503265
3051 #: bash/bug_report:36
3266 #: bash/bug_report:37
30523267 #, sh-format
30533268 msgid ""
30543269 "Please give the more details as you can, otherwise, it will be very "
30553270 "difficult to help you"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:36
3273 #: bash/bug_report:37
30593274 #, sh-format
30603275 msgid ""
30613276 "This wizard will help you to report a bug about an officially supported "
30623277 "program."
30633278 msgstr ""
30643279
3065 #: bash/bug_report:40
3280 #: bash/bug_report:41
30663281 #, sh-format
30673282 msgid ""
30683283 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30693284 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30703285 msgstr ""
30713286
3072 #: bash/bug_report:46
3287 #: bash/bug_report:47
30733288 #, sh-format
30743289 msgid "I have a problem with a software"
30753290 msgstr ""
30763291
3077 #: bash/bug_report:46
3292 #: bash/bug_report:47
30783293 #, sh-format
30793294 msgid "My problem concerns $APPLICATION_TITLE itself"
30803295 msgstr ""
30813296
3082 #: bash/bug_report:46
3297 #: bash/bug_report:47
30833298 #, sh-format
30843299 msgid "What kind of problem do you have?"
30853300 msgstr ""
30863301
3087 #: bash/bug_report:50
3302 #: bash/bug_report:51
30883303 #, sh-format
30893304 msgid "Don't join any log file"
30903305 msgstr ""
30913306
3092 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3307 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30933308 #: bash/manual_install:120 bash/manual_install:219
30943309 #, sh-format
30953310 msgid "Manual installation"
30963311 msgstr ""
30973312
3098 #: bash/bug_report:54 bash/run_exe:24
3313 #: bash/bug_report:55 bash/run_exe:24
30993314 #, sh-format
31003315 msgid "Automatic installation"
31013316 msgstr ""
31023317
3103 #: bash/bug_report:65
3318 #: bash/bug_report:66
31043319 #, sh-format
31053320 msgid "Choose the log file corresponding to your software."
31063321 msgstr ""
31073322
3108 #: bash/bug_report:69
3323 #: bash/bug_report:70
31093324 #, sh-format
31103325 msgid "Please give a very short description (title, english only)"
31113326 msgstr ""
31123327
3113 #: bash/bug_report:72
3328 #: bash/bug_report:73
31143329 #, sh-format
31153330 msgid "Please explain your problem clearly (english only):"
31163331 msgstr ""
31173332
3118 #: bash/bug_report:76
3333 #: bash/bug_report:77
31193334 #, sh-format
31203335 msgid "Sorry, we need a detailed description."
31213336 msgstr ""
31223337
3123 #: bash/bug_report:107
3338 #: bash/bug_report:108
31243339 #, sh-format
31253340 msgid ""
31263341 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31623377 msgstr ""
31633378
31643379 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3165 #: python/mainwindow.py:232
3380 #: python/mainwindow.py:234
31663381 #, sh-format
31673382 msgid "Run a local script"
31683383 msgstr ""
32863501 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32873502 msgstr ""
32883503
3289 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3504 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32903505 #, sh-format
32913506 msgid "$APPLICATION_TITLE first use"
32923507 msgstr ""
32933508
3294 #: bash/first_use:240
3509 #: bash/first_use:242
32953510 #, sh-format
32963511 msgid "$APPLICATION_TITLE is going to finish its preparation"
32973512 msgstr ""
32983513
3299 #: bash/first_use:240 bash/first_use:243
3514 #: bash/first_use:242 bash/first_use:245
33003515 #, sh-format
33013516 msgid "Please ensure you are connected to the internet."
33023517 msgstr ""
33033518
3304 #: bash/first_use:243
3519 #: bash/first_use:245
33053520 #, sh-format
33063521 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33073522 msgstr ""
33083523
3309 #: bash/first_use:243
3524 #: bash/first_use:245
33103525 #, sh-format
33113526 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33123527 msgstr ""
33133528
3314 #: bash/first_use:253
3529 #: bash/first_use:255
33153530 #, sh-format
33163531 msgid "Error while installing fonts"
33173532 msgstr ""
33183533
3319 #: bash/first_use:271
3534 #: bash/first_use:273
33203535 #, sh-format
33213536 msgid "Enjoy using $APPLICATION_TITLE"
33223537 msgstr ""
34283643 msgid "Use another version of Wine"
34293644 msgstr ""
34303645
3431 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3432 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3646 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3647 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34333648 #, sh-format
34343649 msgid "Configure Wine"
34353650 msgstr ""
34493664 msgid "What would you like to do before installation?"
34503665 msgstr ""
34513666
3452 #: bash/manual_install:230 lib/scripts.lib:437
3667 #: bash/manual_install:231 lib/scripts.lib:438
34533668 #, sh-format
34543669 msgid "Please make your choice"
34553670 msgstr ""
34563671
3457 #: bash/manual_install:258
3672 #: bash/manual_install:259
34583673 #, sh-format
34593674 msgid "Looking for runnable CD-ROMs"
34603675 msgstr ""
34613676
3462 #: bash/manual_install:281
3677 #: bash/manual_install:282
34633678 #, sh-format
34643679 msgid "Select another file"
34653680 msgstr ""
34663681
3467 #: bash/manual_install:289
3682 #: bash/manual_install:290
34683683 #, sh-format
34693684 msgid "Please choose a way to install your program"
34703685 msgstr ""
34713686
3472 #: bash/manual_install:298
3687 #: bash/manual_install:299
34733688 #, sh-format
34743689 msgid "Please select the install file to run."
34753690 msgstr ""
34763691
3477 #: bash/manual_install:328
3692 #: bash/manual_install:329
34783693 #, sh-format
34793694 msgid "You must choose a file!"
34803695 msgstr ""
34813696
3482 #: bash/manual_install:334
3697 #: bash/manual_install:335
34833698 #, sh-format
34843699 msgid "$APPLICATION_TITLE is installing your application..."
34853700 msgstr ""
35573772 msgid "Extracting: "
35583773 msgstr ""
35593774
3560 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3775 #: bash/playonlinux-pkg:111
35613776 #, sh-format
35623777 msgid "Running..."
35633778 msgstr ""
35673782 msgid "Cleaning..."
35683783 msgstr ""
35693784
3570 #: bash/playonlinux_online:32
3571 #, sh-format
3572 msgid ""
3573 "This is the list of the scripts you sent to us. You can run one of them"
3574 msgstr ""
3575
3576 #: bash/playonlinux_online:42
3577 #, sh-format
3578 msgid "You do not seems to have any personal script"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:47
3582 #, sh-format
3583 msgid ""
3584 "If you have successfully installed a program with 'Install a non-listed\\"
3585 "nsoftware' button, it will allow you to add this program in our list"
3586 msgstr ""
3587
3588 #: bash/playonlinux_online:47
3589 #, sh-format
3590 msgid "This tools will allow you to help us :"
3591 msgstr ""
3592
3593 #: bash/playonlinux_online:47
3594 #, sh-format
3595 msgid ""
3596 "We're going to ask you some questions, please be as much accurate as\\"
3597 "npossible"
3598 msgstr ""
3599
3600 #: bash/playonlinux_online:55
3601 #, sh-format
3602 msgid "Choose the file corresponding to your program."
3603 msgstr ""
3604
3605 #: bash/playonlinux_online:59
3606 #, sh-format
3607 msgid "Does your program run?"
3608 msgstr ""
3609
3610 #: bash/playonlinux_online:62
3611 #, sh-format
3612 msgid "What is the title of your program?"
3613 msgstr ""
3614
3615 #: bash/playonlinux_online:64
3616 #, sh-format
3617 msgid "What is the editor of your program?"
3618 msgstr ""
3619
3620 #: bash/playonlinux_online:66
3621 #, sh-format
3622 msgid "What is the editor website of your program?"
3623 msgstr ""
3624
3625 #: bash/playonlinux_online:69 python/install.py:210
3626 #, sh-format
3627 msgid "Accessories"
3628 msgstr ""
3629
3630 #: bash/playonlinux_online:69 python/install.py:211
3631 #, sh-format
3632 msgid "Development"
3633 msgstr ""
3634
3635 #: bash/playonlinux_online:69 python/install.py:212
3636 #, sh-format
3637 msgid "Education"
3638 msgstr ""
3639
3640 #: bash/playonlinux_online:69 python/install.py:213
3641 #, sh-format
3642 msgid "Games"
3643 msgstr ""
3644
3645 #: bash/playonlinux_online:69 python/install.py:214
3646 #, sh-format
3647 msgid "Graphics"
3648 msgstr ""
3649
3650 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3651 #: python/options.py:384
3652 #, sh-format
3653 msgid "Internet"
3654 msgstr ""
3655
3656 #: bash/playonlinux_online:69 python/install.py:216
3657 #, sh-format
3658 msgid "Multimedia"
3659 msgstr ""
3660
3661 #: bash/playonlinux_online:69 python/install.py:217
3662 #, sh-format
3663 msgid "Office"
3664 msgstr ""
3665
3666 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3667 #, sh-format
3668 msgid "Other"
3669 msgstr ""
3670
3671 #: bash/playonlinux_online:69 python/install.py:219
3672 #, sh-format
3673 msgid "Patches"
3674 msgstr ""
3675
3676 #: bash/playonlinux_online:69
3677 #, sh-format
3678 msgid "Select a category for your program"
3679 msgstr ""
3680
3681 #: bash/playonlinux_online:69 python/install.py:258
3682 #, sh-format
3683 msgid "Testing"
3684 msgstr ""
3685
3686 #: bash/playonlinux_online:72
3687 #, sh-format
3688 msgid ""
3689 "What feature of your program does not work?\\nIf everything works, please "
3690 "mention it"
3691 msgstr ""
3692
3693 #: bash/playonlinux_online:74
3694 #, sh-format
3695 msgid "Write any change you made to wine configuration here:"
3696 msgstr ""
3697
3698 #: bash/playonlinux_online:102
3699 #, sh-format
3700 msgid "You must be able to run this program!"
3701 msgstr ""
3702
3703 #: bash/playonlinux_online:107
3704 #, sh-format
3705 msgid "Run one of your personal scripts"
3706 msgstr ""
3707
3708 #: bash/playonlinux_online:108
3709 #, sh-format
3710 msgid "Send to us a working script generated by manual installation"
3711 msgstr ""
3712
3713 #: bash/playonlinux_online:109
3714 #, sh-format
3715 msgid "Logout"
3716 msgstr ""
3717
3718 #: bash/playonlinux_online:110
3719 #, sh-format
3720 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3721 msgstr ""
3722
3723 #: bash/playonlinux_online:124
3724 #, sh-format
3725 msgid ""
3726 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3727 "safely close this window"
3728 msgstr ""
3729
3730 #: bash/polconfigurator:33
3785 #: bash/polconfigurator:34
37313786 #, sh-format
37323787 msgid "Killing programs in the virtual drive..."
37333788 msgstr ""
37343789
3735 #: bash/polconfigurator:79
3790 #: bash/polconfigurator:86
37363791 #, sh-format
37373792 msgid "Icon selection"
37383793 msgstr ""
37393794
3740 #: bash/polconfigurator:79
3795 #: bash/polconfigurator:86
37413796 #, sh-format
37423797 msgid "Please select an icon file"
37433798 msgstr ""
37443799
3745 #: bash/polconfigurator:86
3800 #: bash/polconfigurator:93
37463801 #, sh-format
37473802 msgid "Bad file extension"
37483803 msgstr ""
37493804
3750 #: bash/polconfigurator:86
3805 #: bash/polconfigurator:93
37513806 #, sh-format
37523807 msgid "is not an icon extension"
37533808 msgstr ""
37543809
3755 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3756 #: python/mainwindow.py:621
3810 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3811 #: python/mainwindow.py:619
37573812 #, sh-format
37583813 msgid "Registry Editor"
37593814 msgstr ""
37603815
3761 #: bash/polconfigurator:97
3816 #: bash/polconfigurator:104
37623817 #, sh-format
37633818 msgid "Kill all prefix processes"
37643819 msgstr ""
37653820
3766 #: bash/polconfigurator:98
3821 #: bash/polconfigurator:105
37673822 #, sh-format
37683823 msgid "Update wineprefix"
37693824 msgstr ""
37703825
3771 #: bash/polconfigurator:99
3826 #: bash/polconfigurator:106
37723827 #, sh-format
37733828 msgid "Simulate Windows reboot"
37743829 msgstr ""
37753830
3776 #: bash/polconfigurator:100
3831 #: bash/polconfigurator:107
37773832 #, sh-format
37783833 msgid "Use Advanced Wine Configuration plugin"
37793834 msgstr ""
37803835
3781 #: bash/polconfigurator:101
3836 #: bash/polconfigurator:108
37823837 #, sh-format
37833838 msgid "Use PlayOnLinux's configurator for"
37843839 msgstr ""
37853840
3786 #: bash/polconfigurator:103
3841 #: bash/polconfigurator:110
37873842 #, sh-format
37883843 msgid "Change the icon"
37893844 msgstr ""
37903845
3791 #: bash/polconfigurator:104
3846 #: bash/polconfigurator:111
37923847 #, sh-format
37933848 msgid "Use WineTricks"
37943849 msgstr ""
37953850
3796 #: bash/polconfigurator:123
3851 #: bash/polconfigurator:130
37973852 #, sh-format
37983853 msgid "Please choose an action to perform"
37993854 msgstr ""
38433898 msgid "Please choose a CD-ROM to eject"
38443899 msgstr ""
38453900
3846 #: bash/run_app:83
3901 #: bash/run_app:85
38473902 #, sh-format
38483903 msgid "Please choose a software to run"
38493904 msgstr ""
38503905
3851 #: bash/run_app:114
3906 #: bash/run_app:116
38523907 #, sh-format
38533908 msgid "$APPLICATION_TITLE debugger is starting..."
38543909 msgstr ""
38553910
3856 #: bash/run_app:117
3911 #: bash/run_app:119
38573912 #, sh-format
38583913 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38593914 msgstr ""
38603915
3861 #: bash/run_app:119
3916 #: bash/run_app:121
38623917 #, sh-format
38633918 msgid "$PACKAGE crashed."
38643919 msgstr ""
39143969 msgstr ""
39153970
39163971 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3917 #: lib/playonlinux.lib:717
3972 #: lib/playonlinux.lib:720
39183973 #, sh-format
39193974 msgid "$APPLICATION_TITLE Uninstaller"
39203975 msgstr ""
39343989 msgid "This wizard will help you to uninstall: "
39353990 msgstr ""
39363991
3937 #: bash/uninstall:65 lib/playonlinux.lib:717
3992 #: bash/uninstall:65 lib/playonlinux.lib:720
39383993 #, sh-format
39393994 msgid "Uninstalling..."
39403995 msgstr ""
39944049 msgstr ""
39954050
39964051 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3997 #: lib/wine.lib:955 lib/wine.lib:1036
4052 #: lib/wine.lib:970 lib/wine.lib:1051
39984053 #, sh-format
39994054 msgid "Please wait while the virtual drive is being created..."
40004055 msgstr ""
40094064 msgid "Setting Program Files var"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4013 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4067 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4068 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40144069 #, sh-format
40154070 msgid "This function is disabled in the PlayOnlinux environment."
40164071 msgstr ""
40174072
4018 #: lib/playonlinux.lib:334
4073 #: lib/playonlinux.lib:336
40194074 #, sh-format
40204075 msgid ""
40214076 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40234078 "responsible from it.\\nPlease ensure you know what you are doing !"
40244079 msgstr ""
40254080
4026 #: lib/playonlinux.lib:335
4081 #: lib/playonlinux.lib:337
40274082 #, sh-format
40284083 msgid "Here the source code of the script. Check it carefully"
40294084 msgstr ""
40304085
4031 #: lib/playonlinux.lib:357
4086 #: lib/playonlinux.lib:359
40324087 #, sh-format
40334088 msgid ""
40344089 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40364091 "responsible from it.\\nPlease ensure you know what you are doing!"
40374092 msgstr ""
40384093
4039 #: lib/playonlinux.lib:358
4094 #: lib/playonlinux.lib:360
40404095 #, sh-format
40414096 msgid "External library"
40424097 msgstr ""
40434098
4044 #: lib/playonlinux.lib:358
4099 #: lib/playonlinux.lib:360
40454100 #, sh-format
40464101 msgid "Here the source code of the script. Check it carrefully"
40474102 msgstr ""
40484103
4049 #: lib/playonlinux.lib:591
4104 #: lib/playonlinux.lib:593
40504105 #, sh-format
40514106 msgid "Making shortcut..."
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:715
4109 #: lib/playonlinux.lib:718
40554110 #, sh-format
40564111 msgid "Do you want to delete the virtual drive:"
40574112 msgstr ""
40584113
4059 #: lib/playonlinux.lib:826
4114 #: lib/playonlinux.lib:831
40604115 #, sh-format
40614116 msgid ""
40624117 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40634118 "from working\\n\\n$FilePath"
40644119 msgstr ""
40654120
4066 #: lib/playonlinux.lib:827
4121 #: lib/playonlinux.lib:832
40674122 #, sh-format
40684123 msgid ""
40694124 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40704125 "from working\\n\\n$FilePath"
40714126 msgstr ""
40724127
4073 #: lib/playonlinux.lib:828
4128 #: lib/playonlinux.lib:833
40744129 #, sh-format
40754130 msgid ""
40764131 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40774132 "from working\\n\\n$FilePath"
40784133 msgstr ""
40794134
4080 #: lib/playonlinux.lib:829
4135 #: lib/playonlinux.lib:834
40814136 #, sh-format
40824137 msgid ""
40834138 "The following file is located on a noexec mounted filesystem.\\nIt might "
40844139 "prevent wine from working\\n\\n$FilePath"
40854140 msgstr ""
40864141
4087 #: lib/plugins.lib:65
4142 #: lib/plugins.lib:66
40884143 #, sh-format
40894144 msgid "Checking plugin: "
40904145 msgstr ""
40914146
4092 #: lib/plugins.lib:93
4147 #: lib/plugins.lib:94
40934148 #, sh-format
40944149 msgid "New: "
40954150 msgstr ""
40964151
4097 #: lib/plugins.lib:93
4152 #: lib/plugins.lib:94
40984153 #, sh-format
40994154 msgid "Updating plugin. Previous: "
41004155 msgstr ""
41014156
4102 #: lib/plugins.lib:112
4157 #: lib/plugins.lib:113
41034158 #, sh-format
41044159 msgid "Installing plugin: "
41054160 msgstr ""
41164171 msgid "Function override detected, disabling bug reporting"
41174172 msgstr ""
41184173
4119 #: lib/scripts.lib:499 lib/scripts.lib:565
4174 #: lib/scripts.lib:500 lib/scripts.lib:566
41204175 #, sh-format
41214176 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41224177 msgstr ""
41234178
4124 #: lib/scripts.lib:501 lib/scripts.lib:784
4179 #: lib/scripts.lib:502 lib/scripts.lib:785
41254180 #, sh-format
41264181 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41274182 msgstr ""
41284183
4129 #: lib/scripts.lib:503 lib/scripts.lib:570
4184 #: lib/scripts.lib:504 lib/scripts.lib:571
41304185 #, sh-format
41314186 msgid "An error happened during download."
41324187 msgstr ""
41334188
4134 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4135 #: lib/scripts.lib:586
4189 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4190 #: lib/scripts.lib:587
41364191 #, sh-format
41374192 msgid "Do you want to retry?"
41384193 msgstr ""
41394194
4140 #: lib/scripts.lib:522 lib/scripts.lib:586
4195 #: lib/scripts.lib:523 lib/scripts.lib:587
41414196 #, sh-format
41424197 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41434198 msgstr ""
41444199
4145 #: lib/scripts.lib:689
4200 #: lib/scripts.lib:690
41464201 #, sh-format
41474202 msgid ""
41484203 "7z not installed, please check that you have 7zip installed and try again"
41494204 msgstr ""
41504205
4151 #: lib/scripts.lib:696
4206 #: lib/scripts.lib:697
41524207 #, sh-format
41534208 msgid "Failed to locate ${dest} from ${archive}"
41544209 msgstr ""
41554210
4156 #: lib/scripts.lib:700
4211 #: lib/scripts.lib:701
41574212 #, sh-format
41584213 msgid "Extracting ${filename} from ${archivename}"
41594214 msgstr ""
41604215
4161 #: lib/scripts.lib:715
4216 #: lib/scripts.lib:716
41624217 #, sh-format
41634218 msgid "Extracted file size does not match!"
41644219 msgstr ""
41654220
4166 #: lib/scripts.lib:746
4221 #: lib/scripts.lib:747
41674222 #, sh-format
41684223 msgid "Copying ${filename}"
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:759
4226 #: lib/scripts.lib:760
41724227 #, sh-format
41734228 msgid "File size does not match!"
41744229 msgstr ""
41754230
4176 #: lib/scripts.lib:903
4231 #: lib/scripts.lib:904
41774232 #, sh-format
41784233 msgid ""
41794234 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41804235 "n$APPLICATION_TITLE $NEEDED is required."
41814236 msgstr ""
41824237
4183 #: lib/scripts.lib:918
4238 #: lib/scripts.lib:919
41844239 #, sh-format
41854240 msgid ""
41864241 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41874242 "$NEEDED is recommended to continue."
41884243 msgstr ""
41894244
4190 #: lib/scripts.lib:949
4245 #: lib/scripts.lib:950
41914246 #, sh-format
41924247 msgid "$AUTHOR profile"
41934248 msgstr ""
42344289 "again."
42354290 msgstr ""
42364291
4237 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4292 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42384293 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42394294 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42404295 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42454300 #: lib/setupwindow.lib:348
42464301 #, sh-format
42474302 msgid "Where is mounted your CD-ROM?"
4303 msgstr ""
4304
4305 #: lib/setupwindow.lib:349 python/install.py:218
4306 #, sh-format
4307 msgid "Other"
42484308 msgstr ""
42494309
42504310 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43654425 msgid "I don't want to make another shortcut"
43664426 msgstr ""
43674427
4368 #: lib/setupwindow.lib:711 python/guiv3.py:158
4428 #: lib/setupwindow.lib:711 python/guiv3.py:163
43694429 #, sh-format
43704430 msgid "Browse"
4431 msgstr ""
4432
4433 #: lib/setupwindow.lib:739
4434 #, sh-format
4435 msgid "A shortcut by that name already exists, overwrite?"
43714436 msgstr ""
43724437
43734438 #: lib/website.lib:29
43874452 "valid."
43884453 msgstr ""
43894454
4390 #: lib/wine.lib:367
4455 #: lib/wine.lib:371
43914456 #, sh-format
43924457 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43934458 msgstr ""
43944459
4395 #: lib/wine.lib:373
4460 #: lib/wine.lib:377
43964461 #, sh-format
43974462 msgid "Select the main videocard to report:"
43984463 msgstr ""
43994464
4400 #: lib/wine.lib:538 lib/wine.lib:703
4465 #: lib/wine.lib:549 lib/wine.lib:714
44014466 #, sh-format
44024467 msgid ""
44034468 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44044469 "message"
44054470 msgstr ""
44064471
4407 #: lib/wine.lib:763
4472 #: lib/wine.lib:775
44084473 #, sh-format
44094474 msgid "Unable to find version: "
44104475 msgstr ""
44114476
4412 #: lib/wine.lib:769 lib/wine.lib:770
4477 #: lib/wine.lib:781 lib/wine.lib:782
44134478 #, sh-format
44144479 msgid "Downloading Wine: "
44154480 msgstr ""
44164481
4417 #: lib/wine.lib:779
4482 #: lib/wine.lib:791
44184483 #, sh-format
44194484 msgid "The download seems to have failed."
44204485 msgstr ""
44214486
4422 #: lib/wine.lib:781
4487 #: lib/wine.lib:793
44234488 #, sh-format
44244489 msgid "Extracting Wine..."
44254490 msgstr ""
44264491
4427 #: lib/wine.lib:961
4492 #: lib/wine.lib:976
44284493 #, sh-format
44294494 msgid "Overwrite (usually works, no guarantee)"
44304495 msgstr ""
44314496
4432 #: lib/wine.lib:962
4497 #: lib/wine.lib:977
44334498 #, sh-format
44344499 msgid "Erase (virtual drive content will be lost)"
44354500 msgstr ""
44364501
4437 #: lib/wine.lib:976
4502 #: lib/wine.lib:991
44384503 #, sh-format
44394504 msgid "The target virtual drive $PREFNAME already exists:"
44404505 msgstr ""
44414506
4442 #: lib/wine.lib:1156 lib/wine.lib:1186
4507 #: lib/wine.lib:1171 lib/wine.lib:1201
44434508 #, sh-format
44444509 msgid "Please wait while $SOFTNAME is installed..."
44454510 msgstr ""
44464511
4447 #: lib/wine.lib:1160 lib/wine.lib:1189
4512 #: lib/wine.lib:1175 lib/wine.lib:1204
44484513 #, sh-format
44494514 msgid ""
44504515 "Be careful! This will kill install process. If it is not finished, you will "
44514516 "have to reinstall $SOFTNAME"
44524517 msgstr ""
44534518
4454 #: lib/wine.lib:1160 lib/wine.lib:1189
4519 #: lib/wine.lib:1175 lib/wine.lib:1204
44554520 #, sh-format
44564521 msgid "Install is done"
44574522 msgstr ""
44584523
4459 #: lib/wine.lib:1193 lib/wine.lib:1194
4524 #: lib/wine.lib:1208 lib/wine.lib:1209
44604525 #, sh-format
44614526 msgid "Press next only when the installation process is finished"
44624527 msgstr ""
44634528
4464 #: lib/wine.lib:1202
4529 #: lib/wine.lib:1217
44654530 #, sh-format
44664531 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44674532 msgstr ""
44754540 "associated"
44764541 msgstr ""
44774542
4478 #: python/configure.py:197 python/configure.py:694
4543 #: python/configure.py:196 python/configure.py:703
44794544 msgid "General"
44804545 msgstr ""
44814546
4547 #: python/configure.py:199
4548 msgid "Make a new shortcut from this virtual drive"
4549 msgstr ""
4550
44824551 #: python/configure.py:200
4483 msgid "Make a new shortcut from this virtual drive"
4552 msgid "Name"
44844553 msgstr ""
44854554
44864555 #: python/configure.py:201
4487 msgid "Name"
4556 msgid "Wine version"
44884557 msgstr ""
44894558
44904559 #: python/configure.py:202
4491 msgid "Wine version"
4492 msgstr ""
4493
4494 #: python/configure.py:203
44954560 msgid "Debug flags"
44964561 msgstr ""
44974562
4498 #: python/configure.py:205
4563 #: python/configure.py:204
44994564 msgid "Virtual drive"
45004565 msgstr ""
45014566
4502 #: python/configure.py:207
4567 #: python/configure.py:206
45034568 msgid "Arguments"
45044569 msgstr ""
45054570
4506 #: python/configure.py:211
4571 #: python/configure.py:210
45074572 msgid "Run configuration wizard"
45084573 msgstr ""
45094574
4510 #: python/configure.py:248
4575 #: python/configure.py:247
45114576 msgid "Windows reboot"
45124577 msgstr ""
45134578
4514 #: python/configure.py:256
4579 #: python/configure.py:255
45154580 msgid "Repair virtual drive"
45164581 msgstr ""
45174582
4518 #: python/configure.py:265
4583 #: python/configure.py:264
45194584 msgid "Command prompt"
45204585 msgstr ""
45214586
4522 #: python/configure.py:272
4587 #: python/configure.py:271
45234588 msgid "Task manager"
45244589 msgstr ""
45254590
4526 #: python/configure.py:280
4591 #: python/configure.py:279
45274592 msgid "Kill processes"
45284593 msgstr ""
45294594
4530 #: python/configure.py:287
4595 #: python/configure.py:286
45314596 msgid "Wine uninstaller"
45324597 msgstr ""
45334598
4534 #: python/configure.py:312
4599 #: python/configure.py:311
45354600 msgid ""
45364601 "Be careful! Installing one of these components can break your virtual drive."
45374602 msgstr ""
45384603
4539 #: python/configure.py:334 python/install.py:285 python/install.py:289
4540 #: python/mainwindow.py:197 python/mainwindow.py:350
4604 #: python/configure.py:333 python/install.py:285 python/install.py:289
4605 #: python/mainwindow.py:199 python/mainwindow.py:348
45414606 msgid "Install"
45424607 msgstr ""
45434608
4544 #: python/configure.py:395
4609 #: python/configure.py:388
45454610 msgid "Open program's directory"
45464611 msgstr ""
45474612
4548 #: python/configure.py:418
4613 #: python/configure.py:411
45494614 msgid "Open virtual drive's directory"
45504615 msgstr ""
45514616
4617 #: python/configure.py:555
4618 msgid "GLSL Support"
4619 msgstr ""
4620
4621 #: python/configure.py:556
4622 msgid "Direct Draw Renderer"
4623 msgstr ""
4624
4625 #: python/configure.py:557
4626 msgid "Video memory size"
4627 msgstr ""
4628
4629 #: python/configure.py:558
4630 msgid "Offscreen rendering mode"
4631 msgstr ""
4632
4633 #: python/configure.py:559
4634 msgid "Render target mode lock"
4635 msgstr ""
4636
45524637 #: python/configure.py:560
4553 msgid "GLSL Support"
4638 msgid "Multisampling"
45544639 msgstr ""
45554640
45564641 #: python/configure.py:561
4557 msgid "Direct Draw Renderer"
4558 msgstr ""
4559
4560 #: python/configure.py:562
4561 msgid "Video memory size"
4562 msgstr ""
4563
4564 #: python/configure.py:563
4565 msgid "Offscreen rendering mode"
4566 msgstr ""
4567
4568 #: python/configure.py:564
4569 msgid "Render target mode lock"
4570 msgstr ""
4571
4572 #: python/configure.py:565
4573 msgid "Multisampling"
4574 msgstr ""
4575
4576 #: python/configure.py:566
45774642 msgid "Strict Draw Ordering"
45784643 msgstr ""
45794644
4580 #: python/configure.py:576
4645 #: python/configure.py:571
45814646 msgid "Mouse warp override"
45824647 msgstr ""
45834648
4584 #: python/configure.py:578
4649 #: python/configure.py:573
45854650 msgid "Open a shell"
45864651 msgstr ""
45874652
4588 #: python/configure.py:579
4653 #: python/configure.py:574
45894654 msgid "Run a .exe file in this virtual drive"
45904655 msgstr ""
45914656
4592 #: python/configure.py:580
4657 #: python/configure.py:575
45934658 msgid "Command to exec before running the program"
45944659 msgstr ""
45954660
4596 #: python/configure.py:591
4661 #: python/configure.py:585
4662 msgid ""
4663 "Warning:\n"
4664 "\n"
4665 "Any program still running in this virtual drive will be terminated before "
4666 "Wine version is changed.\n"
4667 "Are you sure you want to continue?"
4668 msgstr ""
4669
4670 #: python/configure.py:596
45974671 msgid ""
45984672 "Be careful!\n"
45994673 "If you change "
46004674 msgstr ""
46014675
4602 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4676 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46034677 msgid "{0} configuration"
46044678 msgstr ""
46054679
4606 #: python/configure.py:659
4680 #: python/configure.py:664
46074681 msgid "Please select a program or a virtual drive to configure"
46084682 msgstr ""
46094683
4610 #: python/configure.py:677 python/options.py:280
4684 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46114685 msgid "New"
46124686 msgstr ""
46134687
4614 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4615 #: python/mainwindow.py:596 python/options.py:207
4688 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4689 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46164690 msgid "Remove"
46174691 msgstr ""
46184692
4619 #: python/configure.py:696
4693 #: python/configure.py:705
46204694 msgid "Install components"
46214695 msgstr ""
46224696
4623 #: python/configure.py:697 python/mainwindow.py:332
4697 #: python/configure.py:706 python/mainwindow.py:330
46244698 msgid "Display"
46254699 msgstr ""
46264700
4627 #: python/configure.py:698
4701 #: python/configure.py:707
46284702 msgid "Miscellaneous"
46294703 msgstr ""
46304704
4631 #: python/configure.py:726
4705 #: python/configure.py:735
46324706 msgid "This virtual drive is protected"
46334707 msgstr ""
46344708
4635 #: python/configure.py:728
4709 #: python/configure.py:737
46364710 msgid "Are you sure you want to delete {0} virtual drive ?"
46374711 msgstr ""
46384712
4639 #: python/configure.py:735
4713 #: python/configure.py:744
46404714 msgid "Are you sure you want to delete {0} ?"
46414715 msgstr ""
46424716
4643 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4644 #: python/mainwindow.py:997
4717 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4718 #: python/mainwindow.py:995
46454719 msgid "{0} debugger"
46464720 msgstr ""
46474721
46494723 msgid "Please select a debug file"
46504724 msgstr ""
46514725
4652 #: python/debug.py:76
4726 #: python/debug.py:78
46534727 msgid "Locate this logfile"
46544728 msgstr ""
46554729
4656 #: python/debug.py:99
4730 #: python/debug.py:101
46574731 msgid "The file is named : {0}"
46584732 msgstr ""
46594733
4660 #: python/debug.py:153 python/debug.py:207
4734 #: python/debug.py:189 python/debug.py:245
46614735 msgid "Virtual drives"
46624736 msgstr ""
46634737
4664 #: python/debug.py:184
4738 #: python/debug.py:222
46654739 msgid "Report a problem about {0}"
46664740 msgstr ""
46674741
4668 #: python/debug.py:206
4742 #: python/debug.py:244
46694743 msgid "Install scripts"
46704744 msgstr ""
46714745
46904764 msgid "Next"
46914765 msgstr ""
46924766
4693 #: python/guiv3.py:166
4767 #: python/guiv3.py:171
46944768 msgid "I Agree"
46954769 msgstr ""
46964770
4697 #: python/guiv3.py:167
4771 #: python/guiv3.py:172
46984772 msgid "Show virtual drives"
46994773 msgstr ""
47004774
4701 #: python/guiv3.py:188
4775 #: python/guiv3.py:193
47024776 msgid "Login: "
47034777 msgstr ""
47044778
4705 #: python/guiv3.py:189
4779 #: python/guiv3.py:194
47064780 msgid "Password: "
47074781 msgstr ""
47084782
4709 #: python/guiv3.py:192
4783 #: python/guiv3.py:197
47104784 msgid "Register"
47114785 msgstr ""
47124786
4713 #: python/guiv3.py:288
4787 #: python/guiv3.py:302
47144788 msgid "MB downloaded"
47154789 msgstr ""
47164790
4717 #: python/guiv3.py:288
4791 #: python/guiv3.py:302
47184792 msgid "of"
47194793 msgstr ""
47204794
4721 #: python/guiv3.py:749
4795 #: python/guiv3.py:769
47224796 msgid "You cannot close this window"
47234797 msgstr ""
47244798
47264800 msgid "No description"
47274801 msgstr ""
47284802
4729 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4803 #: python/install.py:210
4804 msgid "Accessories"
4805 msgstr ""
4806
4807 #: python/install.py:211
4808 msgid "Development"
4809 msgstr ""
4810
4811 #: python/install.py:212
4812 msgid "Education"
4813 msgstr ""
4814
4815 #: python/install.py:213
4816 msgid "Games"
4817 msgstr ""
4818
4819 #: python/install.py:214
4820 msgid "Graphics"
4821 msgstr ""
4822
4823 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4824 msgid "Internet"
4825 msgstr ""
4826
4827 #: python/install.py:216
4828 msgid "Multimedia"
4829 msgstr ""
4830
4831 #: python/install.py:217
4832 msgid "Office"
4833 msgstr ""
4834
4835 #: python/install.py:219
4836 msgid "Patches"
4837 msgstr ""
4838
4839 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47304840 msgid "Search"
47314841 msgstr ""
47324842
47334843 #: python/install.py:252
47344844 msgid "Include:"
4845 msgstr ""
4846
4847 #: python/install.py:258
4848 msgid "Testing"
47354849 msgstr ""
47364850
47374851 #: python/install.py:263
47854899 "used for piracy purposes we won't give any support on this matter."
47864900 msgstr ""
47874901
4788 #: python/irc.py:137
4902 #: python/irc.py:139
47894903 msgid "Send"
47904904 msgstr ""
47914905
4792 #: python/irc.py:138
4906 #: python/irc.py:140
47934907 msgid "Connect"
47944908 msgstr ""
47954909
4796 #: python/irc.py:139
4910 #: python/irc.py:141
47974911 msgid "Disconnect"
47984912 msgstr ""
47994913
4800 #: python/irc.py:140
4914 #: python/irc.py:142
48014915 msgid "Leave"
48024916 msgstr ""
48034917
4804 #: python/irc.py:227
4918 #: python/irc.py:229
48054919 msgid "Join a channel"
48064920 msgstr ""
48074921
4808 #: python/irc.py:257 python/mainwindow.py:725
4922 #: python/irc.py:259 python/mainwindow.py:723
48094923 msgid "Messenger"
48104924 msgstr ""
48114925
4812 #: python/irc.py:273
4926 #: python/irc.py:275
48134927 msgid ""
48144928 "If you close this window, you cannot read further replies. Are you sure that "
48154929 "you want to close it?"
48344948 msgid "{0} error"
48354949 msgstr ""
48364950
4837 #: python/mainwindow.py:73
4951 #: python/mainwindow.py:75
48384952 msgid "{0} website is unavailable. Please check your connection"
48394953 msgstr ""
48404954
4841 #: python/mainwindow.py:75
4955 #: python/mainwindow.py:77
48424956 msgid "Refreshing {0}"
48434957 msgstr ""
48444958
4845 #: python/mainwindow.py:90 python/mainwindow.py:92
4959 #: python/mainwindow.py:92 python/mainwindow.py:94
48464960 msgid "An updated version of {0} is available"
48474961 msgstr ""
48484962
4849 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4963 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48504964 msgid "Run"
48514965 msgstr ""
48524966
4853 #: python/mainwindow.py:200
4967 #: python/mainwindow.py:202
48544968 msgid "Donate"
48554969 msgstr ""
48564970
4857 #: python/mainwindow.py:201
4971 #: python/mainwindow.py:203
48584972 msgid "Exit"
48594973 msgstr ""
48604974
4861 #: python/mainwindow.py:205
4975 #: python/mainwindow.py:207
48624976 msgid "Small icons"
48634977 msgstr ""
48644978
4865 #: python/mainwindow.py:206
4979 #: python/mainwindow.py:208
48664980 msgid "Medium icons"
48674981 msgstr ""
48684982
4869 #: python/mainwindow.py:207
4983 #: python/mainwindow.py:209
48704984 msgid "Large icons"
48714985 msgstr ""
48724986
4873 #: python/mainwindow.py:208
4987 #: python/mainwindow.py:210
48744988 msgid "Very large icons"
48754989 msgstr ""
48764990
4877 #: python/mainwindow.py:220
4991 #: python/mainwindow.py:222
48784992 msgid "Manage Wine versions"
48794993 msgstr ""
48804994
4881 #: python/mainwindow.py:226
4995 #: python/mainwindow.py:228
48824996 msgid "Read a PC CD-Rom"
48834997 msgstr ""
48844998
4885 #: python/mainwindow.py:236
4999 #: python/mainwindow.py:238
48865000 msgid "Close all {0} software"
48875001 msgstr ""
48885002
4889 #: python/mainwindow.py:240
5003 #: python/mainwindow.py:242
48905004 msgid "{0} console"
48915005 msgstr ""
48925006
4893 #: python/mainwindow.py:250
5007 #: python/mainwindow.py:248
48945008 msgid "{0} messenger"
48955009 msgstr ""
48965010
4897 #: python/mainwindow.py:266 python/options.py:388
5011 #: python/mainwindow.py:264 python/options.py:388
48985012 msgid "File associations"
48995013 msgstr ""
49005014
4901 #: python/mainwindow.py:273
5015 #: python/mainwindow.py:271
49025016 msgid "About {0}"
49035017 msgstr ""
49045018
4905 #: python/mainwindow.py:302 python/mainwindow.py:306
5019 #: python/mainwindow.py:300 python/mainwindow.py:304
49065020 msgid "Plugin manager"
49075021 msgstr ""
49085022
5023 #: python/mainwindow.py:329
5024 msgid "File"
5025 msgstr ""
5026
49095027 #: python/mainwindow.py:331
4910 msgid "File"
4911 msgstr ""
4912
4913 #: python/mainwindow.py:333
49145028 msgid "Tools"
49155029 msgstr ""
49165030
4917 #: python/mainwindow.py:334 python/mainwindow.py:723
5031 #: python/mainwindow.py:332 python/mainwindow.py:721
49185032 msgid "Settings"
49195033 msgstr ""
49205034
4921 #: python/mainwindow.py:335 python/options.py:387
5035 #: python/mainwindow.py:333 python/options.py:387
49225036 msgid "Plugins"
49235037 msgstr ""
49245038
4925 #: python/mainwindow.py:347 python/mainwindow.py:739
5039 #: python/mainwindow.py:345 python/mainwindow.py:737
49265040 msgid "Close"
49275041 msgstr ""
49285042
4929 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5043 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49305044 msgid "Configure"
49315045 msgstr ""
49325046
4933 #: python/mainwindow.py:584
5047 #: python/mainwindow.py:582
49345048 msgid "Open the application's directory"
49355049 msgstr ""
49365050
4937 #: python/mainwindow.py:588 python/mainwindow.py:753
5051 #: python/mainwindow.py:586 python/mainwindow.py:751
49385052 msgid "Read the manual"
49395053 msgstr ""
49405054
4941 #: python/mainwindow.py:592
5055 #: python/mainwindow.py:590
49425056 msgid "Set the icon"
49435057 msgstr ""
49445058
4945 #: python/mainwindow.py:600
5059 #: python/mainwindow.py:598
49465060 msgid "Close this application"
49475061 msgstr ""
49485062
4949 #: python/mainwindow.py:611
5063 #: python/mainwindow.py:609
49505064 msgid "KillApp"
49515065 msgstr ""
49525066
4953 #: python/mainwindow.py:618
5067 #: python/mainwindow.py:616
49545068 msgid "No manual found for {0}"
49555069 msgstr ""
49565070
4957 #: python/mainwindow.py:721
5071 #: python/mainwindow.py:719
49585072 msgid "Install a program"
49595073 msgstr ""
49605074
4961 #: python/mainwindow.py:728
5075 #: python/mainwindow.py:726
49625076 msgid "Update GIT"
49635077 msgstr ""
49645078
4965 #: python/mainwindow.py:731
5079 #: python/mainwindow.py:729
49665080 msgid "Update instructions"
49675081 msgstr ""
49685082
5083 #: python/mainwindow.py:739
5084 msgid "Debug"
5085 msgstr ""
5086
49695087 #: python/mainwindow.py:741
4970 msgid "Debug"
4971 msgstr ""
4972
4973 #: python/mainwindow.py:743
49745088 msgid "Report a problem"
49755089 msgstr ""
49765090
5091 #: python/mainwindow.py:745
5092 msgid "Create a shortcut"
5093 msgstr ""
5094
49775095 #: python/mainwindow.py:747
4978 msgid "Create a shortcut"
4979 msgstr ""
4980
4981 #: python/mainwindow.py:749
49825096 msgid "Open the directory"
49835097 msgstr ""
49845098
4985 #: python/mainwindow.py:755
5099 #: python/mainwindow.py:753
49865100 msgid "Save"
49875101 msgstr ""
49885102
4989 #: python/mainwindow.py:758
5103 #: python/mainwindow.py:756
49905104 msgid "Uninstall"
49915105 msgstr ""
49925106
4993 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5107 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5108 #: python/mainwindow.py:1001
5109 msgid "Please select a program."
5110 msgstr ""
5111
5112 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5113 msgid "{0} settings"
5114 msgstr ""
5115
5116 #: python/mainwindow.py:963
5117 msgid "{0} install menu"
5118 msgstr ""
5119
5120 #: python/mainwindow.py:972
5121 msgid "{0} wine versions manager"
5122 msgstr ""
5123
49945124 #: python/mainwindow.py:1003
4995 msgid "Please select a program."
4996 msgstr ""
4997
4998 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4999 msgid "{0} settings"
5000 msgstr ""
5001
5002 #: python/mainwindow.py:965
5003 msgid "{0} install menu"
5004 msgstr ""
5005
5006 #: python/mainwindow.py:974
5007 msgid "{0} wine versions manager"
5008 msgstr ""
5009
5010 #: python/mainwindow.py:1005
50115125 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50125126 msgstr ""
50135127
51135227 "These information will be very precious for us to help people."
51145228 msgstr ""
51155229
5116 #: python/mainwindow.py:1271
5230 #: python/mainwindow.py:1273
51175231 msgid "Are you sure you want to want to install {0} package?"
51185232 msgstr ""
51195233
5120 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5234 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5235 #: python/mainwindow.py:1284
51215236 msgid ""
51225237 "You are trying to open a script design for {0}! It might not work as expected"
51235238 msgstr ""
51945309 msgid "You must restart {0} for the changes to take effect."
51955310 msgstr ""
51965311
5197 #: python/wine_versions.py:194
5312 #: python/wine_versions.py:195
51985313 msgid "Installed Wine versions: "
51995314 msgstr ""
52005315
5201 #: python/wine_versions.py:195
5316 #: python/wine_versions.py:196
52025317 msgid "Available Wine versions: "
52035318 msgstr ""
52045319
5205 #: python/wine_versions.py:202
5320 #: python/wine_versions.py:203
52065321 msgid "Wine versions"
52075322 msgstr ""
52085323
5209 #: python/wine_versions.py:321
5324 #: python/wine_versions.py:322
52105325 msgid "Are you sure you want to delete wine {0}?"
52115326 msgstr ""
52125327
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-10-25 17:29+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Korean <ko@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
227227 msgstr ""
228228
229229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
230 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
230231 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
231232 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
232233 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
255256 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
256257 #: PlayOnLinux_Scripts/Civilization_V_:53
257258 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
258 #: PlayOnLinux_Scripts/Diablo_II_:51
259 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
259260 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
260261 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
261262 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
262263 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
263264 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
264 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
265265 #: PlayOnLinux_Scripts/Google_SketchUp_:51
266266 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
267267 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
281281 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
282282 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
283283 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
284 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
284285 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
285286 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
286287 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
288 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
288 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
289 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
290 #: PlayOnLinux_Scripts/Portal_2_:82
289291 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
290292 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
291 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
294 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:72
293296 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
294297 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
298 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
295299 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
296300 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
297301 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
302 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
298303 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
299304 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
300 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
301 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
305 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
306 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
307 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
302308 #: PlayOnLinux_Scripts/Starcraft_:34
303309 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
304310 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
305 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
311 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
312 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
306313 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
307314 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
315 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
308316 #: PlayOnLinux_Scripts/Theme_Hospital_:59
309317 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
310318 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
311319 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
312320 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
321 #: PlayOnLinux_Scripts/Wizard_101_:38
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
315324 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
322331 msgid "Please select the setup file to run"
323332 msgstr ""
324333
334 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
336 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
338 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
339 #, sh-format
340 msgid "Please insert the game media into your disc drive."
341 msgstr ""
342
325343 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
345 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
326346 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
327347 #: PlayOnLinux_Scripts/Dishonored_:72
328348 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
416436 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
417437 #: PlayOnLinux_Scripts/Magicka_:68
418438 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
439 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
419440 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
420441 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
421442 #: PlayOnLinux_Scripts/Rayman_Origins_:83
422443 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
423 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
424 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
444 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
445 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
425446 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
426447 #: PlayOnLinux_Scripts/The_Witcher_:125
427448 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
451472 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
453474 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
475 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
454476 #: PlayOnLinux_Scripts/Driftmoon_:43
455477 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
456478 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
459481 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
460482 #: PlayOnLinux_Scripts/League_Of_Legends_:57
461483 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
462 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
484 #: PlayOnLinux_Scripts/Sacrifice_:41
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
486 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
487 #: PlayOnLinux_Scripts/Toontown_Online_:25
488 #: PlayOnLinux_Scripts/Watchtower_library_:43
463489 #: PlayOnLinux_Scripts/iTunes_10_:28
464490 #, sh-format
465491 msgid "Please select the setup file to run."
474500 #: PlayOnLinux_Scripts/POL_GoG_download_:48
475501 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
476502 #: PlayOnLinux_Scripts/SimCity_2000_:50
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
478 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
504 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
479505 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
480506 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
481507 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
482 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
483 #: lib/wine.lib:1186
508 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
509 #: lib/wine.lib:1171 lib/wine.lib:1201
484510 #, sh-format
485511 msgid "Please wait..."
486512 msgstr ""
508534 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
509535 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
510536 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
511 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
537 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
512538 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
513539 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
514540 #: PlayOnLinux_Scripts/Dead_Space_2_:85
524550 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
525551 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
526552 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
527 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
530556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
586612 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
587613 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
588614 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
589 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
615 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
591617 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
592618 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
593 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
594 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
619 #: PlayOnLinux_Scripts/Dead_Space_:50
620 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
621 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
622 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
595623 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
596624 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
597625 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
601629 #: PlayOnLinux_Scripts/Rage_:79
602630 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
603631 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
604 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
607635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
639667 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
640668 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
641669 #: PlayOnLinux_Scripts/Sacrifice_:45
642 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
670 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
643671 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
644672 #: PlayOnLinux_Scripts/The_Witcher_:102
645673 #, sh-format
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
651679 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
652680 #: PlayOnLinux_Scripts/Mass_Effect_:54
653 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
681 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
654682 #: PlayOnLinux_Scripts/The_Witcher_:110
655683 #, sh-format
656684 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
663691 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
664 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
692 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
665693 #: PlayOnLinux_Scripts/The_Witcher_:113
666694 #, sh-format
667695 msgid "Please insert the next game media into your disk drive"
690718 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
691719 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
692720 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
721 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
694723 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
695724 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
795824 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
796825 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
797826 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
798 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
827 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
799828 #, sh-format
800829 msgid ""
801830 "You must disable anti-piracy protections of this game\\nif you want to play "
813842
814843 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
815844 #: PlayOnLinux_Scripts/Cars_2_:83
816 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
845 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
817846 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
818847 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
819848 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
834863 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
835864 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
836865 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
867 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
838869 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
839870 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10491080 msgid "Please insert media 2 into your disk drive\\nif not already done."
10501081 msgstr ""
10511082
1052 #: PlayOnLinux_Scripts/Diablo_III_:29
1083 #: PlayOnLinux_Scripts/Diablo_III_:31
10531084 #, sh-format
10541085 msgid "Please select the setup file downloaded on $EDITOR website"
10551086 msgstr ""
10561087
1057 #: PlayOnLinux_Scripts/Diablo_III_:60
1088 #: PlayOnLinux_Scripts/Diablo_III_:62
10581089 #, sh-format
10591090 msgid ""
10601091 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10611092 "patch (AcceptEx Fix)"
10621093 msgstr ""
10631094
1064 #: PlayOnLinux_Scripts/Diablo_III_:60
1095 #: PlayOnLinux_Scripts/Diablo_III_:62
10651096 #, sh-format
10661097 msgid ""
10671098 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10681099 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1100 msgstr ""
1101
1102 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1103 #, sh-format
1104 msgid "Scanning your hardware..."
10691105 msgstr ""
10701106
10711107 #: PlayOnLinux_Scripts/Dishonored_:79
11441180
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11461182 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1148 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1184 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11491185 #, sh-format
11501186 msgid "Please insert the first game media into your disk drive"
11511187 msgstr ""
11521188
11531189 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1154 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1190 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11551191 #, sh-format
11561192 msgid "Please insert the second game media into your disk drive"
11571193 msgstr ""
12161252 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12171253 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12181254 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1255 #: PlayOnLinux_Scripts/Hearthstone_:64
12191256 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12201257 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12211258 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12411278 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12421279 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12431280 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1244 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1281 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12451282 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12461283 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12471284 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12651302 msgid "Editor"
12661303 msgstr ""
12671304
1268 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1305 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12691306 #, sh-format
12701307 msgid "This install script requires ffmpeg"
12711308 msgstr ""
12721309
1273 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1310 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12741311 #, sh-format
12751312 msgid "Converting videos..."
12761313 msgstr ""
12771314
12781315 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1316 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12791317 #, sh-format
12801318 msgid ""
12811319 "On first run the game will autodetect available renderers.\\nIt is likely "
12881326 msgid "Run $TITLE in safe mode?"
12891327 msgstr ""
12901328
1329 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1330 #, sh-format
1331 msgid ""
1332 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1333 "disable it by pressing Alt+R while in game.)"
1334 msgstr ""
1335
1336 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1337 #, sh-format
1338 msgid ""
1339 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1340 "game."
1341 msgstr ""
1342
12911343 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12921344 #, sh-format
12931345 msgid "Could not find program directory"
13501402 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13511403 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13521404 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1355 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13561405 #, sh-format
13571406 msgid "Language"
13581407 msgstr ""
14761525 msgid "Dedicated server"
14771526 msgstr ""
14781527
1479 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1528 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14801529 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14811530 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14821531 #, sh-format
15021551 msgid "Code wheel"
15031552 msgstr ""
15041553
1505 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1506 #, sh-format
1507 msgid "Do you have a language pack to install?"
1508 msgstr ""
1509
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1511 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1512 #, sh-format
1513 msgid "Later"
1514 msgstr ""
1515
1516 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1554 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1555 #, sh-format
1556 msgid ""
1557 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1558 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1559 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1560 msgstr ""
1561
1562 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1563 #, sh-format
1564 msgid "Now you must install the modpack in directory:"
1565 msgstr ""
1566
1567 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1568 #, sh-format
1569 msgid "Please select ANY 3 icons when prompted."
1570 msgstr ""
1571
1572 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1573 #, sh-format
1574 msgid "temp directory missing"
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1578 #, sh-format
1579 msgid ""
1580 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1581 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1582 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1583 "details.\\nInstall it?"
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1587 #, sh-format
1588 msgid "Control Panel"
1589 msgstr ""
1590
1591 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1592 #, sh-format
1593 msgid ""
1594 "IMPORTANT:\n"
1595 " \\n\\nOn the installation window coming next, do NOT click the Options "
1596 "button, it would mess up the language selection."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1600 #, sh-format
1601 msgid ""
1602 "On first run the game will autodetect available renderers.\\nIt is likely "
1603 "that you will get better performance out of the OpenGL renderer."
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/Goblins_3_:21
1607 #, sh-format
1608 msgid "Please select the game language"
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/Gothic_3_:82
1612 #, sh-format
1613 msgid "Choose the game resolution"
1614 msgstr ""
1615
1616 #: PlayOnLinux_Scripts/Gothic_3_:96
1617 #, sh-format
1618 msgid ""
1619 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1620 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1621 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Gothic_3_:110
1625 #, sh-format
1626 msgid "$TITLE is installed"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_:53
1630 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1631 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1632 #, sh-format
1633 msgid "Please insert the DVD-ROM"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1637 #, sh-format
1638 msgid ""
1639 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1640 "client and download will resume from where it stopped. Download percentage "
1641 "reset but do not worry, it do not restart from the beginning."
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1645 #, sh-format
1646 msgid ""
1647 "Please select $TITLE install file. During installation, uncheck all extra "
1648 "drivers it wants to install:"
1649 msgstr ""
1650
15171651 #: PlayOnLinux_Scripts/Half_Life_2_:56
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15201654 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1521 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1655 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15221656 #, sh-format
15231657 msgid "No"
15241658 msgstr "아니오"
15251659
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1527 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2_:56
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1663 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1664 #: PlayOnLinux_Scripts/Portal_:36
1665 #, sh-format
1666 msgid ""
1667 "Steam installation has been detected\\nwould you like to install this game "
1668 "in the same virtual drive?"
1669 msgstr ""
1670
15281671 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15301673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15341677 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15351678 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1536 #: python/guiv3.py:157
1679 #: python/guiv3.py:158 python/guiv3.py:161
15371680 #, sh-format
15381681 msgid "Yes"
15391682 msgstr "예"
15401683
1541 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1542 #, sh-format
1543 msgid ""
1544 "To install a language pack later, open the configuration panel for the game "
1545 "in order to execute the installer into the virtual disk (Misc tab)"
1546 msgstr ""
1547
1548 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1549 #, sh-format
1550 msgid ""
1551 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1552 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1553 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1554 msgstr ""
1555
1556 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1557 #, sh-format
1558 msgid "Now you must install the modpack in directory:"
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1562 #, sh-format
1563 msgid "Please select ANY 3 icons when prompted."
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1567 #, sh-format
1568 msgid "temp directory missing"
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1572 #, sh-format
1573 msgid ""
1574 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1575 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1576 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1577 "details.\\nInstall it?"
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1581 #, sh-format
1582 msgid "Control Panel"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1586 #, sh-format
1587 msgid ""
1588 "IMPORTANT:\n"
1589 " \\n\\nOn the installation window coming next, do NOT click the Options "
1590 "button, it would mess up the language selection."
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1594 #, sh-format
1595 msgid ""
1596 "On first run the game will autodetect available renderers.\\nIt is likely "
1597 "that you will get better performance out of the OpenGL renderer."
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/Goblins_3_:21
1601 #, sh-format
1602 msgid "Please select the game language"
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Gothic_3_:82
1606 #, sh-format
1607 msgid "Choose the game resolution"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:96
1611 #, sh-format
1612 msgid ""
1613 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1614 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1615 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:110
1619 #, sh-format
1620 msgid "$TITLE is installed"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Guild_Wars_:53
1624 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1625 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1626 #, sh-format
1627 msgid "Please insert the DVD-ROM"
1628 msgstr ""
1629
1630 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1631 #, sh-format
1632 msgid ""
1633 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1634 "client and download will resume from where it stopped. Download percentage "
1635 "reset but do not worry, it do not restart from the beginning."
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1639 #, sh-format
1640 msgid ""
1641 "Please select $TITLE install file. During installation, uncheck all extra "
1642 "drivers it wants to install:"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Half_Life_2_:56
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1648 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1649 #: PlayOnLinux_Scripts/Portal_:36
1650 #, sh-format
1651 msgid ""
1652 "Steam installation has been detected\\nwould you like to install this game "
1653 "in the same virtual drive?"
1654 msgstr ""
1655
16561684 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16571685 #, sh-format
16581686 msgid "Updating $TITLE"
16591687 msgstr ""
16601688
1661 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1689 #: PlayOnLinux_Scripts/Hanahira__:54
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16641692 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1706 #: PlayOnLinux_Scripts/Steins_Gate_:51
16731707 #, sh-format
16741708 msgid "Please locate installation program (Setup.exe)"
16751709 msgstr ""
16761710
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1678 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1711 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16811714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16971730 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16981731 msgstr ""
16991732
1733 #: PlayOnLinux_Scripts/Hearthstone_:26
1734 #, sh-format
1735 msgid "What language do you want to install?"
1736 msgstr ""
1737
17001738 #: PlayOnLinux_Scripts/ImgBurn_:38
17011739 #, sh-format
17021740 msgid ""
17341772 msgstr ""
17351773
17361774 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1737 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17381775 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17391776 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17401777 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18861923 "If the download update stuck close and run until the download is complete."
18871924 msgstr ""
18881925
1926 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18891927 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18901928 #, sh-format
18911929 msgid "Demo version"
18921930 msgstr ""
18931931
1932 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18941933 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18951934 #, sh-format
18961935 msgid "Please select version."
19441983 #, sh-format
19451984 msgid ""
19461985 "No filename extension specified, skipping association to native application."
1986 msgstr ""
1987
1988 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1989 #, sh-format
1990 msgid "Contacting download server."
19471991 msgstr ""
19481992
19491993 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20312075 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2032 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2076 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20352079 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20672111 "them without issues"
20682112 msgstr ""
20692113
2070 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2071 #, sh-format
2072 msgid "This package fail to install with wine 1.5.21 or better"
2073 msgstr ""
2074
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2114 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20762115 #, sh-format
20772116 msgid ""
20782117 "If you see error messages during DotNet 3.5 installation, you can ignore "
21882227 "Please update."
21892228 msgstr ""
21902229
2191 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2230 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2231 #: PlayOnLinux_Scripts/yWriter_5_:45
21922232 #, sh-format
21932233 msgid "Downloading..."
21942234 msgstr ""
22992339 msgid "Microsoft fonts have been installed successfully."
23002340 msgstr ""
23012341
2342 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2343 #, sh-format
2344 msgid ""
2345 "OSX users: If the screen flickers once the game is launched, try to press "
2346 "cmd + tab twice"
2347 msgstr ""
2348
23022349 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23032350 #, sh-format
23042351 msgid "Remove Game For Windows Live..."
23362383 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23372384 msgstr ""
23382385
2339 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2386 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23402387 #, sh-format
23412388 msgid "Abort installation"
23422389 msgstr ""
23612408 msgid "The program needs access to ptrace() to proceed:"
23622409 msgstr ""
23632410
2364 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2411 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23652412 #, sh-format
23662413 msgid "User abort"
23672414 msgstr ""
24002447 msgid "Please do not run $TITLE after installation has finished."
24012448 msgstr ""
24022449
2450 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2451 #, sh-format
2452 msgid "Extracting $TITLE"
2453 msgstr ""
2454
24032455 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24042456 #, sh-format
24052457 msgid ""
24122464 msgid "$TITLE has been successfully installed."
24132465 msgstr ""
24142466
2467 #: PlayOnLinux_Scripts/Poker_Stars_:37
2468 #, sh-format
2469 msgid "Error while installing. Downloaded file not found."
2470 msgstr ""
2471
24152472 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24162473 #, sh-format
24172474 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24192476
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24212478 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2479 #: PlayOnLinux_Scripts/Watchtower_library_:58
24222480 #, sh-format
24232481 msgid "Please wait while $TITLE is installed"
24242482 msgstr ""
24502508 #: PlayOnLinux_Scripts/Rage_:93
24512509 #, sh-format
24522510 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2511 msgstr ""
2512
2513 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2514 #, sh-format
2515 msgid ""
2516 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2517 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2518 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2519 "n\\nIf you have one of this two versions of this game, please give some "
2520 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2521 "n\\nThank you!"
2522 msgstr ""
2523
2524 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2525 #, sh-format
2526 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2527 msgstr ""
2528
2529 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2530 #, sh-format
2531 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2532 msgstr ""
2533
2534 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2535 #, sh-format
2536 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2537 msgstr ""
2538
2539 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2540 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2541 #, sh-format
2542 msgid "Select a version of installation disc:"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2546 #, sh-format
2547 msgid "First Release (without addons)"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2551 #, sh-format
2552 msgid "Gold Edition"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2556 #, sh-format
2557 msgid "Platinum Edition"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2561 #, sh-format
2562 msgid "What is your version of Railroad Tycoon II?"
2563 msgstr ""
2564
2565 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2566 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2567 #, sh-format
2568 msgid ""
2569 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2570 "desktop.\\n\\nThank you for using this installation script! :)"
24532571 msgstr ""
24542572
24552573 #: PlayOnLinux_Scripts/Reaper_4_:30
26012719 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26022720 msgstr ""
26032721
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2732 #, sh-format
2733 msgid ""
2734 "Close the visual novel when it appears to continue installation. Click Next "
2735 "to begin installation."
2736 msgstr ""
2737
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2739 #, sh-format
2740 msgid ""
2741 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2742 "script will now install it. Click Next to continue."
2743 msgstr ""
2744
26042745 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26052746 #, sh-format
26062747 msgid ""
26082749 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26092750 msgstr ""
26102751
2611 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2612 #, sh-format
2613 msgid "Please locate installation program (Launcher.exe)"
2614 msgstr ""
2615
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2617 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2618 #, sh-format
2619 msgid ""
2620 "When the launcher opens, click on the top button to open the installer. When "
2621 "a new window opens, click OK. When another window opens, click on the button "
2622 "with the letter N until it is installing. Wait until it is done and click "
2623 "the right button to quit. Click Next when you are done installing."
2752 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2753 #, sh-format
2754 msgid "Please locate installation program in Data folder (Resonance.msi)"
26242755 msgstr ""
26252756
26262757 #: PlayOnLinux_Scripts/Steam_:50
26562787 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26572788 "game. Steam install xna framework the game. Close the Steam so that the "
26582789 "installer can continue."
2790 msgstr ""
2791
2792 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2793 #, sh-format
2794 msgid "If youve the extentions, you should install Tribunal first !"
26592795 msgstr ""
26602796
26612797 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27672903 "pp 4-5."
27682904 msgstr ""
27692905
2906 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2907 #, sh-format
2908 msgid "Please select the installation file to run."
2909 msgstr ""
2910
2911 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2912 #, sh-format
2913 msgid ""
2914 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2915 "your region.\\n 2. Leave only checked DirectX box."
2916 msgstr ""
2917
27702918 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27712919 #, sh-format
27722920 msgid ""
27732921 "The game will fail to launch until you set "
27742922 "/proc/sys/kernel/yama/ptrace_scope to 0"
2923 msgstr ""
2924
2925 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2926 #, sh-format
2927 msgid "Other destination or other CD/DVD"
2928 msgstr ""
2929
2930 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2931 #, sh-format
2932 msgid "Retail CD"
2933 msgstr ""
2934
2935 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2936 #, sh-format
2937 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2938 msgstr ""
2939
2940 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2941 #, sh-format
2942 msgid "video fix"
27752943 msgstr ""
27762944
27772945 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28543022 msgid "Donwload finished.\\nPatches installation will begin"
28553023 msgstr ""
28563024
3025 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3026 #, sh-format
3027 msgid "We will download the installer"
3028 msgstr ""
3029
28573030 #: PlayOnLinux_Scripts/Toontown_Online_:17
28583031 #, sh-format
28593032 msgid ""
28913064 msgid "Do you want to browse $TITLE website?"
28923065 msgstr ""
28933066
3067 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3068 #, sh-format
3069 msgid ""
3070 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3071 "messenger, because it will won't work correctly."
3072 msgstr ""
3073
3074 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3075 #, sh-format
3076 msgid "Warning"
3077 msgstr ""
3078
28943079 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28953080 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28963081 #, sh-format
28993084 "want it to run correctly with $APPLICATION_TITLE"
29003085 msgstr ""
29013086
3087 #: PlayOnLinux_Scripts/Watchtower_library_:49
3088 #, sh-format
3089 msgid "File Selection Error"
3090 msgstr ""
3091
3092 #: PlayOnLinux_Scripts/Watchtower_library_:49
3093 #, sh-format
3094 msgid ""
3095 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3096 msgstr ""
3097
29023098 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29033099 #, sh-format
29043100 msgid ""
29153111 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29163112 #, sh-format
29173113 msgid ""
2918 "Attention: After installation is complete, the patcher will load. Please "
2919 "close the patcher before logging in or finish updating to complete the "
2920 "installation. After this, you can run \"$TITLE\" when setup is done"
3114 "Attention:After installation is complete, the patcher will load. After, go "
3115 "to the top right of the patcher and click the wrench, Then Un-check the box "
3116 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3117 "minuite. When finished with this, please close the patcher before logging in "
3118 "or finish updating to complete the installation. After this, you can run "
3119 "\"$TITLE\" when setup is done"
29213120 msgstr ""
29223121
29233122 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29583157 "Please insert game media 5 into your disk drive\\nif not already done."
29593158 msgstr ""
29603159
3160 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3161 #, sh-format
3162 msgid "Which region version of World of Warplanes would you like to install?"
3163 msgstr ""
3164
3165 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3166 #, sh-format
3167 msgid ""
3168 "Attention:After installation is complete, the patcher will load. After, go "
3169 "to the top right of the patcher and click the wrench, Then Un-check the box "
3170 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3171 "minute. When finished with this, please close the patcher before logging in "
3172 "or finish updating to complete the installation. After this, you can run "
3173 "\"$TITLE\" when setup is done"
3174 msgstr ""
3175
29613176 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29623177 #, sh-format
29633178 msgid ""
30053220 msgid "Please select the 32bit version of iTunes"
30063221 msgstr ""
30073222
3008 #: PlayOnLinux_Scripts/osu_:45
3223 #: PlayOnLinux_Scripts/osu_:46
30093224 #, sh-format
30103225 msgid ""
30113226 "Press next to start the updater. When the updater is finished, close it "
30253240 "resolution when rFactor Config comes up."
30263241 msgstr ""
30273242
3028 #: bash/bug_report:31
3243 #: bash/bug_report:32
30293244 #, sh-format
30303245 msgid "Report a bug"
30313246 msgstr ""
30323247
3033 #: bash/bug_report:36
3248 #: bash/bug_report:37
30343249 #, sh-format
30353250 msgid ""
30363251 "Please give the more details as you can, otherwise, it will be very "
30373252 "difficult to help you"
30383253 msgstr ""
30393254
3040 #: bash/bug_report:36
3255 #: bash/bug_report:37
30413256 #, sh-format
30423257 msgid ""
30433258 "This wizard will help you to report a bug about an officially supported "
30443259 "program."
30453260 msgstr ""
30463261
3047 #: bash/bug_report:40
3262 #: bash/bug_report:41
30483263 #, sh-format
30493264 msgid ""
30503265 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30513266 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30523267 msgstr ""
30533268
3054 #: bash/bug_report:46
3269 #: bash/bug_report:47
30553270 #, sh-format
30563271 msgid "I have a problem with a software"
30573272 msgstr ""
30583273
3059 #: bash/bug_report:46
3274 #: bash/bug_report:47
30603275 #, sh-format
30613276 msgid "My problem concerns $APPLICATION_TITLE itself"
30623277 msgstr ""
30633278
3064 #: bash/bug_report:46
3279 #: bash/bug_report:47
30653280 #, sh-format
30663281 msgid "What kind of problem do you have?"
30673282 msgstr ""
30683283
3069 #: bash/bug_report:50
3284 #: bash/bug_report:51
30703285 #, sh-format
30713286 msgid "Don't join any log file"
30723287 msgstr ""
30733288
3074 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3289 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30753290 #: bash/manual_install:120 bash/manual_install:219
30763291 #, sh-format
30773292 msgid "Manual installation"
30783293 msgstr ""
30793294
3080 #: bash/bug_report:54 bash/run_exe:24
3295 #: bash/bug_report:55 bash/run_exe:24
30813296 #, sh-format
30823297 msgid "Automatic installation"
30833298 msgstr ""
30843299
3085 #: bash/bug_report:65
3300 #: bash/bug_report:66
30863301 #, sh-format
30873302 msgid "Choose the log file corresponding to your software."
30883303 msgstr ""
30893304
3090 #: bash/bug_report:69
3305 #: bash/bug_report:70
30913306 #, sh-format
30923307 msgid "Please give a very short description (title, english only)"
30933308 msgstr ""
30943309
3095 #: bash/bug_report:72
3310 #: bash/bug_report:73
30963311 #, sh-format
30973312 msgid "Please explain your problem clearly (english only):"
30983313 msgstr ""
30993314
3100 #: bash/bug_report:76
3315 #: bash/bug_report:77
31013316 #, sh-format
31023317 msgid "Sorry, we need a detailed description."
31033318 msgstr ""
31043319
3105 #: bash/bug_report:107
3320 #: bash/bug_report:108
31063321 #, sh-format
31073322 msgid ""
31083323 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31443359 msgstr ""
31453360
31463361 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3147 #: python/mainwindow.py:232
3362 #: python/mainwindow.py:234
31483363 #, sh-format
31493364 msgid "Run a local script"
31503365 msgstr ""
32683483 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32693484 msgstr ""
32703485
3271 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3486 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32723487 #, sh-format
32733488 msgid "$APPLICATION_TITLE first use"
32743489 msgstr ""
32753490
3276 #: bash/first_use:240
3491 #: bash/first_use:242
32773492 #, sh-format
32783493 msgid "$APPLICATION_TITLE is going to finish its preparation"
32793494 msgstr ""
32803495
3281 #: bash/first_use:240 bash/first_use:243
3496 #: bash/first_use:242 bash/first_use:245
32823497 #, sh-format
32833498 msgid "Please ensure you are connected to the internet."
32843499 msgstr ""
32853500
3286 #: bash/first_use:243
3501 #: bash/first_use:245
32873502 #, sh-format
32883503 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32893504 msgstr ""
32903505
3291 #: bash/first_use:243
3506 #: bash/first_use:245
32923507 #, sh-format
32933508 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32943509 msgstr ""
32953510
3296 #: bash/first_use:253
3511 #: bash/first_use:255
32973512 #, sh-format
32983513 msgid "Error while installing fonts"
32993514 msgstr ""
33003515
3301 #: bash/first_use:271
3516 #: bash/first_use:273
33023517 #, sh-format
33033518 msgid "Enjoy using $APPLICATION_TITLE"
33043519 msgstr ""
34103625 msgid "Use another version of Wine"
34113626 msgstr ""
34123627
3413 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3414 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3628 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3629 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34153630 #, sh-format
34163631 msgid "Configure Wine"
34173632 msgstr ""
34313646 msgid "What would you like to do before installation?"
34323647 msgstr ""
34333648
3434 #: bash/manual_install:230 lib/scripts.lib:437
3649 #: bash/manual_install:231 lib/scripts.lib:438
34353650 #, sh-format
34363651 msgid "Please make your choice"
34373652 msgstr ""
34383653
3439 #: bash/manual_install:258
3654 #: bash/manual_install:259
34403655 #, sh-format
34413656 msgid "Looking for runnable CD-ROMs"
34423657 msgstr ""
34433658
3444 #: bash/manual_install:281
3659 #: bash/manual_install:282
34453660 #, sh-format
34463661 msgid "Select another file"
34473662 msgstr ""
34483663
3449 #: bash/manual_install:289
3664 #: bash/manual_install:290
34503665 #, sh-format
34513666 msgid "Please choose a way to install your program"
34523667 msgstr ""
34533668
3454 #: bash/manual_install:298
3669 #: bash/manual_install:299
34553670 #, sh-format
34563671 msgid "Please select the install file to run."
34573672 msgstr ""
34583673
3459 #: bash/manual_install:328
3674 #: bash/manual_install:329
34603675 #, sh-format
34613676 msgid "You must choose a file!"
34623677 msgstr ""
34633678
3464 #: bash/manual_install:334
3679 #: bash/manual_install:335
34653680 #, sh-format
34663681 msgid "$APPLICATION_TITLE is installing your application..."
34673682 msgstr ""
35393754 msgid "Extracting: "
35403755 msgstr ""
35413756
3542 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3757 #: bash/playonlinux-pkg:111
35433758 #, sh-format
35443759 msgid "Running..."
35453760 msgstr ""
35493764 msgid "Cleaning..."
35503765 msgstr ""
35513766
3552 #: bash/playonlinux_online:32
3553 #, sh-format
3554 msgid ""
3555 "This is the list of the scripts you sent to us. You can run one of them"
3556 msgstr ""
3557
3558 #: bash/playonlinux_online:42
3559 #, sh-format
3560 msgid "You do not seems to have any personal script"
3561 msgstr ""
3562
3563 #: bash/playonlinux_online:47
3564 #, sh-format
3565 msgid ""
3566 "If you have successfully installed a program with 'Install a non-listed\\"
3567 "nsoftware' button, it will allow you to add this program in our list"
3568 msgstr ""
3569
3570 #: bash/playonlinux_online:47
3571 #, sh-format
3572 msgid "This tools will allow you to help us :"
3573 msgstr ""
3574
3575 #: bash/playonlinux_online:47
3576 #, sh-format
3577 msgid ""
3578 "We're going to ask you some questions, please be as much accurate as\\"
3579 "npossible"
3580 msgstr ""
3581
3582 #: bash/playonlinux_online:55
3583 #, sh-format
3584 msgid "Choose the file corresponding to your program."
3585 msgstr ""
3586
3587 #: bash/playonlinux_online:59
3588 #, sh-format
3589 msgid "Does your program run?"
3590 msgstr ""
3591
3592 #: bash/playonlinux_online:62
3593 #, sh-format
3594 msgid "What is the title of your program?"
3595 msgstr ""
3596
3597 #: bash/playonlinux_online:64
3598 #, sh-format
3599 msgid "What is the editor of your program?"
3600 msgstr ""
3601
3602 #: bash/playonlinux_online:66
3603 #, sh-format
3604 msgid "What is the editor website of your program?"
3605 msgstr ""
3606
3607 #: bash/playonlinux_online:69 python/install.py:210
3608 #, sh-format
3609 msgid "Accessories"
3610 msgstr "보조 프로그램"
3611
3612 #: bash/playonlinux_online:69 python/install.py:211
3613 #, sh-format
3614 msgid "Development"
3615 msgstr "개발"
3616
3617 #: bash/playonlinux_online:69 python/install.py:212
3618 #, sh-format
3619 msgid "Education"
3620 msgstr "교육"
3621
3622 #: bash/playonlinux_online:69 python/install.py:213
3623 #, sh-format
3624 msgid "Games"
3625 msgstr "게임"
3626
3627 #: bash/playonlinux_online:69 python/install.py:214
3628 #, sh-format
3629 msgid "Graphics"
3630 msgstr "그래픽"
3631
3632 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3633 #: python/options.py:384
3634 #, sh-format
3635 msgid "Internet"
3636 msgstr "인터넷"
3637
3638 #: bash/playonlinux_online:69 python/install.py:216
3639 #, sh-format
3640 msgid "Multimedia"
3641 msgstr "멀티미디어"
3642
3643 #: bash/playonlinux_online:69 python/install.py:217
3644 #, sh-format
3645 msgid "Office"
3646 msgstr "오피스"
3647
3648 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3649 #, sh-format
3650 msgid "Other"
3651 msgstr "기타"
3652
3653 #: bash/playonlinux_online:69 python/install.py:219
3654 #, sh-format
3655 msgid "Patches"
3656 msgstr "패치"
3657
3658 #: bash/playonlinux_online:69
3659 #, sh-format
3660 msgid "Select a category for your program"
3661 msgstr ""
3662
3663 #: bash/playonlinux_online:69 python/install.py:258
3664 #, sh-format
3665 msgid "Testing"
3666 msgstr "시험중"
3667
3668 #: bash/playonlinux_online:72
3669 #, sh-format
3670 msgid ""
3671 "What feature of your program does not work?\\nIf everything works, please "
3672 "mention it"
3673 msgstr ""
3674
3675 #: bash/playonlinux_online:74
3676 #, sh-format
3677 msgid "Write any change you made to wine configuration here:"
3678 msgstr ""
3679
3680 #: bash/playonlinux_online:102
3681 #, sh-format
3682 msgid "You must be able to run this program!"
3683 msgstr ""
3684
3685 #: bash/playonlinux_online:107
3686 #, sh-format
3687 msgid "Run one of your personal scripts"
3688 msgstr ""
3689
3690 #: bash/playonlinux_online:108
3691 #, sh-format
3692 msgid "Send to us a working script generated by manual installation"
3693 msgstr ""
3694
3695 #: bash/playonlinux_online:109
3696 #, sh-format
3697 msgid "Logout"
3698 msgstr ""
3699
3700 #: bash/playonlinux_online:110
3701 #, sh-format
3702 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3703 msgstr ""
3704
3705 #: bash/playonlinux_online:124
3706 #, sh-format
3707 msgid ""
3708 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3709 "safely close this window"
3710 msgstr ""
3711
3712 #: bash/polconfigurator:33
3767 #: bash/polconfigurator:34
37133768 #, sh-format
37143769 msgid "Killing programs in the virtual drive..."
37153770 msgstr ""
37163771
3717 #: bash/polconfigurator:79
3772 #: bash/polconfigurator:86
37183773 #, sh-format
37193774 msgid "Icon selection"
37203775 msgstr ""
37213776
3722 #: bash/polconfigurator:79
3777 #: bash/polconfigurator:86
37233778 #, sh-format
37243779 msgid "Please select an icon file"
37253780 msgstr ""
37263781
3727 #: bash/polconfigurator:86
3782 #: bash/polconfigurator:93
37283783 #, sh-format
37293784 msgid "Bad file extension"
37303785 msgstr ""
37313786
3732 #: bash/polconfigurator:86
3787 #: bash/polconfigurator:93
37333788 #, sh-format
37343789 msgid "is not an icon extension"
37353790 msgstr ""
37363791
3737 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3738 #: python/mainwindow.py:621
3792 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3793 #: python/mainwindow.py:619
37393794 #, sh-format
37403795 msgid "Registry Editor"
37413796 msgstr "레지스트리 편집기"
37423797
3743 #: bash/polconfigurator:97
3798 #: bash/polconfigurator:104
37443799 #, sh-format
37453800 msgid "Kill all prefix processes"
37463801 msgstr ""
37473802
3748 #: bash/polconfigurator:98
3803 #: bash/polconfigurator:105
37493804 #, sh-format
37503805 msgid "Update wineprefix"
37513806 msgstr ""
37523807
3753 #: bash/polconfigurator:99
3808 #: bash/polconfigurator:106
37543809 #, sh-format
37553810 msgid "Simulate Windows reboot"
37563811 msgstr ""
37573812
3758 #: bash/polconfigurator:100
3813 #: bash/polconfigurator:107
37593814 #, sh-format
37603815 msgid "Use Advanced Wine Configuration plugin"
37613816 msgstr ""
37623817
3763 #: bash/polconfigurator:101
3818 #: bash/polconfigurator:108
37643819 #, sh-format
37653820 msgid "Use PlayOnLinux's configurator for"
37663821 msgstr ""
37673822
3768 #: bash/polconfigurator:103
3823 #: bash/polconfigurator:110
37693824 #, sh-format
37703825 msgid "Change the icon"
37713826 msgstr ""
37723827
3773 #: bash/polconfigurator:104
3828 #: bash/polconfigurator:111
37743829 #, sh-format
37753830 msgid "Use WineTricks"
37763831 msgstr ""
37773832
3778 #: bash/polconfigurator:123
3833 #: bash/polconfigurator:130
37793834 #, sh-format
37803835 msgid "Please choose an action to perform"
37813836 msgstr ""
38253880 msgid "Please choose a CD-ROM to eject"
38263881 msgstr ""
38273882
3828 #: bash/run_app:83
3883 #: bash/run_app:85
38293884 #, sh-format
38303885 msgid "Please choose a software to run"
38313886 msgstr ""
38323887
3833 #: bash/run_app:114
3888 #: bash/run_app:116
38343889 #, sh-format
38353890 msgid "$APPLICATION_TITLE debugger is starting..."
38363891 msgstr ""
38373892
3838 #: bash/run_app:117
3893 #: bash/run_app:119
38393894 #, sh-format
38403895 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38413896 msgstr ""
38423897
3843 #: bash/run_app:119
3898 #: bash/run_app:121
38443899 #, sh-format
38453900 msgid "$PACKAGE crashed."
38463901 msgstr ""
38963951 msgstr ""
38973952
38983953 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3899 #: lib/playonlinux.lib:717
3954 #: lib/playonlinux.lib:720
39003955 #, sh-format
39013956 msgid "$APPLICATION_TITLE Uninstaller"
39023957 msgstr ""
39163971 msgid "This wizard will help you to uninstall: "
39173972 msgstr ""
39183973
3919 #: bash/uninstall:65 lib/playonlinux.lib:717
3974 #: bash/uninstall:65 lib/playonlinux.lib:720
39203975 #, sh-format
39213976 msgid "Uninstalling..."
39223977 msgstr ""
39764031 msgstr ""
39774032
39784033 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3979 #: lib/wine.lib:955 lib/wine.lib:1036
4034 #: lib/wine.lib:970 lib/wine.lib:1051
39804035 #, sh-format
39814036 msgid "Please wait while the virtual drive is being created..."
39824037 msgstr ""
39914046 msgid "Setting Program Files var"
39924047 msgstr ""
39934048
3994 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3995 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4049 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4050 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39964051 #, sh-format
39974052 msgid "This function is disabled in the PlayOnlinux environment."
39984053 msgstr ""
39994054
4000 #: lib/playonlinux.lib:334
4055 #: lib/playonlinux.lib:336
40014056 #, sh-format
40024057 msgid ""
40034058 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40054060 "responsible from it.\\nPlease ensure you know what you are doing !"
40064061 msgstr ""
40074062
4008 #: lib/playonlinux.lib:335
4063 #: lib/playonlinux.lib:337
40094064 #, sh-format
40104065 msgid "Here the source code of the script. Check it carefully"
40114066 msgstr ""
40124067
4013 #: lib/playonlinux.lib:357
4068 #: lib/playonlinux.lib:359
40144069 #, sh-format
40154070 msgid ""
40164071 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40184073 "responsible from it.\\nPlease ensure you know what you are doing!"
40194074 msgstr ""
40204075
4021 #: lib/playonlinux.lib:358
4076 #: lib/playonlinux.lib:360
40224077 #, sh-format
40234078 msgid "External library"
40244079 msgstr ""
40254080
4026 #: lib/playonlinux.lib:358
4081 #: lib/playonlinux.lib:360
40274082 #, sh-format
40284083 msgid "Here the source code of the script. Check it carrefully"
40294084 msgstr ""
40304085
4031 #: lib/playonlinux.lib:591
4086 #: lib/playonlinux.lib:593
40324087 #, sh-format
40334088 msgid "Making shortcut..."
40344089 msgstr ""
40354090
4036 #: lib/playonlinux.lib:715
4091 #: lib/playonlinux.lib:718
40374092 #, sh-format
40384093 msgid "Do you want to delete the virtual drive:"
40394094 msgstr ""
40404095
4041 #: lib/playonlinux.lib:826
4096 #: lib/playonlinux.lib:831
40424097 #, sh-format
40434098 msgid ""
40444099 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40454100 "from working\\n\\n$FilePath"
40464101 msgstr ""
40474102
4048 #: lib/playonlinux.lib:827
4103 #: lib/playonlinux.lib:832
40494104 #, sh-format
40504105 msgid ""
40514106 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40524107 "from working\\n\\n$FilePath"
40534108 msgstr ""
40544109
4055 #: lib/playonlinux.lib:828
4110 #: lib/playonlinux.lib:833
40564111 #, sh-format
40574112 msgid ""
40584113 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40594114 "from working\\n\\n$FilePath"
40604115 msgstr ""
40614116
4062 #: lib/playonlinux.lib:829
4117 #: lib/playonlinux.lib:834
40634118 #, sh-format
40644119 msgid ""
40654120 "The following file is located on a noexec mounted filesystem.\\nIt might "
40664121 "prevent wine from working\\n\\n$FilePath"
40674122 msgstr ""
40684123
4069 #: lib/plugins.lib:65
4124 #: lib/plugins.lib:66
40704125 #, sh-format
40714126 msgid "Checking plugin: "
40724127 msgstr ""
40734128
4074 #: lib/plugins.lib:93
4129 #: lib/plugins.lib:94
40754130 #, sh-format
40764131 msgid "New: "
40774132 msgstr ""
40784133
4079 #: lib/plugins.lib:93
4134 #: lib/plugins.lib:94
40804135 #, sh-format
40814136 msgid "Updating plugin. Previous: "
40824137 msgstr ""
40834138
4084 #: lib/plugins.lib:112
4139 #: lib/plugins.lib:113
40854140 #, sh-format
40864141 msgid "Installing plugin: "
40874142 msgstr ""
40984153 msgid "Function override detected, disabling bug reporting"
40994154 msgstr ""
41004155
4101 #: lib/scripts.lib:499 lib/scripts.lib:565
4156 #: lib/scripts.lib:500 lib/scripts.lib:566
41024157 #, sh-format
41034158 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41044159 msgstr ""
41054160
4106 #: lib/scripts.lib:501 lib/scripts.lib:784
4161 #: lib/scripts.lib:502 lib/scripts.lib:785
41074162 #, sh-format
41084163 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41094164 msgstr ""
41104165
4111 #: lib/scripts.lib:503 lib/scripts.lib:570
4166 #: lib/scripts.lib:504 lib/scripts.lib:571
41124167 #, sh-format
41134168 msgid "An error happened during download."
41144169 msgstr ""
41154170
4116 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4117 #: lib/scripts.lib:586
4171 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4172 #: lib/scripts.lib:587
41184173 #, sh-format
41194174 msgid "Do you want to retry?"
41204175 msgstr ""
41214176
4122 #: lib/scripts.lib:522 lib/scripts.lib:586
4177 #: lib/scripts.lib:523 lib/scripts.lib:587
41234178 #, sh-format
41244179 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41254180 msgstr ""
41264181
4127 #: lib/scripts.lib:689
4182 #: lib/scripts.lib:690
41284183 #, sh-format
41294184 msgid ""
41304185 "7z not installed, please check that you have 7zip installed and try again"
41314186 msgstr ""
41324187
4133 #: lib/scripts.lib:696
4188 #: lib/scripts.lib:697
41344189 #, sh-format
41354190 msgid "Failed to locate ${dest} from ${archive}"
41364191 msgstr ""
41374192
4138 #: lib/scripts.lib:700
4193 #: lib/scripts.lib:701
41394194 #, sh-format
41404195 msgid "Extracting ${filename} from ${archivename}"
41414196 msgstr ""
41424197
4143 #: lib/scripts.lib:715
4198 #: lib/scripts.lib:716
41444199 #, sh-format
41454200 msgid "Extracted file size does not match!"
41464201 msgstr ""
41474202
4148 #: lib/scripts.lib:746
4203 #: lib/scripts.lib:747
41494204 #, sh-format
41504205 msgid "Copying ${filename}"
41514206 msgstr ""
41524207
4153 #: lib/scripts.lib:759
4208 #: lib/scripts.lib:760
41544209 #, sh-format
41554210 msgid "File size does not match!"
41564211 msgstr ""
41574212
4158 #: lib/scripts.lib:903
4213 #: lib/scripts.lib:904
41594214 #, sh-format
41604215 msgid ""
41614216 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41624217 "n$APPLICATION_TITLE $NEEDED is required."
41634218 msgstr ""
41644219
4165 #: lib/scripts.lib:918
4220 #: lib/scripts.lib:919
41664221 #, sh-format
41674222 msgid ""
41684223 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41694224 "$NEEDED is recommended to continue."
41704225 msgstr ""
41714226
4172 #: lib/scripts.lib:949
4227 #: lib/scripts.lib:950
41734228 #, sh-format
41744229 msgid "$AUTHOR profile"
41754230 msgstr ""
42164271 "again."
42174272 msgstr ""
42184273
4219 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4274 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42204275 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42214276 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42224277 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42284283 #, sh-format
42294284 msgid "Where is mounted your CD-ROM?"
42304285 msgstr ""
4286
4287 #: lib/setupwindow.lib:349 python/install.py:218
4288 #, sh-format
4289 msgid "Other"
4290 msgstr "기타"
42314291
42324292 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42334293 #, sh-format
43474407 msgid "I don't want to make another shortcut"
43484408 msgstr ""
43494409
4350 #: lib/setupwindow.lib:711 python/guiv3.py:158
4410 #: lib/setupwindow.lib:711 python/guiv3.py:163
43514411 #, sh-format
43524412 msgid "Browse"
43534413 msgstr "탐색"
43544414
4415 #: lib/setupwindow.lib:739
4416 #, sh-format
4417 msgid "A shortcut by that name already exists, overwrite?"
4418 msgstr ""
4419
43554420 #: lib/website.lib:29
43564421 #, sh-format
43574422 msgid "Connect to your $APPLICATION_TITLE account"
43694434 "valid."
43704435 msgstr ""
43714436
4372 #: lib/wine.lib:367
4437 #: lib/wine.lib:371
43734438 #, sh-format
43744439 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43754440 msgstr ""
43764441
4377 #: lib/wine.lib:373
4442 #: lib/wine.lib:377
43784443 #, sh-format
43794444 msgid "Select the main videocard to report:"
43804445 msgstr ""
43814446
4382 #: lib/wine.lib:538 lib/wine.lib:703
4447 #: lib/wine.lib:549 lib/wine.lib:714
43834448 #, sh-format
43844449 msgid ""
43854450 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43864451 "message"
43874452 msgstr ""
43884453
4389 #: lib/wine.lib:763
4454 #: lib/wine.lib:775
43904455 #, sh-format
43914456 msgid "Unable to find version: "
43924457 msgstr ""
43934458
4394 #: lib/wine.lib:769 lib/wine.lib:770
4459 #: lib/wine.lib:781 lib/wine.lib:782
43954460 #, sh-format
43964461 msgid "Downloading Wine: "
43974462 msgstr ""
43984463
4399 #: lib/wine.lib:779
4464 #: lib/wine.lib:791
44004465 #, sh-format
44014466 msgid "The download seems to have failed."
44024467 msgstr ""
44034468
4404 #: lib/wine.lib:781
4469 #: lib/wine.lib:793
44054470 #, sh-format
44064471 msgid "Extracting Wine..."
44074472 msgstr ""
44084473
4409 #: lib/wine.lib:961
4474 #: lib/wine.lib:976
44104475 #, sh-format
44114476 msgid "Overwrite (usually works, no guarantee)"
44124477 msgstr ""
44134478
4414 #: lib/wine.lib:962
4479 #: lib/wine.lib:977
44154480 #, sh-format
44164481 msgid "Erase (virtual drive content will be lost)"
44174482 msgstr ""
44184483
4419 #: lib/wine.lib:976
4484 #: lib/wine.lib:991
44204485 #, sh-format
44214486 msgid "The target virtual drive $PREFNAME already exists:"
44224487 msgstr ""
44234488
4424 #: lib/wine.lib:1156 lib/wine.lib:1186
4489 #: lib/wine.lib:1171 lib/wine.lib:1201
44254490 #, sh-format
44264491 msgid "Please wait while $SOFTNAME is installed..."
44274492 msgstr ""
44284493
4429 #: lib/wine.lib:1160 lib/wine.lib:1189
4494 #: lib/wine.lib:1175 lib/wine.lib:1204
44304495 #, sh-format
44314496 msgid ""
44324497 "Be careful! This will kill install process. If it is not finished, you will "
44334498 "have to reinstall $SOFTNAME"
44344499 msgstr ""
44354500
4436 #: lib/wine.lib:1160 lib/wine.lib:1189
4501 #: lib/wine.lib:1175 lib/wine.lib:1204
44374502 #, sh-format
44384503 msgid "Install is done"
44394504 msgstr ""
44404505
4441 #: lib/wine.lib:1193 lib/wine.lib:1194
4506 #: lib/wine.lib:1208 lib/wine.lib:1209
44424507 #, sh-format
44434508 msgid "Press next only when the installation process is finished"
44444509 msgstr ""
44454510
4446 #: lib/wine.lib:1202
4511 #: lib/wine.lib:1217
44474512 #, sh-format
44484513 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44494514 msgstr ""
44574522 "associated"
44584523 msgstr ""
44594524
4460 #: python/configure.py:197 python/configure.py:694
4525 #: python/configure.py:196 python/configure.py:703
44614526 msgid "General"
44624527 msgstr "일반적인"
44634528
4529 #: python/configure.py:199
4530 msgid "Make a new shortcut from this virtual drive"
4531 msgstr ""
4532
44644533 #: python/configure.py:200
4465 msgid "Make a new shortcut from this virtual drive"
4534 msgid "Name"
44664535 msgstr ""
44674536
44684537 #: python/configure.py:201
4469 msgid "Name"
4538 msgid "Wine version"
44704539 msgstr ""
44714540
44724541 #: python/configure.py:202
4473 msgid "Wine version"
4474 msgstr ""
4475
4476 #: python/configure.py:203
44774542 msgid "Debug flags"
44784543 msgstr ""
44794544
4480 #: python/configure.py:205
4545 #: python/configure.py:204
44814546 msgid "Virtual drive"
44824547 msgstr ""
44834548
4484 #: python/configure.py:207
4549 #: python/configure.py:206
44854550 msgid "Arguments"
44864551 msgstr ""
44874552
4488 #: python/configure.py:211
4553 #: python/configure.py:210
44894554 msgid "Run configuration wizard"
44904555 msgstr ""
44914556
4492 #: python/configure.py:248
4557 #: python/configure.py:247
44934558 msgid "Windows reboot"
44944559 msgstr ""
44954560
4496 #: python/configure.py:256
4561 #: python/configure.py:255
44974562 msgid "Repair virtual drive"
44984563 msgstr ""
44994564
4500 #: python/configure.py:265
4565 #: python/configure.py:264
45014566 msgid "Command prompt"
45024567 msgstr ""
45034568
4504 #: python/configure.py:272
4569 #: python/configure.py:271
45054570 msgid "Task manager"
45064571 msgstr ""
45074572
4508 #: python/configure.py:280
4573 #: python/configure.py:279
45094574 msgid "Kill processes"
45104575 msgstr ""
45114576
4512 #: python/configure.py:287
4577 #: python/configure.py:286
45134578 msgid "Wine uninstaller"
45144579 msgstr ""
45154580
4516 #: python/configure.py:312
4581 #: python/configure.py:311
45174582 msgid ""
45184583 "Be careful! Installing one of these components can break your virtual drive."
45194584 msgstr ""
45204585
4521 #: python/configure.py:334 python/install.py:285 python/install.py:289
4522 #: python/mainwindow.py:197 python/mainwindow.py:350
4586 #: python/configure.py:333 python/install.py:285 python/install.py:289
4587 #: python/mainwindow.py:199 python/mainwindow.py:348
45234588 msgid "Install"
45244589 msgstr "설치"
45254590
4526 #: python/configure.py:395
4591 #: python/configure.py:388
45274592 msgid "Open program's directory"
45284593 msgstr ""
45294594
4530 #: python/configure.py:418
4595 #: python/configure.py:411
45314596 msgid "Open virtual drive's directory"
45324597 msgstr ""
45334598
4599 #: python/configure.py:555
4600 msgid "GLSL Support"
4601 msgstr ""
4602
4603 #: python/configure.py:556
4604 msgid "Direct Draw Renderer"
4605 msgstr ""
4606
4607 #: python/configure.py:557
4608 msgid "Video memory size"
4609 msgstr ""
4610
4611 #: python/configure.py:558
4612 msgid "Offscreen rendering mode"
4613 msgstr ""
4614
4615 #: python/configure.py:559
4616 msgid "Render target mode lock"
4617 msgstr ""
4618
45344619 #: python/configure.py:560
4535 msgid "GLSL Support"
4620 msgid "Multisampling"
45364621 msgstr ""
45374622
45384623 #: python/configure.py:561
4539 msgid "Direct Draw Renderer"
4540 msgstr ""
4541
4542 #: python/configure.py:562
4543 msgid "Video memory size"
4544 msgstr ""
4545
4546 #: python/configure.py:563
4547 msgid "Offscreen rendering mode"
4548 msgstr ""
4549
4550 #: python/configure.py:564
4551 msgid "Render target mode lock"
4552 msgstr ""
4553
4554 #: python/configure.py:565
4555 msgid "Multisampling"
4556 msgstr ""
4557
4558 #: python/configure.py:566
45594624 msgid "Strict Draw Ordering"
45604625 msgstr ""
45614626
4562 #: python/configure.py:576
4627 #: python/configure.py:571
45634628 msgid "Mouse warp override"
45644629 msgstr ""
45654630
4566 #: python/configure.py:578
4631 #: python/configure.py:573
45674632 msgid "Open a shell"
45684633 msgstr ""
45694634
4570 #: python/configure.py:579
4635 #: python/configure.py:574
45714636 msgid "Run a .exe file in this virtual drive"
45724637 msgstr ""
45734638
4574 #: python/configure.py:580
4639 #: python/configure.py:575
45754640 msgid "Command to exec before running the program"
45764641 msgstr ""
45774642
4578 #: python/configure.py:591
4643 #: python/configure.py:585
4644 msgid ""
4645 "Warning:\n"
4646 "\n"
4647 "Any program still running in this virtual drive will be terminated before "
4648 "Wine version is changed.\n"
4649 "Are you sure you want to continue?"
4650 msgstr ""
4651
4652 #: python/configure.py:596
45794653 msgid ""
45804654 "Be careful!\n"
45814655 "If you change "
45824656 msgstr ""
45834657
4584 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4658 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45854659 msgid "{0} configuration"
45864660 msgstr ""
45874661
4588 #: python/configure.py:659
4662 #: python/configure.py:664
45894663 msgid "Please select a program or a virtual drive to configure"
45904664 msgstr ""
45914665
4592 #: python/configure.py:677 python/options.py:280
4666 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45934667 msgid "New"
45944668 msgstr "새로 만들기"
45954669
4596 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4597 #: python/mainwindow.py:596 python/options.py:207
4670 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4671 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45984672 msgid "Remove"
45994673 msgstr "삭제"
46004674
4601 #: python/configure.py:696
4675 #: python/configure.py:705
46024676 msgid "Install components"
46034677 msgstr ""
46044678
4605 #: python/configure.py:697 python/mainwindow.py:332
4679 #: python/configure.py:706 python/mainwindow.py:330
46064680 msgid "Display"
46074681 msgstr ""
46084682
4609 #: python/configure.py:698
4683 #: python/configure.py:707
46104684 msgid "Miscellaneous"
46114685 msgstr ""
46124686
4613 #: python/configure.py:726
4687 #: python/configure.py:735
46144688 msgid "This virtual drive is protected"
46154689 msgstr ""
46164690
4617 #: python/configure.py:728
4691 #: python/configure.py:737
46184692 msgid "Are you sure you want to delete {0} virtual drive ?"
46194693 msgstr ""
46204694
4621 #: python/configure.py:735
4695 #: python/configure.py:744
46224696 msgid "Are you sure you want to delete {0} ?"
46234697 msgstr ""
46244698
4625 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4626 #: python/mainwindow.py:997
4699 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4700 #: python/mainwindow.py:995
46274701 msgid "{0} debugger"
46284702 msgstr ""
46294703
46314705 msgid "Please select a debug file"
46324706 msgstr ""
46334707
4634 #: python/debug.py:76
4708 #: python/debug.py:78
46354709 msgid "Locate this logfile"
46364710 msgstr ""
46374711
4638 #: python/debug.py:99
4712 #: python/debug.py:101
46394713 msgid "The file is named : {0}"
46404714 msgstr ""
46414715
4642 #: python/debug.py:153 python/debug.py:207
4716 #: python/debug.py:189 python/debug.py:245
46434717 msgid "Virtual drives"
46444718 msgstr ""
46454719
4646 #: python/debug.py:184
4720 #: python/debug.py:222
46474721 msgid "Report a problem about {0}"
46484722 msgstr ""
46494723
4650 #: python/debug.py:206
4724 #: python/debug.py:244
46514725 msgid "Install scripts"
46524726 msgstr ""
46534727
46724746 msgid "Next"
46734747 msgstr "다음"
46744748
4675 #: python/guiv3.py:166
4749 #: python/guiv3.py:171
46764750 msgid "I Agree"
46774751 msgstr "동의함"
46784752
4679 #: python/guiv3.py:167
4753 #: python/guiv3.py:172
46804754 msgid "Show virtual drives"
46814755 msgstr ""
46824756
4683 #: python/guiv3.py:188
4757 #: python/guiv3.py:193
46844758 msgid "Login: "
46854759 msgstr ""
46864760
4687 #: python/guiv3.py:189
4761 #: python/guiv3.py:194
46884762 msgid "Password: "
46894763 msgstr ""
46904764
4691 #: python/guiv3.py:192
4765 #: python/guiv3.py:197
46924766 msgid "Register"
46934767 msgstr ""
46944768
4695 #: python/guiv3.py:288
4769 #: python/guiv3.py:302
46964770 msgid "MB downloaded"
46974771 msgstr ""
46984772
4699 #: python/guiv3.py:288
4773 #: python/guiv3.py:302
47004774 msgid "of"
47014775 msgstr "의"
47024776
4703 #: python/guiv3.py:749
4777 #: python/guiv3.py:769
47044778 msgid "You cannot close this window"
47054779 msgstr ""
47064780
47084782 msgid "No description"
47094783 msgstr "설명 없음"
47104784
4711 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4785 #: python/install.py:210
4786 msgid "Accessories"
4787 msgstr "보조 프로그램"
4788
4789 #: python/install.py:211
4790 msgid "Development"
4791 msgstr "개발"
4792
4793 #: python/install.py:212
4794 msgid "Education"
4795 msgstr "교육"
4796
4797 #: python/install.py:213
4798 msgid "Games"
4799 msgstr "게임"
4800
4801 #: python/install.py:214
4802 msgid "Graphics"
4803 msgstr "그래픽"
4804
4805 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4806 msgid "Internet"
4807 msgstr "인터넷"
4808
4809 #: python/install.py:216
4810 msgid "Multimedia"
4811 msgstr "멀티미디어"
4812
4813 #: python/install.py:217
4814 msgid "Office"
4815 msgstr "오피스"
4816
4817 #: python/install.py:219
4818 msgid "Patches"
4819 msgstr "패치"
4820
4821 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47124822 msgid "Search"
47134823 msgstr ""
47144824
47154825 #: python/install.py:252
47164826 msgid "Include:"
47174827 msgstr ""
4828
4829 #: python/install.py:258
4830 msgid "Testing"
4831 msgstr "시험중"
47184832
47194833 #: python/install.py:263
47204834 msgid "No-cd needed"
47674881 "used for piracy purposes we won't give any support on this matter."
47684882 msgstr ""
47694883
4770 #: python/irc.py:137
4884 #: python/irc.py:139
47714885 msgid "Send"
47724886 msgstr ""
47734887
4774 #: python/irc.py:138
4888 #: python/irc.py:140
47754889 msgid "Connect"
47764890 msgstr ""
47774891
4778 #: python/irc.py:139
4892 #: python/irc.py:141
47794893 msgid "Disconnect"
47804894 msgstr ""
47814895
4782 #: python/irc.py:140
4896 #: python/irc.py:142
47834897 msgid "Leave"
47844898 msgstr ""
47854899
4786 #: python/irc.py:227
4900 #: python/irc.py:229
47874901 msgid "Join a channel"
47884902 msgstr ""
47894903
4790 #: python/irc.py:257 python/mainwindow.py:725
4904 #: python/irc.py:259 python/mainwindow.py:723
47914905 msgid "Messenger"
47924906 msgstr ""
47934907
4794 #: python/irc.py:273
4908 #: python/irc.py:275
47954909 msgid ""
47964910 "If you close this window, you cannot read further replies. Are you sure that "
47974911 "you want to close it?"
48164930 msgid "{0} error"
48174931 msgstr ""
48184932
4819 #: python/mainwindow.py:73
4933 #: python/mainwindow.py:75
48204934 msgid "{0} website is unavailable. Please check your connection"
48214935 msgstr ""
48224936
4823 #: python/mainwindow.py:75
4937 #: python/mainwindow.py:77
48244938 msgid "Refreshing {0}"
48254939 msgstr ""
48264940
4827 #: python/mainwindow.py:90 python/mainwindow.py:92
4941 #: python/mainwindow.py:92 python/mainwindow.py:94
48284942 msgid "An updated version of {0} is available"
48294943 msgstr ""
48304944
4831 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4945 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48324946 msgid "Run"
48334947 msgstr "실행"
48344948
4835 #: python/mainwindow.py:200
4949 #: python/mainwindow.py:202
48364950 msgid "Donate"
48374951 msgstr "기부"
48384952
4839 #: python/mainwindow.py:201
4953 #: python/mainwindow.py:203
48404954 msgid "Exit"
48414955 msgstr "종료"
48424956
4843 #: python/mainwindow.py:205
4957 #: python/mainwindow.py:207
48444958 msgid "Small icons"
48454959 msgstr ""
48464960
4847 #: python/mainwindow.py:206
4961 #: python/mainwindow.py:208
48484962 msgid "Medium icons"
48494963 msgstr ""
48504964
4851 #: python/mainwindow.py:207
4965 #: python/mainwindow.py:209
48524966 msgid "Large icons"
48534967 msgstr ""
48544968
4855 #: python/mainwindow.py:208
4969 #: python/mainwindow.py:210
48564970 msgid "Very large icons"
48574971 msgstr ""
48584972
4859 #: python/mainwindow.py:220
4973 #: python/mainwindow.py:222
48604974 msgid "Manage Wine versions"
48614975 msgstr ""
48624976
4863 #: python/mainwindow.py:226
4977 #: python/mainwindow.py:228
48644978 msgid "Read a PC CD-Rom"
48654979 msgstr ""
48664980
4867 #: python/mainwindow.py:236
4981 #: python/mainwindow.py:238
48684982 msgid "Close all {0} software"
48694983 msgstr ""
48704984
4871 #: python/mainwindow.py:240
4985 #: python/mainwindow.py:242
48724986 msgid "{0} console"
48734987 msgstr ""
48744988
4875 #: python/mainwindow.py:250
4989 #: python/mainwindow.py:248
48764990 msgid "{0} messenger"
48774991 msgstr ""
48784992
4879 #: python/mainwindow.py:266 python/options.py:388
4993 #: python/mainwindow.py:264 python/options.py:388
48804994 msgid "File associations"
48814995 msgstr ""
48824996
4883 #: python/mainwindow.py:273
4997 #: python/mainwindow.py:271
48844998 msgid "About {0}"
48854999 msgstr ""
48865000
4887 #: python/mainwindow.py:302 python/mainwindow.py:306
5001 #: python/mainwindow.py:300 python/mainwindow.py:304
48885002 msgid "Plugin manager"
48895003 msgstr ""
48905004
4891 #: python/mainwindow.py:331
5005 #: python/mainwindow.py:329
48925006 msgid "File"
48935007 msgstr "파일"
48945008
4895 #: python/mainwindow.py:333
5009 #: python/mainwindow.py:331
48965010 msgid "Tools"
48975011 msgstr "도구"
48985012
4899 #: python/mainwindow.py:334 python/mainwindow.py:723
5013 #: python/mainwindow.py:332 python/mainwindow.py:721
49005014 msgid "Settings"
49015015 msgstr "설정"
49025016
4903 #: python/mainwindow.py:335 python/options.py:387
5017 #: python/mainwindow.py:333 python/options.py:387
49045018 msgid "Plugins"
49055019 msgstr "플러그인"
49065020
4907 #: python/mainwindow.py:347 python/mainwindow.py:739
5021 #: python/mainwindow.py:345 python/mainwindow.py:737
49085022 msgid "Close"
49095023 msgstr ""
49105024
4911 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5025 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49125026 msgid "Configure"
49135027 msgstr "구성"
49145028
4915 #: python/mainwindow.py:584
5029 #: python/mainwindow.py:582
49165030 msgid "Open the application's directory"
49175031 msgstr ""
49185032
4919 #: python/mainwindow.py:588 python/mainwindow.py:753
5033 #: python/mainwindow.py:586 python/mainwindow.py:751
49205034 msgid "Read the manual"
49215035 msgstr ""
49225036
4923 #: python/mainwindow.py:592
5037 #: python/mainwindow.py:590
49245038 msgid "Set the icon"
49255039 msgstr "아이콘 설정"
49265040
4927 #: python/mainwindow.py:600
5041 #: python/mainwindow.py:598
49285042 msgid "Close this application"
49295043 msgstr "이 어플리케이션 종료"
49305044
4931 #: python/mainwindow.py:611
5045 #: python/mainwindow.py:609
49325046 msgid "KillApp"
49335047 msgstr "킬어플리케이션"
49345048
4935 #: python/mainwindow.py:618
5049 #: python/mainwindow.py:616
49365050 msgid "No manual found for {0}"
49375051 msgstr ""
49385052
4939 #: python/mainwindow.py:721
5053 #: python/mainwindow.py:719
49405054 msgid "Install a program"
49415055 msgstr ""
49425056
4943 #: python/mainwindow.py:728
5057 #: python/mainwindow.py:726
49445058 msgid "Update GIT"
49455059 msgstr ""
49465060
4947 #: python/mainwindow.py:731
5061 #: python/mainwindow.py:729
49485062 msgid "Update instructions"
49495063 msgstr ""
49505064
5065 #: python/mainwindow.py:739
5066 msgid "Debug"
5067 msgstr ""
5068
49515069 #: python/mainwindow.py:741
4952 msgid "Debug"
4953 msgstr ""
4954
4955 #: python/mainwindow.py:743
49565070 msgid "Report a problem"
49575071 msgstr ""
49585072
5073 #: python/mainwindow.py:745
5074 msgid "Create a shortcut"
5075 msgstr ""
5076
49595077 #: python/mainwindow.py:747
4960 msgid "Create a shortcut"
4961 msgstr ""
4962
4963 #: python/mainwindow.py:749
49645078 msgid "Open the directory"
49655079 msgstr ""
49665080
4967 #: python/mainwindow.py:755
5081 #: python/mainwindow.py:753
49685082 msgid "Save"
49695083 msgstr ""
49705084
4971 #: python/mainwindow.py:758
5085 #: python/mainwindow.py:756
49725086 msgid "Uninstall"
49735087 msgstr ""
49745088
4975 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5089 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5090 #: python/mainwindow.py:1001
5091 msgid "Please select a program."
5092 msgstr ""
5093
5094 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5095 msgid "{0} settings"
5096 msgstr ""
5097
5098 #: python/mainwindow.py:963
5099 msgid "{0} install menu"
5100 msgstr ""
5101
5102 #: python/mainwindow.py:972
5103 msgid "{0} wine versions manager"
5104 msgstr ""
5105
49765106 #: python/mainwindow.py:1003
4977 msgid "Please select a program."
4978 msgstr ""
4979
4980 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4981 msgid "{0} settings"
4982 msgstr ""
4983
4984 #: python/mainwindow.py:965
4985 msgid "{0} install menu"
4986 msgstr ""
4987
4988 #: python/mainwindow.py:974
4989 msgid "{0} wine versions manager"
4990 msgstr ""
4991
4992 #: python/mainwindow.py:1005
49935107 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49945108 msgstr ""
49955109
50955209 "These information will be very precious for us to help people."
50965210 msgstr ""
50975211
5098 #: python/mainwindow.py:1271
5212 #: python/mainwindow.py:1273
50995213 msgid "Are you sure you want to want to install {0} package?"
51005214 msgstr ""
51015215
5102 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5216 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5217 #: python/mainwindow.py:1284
51035218 msgid ""
51045219 "You are trying to open a script design for {0}! It might not work as expected"
51055220 msgstr ""
51765291 msgid "You must restart {0} for the changes to take effect."
51775292 msgstr ""
51785293
5179 #: python/wine_versions.py:194
5294 #: python/wine_versions.py:195
51805295 msgid "Installed Wine versions: "
51815296 msgstr ""
51825297
5183 #: python/wine_versions.py:195
5298 #: python/wine_versions.py:196
51845299 msgid "Available Wine versions: "
51855300 msgstr ""
51865301
5187 #: python/wine_versions.py:202
5302 #: python/wine_versions.py:203
51885303 msgid "Wine versions"
51895304 msgstr "Wine version들"
51905305
5191 #: python/wine_versions.py:321
5306 #: python/wine_versions.py:322
51925307 msgid "Are you sure you want to delete wine {0}?"
51935308 msgstr ""
51945309
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-11-27 16:46+0000\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-01-20 09:41+0000\n"
1111 "Last-Translator: Mantas Kriaučiūnas <mantas@akl.lt>\n"
1212 "Language-Team: Lithuanian <lt@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:41+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
236236 msgstr ""
237237
238238 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
239 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
239240 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
240241 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
241242 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
264265 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
265266 #: PlayOnLinux_Scripts/Civilization_V_:53
266267 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
267 #: PlayOnLinux_Scripts/Diablo_II_:51
268 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
268269 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
269270 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
270271 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
271272 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
272273 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
273 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
274274 #: PlayOnLinux_Scripts/Google_SketchUp_:51
275275 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
276276 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
290290 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
291291 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
292292 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
293 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
293294 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
294295 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
295296 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
296 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
297 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
297 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
298 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
299 #: PlayOnLinux_Scripts/Portal_2_:82
298300 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
299301 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
300 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
302 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
303 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
301304 #: PlayOnLinux_Scripts/Rayman_Origins_:72
302305 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
303306 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
307 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
304308 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
305309 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
306310 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
311 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
307312 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
308313 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
309 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
310 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
314 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
315 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
316 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
311317 #: PlayOnLinux_Scripts/Starcraft_:34
312318 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
313319 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
314 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
321 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
315322 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
316323 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
324 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
317325 #: PlayOnLinux_Scripts/Theme_Hospital_:59
318326 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
319327 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
320328 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
321329 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
330 #: PlayOnLinux_Scripts/Wizard_101_:38
322331 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
323332 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
324333 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
331340 msgid "Please select the setup file to run"
332341 msgstr "Pasirinkite įdiegimo (setup) failą"
333342
343 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
344 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
345 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
346 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
347 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
348 #, sh-format
349 msgid "Please insert the game media into your disc drive."
350 msgstr ""
351
334352 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
353 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
354 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
335355 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
336356 #: PlayOnLinux_Scripts/Dishonored_:72
337357 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
425445 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
426446 #: PlayOnLinux_Scripts/Magicka_:68
427447 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
428449 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
429450 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
430451 #: PlayOnLinux_Scripts/Rayman_Origins_:83
431452 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
432 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
433 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
453 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
454 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
434455 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
435456 #: PlayOnLinux_Scripts/The_Witcher_:125
436457 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
460481 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
461482 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
462483 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
484 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
463485 #: PlayOnLinux_Scripts/Driftmoon_:43
464486 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
465487 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
468490 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
469491 #: PlayOnLinux_Scripts/League_Of_Legends_:57
470492 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
471 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
493 #: PlayOnLinux_Scripts/Sacrifice_:41
494 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
495 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
496 #: PlayOnLinux_Scripts/Toontown_Online_:25
497 #: PlayOnLinux_Scripts/Watchtower_library_:43
472498 #: PlayOnLinux_Scripts/iTunes_10_:28
473499 #, sh-format
474500 msgid "Please select the setup file to run."
483509 #: PlayOnLinux_Scripts/POL_GoG_download_:48
484510 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
485511 #: PlayOnLinux_Scripts/SimCity_2000_:50
486 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
487 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
512 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
513 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
488514 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
489515 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
490516 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
491 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
492 #: lib/wine.lib:1186
517 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
518 #: lib/wine.lib:1171 lib/wine.lib:1201
493519 #, sh-format
494520 msgid "Please wait..."
495521 msgstr ""
517543 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
518544 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
519545 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
520 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
546 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
521547 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
522548 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
523549 #: PlayOnLinux_Scripts/Dead_Space_2_:85
533559 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
534560 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
535561 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
536 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
537563 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
538564 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
539565 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
595621 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
596622 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
597623 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
598 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
624 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
599625 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
600626 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
601627 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
602 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
603 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
628 #: PlayOnLinux_Scripts/Dead_Space_:50
629 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
630 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
631 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
604632 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
605633 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
606634 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
610638 #: PlayOnLinux_Scripts/Rage_:79
611639 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
612640 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
613 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
641 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
614642 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
615643 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
616644 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
648676 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
649677 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
650678 #: PlayOnLinux_Scripts/Sacrifice_:45
651 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
679 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
652680 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
653681 #: PlayOnLinux_Scripts/The_Witcher_:102
654682 #, sh-format
659687 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
661689 #: PlayOnLinux_Scripts/Mass_Effect_:54
662 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
690 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
663691 #: PlayOnLinux_Scripts/The_Witcher_:110
664692 #, sh-format
665693 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
672700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
673 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
701 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
674702 #: PlayOnLinux_Scripts/The_Witcher_:113
675703 #, sh-format
676704 msgid "Please insert the next game media into your disk drive"
699727 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
700728 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
701729 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
730 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
702731 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
703732 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
704733 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
804833 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
805834 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
806835 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
807 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
836 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
808837 #, sh-format
809838 msgid ""
810839 "You must disable anti-piracy protections of this game\\nif you want to play "
822851
823852 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
824853 #: PlayOnLinux_Scripts/Cars_2_:83
825 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
854 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
826855 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
827856 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
828857 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
843872 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
844873 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
845874 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
875 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
876 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
846877 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
847878 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
848879 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10581089 msgid "Please insert media 2 into your disk drive\\nif not already done."
10591090 msgstr ""
10601091
1061 #: PlayOnLinux_Scripts/Diablo_III_:29
1092 #: PlayOnLinux_Scripts/Diablo_III_:31
10621093 #, sh-format
10631094 msgid "Please select the setup file downloaded on $EDITOR website"
10641095 msgstr ""
10651096
1066 #: PlayOnLinux_Scripts/Diablo_III_:60
1097 #: PlayOnLinux_Scripts/Diablo_III_:62
10671098 #, sh-format
10681099 msgid ""
10691100 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10701101 "patch (AcceptEx Fix)"
10711102 msgstr ""
10721103
1073 #: PlayOnLinux_Scripts/Diablo_III_:60
1104 #: PlayOnLinux_Scripts/Diablo_III_:62
10741105 #, sh-format
10751106 msgid ""
10761107 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10771108 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1109 msgstr ""
1110
1111 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1112 #, sh-format
1113 msgid "Scanning your hardware..."
10781114 msgstr ""
10791115
10801116 #: PlayOnLinux_Scripts/Dishonored_:79
11531189
11541190 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11551191 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1157 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1193 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11581194 #, sh-format
11591195 msgid "Please insert the first game media into your disk drive"
11601196 msgstr ""
11611197
11621198 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1163 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1199 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11641200 #, sh-format
11651201 msgid "Please insert the second game media into your disk drive"
11661202 msgstr ""
12251261 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12261262 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12271263 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1264 #: PlayOnLinux_Scripts/Hearthstone_:64
12281265 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12291266 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12301267 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12501287 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12511288 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12521289 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1253 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1290 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12541291 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12551292 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12561293 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12741311 msgid "Editor"
12751312 msgstr ""
12761313
1277 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1314 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12781315 #, sh-format
12791316 msgid "This install script requires ffmpeg"
12801317 msgstr ""
12811318
1282 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1319 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12831320 #, sh-format
12841321 msgid "Converting videos..."
12851322 msgstr ""
12861323
12871324 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1325 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12881326 #, sh-format
12891327 msgid ""
12901328 "On first run the game will autodetect available renderers.\\nIt is likely "
12971335 msgid "Run $TITLE in safe mode?"
12981336 msgstr ""
12991337
1338 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1339 #, sh-format
1340 msgid ""
1341 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1342 "disable it by pressing Alt+R while in game.)"
1343 msgstr ""
1344
1345 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1346 #, sh-format
1347 msgid ""
1348 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1349 "game."
1350 msgstr ""
1351
13001352 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13011353 #, sh-format
13021354 msgid "Could not find program directory"
13591411 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13601412 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13611413 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1362 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1363 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1364 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13651414 #, sh-format
13661415 msgid "Language"
13671416 msgstr ""
14851534 msgid "Dedicated server"
14861535 msgstr ""
14871536
1488 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1537 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14891538 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14901539 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14911540 #, sh-format
15111560 msgid "Code wheel"
15121561 msgstr ""
15131562
1514 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1515 #, sh-format
1516 msgid "Do you have a language pack to install?"
1517 msgstr ""
1518
1519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1520 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1521 #, sh-format
1522 msgid "Later"
1523 msgstr ""
1524
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1563 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1564 #, sh-format
1565 msgid ""
1566 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1567 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1568 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1572 #, sh-format
1573 msgid "Now you must install the modpack in directory:"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1577 #, sh-format
1578 msgid "Please select ANY 3 icons when prompted."
1579 msgstr ""
1580
1581 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1582 #, sh-format
1583 msgid "temp directory missing"
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1587 #, sh-format
1588 msgid ""
1589 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1590 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1591 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1592 "details.\\nInstall it?"
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1596 #, sh-format
1597 msgid "Control Panel"
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1601 #, sh-format
1602 msgid ""
1603 "IMPORTANT:\n"
1604 " \\n\\nOn the installation window coming next, do NOT click the Options "
1605 "button, it would mess up the language selection."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1609 #, sh-format
1610 msgid ""
1611 "On first run the game will autodetect available renderers.\\nIt is likely "
1612 "that you will get better performance out of the OpenGL renderer."
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Goblins_3_:21
1616 #, sh-format
1617 msgid "Please select the game language"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Gothic_3_:82
1621 #, sh-format
1622 msgid "Choose the game resolution"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:96
1626 #, sh-format
1627 msgid ""
1628 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1629 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1630 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1631 msgstr ""
1632
1633 #: PlayOnLinux_Scripts/Gothic_3_:110
1634 #, sh-format
1635 msgid "$TITLE is installed"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_:53
1639 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1640 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1641 #, sh-format
1642 msgid "Please insert the DVD-ROM"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1646 #, sh-format
1647 msgid ""
1648 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1649 "client and download will resume from where it stopped. Download percentage "
1650 "reset but do not worry, it do not restart from the beginning."
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1654 #, sh-format
1655 msgid ""
1656 "Please select $TITLE install file. During installation, uncheck all extra "
1657 "drivers it wants to install:"
1658 msgstr ""
1659
15261660 #: PlayOnLinux_Scripts/Half_Life_2_:56
15271661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15281662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15291663 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1530 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1664 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15311665 #, sh-format
15321666 msgid "No"
15331667 msgstr "Ne"
15341668
1535 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1536 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1669 #: PlayOnLinux_Scripts/Half_Life_2_:56
1670 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1672 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1673 #: PlayOnLinux_Scripts/Portal_:36
1674 #, sh-format
1675 msgid ""
1676 "Steam installation has been detected\\nwould you like to install this game "
1677 "in the same virtual drive?"
1678 msgstr ""
1679
15371680 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15381681 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15391682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15421685 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15431686 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15441687 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1545 #: python/guiv3.py:157
1688 #: python/guiv3.py:158 python/guiv3.py:161
15461689 #, sh-format
15471690 msgid "Yes"
15481691 msgstr "Taip"
15491692
1550 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1551 #, sh-format
1552 msgid ""
1553 "To install a language pack later, open the configuration panel for the game "
1554 "in order to execute the installer into the virtual disk (Misc tab)"
1555 msgstr ""
1556
1557 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1558 #, sh-format
1559 msgid ""
1560 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1561 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1562 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1566 #, sh-format
1567 msgid "Now you must install the modpack in directory:"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1571 #, sh-format
1572 msgid "Please select ANY 3 icons when prompted."
1573 msgstr ""
1574
1575 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1576 #, sh-format
1577 msgid "temp directory missing"
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1581 #, sh-format
1582 msgid ""
1583 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1584 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1585 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1586 "details.\\nInstall it?"
1587 msgstr ""
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1590 #, sh-format
1591 msgid "Control Panel"
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1595 #, sh-format
1596 msgid ""
1597 "IMPORTANT:\n"
1598 " \\n\\nOn the installation window coming next, do NOT click the Options "
1599 "button, it would mess up the language selection."
1600 msgstr ""
1601
1602 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1603 #, sh-format
1604 msgid ""
1605 "On first run the game will autodetect available renderers.\\nIt is likely "
1606 "that you will get better performance out of the OpenGL renderer."
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Goblins_3_:21
1610 #, sh-format
1611 msgid "Please select the game language"
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/Gothic_3_:82
1615 #, sh-format
1616 msgid "Choose the game resolution"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:96
1620 #, sh-format
1621 msgid ""
1622 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1623 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1624 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Gothic_3_:110
1628 #, sh-format
1629 msgid "$TITLE is installed"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Guild_Wars_:53
1633 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1634 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1635 #, sh-format
1636 msgid "Please insert the DVD-ROM"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1640 #, sh-format
1641 msgid ""
1642 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1643 "client and download will resume from where it stopped. Download percentage "
1644 "reset but do not worry, it do not restart from the beginning."
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1648 #, sh-format
1649 msgid ""
1650 "Please select $TITLE install file. During installation, uncheck all extra "
1651 "drivers it wants to install:"
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Half_Life_2_:56
1655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1656 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1657 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1658 #: PlayOnLinux_Scripts/Portal_:36
1659 #, sh-format
1660 msgid ""
1661 "Steam installation has been detected\\nwould you like to install this game "
1662 "in the same virtual drive?"
1663 msgstr ""
1664
16651693 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16661694 #, sh-format
16671695 msgid "Updating $TITLE"
16681696 msgstr ""
16691697
1670 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1698 #: PlayOnLinux_Scripts/Hanahira__:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16731701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16811709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1715 #: PlayOnLinux_Scripts/Steins_Gate_:51
16821716 #, sh-format
16831717 msgid "Please locate installation program (Setup.exe)"
16841718 msgstr ""
16851719
1686 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1687 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1720 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16881721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16891722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16901723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17061739 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17071740 msgstr ""
17081741
1742 #: PlayOnLinux_Scripts/Hearthstone_:26
1743 #, sh-format
1744 msgid "What language do you want to install?"
1745 msgstr ""
1746
17091747 #: PlayOnLinux_Scripts/ImgBurn_:38
17101748 #, sh-format
17111749 msgid ""
17431781 msgstr ""
17441782
17451783 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1746 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17471784 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17481785 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17491786 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18951932 "If the download update stuck close and run until the download is complete."
18961933 msgstr ""
18971934
1935 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18981936 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18991937 #, sh-format
19001938 msgid "Demo version"
19011939 msgstr ""
19021940
1941 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19031942 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19041943 #, sh-format
19051944 msgid "Please select version."
19531992 #, sh-format
19541993 msgid ""
19551994 "No filename extension specified, skipping association to native application."
1995 msgstr ""
1996
1997 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1998 #, sh-format
1999 msgid "Contacting download server."
19562000 msgstr ""
19572001
19582002 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20382082 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20392083 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20402084 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2041 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2085 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20422086 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20432087 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20442088 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20762120 "them without issues"
20772121 msgstr ""
20782122
2079 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2080 #, sh-format
2081 msgid "This package fail to install with wine 1.5.21 or better"
2082 msgstr ""
2083
2084 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2123 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20852124 #, sh-format
20862125 msgid ""
20872126 "If you see error messages during DotNet 3.5 installation, you can ignore "
21972236 "Please update."
21982237 msgstr ""
21992238
2200 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2239 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2240 #: PlayOnLinux_Scripts/yWriter_5_:45
22012241 #, sh-format
22022242 msgid "Downloading..."
22032243 msgstr ""
23082348 msgid "Microsoft fonts have been installed successfully."
23092349 msgstr ""
23102350
2351 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2352 #, sh-format
2353 msgid ""
2354 "OSX users: If the screen flickers once the game is launched, try to press "
2355 "cmd + tab twice"
2356 msgstr ""
2357
23112358 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23122359 #, sh-format
23132360 msgid "Remove Game For Windows Live..."
23452392 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23462393 msgstr ""
23472394
2348 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2395 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23492396 #, sh-format
23502397 msgid "Abort installation"
23512398 msgstr ""
23702417 msgid "The program needs access to ptrace() to proceed:"
23712418 msgstr ""
23722419
2373 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2420 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23742421 #, sh-format
23752422 msgid "User abort"
23762423 msgstr ""
24092456 msgid "Please do not run $TITLE after installation has finished."
24102457 msgstr ""
24112458
2459 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2460 #, sh-format
2461 msgid "Extracting $TITLE"
2462 msgstr ""
2463
24122464 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24132465 #, sh-format
24142466 msgid ""
24212473 msgid "$TITLE has been successfully installed."
24222474 msgstr ""
24232475
2476 #: PlayOnLinux_Scripts/Poker_Stars_:37
2477 #, sh-format
2478 msgid "Error while installing. Downloaded file not found."
2479 msgstr ""
2480
24242481 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24252482 #, sh-format
24262483 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24282485
24292486 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24302487 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2488 #: PlayOnLinux_Scripts/Watchtower_library_:58
24312489 #, sh-format
24322490 msgid "Please wait while $TITLE is installed"
24332491 msgstr ""
24592517 #: PlayOnLinux_Scripts/Rage_:93
24602518 #, sh-format
24612519 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2520 msgstr ""
2521
2522 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2523 #, sh-format
2524 msgid ""
2525 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2526 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2527 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2528 "n\\nIf you have one of this two versions of this game, please give some "
2529 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2530 "n\\nThank you!"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #, sh-format
2540 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2541 msgstr ""
2542
2543 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2544 #, sh-format
2545 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2546 msgstr ""
2547
2548 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2549 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2550 #, sh-format
2551 msgid "Select a version of installation disc:"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "First Release (without addons)"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "Gold Edition"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2565 #, sh-format
2566 msgid "Platinum Edition"
2567 msgstr ""
2568
2569 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2570 #, sh-format
2571 msgid "What is your version of Railroad Tycoon II?"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2575 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2576 #, sh-format
2577 msgid ""
2578 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2579 "desktop.\\n\\nThank you for using this installation script! :)"
24622580 msgstr ""
24632581
24642582 #: PlayOnLinux_Scripts/Reaper_4_:30
26102728 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26112729 msgstr ""
26122730
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2741 #, sh-format
2742 msgid ""
2743 "Close the visual novel when it appears to continue installation. Click Next "
2744 "to begin installation."
2745 msgstr ""
2746
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2748 #, sh-format
2749 msgid ""
2750 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2751 "script will now install it. Click Next to continue."
2752 msgstr ""
2753
26132754 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26142755 #, sh-format
26152756 msgid ""
26172758 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26182759 msgstr ""
26192760
2620 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2621 #, sh-format
2622 msgid "Please locate installation program (Launcher.exe)"
2623 msgstr ""
2624
2625 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2626 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2627 #, sh-format
2628 msgid ""
2629 "When the launcher opens, click on the top button to open the installer. When "
2630 "a new window opens, click OK. When another window opens, click on the button "
2631 "with the letter N until it is installing. Wait until it is done and click "
2632 "the right button to quit. Click Next when you are done installing."
2761 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2762 #, sh-format
2763 msgid "Please locate installation program in Data folder (Resonance.msi)"
26332764 msgstr ""
26342765
26352766 #: PlayOnLinux_Scripts/Steam_:50
26652796 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26662797 "game. Steam install xna framework the game. Close the Steam so that the "
26672798 "installer can continue."
2799 msgstr ""
2800
2801 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2802 #, sh-format
2803 msgid "If youve the extentions, you should install Tribunal first !"
26682804 msgstr ""
26692805
26702806 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27762912 "pp 4-5."
27772913 msgstr ""
27782914
2915 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2916 #, sh-format
2917 msgid "Please select the installation file to run."
2918 msgstr ""
2919
2920 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2921 #, sh-format
2922 msgid ""
2923 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2924 "your region.\\n 2. Leave only checked DirectX box."
2925 msgstr ""
2926
27792927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27802928 #, sh-format
27812929 msgid ""
27822930 "The game will fail to launch until you set "
27832931 "/proc/sys/kernel/yama/ptrace_scope to 0"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Other destination or other CD/DVD"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2940 #, sh-format
2941 msgid "Retail CD"
2942 msgstr ""
2943
2944 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2945 #, sh-format
2946 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2947 msgstr ""
2948
2949 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2950 #, sh-format
2951 msgid "video fix"
27842952 msgstr ""
27852953
27862954 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28633031 msgid "Donwload finished.\\nPatches installation will begin"
28643032 msgstr ""
28653033
3034 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3035 #, sh-format
3036 msgid "We will download the installer"
3037 msgstr ""
3038
28663039 #: PlayOnLinux_Scripts/Toontown_Online_:17
28673040 #, sh-format
28683041 msgid ""
29003073 msgid "Do you want to browse $TITLE website?"
29013074 msgstr ""
29023075
3076 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3077 #, sh-format
3078 msgid ""
3079 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3080 "messenger, because it will won't work correctly."
3081 msgstr ""
3082
3083 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3084 #, sh-format
3085 msgid "Warning"
3086 msgstr ""
3087
29033088 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29043089 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29053090 #, sh-format
29083093 "want it to run correctly with $APPLICATION_TITLE"
29093094 msgstr ""
29103095
3096 #: PlayOnLinux_Scripts/Watchtower_library_:49
3097 #, sh-format
3098 msgid "File Selection Error"
3099 msgstr ""
3100
3101 #: PlayOnLinux_Scripts/Watchtower_library_:49
3102 #, sh-format
3103 msgid ""
3104 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3105 msgstr ""
3106
29113107 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29123108 #, sh-format
29133109 msgid ""
29243120 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29253121 #, sh-format
29263122 msgid ""
2927 "Attention: After installation is complete, the patcher will load. Please "
2928 "close the patcher before logging in or finish updating to complete the "
2929 "installation. After this, you can run \"$TITLE\" when setup is done"
3123 "Attention:After installation is complete, the patcher will load. After, go "
3124 "to the top right of the patcher and click the wrench, Then Un-check the box "
3125 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3126 "minuite. When finished with this, please close the patcher before logging in "
3127 "or finish updating to complete the installation. After this, you can run "
3128 "\"$TITLE\" when setup is done"
29303129 msgstr ""
29313130
29323131 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29673166 "Please insert game media 5 into your disk drive\\nif not already done."
29683167 msgstr ""
29693168
3169 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3170 #, sh-format
3171 msgid "Which region version of World of Warplanes would you like to install?"
3172 msgstr ""
3173
3174 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3175 #, sh-format
3176 msgid ""
3177 "Attention:After installation is complete, the patcher will load. After, go "
3178 "to the top right of the patcher and click the wrench, Then Un-check the box "
3179 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3180 "minute. When finished with this, please close the patcher before logging in "
3181 "or finish updating to complete the installation. After this, you can run "
3182 "\"$TITLE\" when setup is done"
3183 msgstr ""
3184
29703185 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29713186 #, sh-format
29723187 msgid ""
30143229 msgid "Please select the 32bit version of iTunes"
30153230 msgstr ""
30163231
3017 #: PlayOnLinux_Scripts/osu_:45
3232 #: PlayOnLinux_Scripts/osu_:46
30183233 #, sh-format
30193234 msgid ""
30203235 "Press next to start the updater. When the updater is finished, close it "
30343249 "resolution when rFactor Config comes up."
30353250 msgstr ""
30363251
3037 #: bash/bug_report:31
3252 #: bash/bug_report:32
30383253 #, sh-format
30393254 msgid "Report a bug"
30403255 msgstr "Pranešk apie klaidą"
30413256
3042 #: bash/bug_report:36
3257 #: bash/bug_report:37
30433258 #, sh-format
30443259 msgid ""
30453260 "Please give the more details as you can, otherwise, it will be very "
30463261 "difficult to help you"
30473262 msgstr ""
30483263
3049 #: bash/bug_report:36
3264 #: bash/bug_report:37
30503265 #, sh-format
30513266 msgid ""
30523267 "This wizard will help you to report a bug about an officially supported "
30533268 "program."
30543269 msgstr ""
30553270
3056 #: bash/bug_report:40
3271 #: bash/bug_report:41
30573272 #, sh-format
30583273 msgid ""
30593274 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30603275 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "I have a problem with a software"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:46
3283 #: bash/bug_report:47
30693284 #, sh-format
30703285 msgid "My problem concerns $APPLICATION_TITLE itself"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:46
3288 #: bash/bug_report:47
30743289 #, sh-format
30753290 msgid "What kind of problem do you have?"
30763291 msgstr ""
30773292
3078 #: bash/bug_report:50
3293 #: bash/bug_report:51
30793294 #, sh-format
30803295 msgid "Don't join any log file"
30813296 msgstr ""
30823297
3083 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3298 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30843299 #: bash/manual_install:120 bash/manual_install:219
30853300 #, sh-format
30863301 msgid "Manual installation"
30873302 msgstr ""
30883303
3089 #: bash/bug_report:54 bash/run_exe:24
3304 #: bash/bug_report:55 bash/run_exe:24
30903305 #, sh-format
30913306 msgid "Automatic installation"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:65
3309 #: bash/bug_report:66
30953310 #, sh-format
30963311 msgid "Choose the log file corresponding to your software."
30973312 msgstr ""
30983313
3099 #: bash/bug_report:69
3314 #: bash/bug_report:70
31003315 #, sh-format
31013316 msgid "Please give a very short description (title, english only)"
31023317 msgstr ""
31033318
3104 #: bash/bug_report:72
3319 #: bash/bug_report:73
31053320 #, sh-format
31063321 msgid "Please explain your problem clearly (english only):"
31073322 msgstr ""
31083323
3109 #: bash/bug_report:76
3324 #: bash/bug_report:77
31103325 #, sh-format
31113326 msgid "Sorry, we need a detailed description."
31123327 msgstr ""
31133328
3114 #: bash/bug_report:107
3329 #: bash/bug_report:108
31153330 #, sh-format
31163331 msgid ""
31173332 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31533368 msgstr "Pasirinkite virtualaus disko pavadinimą"
31543369
31553370 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3156 #: python/mainwindow.py:232
3371 #: python/mainwindow.py:234
31573372 #, sh-format
31583373 msgid "Run a local script"
31593374 msgstr "Paleisti lokalų skriptą"
32773492 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3495 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32813496 #, sh-format
32823497 msgid "$APPLICATION_TITLE first use"
32833498 msgstr ""
32843499
3285 #: bash/first_use:240
3500 #: bash/first_use:242
32863501 #, sh-format
32873502 msgid "$APPLICATION_TITLE is going to finish its preparation"
32883503 msgstr ""
32893504
3290 #: bash/first_use:240 bash/first_use:243
3505 #: bash/first_use:242 bash/first_use:245
32913506 #, sh-format
32923507 msgid "Please ensure you are connected to the internet."
32933508 msgstr ""
32943509
3295 #: bash/first_use:243
3510 #: bash/first_use:245
32963511 #, sh-format
32973512 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32983513 msgstr ""
32993514
3300 #: bash/first_use:243
3515 #: bash/first_use:245
33013516 #, sh-format
33023517 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33033518 msgstr ""
33043519
3305 #: bash/first_use:253
3520 #: bash/first_use:255
33063521 #, sh-format
33073522 msgid "Error while installing fonts"
33083523 msgstr ""
33093524
3310 #: bash/first_use:271
3525 #: bash/first_use:273
33113526 #, sh-format
33123527 msgid "Enjoy using $APPLICATION_TITLE"
33133528 msgstr ""
34193634 msgid "Use another version of Wine"
34203635 msgstr ""
34213636
3422 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3423 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3637 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3638 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34243639 #, sh-format
34253640 msgid "Configure Wine"
34263641 msgstr "Konfigūruoti Wine"
34403655 msgid "What would you like to do before installation?"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:230 lib/scripts.lib:437
3658 #: bash/manual_install:231 lib/scripts.lib:438
34443659 #, sh-format
34453660 msgid "Please make your choice"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:258
3663 #: bash/manual_install:259
34493664 #, sh-format
34503665 msgid "Looking for runnable CD-ROMs"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:281
3668 #: bash/manual_install:282
34543669 #, sh-format
34553670 msgid "Select another file"
34563671 msgstr ""
34573672
3458 #: bash/manual_install:289
3673 #: bash/manual_install:290
34593674 #, sh-format
34603675 msgid "Please choose a way to install your program"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:298
3678 #: bash/manual_install:299
34643679 #, sh-format
34653680 msgid "Please select the install file to run."
34663681 msgstr ""
34673682
3468 #: bash/manual_install:328
3683 #: bash/manual_install:329
34693684 #, sh-format
34703685 msgid "You must choose a file!"
34713686 msgstr ""
34723687
3473 #: bash/manual_install:334
3688 #: bash/manual_install:335
34743689 #, sh-format
34753690 msgid "$APPLICATION_TITLE is installing your application..."
34763691 msgstr ""
35483763 msgid "Extracting: "
35493764 msgstr ""
35503765
3551 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3766 #: bash/playonlinux-pkg:111
35523767 #, sh-format
35533768 msgid "Running..."
35543769 msgstr ""
35583773 msgid "Cleaning..."
35593774 msgstr ""
35603775
3561 #: bash/playonlinux_online:32
3562 #, sh-format
3563 msgid ""
3564 "This is the list of the scripts you sent to us. You can run one of them"
3565 msgstr ""
3566
3567 #: bash/playonlinux_online:42
3568 #, sh-format
3569 msgid "You do not seems to have any personal script"
3570 msgstr ""
3571
3572 #: bash/playonlinux_online:47
3573 #, sh-format
3574 msgid ""
3575 "If you have successfully installed a program with 'Install a non-listed\\"
3576 "nsoftware' button, it will allow you to add this program in our list"
3577 msgstr ""
3578
3579 #: bash/playonlinux_online:47
3580 #, sh-format
3581 msgid "This tools will allow you to help us :"
3582 msgstr ""
3583
3584 #: bash/playonlinux_online:47
3585 #, sh-format
3586 msgid ""
3587 "We're going to ask you some questions, please be as much accurate as\\"
3588 "npossible"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:55
3592 #, sh-format
3593 msgid "Choose the file corresponding to your program."
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:59
3597 #, sh-format
3598 msgid "Does your program run?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:62
3602 #, sh-format
3603 msgid "What is the title of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:64
3607 #, sh-format
3608 msgid "What is the editor of your program?"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:66
3612 #, sh-format
3613 msgid "What is the editor website of your program?"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:210
3617 #, sh-format
3618 msgid "Accessories"
3619 msgstr "Reikmenys"
3620
3621 #: bash/playonlinux_online:69 python/install.py:211
3622 #, sh-format
3623 msgid "Development"
3624 msgstr "Kūrimas"
3625
3626 #: bash/playonlinux_online:69 python/install.py:212
3627 #, sh-format
3628 msgid "Education"
3629 msgstr "Švietimas"
3630
3631 #: bash/playonlinux_online:69 python/install.py:213
3632 #, sh-format
3633 msgid "Games"
3634 msgstr "Žaidimai"
3635
3636 #: bash/playonlinux_online:69 python/install.py:214
3637 #, sh-format
3638 msgid "Graphics"
3639 msgstr "Grafika"
3640
3641 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3642 #: python/options.py:384
3643 #, sh-format
3644 msgid "Internet"
3645 msgstr "Internetas"
3646
3647 #: bash/playonlinux_online:69 python/install.py:216
3648 #, sh-format
3649 msgid "Multimedia"
3650 msgstr "Multimedija"
3651
3652 #: bash/playonlinux_online:69 python/install.py:217
3653 #, sh-format
3654 msgid "Office"
3655 msgstr "Raštinė"
3656
3657 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3658 #, sh-format
3659 msgid "Other"
3660 msgstr "Kita"
3661
3662 #: bash/playonlinux_online:69 python/install.py:219
3663 #, sh-format
3664 msgid "Patches"
3665 msgstr "Pataisos"
3666
3667 #: bash/playonlinux_online:69
3668 #, sh-format
3669 msgid "Select a category for your program"
3670 msgstr ""
3671
3672 #: bash/playonlinux_online:69 python/install.py:258
3673 #, sh-format
3674 msgid "Testing"
3675 msgstr "Testavimas"
3676
3677 #: bash/playonlinux_online:72
3678 #, sh-format
3679 msgid ""
3680 "What feature of your program does not work?\\nIf everything works, please "
3681 "mention it"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:74
3685 #, sh-format
3686 msgid "Write any change you made to wine configuration here:"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:102
3690 #, sh-format
3691 msgid "You must be able to run this program!"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:107
3695 #, sh-format
3696 msgid "Run one of your personal scripts"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:108
3700 #, sh-format
3701 msgid "Send to us a working script generated by manual installation"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:109
3705 #, sh-format
3706 msgid "Logout"
3707 msgstr ""
3708
3709 #: bash/playonlinux_online:110
3710 #, sh-format
3711 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3712 msgstr ""
3713
3714 #: bash/playonlinux_online:124
3715 #, sh-format
3716 msgid ""
3717 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3718 "safely close this window"
3719 msgstr ""
3720
3721 #: bash/polconfigurator:33
3776 #: bash/polconfigurator:34
37223777 #, sh-format
37233778 msgid "Killing programs in the virtual drive..."
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:79
3781 #: bash/polconfigurator:86
37273782 #, sh-format
37283783 msgid "Icon selection"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:79
3786 #: bash/polconfigurator:86
37323787 #, sh-format
37333788 msgid "Please select an icon file"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:86
3791 #: bash/polconfigurator:93
37373792 #, sh-format
37383793 msgid "Bad file extension"
37393794 msgstr ""
37403795
3741 #: bash/polconfigurator:86
3796 #: bash/polconfigurator:93
37423797 #, sh-format
37433798 msgid "is not an icon extension"
37443799 msgstr ""
37453800
3746 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3747 #: python/mainwindow.py:621
3801 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3802 #: python/mainwindow.py:619
37483803 #, sh-format
37493804 msgid "Registry Editor"
37503805 msgstr "Registro redaktorius"
37513806
3752 #: bash/polconfigurator:97
3807 #: bash/polconfigurator:104
37533808 #, sh-format
37543809 msgid "Kill all prefix processes"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:98
3812 #: bash/polconfigurator:105
37583813 #, sh-format
37593814 msgid "Update wineprefix"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:99
3817 #: bash/polconfigurator:106
37633818 #, sh-format
37643819 msgid "Simulate Windows reboot"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:100
3822 #: bash/polconfigurator:107
37683823 #, sh-format
37693824 msgid "Use Advanced Wine Configuration plugin"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:101
3827 #: bash/polconfigurator:108
37733828 #, sh-format
37743829 msgid "Use PlayOnLinux's configurator for"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:103
3832 #: bash/polconfigurator:110
37783833 #, sh-format
37793834 msgid "Change the icon"
37803835 msgstr ""
37813836
3782 #: bash/polconfigurator:104
3837 #: bash/polconfigurator:111
37833838 #, sh-format
37843839 msgid "Use WineTricks"
37853840 msgstr ""
37863841
3787 #: bash/polconfigurator:123
3842 #: bash/polconfigurator:130
37883843 #, sh-format
37893844 msgid "Please choose an action to perform"
37903845 msgstr ""
38343889 msgid "Please choose a CD-ROM to eject"
38353890 msgstr ""
38363891
3837 #: bash/run_app:83
3892 #: bash/run_app:85
38383893 #, sh-format
38393894 msgid "Please choose a software to run"
38403895 msgstr ""
38413896
3842 #: bash/run_app:114
3897 #: bash/run_app:116
38433898 #, sh-format
38443899 msgid "$APPLICATION_TITLE debugger is starting..."
38453900 msgstr ""
38463901
3847 #: bash/run_app:117
3902 #: bash/run_app:119
38483903 #, sh-format
38493904 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38503905 msgstr ""
38513906
3852 #: bash/run_app:119
3907 #: bash/run_app:121
38533908 #, sh-format
38543909 msgid "$PACKAGE crashed."
38553910 msgstr ""
39053960 msgstr ""
39063961
39073962 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3908 #: lib/playonlinux.lib:717
3963 #: lib/playonlinux.lib:720
39093964 #, sh-format
39103965 msgid "$APPLICATION_TITLE Uninstaller"
39113966 msgstr ""
39253980 msgid "This wizard will help you to uninstall: "
39263981 msgstr ""
39273982
3928 #: bash/uninstall:65 lib/playonlinux.lib:717
3983 #: bash/uninstall:65 lib/playonlinux.lib:720
39293984 #, sh-format
39303985 msgid "Uninstalling..."
39313986 msgstr ""
39854040 msgstr ""
39864041
39874042 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3988 #: lib/wine.lib:955 lib/wine.lib:1036
4043 #: lib/wine.lib:970 lib/wine.lib:1051
39894044 #, sh-format
39904045 msgid "Please wait while the virtual drive is being created..."
39914046 msgstr ""
40004055 msgid "Setting Program Files var"
40014056 msgstr ""
40024057
4003 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4004 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4058 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4059 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40054060 #, sh-format
40064061 msgid "This function is disabled in the PlayOnlinux environment."
40074062 msgstr ""
40084063
4009 #: lib/playonlinux.lib:334
4064 #: lib/playonlinux.lib:336
40104065 #, sh-format
40114066 msgid ""
40124067 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40144069 "responsible from it.\\nPlease ensure you know what you are doing !"
40154070 msgstr ""
40164071
4017 #: lib/playonlinux.lib:335
4072 #: lib/playonlinux.lib:337
40184073 #, sh-format
40194074 msgid "Here the source code of the script. Check it carefully"
40204075 msgstr ""
40214076
4022 #: lib/playonlinux.lib:357
4077 #: lib/playonlinux.lib:359
40234078 #, sh-format
40244079 msgid ""
40254080 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40274082 "responsible from it.\\nPlease ensure you know what you are doing!"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:358
4085 #: lib/playonlinux.lib:360
40314086 #, sh-format
40324087 msgid "External library"
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:358
4090 #: lib/playonlinux.lib:360
40364091 #, sh-format
40374092 msgid "Here the source code of the script. Check it carrefully"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:591
4095 #: lib/playonlinux.lib:593
40414096 #, sh-format
40424097 msgid "Making shortcut..."
40434098 msgstr ""
40444099
4045 #: lib/playonlinux.lib:715
4100 #: lib/playonlinux.lib:718
40464101 #, sh-format
40474102 msgid "Do you want to delete the virtual drive:"
40484103 msgstr ""
40494104
4050 #: lib/playonlinux.lib:826
4105 #: lib/playonlinux.lib:831
40514106 #, sh-format
40524107 msgid ""
40534108 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40544109 "from working\\n\\n$FilePath"
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:827
4112 #: lib/playonlinux.lib:832
40584113 #, sh-format
40594114 msgid ""
40604115 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40614116 "from working\\n\\n$FilePath"
40624117 msgstr ""
40634118
4064 #: lib/playonlinux.lib:828
4119 #: lib/playonlinux.lib:833
40654120 #, sh-format
40664121 msgid ""
40674122 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40684123 "from working\\n\\n$FilePath"
40694124 msgstr ""
40704125
4071 #: lib/playonlinux.lib:829
4126 #: lib/playonlinux.lib:834
40724127 #, sh-format
40734128 msgid ""
40744129 "The following file is located on a noexec mounted filesystem.\\nIt might "
40754130 "prevent wine from working\\n\\n$FilePath"
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:65
4133 #: lib/plugins.lib:66
40794134 #, sh-format
40804135 msgid "Checking plugin: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:93
4138 #: lib/plugins.lib:94
40844139 #, sh-format
40854140 msgid "New: "
40864141 msgstr ""
40874142
4088 #: lib/plugins.lib:93
4143 #: lib/plugins.lib:94
40894144 #, sh-format
40904145 msgid "Updating plugin. Previous: "
40914146 msgstr ""
40924147
4093 #: lib/plugins.lib:112
4148 #: lib/plugins.lib:113
40944149 #, sh-format
40954150 msgid "Installing plugin: "
40964151 msgstr ""
41074162 msgid "Function override detected, disabling bug reporting"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:499 lib/scripts.lib:565
4165 #: lib/scripts.lib:500 lib/scripts.lib:566
41114166 #, sh-format
41124167 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:501 lib/scripts.lib:784
4170 #: lib/scripts.lib:502 lib/scripts.lib:785
41164171 #, sh-format
41174172 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41184173 msgstr ""
41194174
4120 #: lib/scripts.lib:503 lib/scripts.lib:570
4175 #: lib/scripts.lib:504 lib/scripts.lib:571
41214176 #, sh-format
41224177 msgid "An error happened during download."
41234178 msgstr ""
41244179
4125 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4126 #: lib/scripts.lib:586
4180 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4181 #: lib/scripts.lib:587
41274182 #, sh-format
41284183 msgid "Do you want to retry?"
41294184 msgstr ""
41304185
4131 #: lib/scripts.lib:522 lib/scripts.lib:586
4186 #: lib/scripts.lib:523 lib/scripts.lib:587
41324187 #, sh-format
41334188 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41344189 msgstr ""
41354190
4136 #: lib/scripts.lib:689
4191 #: lib/scripts.lib:690
41374192 #, sh-format
41384193 msgid ""
41394194 "7z not installed, please check that you have 7zip installed and try again"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:696
4197 #: lib/scripts.lib:697
41434198 #, sh-format
41444199 msgid "Failed to locate ${dest} from ${archive}"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:700
4202 #: lib/scripts.lib:701
41484203 #, sh-format
41494204 msgid "Extracting ${filename} from ${archivename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:715
4207 #: lib/scripts.lib:716
41534208 #, sh-format
41544209 msgid "Extracted file size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:746
4212 #: lib/scripts.lib:747
41584213 #, sh-format
41594214 msgid "Copying ${filename}"
41604215 msgstr ""
41614216
4162 #: lib/scripts.lib:759
4217 #: lib/scripts.lib:760
41634218 #, sh-format
41644219 msgid "File size does not match!"
41654220 msgstr ""
41664221
4167 #: lib/scripts.lib:903
4222 #: lib/scripts.lib:904
41684223 #, sh-format
41694224 msgid ""
41704225 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41714226 "n$APPLICATION_TITLE $NEEDED is required."
41724227 msgstr ""
41734228
4174 #: lib/scripts.lib:918
4229 #: lib/scripts.lib:919
41754230 #, sh-format
41764231 msgid ""
41774232 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41784233 "$NEEDED is recommended to continue."
41794234 msgstr ""
41804235
4181 #: lib/scripts.lib:949
4236 #: lib/scripts.lib:950
41824237 #, sh-format
41834238 msgid "$AUTHOR profile"
41844239 msgstr ""
42254280 "again."
42264281 msgstr ""
42274282
4228 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4283 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42294284 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42304285 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42314286 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42374292 #, sh-format
42384293 msgid "Where is mounted your CD-ROM?"
42394294 msgstr ""
4295
4296 #: lib/setupwindow.lib:349 python/install.py:218
4297 #, sh-format
4298 msgid "Other"
4299 msgstr "Kita"
42404300
42414301 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42424302 #, sh-format
43564416 msgid "I don't want to make another shortcut"
43574417 msgstr ""
43584418
4359 #: lib/setupwindow.lib:711 python/guiv3.py:158
4419 #: lib/setupwindow.lib:711 python/guiv3.py:163
43604420 #, sh-format
43614421 msgid "Browse"
43624422 msgstr "Naršyti"
43634423
4424 #: lib/setupwindow.lib:739
4425 #, sh-format
4426 msgid "A shortcut by that name already exists, overwrite?"
4427 msgstr ""
4428
43644429 #: lib/website.lib:29
43654430 #, sh-format
43664431 msgid "Connect to your $APPLICATION_TITLE account"
43784443 "valid."
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:367
4446 #: lib/wine.lib:371
43824447 #, sh-format
43834448 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43844449 msgstr ""
43854450
4386 #: lib/wine.lib:373
4451 #: lib/wine.lib:377
43874452 #, sh-format
43884453 msgid "Select the main videocard to report:"
43894454 msgstr ""
43904455
4391 #: lib/wine.lib:538 lib/wine.lib:703
4456 #: lib/wine.lib:549 lib/wine.lib:714
43924457 #, sh-format
43934458 msgid ""
43944459 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43954460 "message"
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:763
4463 #: lib/wine.lib:775
43994464 #, sh-format
44004465 msgid "Unable to find version: "
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:769 lib/wine.lib:770
4468 #: lib/wine.lib:781 lib/wine.lib:782
44044469 #, sh-format
44054470 msgid "Downloading Wine: "
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:779
4473 #: lib/wine.lib:791
44094474 #, sh-format
44104475 msgid "The download seems to have failed."
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:781
4478 #: lib/wine.lib:793
44144479 #, sh-format
44154480 msgid "Extracting Wine..."
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:961
4483 #: lib/wine.lib:976
44194484 #, sh-format
44204485 msgid "Overwrite (usually works, no guarantee)"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:962
4488 #: lib/wine.lib:977
44244489 #, sh-format
44254490 msgid "Erase (virtual drive content will be lost)"
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:976
4493 #: lib/wine.lib:991
44294494 #, sh-format
44304495 msgid "The target virtual drive $PREFNAME already exists:"
44314496 msgstr ""
44324497
4433 #: lib/wine.lib:1156 lib/wine.lib:1186
4498 #: lib/wine.lib:1171 lib/wine.lib:1201
44344499 #, sh-format
44354500 msgid "Please wait while $SOFTNAME is installed..."
44364501 msgstr ""
44374502
4438 #: lib/wine.lib:1160 lib/wine.lib:1189
4503 #: lib/wine.lib:1175 lib/wine.lib:1204
44394504 #, sh-format
44404505 msgid ""
44414506 "Be careful! This will kill install process. If it is not finished, you will "
44424507 "have to reinstall $SOFTNAME"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1160 lib/wine.lib:1189
4510 #: lib/wine.lib:1175 lib/wine.lib:1204
44464511 #, sh-format
44474512 msgid "Install is done"
44484513 msgstr ""
44494514
4450 #: lib/wine.lib:1193 lib/wine.lib:1194
4515 #: lib/wine.lib:1208 lib/wine.lib:1209
44514516 #, sh-format
44524517 msgid "Press next only when the installation process is finished"
44534518 msgstr ""
44544519
4455 #: lib/wine.lib:1202
4520 #: lib/wine.lib:1217
44564521 #, sh-format
44574522 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44584523 msgstr ""
44664531 "associated"
44674532 msgstr ""
44684533
4469 #: python/configure.py:197 python/configure.py:694
4534 #: python/configure.py:196 python/configure.py:703
44704535 msgid "General"
44714536 msgstr "Bendra"
44724537
4473 #: python/configure.py:200
4538 #: python/configure.py:199
44744539 msgid "Make a new shortcut from this virtual drive"
44754540 msgstr "Padaryti naują nuorodą iš šio virtualaus disko"
44764541
4477 #: python/configure.py:201
4542 #: python/configure.py:200
44784543 msgid "Name"
44794544 msgstr "Vardas"
44804545
4481 #: python/configure.py:202
4546 #: python/configure.py:201
44824547 msgid "Wine version"
44834548 msgstr "Wine versija"
44844549
4485 #: python/configure.py:203
4550 #: python/configure.py:202
44864551 msgid "Debug flags"
44874552 msgstr ""
44884553
4489 #: python/configure.py:205
4554 #: python/configure.py:204
44904555 msgid "Virtual drive"
44914556 msgstr "Virtualus diskas"
44924557
4493 #: python/configure.py:207
4558 #: python/configure.py:206
44944559 msgid "Arguments"
44954560 msgstr ""
44964561
4497 #: python/configure.py:211
4562 #: python/configure.py:210
44984563 msgid "Run configuration wizard"
44994564 msgstr "Paleiskite konfigūravimo vedlį"
45004565
4501 #: python/configure.py:248
4566 #: python/configure.py:247
45024567 msgid "Windows reboot"
45034568 msgstr ""
45044569
4505 #: python/configure.py:256
4570 #: python/configure.py:255
45064571 msgid "Repair virtual drive"
45074572 msgstr ""
45084573
4509 #: python/configure.py:265
4574 #: python/configure.py:264
45104575 msgid "Command prompt"
45114576 msgstr "komandų eilutę"
45124577
4513 #: python/configure.py:272
4578 #: python/configure.py:271
45144579 msgid "Task manager"
45154580 msgstr "Užduočių tvarkyklė"
45164581
4517 #: python/configure.py:280
4582 #: python/configure.py:279
45184583 msgid "Kill processes"
45194584 msgstr "Užbaigti procesus"
45204585
4521 #: python/configure.py:287
4586 #: python/configure.py:286
45224587 msgid "Wine uninstaller"
45234588 msgstr ""
45244589
4525 #: python/configure.py:312
4590 #: python/configure.py:311
45264591 msgid ""
45274592 "Be careful! Installing one of these components can break your virtual drive."
45284593 msgstr ""
45294594
4530 #: python/configure.py:334 python/install.py:285 python/install.py:289
4531 #: python/mainwindow.py:197 python/mainwindow.py:350
4595 #: python/configure.py:333 python/install.py:285 python/install.py:289
4596 #: python/mainwindow.py:199 python/mainwindow.py:348
45324597 msgid "Install"
45334598 msgstr "Įdiegti"
45344599
4535 #: python/configure.py:395
4600 #: python/configure.py:388
45364601 msgid "Open program's directory"
45374602 msgstr "Atidaryti programos direktoriją"
45384603
4539 #: python/configure.py:418
4604 #: python/configure.py:411
45404605 msgid "Open virtual drive's directory"
45414606 msgstr "Atidaryti virtualaus disko direktoriją"
45424607
4543 #: python/configure.py:560
4608 #: python/configure.py:555
45444609 msgid "GLSL Support"
45454610 msgstr "GLSL Palaikymas"
45464611
4547 #: python/configure.py:561
4612 #: python/configure.py:556
45484613 msgid "Direct Draw Renderer"
45494614 msgstr ""
45504615
4551 #: python/configure.py:562
4616 #: python/configure.py:557
45524617 msgid "Video memory size"
45534618 msgstr "Vaizdo atminties dydis"
45544619
4555 #: python/configure.py:563
4620 #: python/configure.py:558
45564621 msgid "Offscreen rendering mode"
45574622 msgstr ""
45584623
4559 #: python/configure.py:564
4624 #: python/configure.py:559
45604625 msgid "Render target mode lock"
45614626 msgstr ""
45624627
4563 #: python/configure.py:565
4628 #: python/configure.py:560
45644629 msgid "Multisampling"
45654630 msgstr ""
45664631
4567 #: python/configure.py:566
4632 #: python/configure.py:561
45684633 msgid "Strict Draw Ordering"
45694634 msgstr ""
45704635
4571 #: python/configure.py:576
4636 #: python/configure.py:571
45724637 msgid "Mouse warp override"
45734638 msgstr ""
45744639
4575 #: python/configure.py:578
4640 #: python/configure.py:573
45764641 msgid "Open a shell"
45774642 msgstr "Atidaryti konsolę"
45784643
4579 #: python/configure.py:579
4644 #: python/configure.py:574
45804645 msgid "Run a .exe file in this virtual drive"
45814646 msgstr "Paleisti .exe failą iš šio virtualaus disko"
45824647
4583 #: python/configure.py:580
4648 #: python/configure.py:575
45844649 msgid "Command to exec before running the program"
45854650 msgstr ""
45864651
4587 #: python/configure.py:591
4652 #: python/configure.py:585
4653 msgid ""
4654 "Warning:\n"
4655 "\n"
4656 "Any program still running in this virtual drive will be terminated before "
4657 "Wine version is changed.\n"
4658 "Are you sure you want to continue?"
4659 msgstr ""
4660
4661 #: python/configure.py:596
45884662 msgid ""
45894663 "Be careful!\n"
45904664 "If you change "
45914665 msgstr ""
45924666
4593 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4667 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45944668 msgid "{0} configuration"
45954669 msgstr "{0} parinktys"
45964670
4597 #: python/configure.py:659
4671 #: python/configure.py:664
45984672 msgid "Please select a program or a virtual drive to configure"
45994673 msgstr ""
46004674
4601 #: python/configure.py:677 python/options.py:280
4675 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46024676 msgid "New"
46034677 msgstr "Naujas"
46044678
4605 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4606 #: python/mainwindow.py:596 python/options.py:207
4679 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4680 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46074681 msgid "Remove"
46084682 msgstr "Pašalinti"
46094683
4610 #: python/configure.py:696
4684 #: python/configure.py:705
46114685 msgid "Install components"
46124686 msgstr ""
46134687
4614 #: python/configure.py:697 python/mainwindow.py:332
4688 #: python/configure.py:706 python/mainwindow.py:330
46154689 msgid "Display"
46164690 msgstr "Rodyti"
46174691
4618 #: python/configure.py:698
4692 #: python/configure.py:707
46194693 msgid "Miscellaneous"
46204694 msgstr "Įvairūs"
46214695
4622 #: python/configure.py:726
4696 #: python/configure.py:735
46234697 msgid "This virtual drive is protected"
46244698 msgstr "Šis virtualus diskas yra apsaugotas"
46254699
4626 #: python/configure.py:728
4700 #: python/configure.py:737
46274701 msgid "Are you sure you want to delete {0} virtual drive ?"
46284702 msgstr ""
46294703
4630 #: python/configure.py:735
4704 #: python/configure.py:744
46314705 msgid "Are you sure you want to delete {0} ?"
46324706 msgstr ""
46334707
4634 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4635 #: python/mainwindow.py:997
4708 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4709 #: python/mainwindow.py:995
46364710 msgid "{0} debugger"
46374711 msgstr ""
46384712
46404714 msgid "Please select a debug file"
46414715 msgstr ""
46424716
4643 #: python/debug.py:76
4717 #: python/debug.py:78
46444718 msgid "Locate this logfile"
46454719 msgstr ""
46464720
4647 #: python/debug.py:99
4721 #: python/debug.py:101
46484722 msgid "The file is named : {0}"
46494723 msgstr ""
46504724
4651 #: python/debug.py:153 python/debug.py:207
4725 #: python/debug.py:189 python/debug.py:245
46524726 msgid "Virtual drives"
46534727 msgstr ""
46544728
4655 #: python/debug.py:184
4729 #: python/debug.py:222
46564730 msgid "Report a problem about {0}"
46574731 msgstr ""
46584732
4659 #: python/debug.py:206
4733 #: python/debug.py:244
46604734 msgid "Install scripts"
46614735 msgstr ""
46624736
46754749 #: python/guiv3.py:140 python/guiv3.py:143 python/install.py:284
46764750 #: python/install.py:288 python/options.py:376
46774751 msgid "Cancel"
4678 msgstr "Atšaukti"
4752 msgstr "Atsisakyti"
46794753
46804754 #: python/guiv3.py:141 python/guiv3.py:144
46814755 msgid "Next"
46824756 msgstr "Sekantis"
46834757
4684 #: python/guiv3.py:166
4758 #: python/guiv3.py:171
46854759 msgid "I Agree"
46864760 msgstr "Sutinku"
46874761
4688 #: python/guiv3.py:167
4762 #: python/guiv3.py:172
46894763 msgid "Show virtual drives"
46904764 msgstr "Rodyti virtualius diskus"
46914765
4692 #: python/guiv3.py:188
4766 #: python/guiv3.py:193
46934767 msgid "Login: "
46944768 msgstr "Prisijungti: "
46954769
4696 #: python/guiv3.py:189
4770 #: python/guiv3.py:194
46974771 msgid "Password: "
46984772 msgstr "Slaptažodis: "
46994773
4700 #: python/guiv3.py:192
4774 #: python/guiv3.py:197
47014775 msgid "Register"
47024776 msgstr "Registruotis"
47034777
4704 #: python/guiv3.py:288
4778 #: python/guiv3.py:302
47054779 msgid "MB downloaded"
47064780 msgstr "MB atsisiųsta"
47074781
4708 #: python/guiv3.py:288
4782 #: python/guiv3.py:302
47094783 msgid "of"
47104784 msgstr "iš"
47114785
4712 #: python/guiv3.py:749
4786 #: python/guiv3.py:769
47134787 msgid "You cannot close this window"
47144788 msgstr ""
47154789
47174791 msgid "No description"
47184792 msgstr "Nėra aprašymo"
47194793
4720 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4794 #: python/install.py:210
4795 msgid "Accessories"
4796 msgstr "Reikmenys"
4797
4798 #: python/install.py:211
4799 msgid "Development"
4800 msgstr "Kūrimas"
4801
4802 #: python/install.py:212
4803 msgid "Education"
4804 msgstr "Švietimas"
4805
4806 #: python/install.py:213
4807 msgid "Games"
4808 msgstr "Žaidimai"
4809
4810 #: python/install.py:214
4811 msgid "Graphics"
4812 msgstr "Grafika"
4813
4814 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4815 msgid "Internet"
4816 msgstr "Internetas"
4817
4818 #: python/install.py:216
4819 msgid "Multimedia"
4820 msgstr "Multimedija"
4821
4822 #: python/install.py:217
4823 msgid "Office"
4824 msgstr "Raštinė"
4825
4826 #: python/install.py:219
4827 msgid "Patches"
4828 msgstr "Pataisos"
4829
4830 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47214831 msgid "Search"
47224832 msgstr ""
47234833
47244834 #: python/install.py:252
47254835 msgid "Include:"
47264836 msgstr ""
4837
4838 #: python/install.py:258
4839 msgid "Testing"
4840 msgstr "Testavimas"
47274841
47284842 #: python/install.py:263
47294843 msgid "No-cd needed"
47764890 "used for piracy purposes we won't give any support on this matter."
47774891 msgstr ""
47784892
4779 #: python/irc.py:137
4893 #: python/irc.py:139
47804894 msgid "Send"
47814895 msgstr "Siųsti"
47824896
4783 #: python/irc.py:138
4897 #: python/irc.py:140
47844898 msgid "Connect"
47854899 msgstr "Prisijungti"
47864900
4787 #: python/irc.py:139
4901 #: python/irc.py:141
47884902 msgid "Disconnect"
47894903 msgstr "Atsijungti"
47904904
4791 #: python/irc.py:140
4905 #: python/irc.py:142
47924906 msgid "Leave"
47934907 msgstr ""
47944908
4795 #: python/irc.py:227
4909 #: python/irc.py:229
47964910 msgid "Join a channel"
47974911 msgstr ""
47984912
4799 #: python/irc.py:257 python/mainwindow.py:725
4913 #: python/irc.py:259 python/mainwindow.py:723
48004914 msgid "Messenger"
48014915 msgstr "Pranešėjas"
48024916
4803 #: python/irc.py:273
4917 #: python/irc.py:275
48044918 msgid ""
48054919 "If you close this window, you cannot read further replies. Are you sure that "
48064920 "you want to close it?"
48254939 msgid "{0} error"
48264940 msgstr ""
48274941
4828 #: python/mainwindow.py:73
4942 #: python/mainwindow.py:75
48294943 msgid "{0} website is unavailable. Please check your connection"
48304944 msgstr ""
48314945
4832 #: python/mainwindow.py:75
4946 #: python/mainwindow.py:77
48334947 msgid "Refreshing {0}"
48344948 msgstr ""
48354949
4836 #: python/mainwindow.py:90 python/mainwindow.py:92
4950 #: python/mainwindow.py:92 python/mainwindow.py:94
48374951 msgid "An updated version of {0} is available"
48384952 msgstr ""
48394953
4840 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4954 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48414955 msgid "Run"
48424956 msgstr "Vykdyti"
48434957
4844 #: python/mainwindow.py:200
4958 #: python/mainwindow.py:202
48454959 msgid "Donate"
48464960 msgstr "Paaukoti"
48474961
4848 #: python/mainwindow.py:201
4962 #: python/mainwindow.py:203
48494963 msgid "Exit"
48504964 msgstr "Baigti"
48514965
4852 #: python/mainwindow.py:205
4966 #: python/mainwindow.py:207
48534967 msgid "Small icons"
48544968 msgstr ""
48554969
4856 #: python/mainwindow.py:206
4970 #: python/mainwindow.py:208
48574971 msgid "Medium icons"
48584972 msgstr ""
48594973
4860 #: python/mainwindow.py:207
4974 #: python/mainwindow.py:209
48614975 msgid "Large icons"
48624976 msgstr ""
48634977
4864 #: python/mainwindow.py:208
4978 #: python/mainwindow.py:210
48654979 msgid "Very large icons"
48664980 msgstr ""
48674981
4868 #: python/mainwindow.py:220
4982 #: python/mainwindow.py:222
48694983 msgid "Manage Wine versions"
48704984 msgstr "Tvarkyti Wine versijas"
48714985
4872 #: python/mainwindow.py:226
4986 #: python/mainwindow.py:228
48734987 msgid "Read a PC CD-Rom"
48744988 msgstr ""
48754989
4876 #: python/mainwindow.py:236
4990 #: python/mainwindow.py:238
48774991 msgid "Close all {0} software"
48784992 msgstr ""
48794993
4880 #: python/mainwindow.py:240
4994 #: python/mainwindow.py:242
48814995 msgid "{0} console"
48824996 msgstr ""
48834997
4884 #: python/mainwindow.py:250
4998 #: python/mainwindow.py:248
48854999 msgid "{0} messenger"
48865000 msgstr ""
48875001
4888 #: python/mainwindow.py:266 python/options.py:388
5002 #: python/mainwindow.py:264 python/options.py:388
48895003 msgid "File associations"
48905004 msgstr ""
48915005
4892 #: python/mainwindow.py:273
5006 #: python/mainwindow.py:271
48935007 msgid "About {0}"
48945008 msgstr ""
48955009
4896 #: python/mainwindow.py:302 python/mainwindow.py:306
5010 #: python/mainwindow.py:300 python/mainwindow.py:304
48975011 msgid "Plugin manager"
48985012 msgstr "Įskiepių valdyklė"
48995013
4900 #: python/mainwindow.py:331
5014 #: python/mainwindow.py:329
49015015 msgid "File"
49025016 msgstr "Failas"
49035017
4904 #: python/mainwindow.py:333
5018 #: python/mainwindow.py:331
49055019 msgid "Tools"
49065020 msgstr "Įrankiai"
49075021
4908 #: python/mainwindow.py:334 python/mainwindow.py:723
5022 #: python/mainwindow.py:332 python/mainwindow.py:721
49095023 msgid "Settings"
49105024 msgstr "Nustatymai"
49115025
4912 #: python/mainwindow.py:335 python/options.py:387
5026 #: python/mainwindow.py:333 python/options.py:387
49135027 msgid "Plugins"
49145028 msgstr "Įskiepiai"
49155029
4916 #: python/mainwindow.py:347 python/mainwindow.py:739
5030 #: python/mainwindow.py:345 python/mainwindow.py:737
49175031 msgid "Close"
49185032 msgstr ""
49195033
4920 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5034 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49215035 msgid "Configure"
49225036 msgstr "Nustatyti"
49235037
4924 #: python/mainwindow.py:584
5038 #: python/mainwindow.py:582
49255039 msgid "Open the application's directory"
49265040 msgstr "Atverti programos katalogą"
49275041
4928 #: python/mainwindow.py:588 python/mainwindow.py:753
5042 #: python/mainwindow.py:586 python/mainwindow.py:751
49295043 msgid "Read the manual"
49305044 msgstr ""
49315045
4932 #: python/mainwindow.py:592
5046 #: python/mainwindow.py:590
49335047 msgid "Set the icon"
49345048 msgstr "Nustatyti piktogramą"
49355049
4936 #: python/mainwindow.py:600
5050 #: python/mainwindow.py:598
49375051 msgid "Close this application"
49385052 msgstr "Užverti šią programą"
49395053
4940 #: python/mainwindow.py:611
5054 #: python/mainwindow.py:609
49415055 msgid "KillApp"
49425056 msgstr "Uždaryti programą"
49435057
4944 #: python/mainwindow.py:618
5058 #: python/mainwindow.py:616
49455059 msgid "No manual found for {0}"
49465060 msgstr ""
49475061
4948 #: python/mainwindow.py:721
5062 #: python/mainwindow.py:719
49495063 msgid "Install a program"
49505064 msgstr ""
49515065
4952 #: python/mainwindow.py:728
5066 #: python/mainwindow.py:726
49535067 msgid "Update GIT"
49545068 msgstr ""
49555069
4956 #: python/mainwindow.py:731
5070 #: python/mainwindow.py:729
49575071 msgid "Update instructions"
49585072 msgstr ""
49595073
5074 #: python/mainwindow.py:739
5075 msgid "Debug"
5076 msgstr ""
5077
49605078 #: python/mainwindow.py:741
4961 msgid "Debug"
4962 msgstr ""
4963
4964 #: python/mainwindow.py:743
49655079 msgid "Report a problem"
49665080 msgstr ""
49675081
5082 #: python/mainwindow.py:745
5083 msgid "Create a shortcut"
5084 msgstr ""
5085
49685086 #: python/mainwindow.py:747
4969 msgid "Create a shortcut"
4970 msgstr ""
4971
4972 #: python/mainwindow.py:749
49735087 msgid "Open the directory"
49745088 msgstr ""
49755089
4976 #: python/mainwindow.py:755
5090 #: python/mainwindow.py:753
49775091 msgid "Save"
49785092 msgstr ""
49795093
4980 #: python/mainwindow.py:758
5094 #: python/mainwindow.py:756
49815095 msgid "Uninstall"
49825096 msgstr ""
49835097
4984 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5098 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5099 #: python/mainwindow.py:1001
5100 msgid "Please select a program."
5101 msgstr ""
5102
5103 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5104 msgid "{0} settings"
5105 msgstr ""
5106
5107 #: python/mainwindow.py:963
5108 msgid "{0} install menu"
5109 msgstr ""
5110
5111 #: python/mainwindow.py:972
5112 msgid "{0} wine versions manager"
5113 msgstr ""
5114
49855115 #: python/mainwindow.py:1003
4986 msgid "Please select a program."
4987 msgstr ""
4988
4989 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4990 msgid "{0} settings"
4991 msgstr ""
4992
4993 #: python/mainwindow.py:965
4994 msgid "{0} install menu"
4995 msgstr ""
4996
4997 #: python/mainwindow.py:974
4998 msgid "{0} wine versions manager"
4999 msgstr ""
5000
5001 #: python/mainwindow.py:1005
50025116 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50035117 msgstr ""
50045118
51045218 "These information will be very precious for us to help people."
51055219 msgstr ""
51065220
5107 #: python/mainwindow.py:1271
5221 #: python/mainwindow.py:1273
51085222 msgid "Are you sure you want to want to install {0} package?"
51095223 msgstr ""
51105224
5111 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5225 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5226 #: python/mainwindow.py:1284
51125227 msgid ""
51135228 "You are trying to open a script design for {0}! It might not work as expected"
51145229 msgstr ""
51855300 msgid "You must restart {0} for the changes to take effect."
51865301 msgstr ""
51875302
5188 #: python/wine_versions.py:194
5303 #: python/wine_versions.py:195
51895304 msgid "Installed Wine versions: "
51905305 msgstr "Įdiegtos Wine versijos: "
51915306
5192 #: python/wine_versions.py:195
5307 #: python/wine_versions.py:196
51935308 msgid "Available Wine versions: "
51945309 msgstr "Prieinamos Wine versijos: "
51955310
5196 #: python/wine_versions.py:202
5311 #: python/wine_versions.py:203
51975312 msgid "Wine versions"
51985313 msgstr "Wine versijos"
51995314
5200 #: python/wine_versions.py:321
5315 #: python/wine_versions.py:322
52015316 msgid "Are you sure you want to delete wine {0}?"
52025317 msgstr ""
52035318
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-21 17:19+0000\n"
1111 "Last-Translator: abuyop <Unknown>\n"
1212 "Language-Team: malay loco team\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818 "Language: ms\n"
1919
2020 #: Capture plugin:2, Detour plugin:4
246246 msgstr "Sila sisip media permainan ke dalam pemacu cakera anda."
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Sila pilih fail persediaan untuk dijalankan"
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
445465 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
446466 #: PlayOnLinux_Scripts/Magicka_:68
447467 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
468 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
448469 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
449470 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
450471 #: PlayOnLinux_Scripts/Rayman_Origins_:83
451472 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
452 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
453 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
473 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
474 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
454475 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
455476 #: PlayOnLinux_Scripts/The_Witcher_:125
456477 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
484505 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
485506 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
486507 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
508 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
487509 #: PlayOnLinux_Scripts/Driftmoon_:43
488510 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
489511 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
492514 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
493515 #: PlayOnLinux_Scripts/League_Of_Legends_:57
494516 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
495 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
517 #: PlayOnLinux_Scripts/Sacrifice_:41
518 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
519 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
520 #: PlayOnLinux_Scripts/Toontown_Online_:25
521 #: PlayOnLinux_Scripts/Watchtower_library_:43
496522 #: PlayOnLinux_Scripts/iTunes_10_:28
497523 #, sh-format
498524 msgid "Please select the setup file to run."
507533 #: PlayOnLinux_Scripts/POL_GoG_download_:48
508534 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
509535 #: PlayOnLinux_Scripts/SimCity_2000_:50
510 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
511 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
536 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
537 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
512538 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
513539 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
514540 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
515 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
516 #: lib/wine.lib:1186
541 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
542 #: lib/wine.lib:1171 lib/wine.lib:1201
517543 #, sh-format
518544 msgid "Please wait..."
519545 msgstr "Sila tunggu..."
541567 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
542568 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
543569 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
544 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
570 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
545571 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
546572 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
547573 #: PlayOnLinux_Scripts/Dead_Space_2_:85
557583 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
558584 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
559585 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
560 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
561587 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
562588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
563589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
619645 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
620646 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
621647 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
622 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
648 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
623649 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
624650 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
625651 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
626 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
627 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
652 #: PlayOnLinux_Scripts/Dead_Space_:50
653 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
654 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
655 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
628656 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
629657 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
630658 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
634662 #: PlayOnLinux_Scripts/Rage_:79
635663 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
636664 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
638666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
639667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
640668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
674702 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
675703 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
676704 #: PlayOnLinux_Scripts/Sacrifice_:45
677 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
705 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
678706 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
679707 #: PlayOnLinux_Scripts/The_Witcher_:102
680708 #, sh-format
685713 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
686714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
687715 #: PlayOnLinux_Scripts/Mass_Effect_:54
688 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
716 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
689717 #: PlayOnLinux_Scripts/The_Witcher_:110
690718 #, sh-format
691719 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
697725 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
698726 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
699727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
700 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
728 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
701729 #: PlayOnLinux_Scripts/The_Witcher_:113
702730 #, sh-format
703731 msgid "Please insert the next game media into your disk drive"
726754 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
727755 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
728756 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
757 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
729758 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
730759 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
731760 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
831860 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
832861 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
833862 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
834 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
863 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
835864 #, sh-format
836865 msgid ""
837866 "You must disable anti-piracy protections of this game\\nif you want to play "
855884
856885 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
857886 #: PlayOnLinux_Scripts/Cars_2_:83
858 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
887 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
859888 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
860889 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
861890 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
878907 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
879908 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
880909 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
910 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
911 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
881912 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
882913 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
883914 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11221153 msgstr ""
11231154 "Sila masukkan media 2 ke dalam pemacu cakera anda\\njika belum lagi selesai."
11241155
1125 #: PlayOnLinux_Scripts/Diablo_III_:29
1156 #: PlayOnLinux_Scripts/Diablo_III_:31
11261157 #, sh-format
11271158 msgid "Please select the setup file downloaded on $EDITOR website"
11281159 msgstr ""
11291160 "Sila pilih fail persediaan yang dimuat turun pada laman sesawang $EDITOR"
11301161
1131 #: PlayOnLinux_Scripts/Diablo_III_:60
1162 #: PlayOnLinux_Scripts/Diablo_III_:62
11321163 #, sh-format
11331164 msgid ""
11341165 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11371168 "$TITLE telah dipasang.\\n\\nTerima kasih kepada Erich Hoover atas tampalan "
11381169 "winenya (Pembaikan AcceptEx)"
11391170
1140 #: PlayOnLinux_Scripts/Diablo_III_:60
1171 #: PlayOnLinux_Scripts/Diablo_III_:62
11411172 #, sh-format
11421173 msgid ""
11431174 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11451176 msgstr ""
11461177 "Jika anda mempunyai Ralat 3007 semasa menyambung, buka terminal dan taip:\\"
11471178 "necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1179
1180 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1181 #, sh-format
1182 msgid "Scanning your hardware..."
1183 msgstr ""
11481184
11491185 #: PlayOnLinux_Scripts/Dishonored_:79
11501186 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12421278
12431279 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12441280 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1245 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1246 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1281 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1282 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12471283 #, sh-format
12481284 msgid "Please insert the first game media into your disk drive"
12491285 msgstr "Sila masukkan media permainan pertama ke dalam pemacu cakera anda"
12501286
12511287 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1252 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1288 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12531289 #, sh-format
12541290 msgid "Please insert the second game media into your disk drive"
12551291 msgstr "Sila masukkan media permainan kedua ke dalam pemacu cakera anda"
13221358 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13231359 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13241360 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1361 #: PlayOnLinux_Scripts/Hearthstone_:64
13251362 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13261363 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13271364 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13471384 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13481385 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13491386 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1350 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1387 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13511388 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13521389 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13531390 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13731410 msgid "Editor"
13741411 msgstr "Penyunting"
13751412
1376 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1413 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13771414 #, sh-format
13781415 msgid "This install script requires ffmpeg"
13791416 msgstr "Skrip pemasangan ini memerlukan ffmpeg"
13801417
1381 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1418 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13821419 #, sh-format
13831420 msgid "Converting videos..."
13841421 msgstr "Menukar video..."
13851422
13861423 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1424 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13871425 #, sh-format
13881426 msgid ""
13891427 "On first run the game will autodetect available renderers.\\nIt is likely "
13991437 msgid "Run $TITLE in safe mode?"
14001438 msgstr "Jalankan $TITLE dalam mod selamat?"
14011439
1440 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1441 #, sh-format
1442 msgid ""
1443 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1444 "disable it by pressing Alt+R while in game.)"
1445 msgstr ""
1446
1447 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1448 #, sh-format
1449 msgid ""
1450 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1451 "game."
1452 msgstr ""
1453
14021454 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14031455 #, sh-format
14041456 msgid "Could not find program directory"
14671519 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14681520 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14691521 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1470 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1471 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1472 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14731522 #, sh-format
14741523 msgid "Language"
14751524 msgstr "Bahasa"
15981647 msgid "Dedicated server"
15991648 msgstr "Pelayan khusus"
16001649
1601 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1650 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
16021651 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
16031652 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
16041653 #, sh-format
16281677 msgid "Code wheel"
16291678 msgstr "Roda kod"
16301679
1631 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1632 #, sh-format
1633 msgid "Do you have a language pack to install?"
1634 msgstr "Anda mempunyai pek bahasa untuk dipasang?"
1635
1636 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1637 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1638 #, sh-format
1639 msgid "Later"
1640 msgstr "Kemudian"
1641
1642 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1680 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1681 #, sh-format
1682 msgid ""
1683 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1684 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1685 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1686 msgstr ""
1687 "Adalah sangat disarankan memasang pek mod Circle of Eight\\nuntuk membaiki "
1688 "banyak isu dengan permainan ini, secara pilihan menambah kandungan baru\\"
1689 "n(untuk pek mod \"NC\").\\nGuna skrip PlayOnLinux yang khusus dalam seksyen "
1690 "tampalan."
1691
1692 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1693 #, sh-format
1694 msgid "Now you must install the modpack in directory:"
1695 msgstr "Kini anda mesti pasang pek mod dalam direktori:"
1696
1697 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1698 #, sh-format
1699 msgid "Please select ANY 3 icons when prompted."
1700 msgstr "Sila pilih MANA-MANA 3 ikon bila dipinta."
1701
1702 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1703 #, sh-format
1704 msgid "temp directory missing"
1705 msgstr "direktori sementara hilang"
1706
1707 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1708 #, sh-format
1709 msgid ""
1710 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1711 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1712 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1713 "details.\\nInstall it?"
1714 msgstr ""
1715 "Panel Kawalan Two Worlds adalah alat daripada komunitit InsideTwoWorlds,\\"
1716 "nyang membolehkan anda pulas parameter dan urus mod\\nbagi permainan ini. "
1717 "Rujuk\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 "
1718 "untuk perincian.\\nPasang ia?"
1719
1720 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1721 #, sh-format
1722 msgid "Control Panel"
1723 msgstr "Panel Kawalan"
1724
1725 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1726 #, sh-format
1727 msgid ""
1728 "IMPORTANT:\n"
1729 " \\n\\nOn the installation window coming next, do NOT click the Options "
1730 "button, it would mess up the language selection."
1731 msgstr ""
1732 "PENTING:\n"
1733 " \\n\\nPada tetingkap pemasangan berikutnya, JANGAN klik butang Pilihan, "
1734 "ia akan merosakkan pemilihan bahasa."
1735
1736 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1737 #, sh-format
1738 msgid ""
1739 "On first run the game will autodetect available renderers.\\nIt is likely "
1740 "that you will get better performance out of the OpenGL renderer."
1741 msgstr ""
1742 "Pertama kali dijalankan, permainan akan kesan-sendiri penerap yang "
1743 "tersedia.\\nBerkemungkinan anda akan dapat prestasi yang lebih baik daripada "
1744 "penerap OpenGL."
1745
1746 #: PlayOnLinux_Scripts/Goblins_3_:21
1747 #, sh-format
1748 msgid "Please select the game language"
1749 msgstr "Sila pilih bahasa permainan"
1750
1751 #: PlayOnLinux_Scripts/Gothic_3_:82
1752 #, sh-format
1753 msgid "Choose the game resolution"
1754 msgstr "Pilih resolusi permainan"
1755
1756 #: PlayOnLinux_Scripts/Gothic_3_:96
1757 #, sh-format
1758 msgid ""
1759 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1760 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1761 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1762 msgstr ""
1763 "Kini anda boleh memilih mod permainan:\\n1)Mod tetingkap:\\nSemua berfungsi "
1764 "disebalik kursor sistem di dalam tetigkap permainan.\\n\\n2)Mod skrin "
1765 "penuh:\\nSemua berfungsi selain dari langit, ia menjadi hitam.\\n\\n\\n\\"
1766 "nApakah mod yang anda mahu guna?"
1767
1768 #: PlayOnLinux_Scripts/Gothic_3_:110
1769 #, sh-format
1770 msgid "$TITLE is installed"
1771 msgstr "$TITLE telah dipasang"
1772
1773 #: PlayOnLinux_Scripts/Guild_Wars_:53
1774 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1775 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1776 #, sh-format
1777 msgid "Please insert the DVD-ROM"
1778 msgstr "Sila sisip DVV-ROM"
1779
1780 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1781 #, sh-format
1782 msgid ""
1783 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1784 "client and download will resume from where it stopped. Download percentage "
1785 "reset but do not worry, it do not restart from the beginning."
1786 msgstr ""
1787 "Oleh kerana pepijat wine #30512, proses muat turun akan mengalami kerosakan, "
1788 "hanya lancarkan semula klien dan muat turun akan disambung semula pada "
1789 "kedudukan ia dihentikan. Peratus muat turun akan ditetap semula tetapi "
1790 "jangan risau, ia tidak bermula daripada permulaan."
1791
1792 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1793 #, sh-format
1794 msgid ""
1795 "Please select $TITLE install file. During installation, uncheck all extra "
1796 "drivers it wants to install:"
1797 msgstr ""
1798 "Sila pilih fail pemasangan $TITLE. Semasa pemasangan, buang tanda semua "
1799 "pemacu tambahan yang ia mahu pasangkan:"
1800
16431801 #: PlayOnLinux_Scripts/Half_Life_2_:56
16441802 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16451803 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16461804 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1647 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1805 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16481806 #, sh-format
16491807 msgid "No"
16501808 msgstr "Tidak"
16511809
1652 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1653 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1810 #: PlayOnLinux_Scripts/Half_Life_2_:56
1811 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1812 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1813 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1814 #: PlayOnLinux_Scripts/Portal_:36
1815 #, sh-format
1816 msgid ""
1817 "Steam installation has been detected\\nwould you like to install this game "
1818 "in the same virtual drive?"
1819 msgstr ""
1820 "Pemasangan Steam telah dikesan\\nanda hendak pasang permainan ini ke dalam "
1821 "pemacu maya yang serupa?"
1822
16541823 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16551824 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16561825 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16591828 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16601829 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16611830 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1662 #: python/guiv3.py:157
1831 #: python/guiv3.py:158 python/guiv3.py:161
16631832 #, sh-format
16641833 msgid "Yes"
16651834 msgstr "Ya"
16661835
1667 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1668 #, sh-format
1669 msgid ""
1670 "To install a language pack later, open the configuration panel for the game "
1671 "in order to execute the installer into the virtual disk (Misc tab)"
1672 msgstr ""
1673 "Untuk memasang pek bahasa kemudian, buka panel konfigurasi permainan untuk "
1674 "melakukan pemasang ke cakera maya (Tab pelbagai)"
1675
1676 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1677 #, sh-format
1678 msgid ""
1679 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1680 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1681 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1682 msgstr ""
1683 "Adalah sangat disarankan memasang pek mod Circle of Eight\\nuntuk membaiki "
1684 "banyak isu dengan permainan ini, secara pilihan menambah kandungan baru\\"
1685 "n(untuk pek mod \"NC\").\\nGuna skrip PlayOnLinux yang khusus dalam seksyen "
1686 "tampalan."
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1689 #, sh-format
1690 msgid "Now you must install the modpack in directory:"
1691 msgstr "Kini anda mesti pasang pek mod dalam direktori:"
1692
1693 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1694 #, sh-format
1695 msgid "Please select ANY 3 icons when prompted."
1696 msgstr "Sila pilih MANA-MANA 3 ikon bila dipinta."
1697
1698 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1699 #, sh-format
1700 msgid "temp directory missing"
1701 msgstr "direktori sementara hilang"
1702
1703 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1704 #, sh-format
1705 msgid ""
1706 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1707 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1708 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1709 "details.\\nInstall it?"
1710 msgstr ""
1711 "Panel Kawalan Two Worlds adalah alat daripada komunitit InsideTwoWorlds,\\"
1712 "nyang membolehkan anda pulas parameter dan urus mod\\nbagi permainan ini. "
1713 "Rujuk\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 "
1714 "untuk perincian.\\nPasang ia?"
1715
1716 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1717 #, sh-format
1718 msgid "Control Panel"
1719 msgstr "Panel Kawalan"
1720
1721 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1722 #, sh-format
1723 msgid ""
1724 "IMPORTANT:\n"
1725 " \\n\\nOn the installation window coming next, do NOT click the Options "
1726 "button, it would mess up the language selection."
1727 msgstr ""
1728 "PENTING:\n"
1729 " \\n\\nPada tetingkap pemasangan berikutnya, JANGAN klik butang Pilihan, "
1730 "ia akan merosakkan pemilihan bahasa."
1731
1732 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1733 #, sh-format
1734 msgid ""
1735 "On first run the game will autodetect available renderers.\\nIt is likely "
1736 "that you will get better performance out of the OpenGL renderer."
1737 msgstr ""
1738 "Pertama kali dijalankan, permainan akan kesan-sendiri penerap yang "
1739 "tersedia.\\nBerkemungkinan anda akan dapat prestasi yang lebih baik daripada "
1740 "penerap OpenGL."
1741
1742 #: PlayOnLinux_Scripts/Goblins_3_:21
1743 #, sh-format
1744 msgid "Please select the game language"
1745 msgstr "Sila pilih bahasa permainan"
1746
1747 #: PlayOnLinux_Scripts/Gothic_3_:82
1748 #, sh-format
1749 msgid "Choose the game resolution"
1750 msgstr "Pilih resolusi permainan"
1751
1752 #: PlayOnLinux_Scripts/Gothic_3_:96
1753 #, sh-format
1754 msgid ""
1755 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1756 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1757 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1758 msgstr ""
1759 "Kini anda boleh memilih mod permainan:\\n1)Mod tetingkap:\\nSemua berfungsi "
1760 "disebalik kursor sistem di dalam tetigkap permainan.\\n\\n2)Mod skrin "
1761 "penuh:\\nSemua berfungsi selain dari langit, ia menjadi hitam.\\n\\n\\n\\"
1762 "nApakah mod yang anda mahu guna?"
1763
1764 #: PlayOnLinux_Scripts/Gothic_3_:110
1765 #, sh-format
1766 msgid "$TITLE is installed"
1767 msgstr "$TITLE telah dipasang"
1768
1769 #: PlayOnLinux_Scripts/Guild_Wars_:53
1770 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1771 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1772 #, sh-format
1773 msgid "Please insert the DVD-ROM"
1774 msgstr "Sila sisip DVV-ROM"
1775
1776 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1777 #, sh-format
1778 msgid ""
1779 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1780 "client and download will resume from where it stopped. Download percentage "
1781 "reset but do not worry, it do not restart from the beginning."
1782 msgstr ""
1783 "Oleh kerana pepijat wine #30512, proses muat turun akan mengalami kerosakan, "
1784 "hanya lancarkan semula klien dan muat turun akan disambung semula pada "
1785 "kedudukan ia dihentikan. Peratus muat turun akan ditetap semula tetapi "
1786 "jangan risau, ia tidak bermula daripada permulaan."
1787
1788 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1789 #, sh-format
1790 msgid ""
1791 "Please select $TITLE install file. During installation, uncheck all extra "
1792 "drivers it wants to install:"
1793 msgstr ""
1794 "Sila pilih fail pemasangan $TITLE. Semasa pemasangan, buang tanda semua "
1795 "pemacu tambahan yang ia mahu pasangkan:"
1796
1797 #: PlayOnLinux_Scripts/Half_Life_2_:56
1798 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1799 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1800 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1801 #: PlayOnLinux_Scripts/Portal_:36
1802 #, sh-format
1803 msgid ""
1804 "Steam installation has been detected\\nwould you like to install this game "
1805 "in the same virtual drive?"
1806 msgstr ""
1807 "Pemasangan Steam telah dikesan\\nanda hendak pasang permainan ini ke dalam "
1808 "pemacu maya yang serupa?"
1809
18101836 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18111837 #, sh-format
18121838 msgid "Updating $TITLE"
18131839 msgstr "Mengemaskini $TITLE"
18141840
1815 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1841 #: PlayOnLinux_Scripts/Hanahira__:54
18161842 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18171843 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18181844 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18241850 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18251851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18261852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1853 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1854 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1855 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1856 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1857 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1858 #: PlayOnLinux_Scripts/Steins_Gate_:51
18271859 #, sh-format
18281860 msgid "Please locate installation program (Setup.exe)"
18291861 msgstr "Sila cari program pemasangan (Setup.exe)"
18301862
1831 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1832 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1863 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18331864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18341865 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18351866 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18541885 "baru dibuka, klik pada ${INSTALL_JP}. Bila pemasangan selesai, klik pada "
18551886 "${END_JP} dan kemudian pada ${YES_JP}. Klik Berikutnya untuk mula memasang."
18561887
1888 #: PlayOnLinux_Scripts/Hearthstone_:26
1889 #, sh-format
1890 msgid "What language do you want to install?"
1891 msgstr ""
1892
18571893 #: PlayOnLinux_Scripts/ImgBurn_:38
18581894 #, sh-format
18591895 msgid ""
18971933 msgstr "Anda hendak pasang versi unikod bagi Persediaan Inno?"
18981934
18991935 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1900 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
19011936 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
19021937 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
19031938 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20772112 "Jika kemaskini muat turun tersangkut, tutup dan jalankannya sehingga muat "
20782113 "turun selesai."
20792114
2115 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20802116 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20812117 #, sh-format
20822118 msgid "Demo version"
20832119 msgstr "Versi demo"
20842120
2121 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20852122 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20862123 #, sh-format
20872124 msgid "Please select version."
21412178 "No filename extension specified, skipping association to native application."
21422179 msgstr ""
21432180 "Tiada sambungan nama fail dinyatakan , melangkau asosiasi ke aplikasi tabii."
2181
2182 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2183 #, sh-format
2184 msgid "Contacting download server."
2185 msgstr ""
21442186
21452187 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21462188 #: python/install.py:454 python/install.py:456 python/install.py:570
22272269 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22282270 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22292271 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2230 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2272 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22312273 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22322274 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22332275 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22692311 "Jika anda temui mesej ralat semasa pemasangan DotNet 3.0, anda boleh "
22702312 "abaikannya tanpa sebarang isu"
22712313
2272 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2273 #, sh-format
2274 msgid "This package fail to install with wine 1.5.21 or better"
2275 msgstr "Pakej ini gagal dipasang dengan wine 1.5.21 atau yang lebih baharu"
2276
2277 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2314 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22782315 #, sh-format
22792316 msgid ""
22802317 "If you see error messages during DotNet 3.5 installation, you can ignore "
24042441 "VCRun2010 mungkin gagal dipasang kerana versi PlayOnLinux anda terlalu tua. "
24052442 "Sila kemaskini."
24062443
2407 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2444 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2445 #: PlayOnLinux_Scripts/yWriter_5_:45
24082446 #, sh-format
24092447 msgid "Downloading..."
24102448 msgstr "Memuat turun..."
25212559 msgid "Microsoft fonts have been installed successfully."
25222560 msgstr "Fon Microsoft telah berjaya dipasang."
25232561
2562 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2563 #, sh-format
2564 msgid ""
2565 "OSX users: If the screen flickers once the game is launched, try to press "
2566 "cmd + tab twice"
2567 msgstr ""
2568
25242569 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25252570 #, sh-format
25262571 msgid "Remove Game For Windows Live..."
25652610 "Untuk teruskan, PlayOnLinux perlu lekap semula CD-ROM anda dengan pilihan "
25662611 "unhide."
25672612
2568 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2613 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25692614 #, sh-format
25702615 msgid "Abort installation"
25712616 msgstr "Henti paksa pemasangan"
25902635 msgid "The program needs access to ptrace() to proceed:"
25912636 msgstr "Program perlu capaian ke ptrace() untuk diteruskan:"
25922637
2593 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2638 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25942639 #, sh-format
25952640 msgid "User abort"
25962641 msgstr "Pengguna henti paksa"
26342679 msgid "Please do not run $TITLE after installation has finished."
26352680 msgstr "Sila jangan jalankan $TITLE selepas pemasangan selesai."
26362681
2682 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2683 #, sh-format
2684 msgid "Extracting $TITLE"
2685 msgstr ""
2686
26372687 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26382688 #, sh-format
26392689 msgid ""
26472697 msgid "$TITLE has been successfully installed."
26482698 msgstr "$TITLE telah berjaya dipasang."
26492699
2700 #: PlayOnLinux_Scripts/Poker_Stars_:37
2701 #, sh-format
2702 msgid "Error while installing. Downloaded file not found."
2703 msgstr ""
2704
26502705 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26512706 #, sh-format
26522707 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26542709
26552710 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26562711 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2712 #: PlayOnLinux_Scripts/Watchtower_library_:58
26572713 #, sh-format
26582714 msgid "Please wait while $TITLE is installed"
26592715 msgstr "Sila tunggu ketika $TITLE dipasang"
26912747 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26922748 msgstr ""
26932749 "Sila masukkan cakera 3 ke dalam pemacu cakera anda\\njika belum lagi selesai."
2750
2751 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2752 #, sh-format
2753 msgid ""
2754 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2755 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2756 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2757 "n\\nIf you have one of this two versions of this game, please give some "
2758 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2759 "n\\nThank you!"
2760 msgstr ""
2761
2762 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2763 #, sh-format
2764 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2765 msgstr ""
2766
2767 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2768 #, sh-format
2769 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2770 msgstr ""
2771
2772 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2773 #, sh-format
2774 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2775 msgstr ""
2776
2777 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2778 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2779 #, sh-format
2780 msgid "Select a version of installation disc:"
2781 msgstr ""
2782
2783 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2784 #, sh-format
2785 msgid "First Release (without addons)"
2786 msgstr ""
2787
2788 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2789 #, sh-format
2790 msgid "Gold Edition"
2791 msgstr ""
2792
2793 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2794 #, sh-format
2795 msgid "Platinum Edition"
2796 msgstr ""
2797
2798 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2799 #, sh-format
2800 msgid "What is your version of Railroad Tycoon II?"
2801 msgstr ""
2802
2803 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2804 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2805 #, sh-format
2806 msgid ""
2807 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2808 "desktop.\\n\\nThank you for using this installation script! :)"
2809 msgstr ""
26942810
26952811 #: PlayOnLinux_Scripts/Reaper_4_:30
26962812 #, sh-format
28792995 "${END_JP} dan kemudian pada ${YES_JP} (Y) . Klik Berikutnya untuk mulakan "
28802996 "pemasangan."
28812997
2998 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2999 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3000 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3001 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3002 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3003 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3004 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3005 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3006 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3007 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3008 #, sh-format
3009 msgid ""
3010 "Close the visual novel when it appears to continue installation. Click Next "
3011 "to begin installation."
3012 msgstr ""
3013
3014 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3015 #, sh-format
3016 msgid ""
3017 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3018 "script will now install it. Click Next to continue."
3019 msgstr ""
3020
28823021 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28833022 #, sh-format
28843023 msgid ""
28883027 "Jika anda menghadapi ralat masa jalan semasa menjalankan permainan, buka "
28893028 "terminal dan taip:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28903029
2891 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2892 #, sh-format
2893 msgid "Please locate installation program (Launcher.exe)"
2894 msgstr "Sila cari program pemasangan (Launcher.exe)"
2895
2896 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2897 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2898 #, sh-format
2899 msgid ""
2900 "When the launcher opens, click on the top button to open the installer. When "
2901 "a new window opens, click OK. When another window opens, click on the button "
2902 "with the letter N until it is installing. Wait until it is done and click "
2903 "the right button to quit. Click Next when you are done installing."
2904 msgstr ""
2905 "Bila pelancar dibuka, klik pada butang atas untuk buka pemasang. Bila "
2906 "tetingkap baru dibuka, klik OK. Apabila tetingkap baru yang lain dibuka, "
2907 "klik pada butang yang bermula dengan huruf N sehinggilah ia memasang. Tunggu "
2908 "sehingga ia selesai dan klik butang kanan untuk keluar. Klik Berikutnya bila "
2909 "anda selesai memasang."
3030 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3031 #, sh-format
3032 msgid "Please locate installation program in Data folder (Resonance.msi)"
3033 msgstr ""
29103034
29113035 #: PlayOnLinux_Scripts/Steam_:50
29123036 #, sh-format
29473071 "Pasang Terraria di dalam Steam. Jalankan Terraria bila Steam telah memasang "
29483072 "permainan tersebut. Steam memasang kerangka kerja xna permainan. Tutup Steam "
29493073 "supaya pemasang dapat diteruskan."
3074
3075 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3076 #, sh-format
3077 msgid "If youve the extentions, you should install Tribunal first !"
3078 msgstr ""
29503079
29513080 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29523081 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30673196 "dalam\\ndokumentasi;\\nKlik-kanan pada ikon permainan, \"Baca panduan\" "
30683197 "kemudian periksa halaman 4-5."
30693198
3199 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3200 #, sh-format
3201 msgid "Please select the installation file to run."
3202 msgstr ""
3203
3204 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3205 #, sh-format
3206 msgid ""
3207 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3208 "your region.\\n 2. Leave only checked DirectX box."
3209 msgstr ""
3210
30703211 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30713212 #, sh-format
30723213 msgid ""
30753216 msgstr ""
30763217 "Permainan akan gagal dilancarkan sehinggalah anda tetapkan "
30773218 "/proc/sys/kernel/yama/ptrace_scope kepada 0"
3219
3220 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3221 #, sh-format
3222 msgid "Other destination or other CD/DVD"
3223 msgstr ""
3224
3225 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3226 #, sh-format
3227 msgid "Retail CD"
3228 msgstr ""
3229
3230 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3231 #, sh-format
3232 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3233 msgstr ""
3234
3235 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3236 #, sh-format
3237 msgid "video fix"
3238 msgstr ""
30783239
30793240 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30803241 #, sh-format
31663327 msgid "Donwload finished.\\nPatches installation will begin"
31673328 msgstr "Muat turun selesai.\\nPemasangan tampalan akan bermula"
31683329
3330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3331 #, sh-format
3332 msgid "We will download the installer"
3333 msgstr ""
3334
31693335 #: PlayOnLinux_Scripts/Toontown_Online_:17
31703336 #, sh-format
31713337 msgid ""
32123378 msgid "Do you want to browse $TITLE website?"
32133379 msgstr "Anda hendak layar laman sesawang $TITLE?"
32143380
3381 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3382 #, sh-format
3383 msgid ""
3384 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3385 "messenger, because it will won't work correctly."
3386 msgstr ""
3387
3388 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3389 #, sh-format
3390 msgid "Warning"
3391 msgstr ""
3392
32153393 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32163394 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32173395 #, sh-format
32223400 "Versi CD-ROM sudah lapuk. Jangan lupa kemaskini $TITLE jika anda mahu "
32233401 "jalankannya dengan $APPLICATION_TITLE"
32243402
3403 #: PlayOnLinux_Scripts/Watchtower_library_:49
3404 #, sh-format
3405 msgid "File Selection Error"
3406 msgstr ""
3407
3408 #: PlayOnLinux_Scripts/Watchtower_library_:49
3409 #, sh-format
3410 msgid ""
3411 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3412 msgstr ""
3413
32253414 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32263415 #, sh-format
32273416 msgid ""
32423431 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32433432 #, sh-format
32443433 msgid ""
3245 "Attention: After installation is complete, the patcher will load. Please "
3246 "close the patcher before logging in or finish updating to complete the "
3247 "installation. After this, you can run \"$TITLE\" when setup is done"
3248 msgstr ""
3249 "Perhatian: Selepas pemasangan selesai, penampal akan dimuatkan. Sila tutup "
3250 "penampal sebelum mendaftar masuk atau selesaikan mengemaskini untuk "
3251 "selesaikan pemasangan. Selepas itu, anda boleh jalankan \"$TITLE\" bila "
3252 "persediaan selesai"
3434 "Attention:After installation is complete, the patcher will load. After, go "
3435 "to the top right of the patcher and click the wrench, Then Un-check the box "
3436 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3437 "minuite. When finished with this, please close the patcher before logging in "
3438 "or finish updating to complete the installation. After this, you can run "
3439 "\"$TITLE\" when setup is done"
3440 msgstr ""
32533441
32543442 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32553443 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32993487 "Sila sisipkan media permainan 5 ke dalam pemacu cakera anda\\njika belum "
33003488 "lagi selesai."
33013489
3490 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3491 #, sh-format
3492 msgid "Which region version of World of Warplanes would you like to install?"
3493 msgstr ""
3494
3495 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3496 #, sh-format
3497 msgid ""
3498 "Attention:After installation is complete, the patcher will load. After, go "
3499 "to the top right of the patcher and click the wrench, Then Un-check the box "
3500 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3501 "minute. When finished with this, please close the patcher before logging in "
3502 "or finish updating to complete the installation. After this, you can run "
3503 "\"$TITLE\" when setup is done"
3504 msgstr ""
3505
33023506 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
33033507 #, sh-format
33043508 msgid ""
33523556 msgid "Please select the 32bit version of iTunes"
33533557 msgstr "Sila pilih iTunes versi 32bit"
33543558
3355 #: PlayOnLinux_Scripts/osu_:45
3559 #: PlayOnLinux_Scripts/osu_:46
33563560 #, sh-format
33573561 msgid ""
33583562 "Press next to start the updater. When the updater is finished, close it "
33773581 "pemasangan selesai. Biarkan DirectX dipasang bila diminta. Pastikan anda "
33783582 "tetapkan resolusi kepada 32-bit bila Konfig rFactor Config muncul."
33793583
3380 #: bash/bug_report:31
3584 #: bash/bug_report:32
33813585 #, sh-format
33823586 msgid "Report a bug"
33833587 msgstr "Laporkan pepijat"
33843588
3385 #: bash/bug_report:36
3589 #: bash/bug_report:37
33863590 #, sh-format
33873591 msgid ""
33883592 "Please give the more details as you can, otherwise, it will be very "
33893593 "difficult to help you"
33903594 msgstr "Sila berikan perincian, jika tidak, adalah sukar membantu anda"
33913595
3392 #: bash/bug_report:36
3596 #: bash/bug_report:37
33933597 #, sh-format
33943598 msgid ""
33953599 "This wizard will help you to report a bug about an officially supported "
33983602 "Bestari ini akan membantu anda laporkan pepijat mengenai program yang "
33993603 "disokong secara rasmi."
34003604
3401 #: bash/bug_report:40
3605 #: bash/bug_report:41
34023606 #, sh-format
34033607 msgid ""
34043608 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
34073611 "Veris $APPLICATION_TITLE anda sudah lapuk.\\nAnda mesti kemaskini "
34083612 "$APPLICATION_TITLE sebelum menghantar laporan pepijatt.\\nTerima kasih"
34093613
3410 #: bash/bug_report:46
3614 #: bash/bug_report:47
34113615 #, sh-format
34123616 msgid "I have a problem with a software"
34133617 msgstr "Saya mempunyai masalah dengan perisian"
34143618
3415 #: bash/bug_report:46
3619 #: bash/bug_report:47
34163620 #, sh-format
34173621 msgid "My problem concerns $APPLICATION_TITLE itself"
34183622 msgstr "Masalah saya berkenaan $APPLICATION_TITLE"
34193623
3420 #: bash/bug_report:46
3624 #: bash/bug_report:47
34213625 #, sh-format
34223626 msgid "What kind of problem do you have?"
34233627 msgstr "Apakah jenis masalah yang anda hadapi?"
34243628
3425 #: bash/bug_report:50
3629 #: bash/bug_report:51
34263630 #, sh-format
34273631 msgid "Don't join any log file"
34283632 msgstr "Jangan sertakan sebarang fail log"
34293633
3430 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3634 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
34313635 #: bash/manual_install:120 bash/manual_install:219
34323636 #, sh-format
34333637 msgid "Manual installation"
34343638 msgstr "Pemasangan manual"
34353639
3436 #: bash/bug_report:54 bash/run_exe:24
3640 #: bash/bug_report:55 bash/run_exe:24
34373641 #, sh-format
34383642 msgid "Automatic installation"
34393643 msgstr "Pemasangan automatik"
34403644
3441 #: bash/bug_report:65
3645 #: bash/bug_report:66
34423646 #, sh-format
34433647 msgid "Choose the log file corresponding to your software."
34443648 msgstr "Pilih fail log yang berkaitan dengan program anda."
34453649
3446 #: bash/bug_report:69
3650 #: bash/bug_report:70
34473651 #, sh-format
34483652 msgid "Please give a very short description (title, english only)"
34493653 msgstr "Sila beri keterangan ringkas (tajuk, bahasa sahaja)"
34503654
3451 #: bash/bug_report:72
3655 #: bash/bug_report:73
34523656 #, sh-format
34533657 msgid "Please explain your problem clearly (english only):"
34543658 msgstr "Sila jelaskan masalah anda (Bahasa Inggeris sahaja):"
34553659
3456 #: bash/bug_report:76
3660 #: bash/bug_report:77
34573661 #, sh-format
34583662 msgid "Sorry, we need a detailed description."
34593663 msgstr "Maaf, kami perlukan keterangan terperinci."
34603664
3461 #: bash/bug_report:107
3665 #: bash/bug_report:108
34623666 #, sh-format
34633667 msgid ""
34643668 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
35053709 msgstr "Pilih nama bagi pemacu maya"
35063710
35073711 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3508 #: python/mainwindow.py:232
3712 #: python/mainwindow.py:234
35093713 #, sh-format
35103714 msgid "Run a local script"
35113715 msgstr "Jalankan skrip setempat"
36353839 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36363840 msgstr "$APPLICATION_TITLE sedang membuat pemacu keras windows maya"
36373841
3638 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3842 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36393843 #, sh-format
36403844 msgid "$APPLICATION_TITLE first use"
36413845 msgstr "Penggunaan pertama kali $APPLICATION_TITLE"
36423846
3643 #: bash/first_use:240
3847 #: bash/first_use:242
36443848 #, sh-format
36453849 msgid "$APPLICATION_TITLE is going to finish its preparation"
36463850 msgstr "$APPLICATION_TITLE sedang menyiapkan penyediaannya"
36473851
3648 #: bash/first_use:240 bash/first_use:243
3852 #: bash/first_use:242 bash/first_use:245
36493853 #, sh-format
36503854 msgid "Please ensure you are connected to the internet."
36513855 msgstr "Sila pastikan anda telah bersambung dengan internet."
36523856
3653 #: bash/first_use:243
3857 #: bash/first_use:245
36543858 #, sh-format
36553859 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36563860 msgstr ""
36573861 "Kelihatan ini merupakan kali pertama anda menggunakan \t$APPLICATION_TITLE."
36583862
3659 #: bash/first_use:243
3863 #: bash/first_use:245
36603864 #, sh-format
36613865 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36623866 msgstr ""
36633867 "Bestari ini akan membantu anda menyediakan persekitaran untuk "
36643868 "$APPLICATION_TITLE"
36653869
3666 #: bash/first_use:253
3870 #: bash/first_use:255
36673871 #, sh-format
36683872 msgid "Error while installing fonts"
36693873 msgstr "Ralat semasa memasang fon"
36703874
3671 #: bash/first_use:271
3875 #: bash/first_use:273
36723876 #, sh-format
36733877 msgid "Enjoy using $APPLICATION_TITLE"
36743878 msgstr "Selamat menggunakan $APPLICATION_TITLE"
37873991 msgid "Use another version of Wine"
37883992 msgstr "Guna versi wine yang lain"
37893993
3790 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3791 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3994 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3995 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37923996 #, sh-format
37933997 msgid "Configure Wine"
37943998 msgstr "Konfigur Wine"
38084012 msgid "What would you like to do before installation?"
38094013 msgstr "Apa yang anda hendak buat sebelum pemasangan?"
38104014
3811 #: bash/manual_install:230 lib/scripts.lib:437
4015 #: bash/manual_install:231 lib/scripts.lib:438
38124016 #, sh-format
38134017 msgid "Please make your choice"
38144018 msgstr "Sila buat pilihan"
38154019
3816 #: bash/manual_install:258
4020 #: bash/manual_install:259
38174021 #, sh-format
38184022 msgid "Looking for runnable CD-ROMs"
38194023 msgstr "Mencari CD-ROM yang boleh berjalan"
38204024
3821 #: bash/manual_install:281
4025 #: bash/manual_install:282
38224026 #, sh-format
38234027 msgid "Select another file"
38244028 msgstr "Pilih fail lain"
38254029
3826 #: bash/manual_install:289
4030 #: bash/manual_install:290
38274031 #, sh-format
38284032 msgid "Please choose a way to install your program"
38294033 msgstr "Sila pilih cara untuk memasang program anda"
38304034
3831 #: bash/manual_install:298
4035 #: bash/manual_install:299
38324036 #, sh-format
38334037 msgid "Please select the install file to run."
38344038 msgstr "Sila pilih fail pemasangan untuk dijalankan."
38354039
3836 #: bash/manual_install:328
4040 #: bash/manual_install:329
38374041 #, sh-format
38384042 msgid "You must choose a file!"
38394043 msgstr "Anda mesti pilih satu fail!"
38404044
3841 #: bash/manual_install:334
4045 #: bash/manual_install:335
38424046 #, sh-format
38434047 msgid "$APPLICATION_TITLE is installing your application..."
38444048 msgstr "$APPLICATION_TITLE sedang memasang aplikasi anda..."
39164120 msgid "Extracting: "
39174121 msgstr "Mengekstrak: "
39184122
3919 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4123 #: bash/playonlinux-pkg:111
39204124 #, sh-format
39214125 msgid "Running..."
39224126 msgstr "Menjalankan..."
39264130 msgid "Cleaning..."
39274131 msgstr "Membersihkan..."
39284132
3929 #: bash/playonlinux_online:32
3930 #, sh-format
3931 msgid ""
3932 "This is the list of the scripts you sent to us. You can run one of them"
3933 msgstr ""
3934 "Ini merupakan senarai skrip yang anda hantar kepada kami. Anda boleh "
3935 "jalankan salah satu daripadanya"
3936
3937 #: bash/playonlinux_online:42
3938 #, sh-format
3939 msgid "You do not seems to have any personal script"
3940 msgstr "Anda kelihatan tidak mempunyai sebarang skrip peribadi"
3941
3942 #: bash/playonlinux_online:47
3943 #, sh-format
3944 msgid ""
3945 "If you have successfully installed a program with 'Install a non-listed\\"
3946 "nsoftware' button, it will allow you to add this program in our list"
3947 msgstr ""
3948 "Jika anda berjaya memasang program dengan butang 'Pasang perisian bukan-\\"
3949 "ntersenarai', ia membolehkan anda tambah program ini ke dalam senarai kami"
3950
3951 #: bash/playonlinux_online:47
3952 #, sh-format
3953 msgid "This tools will allow you to help us :"
3954 msgstr "Alatan ini akan membolehkan anda bantu kami :"
3955
3956 #: bash/playonlinux_online:47
3957 #, sh-format
3958 msgid ""
3959 "We're going to ask you some questions, please be as much accurate as\\"
3960 "npossible"
3961 msgstr ""
3962 "Kami akan menanya anda beberapa soalan, sila jawab setepat yang mungkin"
3963
3964 #: bash/playonlinux_online:55
3965 #, sh-format
3966 msgid "Choose the file corresponding to your program."
3967 msgstr "Pilih fail yang berkaitan dengan program anda."
3968
3969 #: bash/playonlinux_online:59
3970 #, sh-format
3971 msgid "Does your program run?"
3972 msgstr "Adakah program anda berjalan?"
3973
3974 #: bash/playonlinux_online:62
3975 #, sh-format
3976 msgid "What is the title of your program?"
3977 msgstr "Apakah tajuk program anda?"
3978
3979 #: bash/playonlinux_online:64
3980 #, sh-format
3981 msgid "What is the editor of your program?"
3982 msgstr "Apa penyunting program anda?"
3983
3984 #: bash/playonlinux_online:66
3985 #, sh-format
3986 msgid "What is the editor website of your program?"
3987 msgstr "Apa penyunting laman sesawang bagi program anda?"
3988
3989 #: bash/playonlinux_online:69 python/install.py:210
3990 #, sh-format
3991 msgid "Accessories"
3992 msgstr "Aksesori"
3993
3994 #: bash/playonlinux_online:69 python/install.py:211
3995 #, sh-format
3996 msgid "Development"
3997 msgstr "Pembangunan"
3998
3999 #: bash/playonlinux_online:69 python/install.py:212
4000 #, sh-format
4001 msgid "Education"
4002 msgstr "Pendidikan"
4003
4004 #: bash/playonlinux_online:69 python/install.py:213
4005 #, sh-format
4006 msgid "Games"
4007 msgstr "Permainan"
4008
4009 #: bash/playonlinux_online:69 python/install.py:214
4010 #, sh-format
4011 msgid "Graphics"
4012 msgstr "Grafik"
4013
4014 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
4015 #: python/options.py:384
4016 #, sh-format
4017 msgid "Internet"
4018 msgstr "Internet"
4019
4020 #: bash/playonlinux_online:69 python/install.py:216
4021 #, sh-format
4022 msgid "Multimedia"
4023 msgstr "Multimedia"
4024
4025 #: bash/playonlinux_online:69 python/install.py:217
4026 #, sh-format
4027 msgid "Office"
4028 msgstr "Pejabat"
4029
4030 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
4031 #, sh-format
4032 msgid "Other"
4033 msgstr "Lain-lain"
4034
4035 #: bash/playonlinux_online:69 python/install.py:219
4036 #, sh-format
4037 msgid "Patches"
4038 msgstr "Tampalan"
4039
4040 #: bash/playonlinux_online:69
4041 #, sh-format
4042 msgid "Select a category for your program"
4043 msgstr "Pilih kategori bagi program anda"
4044
4045 #: bash/playonlinux_online:69 python/install.py:258
4046 #, sh-format
4047 msgid "Testing"
4048 msgstr "Pengujian"
4049
4050 #: bash/playonlinux_online:72
4051 #, sh-format
4052 msgid ""
4053 "What feature of your program does not work?\\nIf everything works, please "
4054 "mention it"
4055 msgstr ""
4056 "Apakah fitur bagi program anda yang tidka berfungsi\\nJika semuanya "
4057 "berfungsi dengan baik, sila jelaskannya"
4058
4059 #: bash/playonlinux_online:74
4060 #, sh-format
4061 msgid "Write any change you made to wine configuration here:"
4062 msgstr ""
4063 "Tulis sebarang perubahan yang anda buat terhadap konfigurasi wine disini:"
4064
4065 #: bash/playonlinux_online:102
4066 #, sh-format
4067 msgid "You must be able to run this program!"
4068 msgstr "Anda mesti boleh menjalankan program ini!"
4069
4070 #: bash/playonlinux_online:107
4071 #, sh-format
4072 msgid "Run one of your personal scripts"
4073 msgstr "Jalankan salah satu skrip peribadi anda"
4074
4075 #: bash/playonlinux_online:108
4076 #, sh-format
4077 msgid "Send to us a working script generated by manual installation"
4078 msgstr ""
4079 "Hantar kepada kami skrip yang berfungsi yang dijana dengan pemasangan manual"
4080
4081 #: bash/playonlinux_online:109
4082 #, sh-format
4083 msgid "Logout"
4084 msgstr "Daftar Keluar"
4085
4086 #: bash/playonlinux_online:110
4087 #, sh-format
4088 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4089 msgstr ""
4090 "Anda kin bersambung ke $APPLICATION_TITLE atas-talian sebagai $POL_LOGIN"
4091
4092 #: bash/playonlinux_online:124
4093 #, sh-format
4094 msgid ""
4095 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4096 "safely close this window"
4097 msgstr ""
4098 "Anda berjaya mendaftar keluar dari $APPLICATION_TITLE Atas-talian\\nAnda "
4099 "boleh menutup tetingkap ini dengan selamat"
4100
4101 #: bash/polconfigurator:33
4133 #: bash/polconfigurator:34
41024134 #, sh-format
41034135 msgid "Killing programs in the virtual drive..."
41044136 msgstr "Mematikan program di dalam pemacu maya..."
41054137
4106 #: bash/polconfigurator:79
4138 #: bash/polconfigurator:86
41074139 #, sh-format
41084140 msgid "Icon selection"
41094141 msgstr "Pemilihan ikon"
41104142
4111 #: bash/polconfigurator:79
4143 #: bash/polconfigurator:86
41124144 #, sh-format
41134145 msgid "Please select an icon file"
41144146 msgstr "Sila pilih fail ikon"
41154147
4116 #: bash/polconfigurator:86
4148 #: bash/polconfigurator:93
41174149 #, sh-format
41184150 msgid "Bad file extension"
41194151 msgstr "Sambungan fail teruk"
41204152
4121 #: bash/polconfigurator:86
4153 #: bash/polconfigurator:93
41224154 #, sh-format
41234155 msgid "is not an icon extension"
41244156 msgstr "bukanlah sambungan ikon"
41254157
4126 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4127 #: python/mainwindow.py:621
4158 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4159 #: python/mainwindow.py:619
41284160 #, sh-format
41294161 msgid "Registry Editor"
41304162 msgstr "Penyunting Registry"
41314163
4132 #: bash/polconfigurator:97
4164 #: bash/polconfigurator:104
41334165 #, sh-format
41344166 msgid "Kill all prefix processes"
41354167 msgstr "Matikan semua proses prefix"
41364168
4137 #: bash/polconfigurator:98
4169 #: bash/polconfigurator:105
41384170 #, sh-format
41394171 msgid "Update wineprefix"
41404172 msgstr "Kemaskini wineprofix"
41414173
4142 #: bash/polconfigurator:99
4174 #: bash/polconfigurator:106
41434175 #, sh-format
41444176 msgid "Simulate Windows reboot"
41454177 msgstr "Simulasikan but semula Windows"
41464178
4147 #: bash/polconfigurator:100
4179 #: bash/polconfigurator:107
41484180 #, sh-format
41494181 msgid "Use Advanced Wine Configuration plugin"
41504182 msgstr "Guna pemalam Konfigurasi Wine Lanjutan"
41514183
4152 #: bash/polconfigurator:101
4184 #: bash/polconfigurator:108
41534185 #, sh-format
41544186 msgid "Use PlayOnLinux's configurator for"
41554187 msgstr "Guna pengkonfigur PlayOnLinux untuk"
41564188
4157 #: bash/polconfigurator:103
4189 #: bash/polconfigurator:110
41584190 #, sh-format
41594191 msgid "Change the icon"
41604192 msgstr "Ubah ikon"
41614193
4162 #: bash/polconfigurator:104
4194 #: bash/polconfigurator:111
41634195 #, sh-format
41644196 msgid "Use WineTricks"
41654197 msgstr "Guna WineTricks"
41664198
4167 #: bash/polconfigurator:123
4199 #: bash/polconfigurator:130
41684200 #, sh-format
41694201 msgid "Please choose an action to perform"
41704202 msgstr "Sila pilih satu tindakan untuk dilakukan"
42194251 msgid "Please choose a CD-ROM to eject"
42204252 msgstr "Sila pilih CD-ROM untuk dilentingkan"
42214253
4222 #: bash/run_app:83
4254 #: bash/run_app:85
42234255 #, sh-format
42244256 msgid "Please choose a software to run"
42254257 msgstr "Sila pilih perisian untuk dijalankan"
42264258
4227 #: bash/run_app:114
4259 #: bash/run_app:116
42284260 #, sh-format
42294261 msgid "$APPLICATION_TITLE debugger is starting..."
42304262 msgstr "Penyahpepijat $APPLICATION_TITLE sedang dimulakan..."
42314263
4232 #: bash/run_app:117
4264 #: bash/run_app:119
42334265 #, sh-format
42344266 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
42354267 msgstr ""
42364268 "$PACKAGE mengalami kerosakan.\\nKlik pada pautan nyahpepijat untuk perincian."
42374269
4238 #: bash/run_app:119
4270 #: bash/run_app:121
42394271 #, sh-format
42404272 msgid "$PACKAGE crashed."
42414273 msgstr "$PACKAGE mengalami kerosakan."
42984330 "tetapan lama ?"
42994331
43004332 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4301 #: lib/playonlinux.lib:717
4333 #: lib/playonlinux.lib:720
43024334 #, sh-format
43034335 msgid "$APPLICATION_TITLE Uninstaller"
43044336 msgstr "Penyahpasang $APPLICATION_TITLE"
43184350 msgid "This wizard will help you to uninstall: "
43194351 msgstr "Bestari ini akan membantu anda menyahpasang: "
43204352
4321 #: bash/uninstall:65 lib/playonlinux.lib:717
4353 #: bash/uninstall:65 lib/playonlinux.lib:720
43224354 #, sh-format
43234355 msgid "Uninstalling..."
43244356 msgstr "Menyahpasang..."
43864418 "hentikan proses pemasangan.\\nLawati www.$POL_DNS untuk maklumat lanjut"
43874419
43884420 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4389 #: lib/wine.lib:955 lib/wine.lib:1036
4421 #: lib/wine.lib:970 lib/wine.lib:1051
43904422 #, sh-format
43914423 msgid "Please wait while the virtual drive is being created..."
43924424 msgstr "Sila tunggu semasa pemacu maya dicipta..."
44014433 msgid "Setting Program Files var"
44024434 msgstr "Menetapkan var Program Files"
44034435
4404 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4405 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4436 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4437 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
44064438 #, sh-format
44074439 msgid "This function is disabled in the PlayOnlinux environment."
44084440 msgstr "Fungsi ini dilumpuhkan di dalam persekitaran PlayOnLinux."
44094441
4410 #: lib/playonlinux.lib:334
4442 #: lib/playonlinux.lib:336
44114443 #, sh-format
44124444 msgid ""
44134445 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44184450 "nPlayOnLinux tidak pernah mengesahkan skrip ini dan tidak akan "
44194451 "bertanggungjawab darinya.\\nSila pastikan anda tahu apa yang anda buat !"
44204452
4421 #: lib/playonlinux.lib:335
4453 #: lib/playonlinux.lib:337
44224454 #, sh-format
44234455 msgid "Here the source code of the script. Check it carefully"
44244456 msgstr "Disini merupakan kod sumber skrip. Periksa ia dengan hati-hati"
44254457
4426 #: lib/playonlinux.lib:357
4458 #: lib/playonlinux.lib:359
44274459 #, sh-format
44284460 msgid ""
44294461 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44344466 "n$APPLICATION_TITLE tidak pernah mengesahkan skrip ini dan tidak akan "
44354467 "bertanggungjawab darinya.\\nSila pastikan anda tahu apa yang anda buat!"
44364468
4437 #: lib/playonlinux.lib:358
4469 #: lib/playonlinux.lib:360
44384470 #, sh-format
44394471 msgid "External library"
44404472 msgstr "Pustaka luaran"
44414473
4442 #: lib/playonlinux.lib:358
4474 #: lib/playonlinux.lib:360
44434475 #, sh-format
44444476 msgid "Here the source code of the script. Check it carrefully"
44454477 msgstr "Disini merupakan kod sumber skrip. Periksa ia dengan hati-hati"
44464478
4447 #: lib/playonlinux.lib:591
4479 #: lib/playonlinux.lib:593
44484480 #, sh-format
44494481 msgid "Making shortcut..."
44504482 msgstr "Membuat pintasan..."
44514483
4452 #: lib/playonlinux.lib:715
4484 #: lib/playonlinux.lib:718
44534485 #, sh-format
44544486 msgid "Do you want to delete the virtual drive:"
44554487 msgstr "Anda hendak padam pemacu maya:"
44564488
4457 #: lib/playonlinux.lib:826
4489 #: lib/playonlinux.lib:831
44584490 #, sh-format
44594491 msgid ""
44604492 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44634495 "Fail berikut berada dalam sistem fail FAT32.\\nIa mungkin menghalang wine "
44644496 "berfungsi dalam\\n\\n$FilePath"
44654497
4466 #: lib/playonlinux.lib:827
4498 #: lib/playonlinux.lib:832
44674499 #, sh-format
44684500 msgid ""
44694501 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44724504 "Fail berikut berada dalam sistem fail NTFS.\\nIa mungkin menghalang wine "
44734505 "berfungsi dalam\\n\\n$FilePath"
44744506
4475 #: lib/playonlinux.lib:828
4507 #: lib/playonlinux.lib:833
44764508 #, sh-format
44774509 msgid ""
44784510 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44814513 "Fail berikut berada dalam sistem fail fuse.\\nIa mungkin menghalang wine "
44824514 "berfungsi dalam\\n\\n$FilePath"
44834515
4484 #: lib/playonlinux.lib:829
4516 #: lib/playonlinux.lib:834
44854517 #, sh-format
44864518 msgid ""
44874519 "The following file is located on a noexec mounted filesystem.\\nIt might "
44904522 "Fail berikut berada dalam sistem fail terlekap noexec.\\nIa mungkin "
44914523 "menghalang wine berfungsi dalam\\n\\n$FilePath"
44924524
4493 #: lib/plugins.lib:65
4525 #: lib/plugins.lib:66
44944526 #, sh-format
44954527 msgid "Checking plugin: "
44964528 msgstr "Memeriksa pemalam: "
44974529
4498 #: lib/plugins.lib:93
4530 #: lib/plugins.lib:94
44994531 #, sh-format
45004532 msgid "New: "
45014533 msgstr "Baru: "
45024534
4503 #: lib/plugins.lib:93
4535 #: lib/plugins.lib:94
45044536 #, sh-format
45054537 msgid "Updating plugin. Previous: "
45064538 msgstr "Mengemaskini pemalam. Terdahulu: "
45074539
4508 #: lib/plugins.lib:112
4540 #: lib/plugins.lib:113
45094541 #, sh-format
45104542 msgid "Installing plugin: "
45114543 msgstr "Memasang pemalam: "
45244556 msgid "Function override detected, disabling bug reporting"
45254557 msgstr "Pembatalan fungsi dikesan, melumpuhkan pelaporan pepijat"
45264558
4527 #: lib/scripts.lib:499 lib/scripts.lib:565
4559 #: lib/scripts.lib:500 lib/scripts.lib:566
45284560 #, sh-format
45294561 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
45304562 msgstr "Ruang tidak mencukupi untuk memuat turun:\\n$URL ($neededSpace KB)"
45314563
4532 #: lib/scripts.lib:501 lib/scripts.lib:784
4564 #: lib/scripts.lib:502 lib/scripts.lib:785
45334565 #, sh-format
45344566 msgid "Please wait while $APPLICATION_TITLE is downloading:"
45354567 msgstr "Sila tunggu semasa $APPLICATION_TITLE memuat turun:"
45364568
4537 #: lib/scripts.lib:503 lib/scripts.lib:570
4569 #: lib/scripts.lib:504 lib/scripts.lib:571
45384570 #, sh-format
45394571 msgid "An error happened during download."
45404572 msgstr "Ralat berlaku semasa muat turn."
45414573
4542 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4543 #: lib/scripts.lib:586
4574 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4575 #: lib/scripts.lib:587
45444576 #, sh-format
45454577 msgid "Do you want to retry?"
45464578 msgstr "Anda hendak cuba lagi?"
45474579
4548 #: lib/scripts.lib:522 lib/scripts.lib:586
4580 #: lib/scripts.lib:523 lib/scripts.lib:587
45494581 #, sh-format
45504582 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45514583 msgstr ""
45524584 "Ralat ! Fail tidak sepadan\\n\\nSetempat : $LOCAL_MD5\\nPelayan : $SERVER_MD5"
45534585
4554 #: lib/scripts.lib:689
4586 #: lib/scripts.lib:690
45554587 #, sh-format
45564588 msgid ""
45574589 "7z not installed, please check that you have 7zip installed and try again"
45594591 "7z tidak dipasang, sila semak sama ada anda telah memasang 7zip dan cuba "
45604592 "sekali lagi"
45614593
4562 #: lib/scripts.lib:696
4594 #: lib/scripts.lib:697
45634595 #, sh-format
45644596 msgid "Failed to locate ${dest} from ${archive}"
45654597 msgstr "Gagal mencari ${dest} dari ${archive}"
45664598
4567 #: lib/scripts.lib:700
4599 #: lib/scripts.lib:701
45684600 #, sh-format
45694601 msgid "Extracting ${filename} from ${archivename}"
45704602 msgstr "Mengekstrak ${filename} dari ${archivename}"
45714603
4572 #: lib/scripts.lib:715
4604 #: lib/scripts.lib:716
45734605 #, sh-format
45744606 msgid "Extracted file size does not match!"
45754607 msgstr "Saiz fail terekstrak tidak sepadan!"
45764608
4577 #: lib/scripts.lib:746
4609 #: lib/scripts.lib:747
45784610 #, sh-format
45794611 msgid "Copying ${filename}"
45804612 msgstr "Menyalin ${filename}"
45814613
4582 #: lib/scripts.lib:759
4614 #: lib/scripts.lib:760
45834615 #, sh-format
45844616 msgid "File size does not match!"
45854617 msgstr "Saiz fail tidak sepadan!"
45864618
4587 #: lib/scripts.lib:903
4619 #: lib/scripts.lib:904
45884620 #, sh-format
45894621 msgid ""
45904622 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45934625 "Maaf, $APPLICATION_TITLE $VERSION terlalu tua untuk diteruskan.\\"
45944626 "n$APPLICATION_TITLE $NEEDED diperlukan."
45954627
4596 #: lib/scripts.lib:918
4628 #: lib/scripts.lib:919
45974629 #, sh-format
45984630 msgid ""
45994631 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
46024634 "Amaran: Anda kini menjalankan $APPLICATION_TITLE $VERSION.\\"
46034635 "n$APPLICATION_TITLE $NEEDED disarankan untuk diteruskan."
46044636
4605 #: lib/scripts.lib:949
4637 #: lib/scripts.lib:950
46064638 #, sh-format
46074639 msgid "$AUTHOR profile"
46084640 msgstr "Profil $AUTHOR"
46514683 "Satu atau lebih program telah hilang. Sila pasang ia dan jalankan skrip "
46524684 "sekali lagi."
46534685
4654 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4686 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46554687 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46564688 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46574689 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46634695 #, sh-format
46644696 msgid "Where is mounted your CD-ROM?"
46654697 msgstr "Dimanakan CD-ROM anda dilekap?"
4698
4699 #: lib/setupwindow.lib:349 python/install.py:218
4700 #, sh-format
4701 msgid "Other"
4702 msgstr "Lain-lain"
46664703
46674704 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46684705 #, sh-format
47904827 msgid "I don't want to make another shortcut"
47914828 msgstr "Saya tidak mahu buat pintasan lain"
47924829
4793 #: lib/setupwindow.lib:711 python/guiv3.py:158
4830 #: lib/setupwindow.lib:711 python/guiv3.py:163
47944831 #, sh-format
47954832 msgid "Browse"
47964833 msgstr "Layar"
47974834
4835 #: lib/setupwindow.lib:739
4836 #, sh-format
4837 msgid "A shortcut by that name already exists, overwrite?"
4838 msgstr ""
4839
47984840 #: lib/website.lib:29
47994841 #, sh-format
48004842 msgid "Connect to your $APPLICATION_TITLE account"
48144856 "Gagal menyambung !\\nSila pastikan daftar masuk dan kata laluan anda adalah "
48154857 "betul."
48164858
4817 #: lib/wine.lib:367
4859 #: lib/wine.lib:371
48184860 #, sh-format
48194861 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
48204862 msgstr "Sila tunggu semasa $APPLICATION_TITLE mengimbas perkakasan anda"
48214863
4822 #: lib/wine.lib:373
4864 #: lib/wine.lib:377
48234865 #, sh-format
48244866 msgid "Select the main videocard to report:"
48254867 msgstr "Pilih kad video utama untuk laporan:"
48264868
4827 #: lib/wine.lib:538 lib/wine.lib:703
4869 #: lib/wine.lib:549 lib/wine.lib:714
48284870 #, sh-format
48294871 msgid ""
48304872 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
48334875 "Wine kelihatan mengalami kerosakan\\n\\nJika program masih berjalan, abaikan "
48344876 "mesej ini"
48354877
4836 #: lib/wine.lib:763
4878 #: lib/wine.lib:775
48374879 #, sh-format
48384880 msgid "Unable to find version: "
48394881 msgstr "Tidak boleh cari versi: "
48404882
4841 #: lib/wine.lib:769 lib/wine.lib:770
4883 #: lib/wine.lib:781 lib/wine.lib:782
48424884 #, sh-format
48434885 msgid "Downloading Wine: "
48444886 msgstr "Memuat turun Wine: "
48454887
4846 #: lib/wine.lib:779
4888 #: lib/wine.lib:791
48474889 #, sh-format
48484890 msgid "The download seems to have failed."
48494891 msgstr "Muat turun kelihatan telah mengalami kegagalan."
48504892
4851 #: lib/wine.lib:781
4893 #: lib/wine.lib:793
48524894 #, sh-format
48534895 msgid "Extracting Wine..."
48544896 msgstr "Mengekstrak Wine..."
48554897
4856 #: lib/wine.lib:961
4898 #: lib/wine.lib:976
48574899 #, sh-format
48584900 msgid "Overwrite (usually works, no guarantee)"
48594901 msgstr "Tulis-ganti (biasanya berfungsi, tetapi tiada jaminan)"
48604902
4861 #: lib/wine.lib:962
4903 #: lib/wine.lib:977
48624904 #, sh-format
48634905 msgid "Erase (virtual drive content will be lost)"
48644906 msgstr "Padam (kandungan pemacu maya akan hilang)"
48654907
4866 #: lib/wine.lib:976
4908 #: lib/wine.lib:991
48674909 #, sh-format
48684910 msgid "The target virtual drive $PREFNAME already exists:"
48694911 msgstr "Pemacu maya sasaran $PREFNAME sudah wujud:"
48704912
4871 #: lib/wine.lib:1156 lib/wine.lib:1186
4913 #: lib/wine.lib:1171 lib/wine.lib:1201
48724914 #, sh-format
48734915 msgid "Please wait while $SOFTNAME is installed..."
48744916 msgstr "Sila tunggu semasa $SOFTNAME dipasang..."
48754917
4876 #: lib/wine.lib:1160 lib/wine.lib:1189
4918 #: lib/wine.lib:1175 lib/wine.lib:1204
48774919 #, sh-format
48784920 msgid ""
48794921 "Be careful! This will kill install process. If it is not finished, you will "
48824924 "Berhati-hati! Ia akan matikan proses pemasangan. Jika ia masih belum "
48834925 "selesai, anda perlu pasang semula $SOFTNAME"
48844926
4885 #: lib/wine.lib:1160 lib/wine.lib:1189
4927 #: lib/wine.lib:1175 lib/wine.lib:1204
48864928 #, sh-format
48874929 msgid "Install is done"
48884930 msgstr "Pemasangan selesai"
48894931
4890 #: lib/wine.lib:1193 lib/wine.lib:1194
4932 #: lib/wine.lib:1208 lib/wine.lib:1209
48914933 #, sh-format
48924934 msgid "Press next only when the installation process is finished"
48934935 msgstr "Tekan maju hanya bila proses pemasangan telah selesai"
48944936
4895 #: lib/wine.lib:1202
4937 #: lib/wine.lib:1217
48964938 #, sh-format
48974939 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48984940 msgstr "Sila tunggu semasa $APPLICATION_TITLE mensimulasi but semula"
49114953 "Untuk menyahpasang secara bersih program dengan {0}, anda mesti memadam "
49124954 "pemacu maya yang berkaitan dengannya"
49134955
4914 #: python/configure.py:197 python/configure.py:694
4956 #: python/configure.py:196 python/configure.py:703
49154957 msgid "General"
49164958 msgstr "Am"
49174959
4918 #: python/configure.py:200
4960 #: python/configure.py:199
49194961 msgid "Make a new shortcut from this virtual drive"
49204962 msgstr "Buat pintasan baru dari pemacu maya ini"
49214963
4922 #: python/configure.py:201
4964 #: python/configure.py:200
49234965 msgid "Name"
49244966 msgstr "Nama"
49254967
4926 #: python/configure.py:202
4968 #: python/configure.py:201
49274969 msgid "Wine version"
49284970 msgstr "Versi Wine"
49294971
4930 #: python/configure.py:203
4972 #: python/configure.py:202
49314973 msgid "Debug flags"
49324974 msgstr "Nyahpepijat bendera"
49334975
4934 #: python/configure.py:205
4976 #: python/configure.py:204
49354977 msgid "Virtual drive"
49364978 msgstr "Pemacu maya"
49374979
4938 #: python/configure.py:207
4980 #: python/configure.py:206
49394981 msgid "Arguments"
49404982 msgstr "Argumen"
49414983
4942 #: python/configure.py:211
4984 #: python/configure.py:210
49434985 msgid "Run configuration wizard"
49444986 msgstr "Jalankan bestari konfigurasi"
49454987
4946 #: python/configure.py:248
4988 #: python/configure.py:247
49474989 msgid "Windows reboot"
49484990 msgstr "But semul Windows"
49494991
4950 #: python/configure.py:256
4992 #: python/configure.py:255
49514993 msgid "Repair virtual drive"
49524994 msgstr "Baiki pemacu maya"
49534995
4954 #: python/configure.py:265
4996 #: python/configure.py:264
49554997 msgid "Command prompt"
49564998 msgstr "Promp perintah"
49574999
4958 #: python/configure.py:272
5000 #: python/configure.py:271
49595001 msgid "Task manager"
49605002 msgstr "Pengurus Tugas"
49615003
4962 #: python/configure.py:280
5004 #: python/configure.py:279
49635005 msgid "Kill processes"
49645006 msgstr "Matikan proses"
49655007
4966 #: python/configure.py:287
5008 #: python/configure.py:286
49675009 msgid "Wine uninstaller"
49685010 msgstr "Penyahpasang Wine"
49695011
4970 #: python/configure.py:312
5012 #: python/configure.py:311
49715013 msgid ""
49725014 "Be careful! Installing one of these components can break your virtual drive."
49735015 msgstr ""
49745016 "Berhati-hati! Memasang salah satu komponen ini boleh merosakkan pemacu maya "
49755017 "anda."
49765018
4977 #: python/configure.py:334 python/install.py:285 python/install.py:289
4978 #: python/mainwindow.py:197 python/mainwindow.py:350
5019 #: python/configure.py:333 python/install.py:285 python/install.py:289
5020 #: python/mainwindow.py:199 python/mainwindow.py:348
49795021 msgid "Install"
49805022 msgstr "Pasang"
49815023
4982 #: python/configure.py:395
5024 #: python/configure.py:388
49835025 msgid "Open program's directory"
49845026 msgstr "Buka direktori program"
49855027
4986 #: python/configure.py:418
5028 #: python/configure.py:411
49875029 msgid "Open virtual drive's directory"
49885030 msgstr "Buka direktori pemacu maya"
49895031
4990 #: python/configure.py:560
5032 #: python/configure.py:555
49915033 msgid "GLSL Support"
49925034 msgstr "Sokongan GLSL"
49935035
4994 #: python/configure.py:561
5036 #: python/configure.py:556
49955037 msgid "Direct Draw Renderer"
49965038 msgstr "Penerap Direct Draw"
49975039
4998 #: python/configure.py:562
5040 #: python/configure.py:557
49995041 msgid "Video memory size"
50005042 msgstr "Saiz ingatan video"
50015043
5002 #: python/configure.py:563
5044 #: python/configure.py:558
50035045 msgid "Offscreen rendering mode"
50045046 msgstr "Mod penerapan luar-skrin"
50055047
5006 #: python/configure.py:564
5048 #: python/configure.py:559
50075049 msgid "Render target mode lock"
50085050 msgstr "Terap kuncian mod sasaran"
50095051
5010 #: python/configure.py:565
5052 #: python/configure.py:560
50115053 msgid "Multisampling"
50125054 msgstr "Persampelan-berbilang"
50135055
5014 #: python/configure.py:566
5056 #: python/configure.py:561
50155057 msgid "Strict Draw Ordering"
50165058 msgstr "Penertiban Lukis Ketat"
50175059
5018 #: python/configure.py:576
5060 #: python/configure.py:571
50195061 msgid "Mouse warp override"
50205062 msgstr "Batal ledingan tetikus"
50215063
5022 #: python/configure.py:578
5064 #: python/configure.py:573
50235065 msgid "Open a shell"
50245066 msgstr "Buka shell"
50255067
5026 #: python/configure.py:579
5068 #: python/configure.py:574
50275069 msgid "Run a .exe file in this virtual drive"
50285070 msgstr "Jalankan fail .exe di dalam pemacu maya ini"
50295071
5030 #: python/configure.py:580
5072 #: python/configure.py:575
50315073 msgid "Command to exec before running the program"
50325074 msgstr "Perintah untuk dilakukan sebelum menjalankan program"
50335075
5034 #: python/configure.py:591
5076 #: python/configure.py:585
5077 msgid ""
5078 "Warning:\n"
5079 "\n"
5080 "Any program still running in this virtual drive will be terminated before "
5081 "Wine version is changed.\n"
5082 "Are you sure you want to continue?"
5083 msgstr ""
5084
5085 #: python/configure.py:596
50355086 msgid ""
50365087 "Be careful!\n"
50375088 "If you change "
50395090 "Berhati-hati!\n"
50405091 "Jika anda ubah "
50415092
5042 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5093 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
50435094 msgid "{0} configuration"
50445095 msgstr "Konfigurasi {0}"
50455096
5046 #: python/configure.py:659
5097 #: python/configure.py:664
50475098 msgid "Please select a program or a virtual drive to configure"
50485099 msgstr "Sila pilih program atau pemacu maya untuk dikonfigurkan"
50495100
5050 #: python/configure.py:677 python/options.py:280
5101 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50515102 msgid "New"
50525103 msgstr "Baru"
50535104
5054 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5055 #: python/mainwindow.py:596 python/options.py:207
5105 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5106 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50565107 msgid "Remove"
50575108 msgstr "Buang"
50585109
5059 #: python/configure.py:696
5110 #: python/configure.py:705
50605111 msgid "Install components"
50615112 msgstr "Pasang komponen"
50625113
5063 #: python/configure.py:697 python/mainwindow.py:332
5114 #: python/configure.py:706 python/mainwindow.py:330
50645115 msgid "Display"
50655116 msgstr "Paparan"
50665117
5067 #: python/configure.py:698
5118 #: python/configure.py:707
50685119 msgid "Miscellaneous"
50695120 msgstr "Pelbagai"
50705121
5071 #: python/configure.py:726
5122 #: python/configure.py:735
50725123 msgid "This virtual drive is protected"
50735124 msgstr "Pemacu maya ini dilindungi"
50745125
5075 #: python/configure.py:728
5126 #: python/configure.py:737
50765127 msgid "Are you sure you want to delete {0} virtual drive ?"
50775128 msgstr "Anda pasti hendak memadam pemacu maya {0}?"
50785129
5079 #: python/configure.py:735
5130 #: python/configure.py:744
50805131 msgid "Are you sure you want to delete {0} ?"
50815132 msgstr "Anda pasti hendak memadam {0}?"
50825133
5083 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5084 #: python/mainwindow.py:997
5134 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5135 #: python/mainwindow.py:995
50855136 msgid "{0} debugger"
50865137 msgstr "Penyahpepijat {0}"
50875138
50895140 msgid "Please select a debug file"
50905141 msgstr "Sila pilih fail nyahpepijat"
50915142
5092 #: python/debug.py:76
5143 #: python/debug.py:78
50935144 msgid "Locate this logfile"
50945145 msgstr "Cari fail log ini"
50955146
5096 #: python/debug.py:99
5147 #: python/debug.py:101
50975148 msgid "The file is named : {0}"
50985149 msgstr "Fail dinamakan : {0}"
50995150
5100 #: python/debug.py:153 python/debug.py:207
5151 #: python/debug.py:189 python/debug.py:245
51015152 msgid "Virtual drives"
51025153 msgstr "Pemacu maya"
51035154
5104 #: python/debug.py:184
5155 #: python/debug.py:222
51055156 msgid "Report a problem about {0}"
51065157 msgstr "Laporkan masalah mengenai {0}"
51075158
5108 #: python/debug.py:206
5159 #: python/debug.py:244
51095160 msgid "Install scripts"
51105161 msgstr "Pasang skrip"
51115162
51305181 msgid "Next"
51315182 msgstr "Maju"
51325183
5133 #: python/guiv3.py:166
5184 #: python/guiv3.py:171
51345185 msgid "I Agree"
51355186 msgstr "Saya Setuju"
51365187
5137 #: python/guiv3.py:167
5188 #: python/guiv3.py:172
51385189 msgid "Show virtual drives"
51395190 msgstr "Papar pemacu maya"
51405191
5141 #: python/guiv3.py:188
5192 #: python/guiv3.py:193
51425193 msgid "Login: "
51435194 msgstr "Daftar Masuk: "
51445195
5145 #: python/guiv3.py:189
5196 #: python/guiv3.py:194
51465197 msgid "Password: "
51475198 msgstr "Kata Laluan: "
51485199
5149 #: python/guiv3.py:192
5200 #: python/guiv3.py:197
51505201 msgid "Register"
51515202 msgstr "Daftar"
51525203
5153 #: python/guiv3.py:288
5204 #: python/guiv3.py:302
51545205 msgid "MB downloaded"
51555206 msgstr "MB dimuat turun"
51565207
5157 #: python/guiv3.py:288
5208 #: python/guiv3.py:302
51585209 msgid "of"
51595210 msgstr "dari"
51605211
5161 #: python/guiv3.py:749
5212 #: python/guiv3.py:769
51625213 msgid "You cannot close this window"
51635214 msgstr "Anda tidak boleh tutup tetingkap ini"
51645215
51665217 msgid "No description"
51675218 msgstr "Tiada keterangan"
51685219
5169 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5220 #: python/install.py:210
5221 msgid "Accessories"
5222 msgstr "Aksesori"
5223
5224 #: python/install.py:211
5225 msgid "Development"
5226 msgstr "Pembangunan"
5227
5228 #: python/install.py:212
5229 msgid "Education"
5230 msgstr "Pendidikan"
5231
5232 #: python/install.py:213
5233 msgid "Games"
5234 msgstr "Permainan"
5235
5236 #: python/install.py:214
5237 msgid "Graphics"
5238 msgstr "Grafik"
5239
5240 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5241 msgid "Internet"
5242 msgstr "Internet"
5243
5244 #: python/install.py:216
5245 msgid "Multimedia"
5246 msgstr "Multimedia"
5247
5248 #: python/install.py:217
5249 msgid "Office"
5250 msgstr "Pejabat"
5251
5252 #: python/install.py:219
5253 msgid "Patches"
5254 msgstr "Tampalan"
5255
5256 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51705257 msgid "Search"
51715258 msgstr "Gelintar"
51725259
51735260 #: python/install.py:252
51745261 msgid "Include:"
51755262 msgstr "Termasuk:"
5263
5264 #: python/install.py:258
5265 msgid "Testing"
5266 msgstr "Pengujian"
51765267
51775268 #: python/install.py:263
51785269 msgid "No-cd needed"
52475338 "kerana ia boleh digunakan atas tujuan cetak rompak kami tidak menyokongnya "
52485339 "lagi."
52495340
5250 #: python/irc.py:137
5341 #: python/irc.py:139
52515342 msgid "Send"
52525343 msgstr "Hantar"
52535344
5254 #: python/irc.py:138
5345 #: python/irc.py:140
52555346 msgid "Connect"
52565347 msgstr "Sambung"
52575348
5258 #: python/irc.py:139
5349 #: python/irc.py:141
52595350 msgid "Disconnect"
52605351 msgstr "Putuskan"
52615352
5262 #: python/irc.py:140
5353 #: python/irc.py:142
52635354 msgid "Leave"
52645355 msgstr "Biarkan"
52655356
5266 #: python/irc.py:227
5357 #: python/irc.py:229
52675358 msgid "Join a channel"
52685359 msgstr "Sertai saluran"
52695360
5270 #: python/irc.py:257 python/mainwindow.py:725
5361 #: python/irc.py:259 python/mainwindow.py:723
52715362 msgid "Messenger"
52725363 msgstr "Pemesej"
52735364
5274 #: python/irc.py:273
5365 #: python/irc.py:275
52755366 msgid ""
52765367 "If you close this window, you cannot read further replies. Are you sure that "
52775368 "you want to close it?"
53015392 msgid "{0} error"
53025393 msgstr "Ralat {0}"
53035394
5304 #: python/mainwindow.py:73
5395 #: python/mainwindow.py:75
53055396 msgid "{0} website is unavailable. Please check your connection"
53065397 msgstr "Laman sesawang {0} tidak tersedia. Sila semak sambungan anda"
53075398
5308 #: python/mainwindow.py:75
5399 #: python/mainwindow.py:77
53095400 msgid "Refreshing {0}"
53105401 msgstr "Menyegar Semula {0}"
53115402
5312 #: python/mainwindow.py:90 python/mainwindow.py:92
5403 #: python/mainwindow.py:92 python/mainwindow.py:94
53135404 msgid "An updated version of {0} is available"
53145405 msgstr "Versi terkemaskini {0} sudah tersedia"
53155406
5316 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5407 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
53175408 msgid "Run"
53185409 msgstr "Jalan"
53195410
5320 #: python/mainwindow.py:200
5411 #: python/mainwindow.py:202
53215412 msgid "Donate"
53225413 msgstr "Beri Sumbangan"
53235414
5324 #: python/mainwindow.py:201
5415 #: python/mainwindow.py:203
53255416 msgid "Exit"
53265417 msgstr "Keluar"
53275418
5328 #: python/mainwindow.py:205
5419 #: python/mainwindow.py:207
53295420 msgid "Small icons"
53305421 msgstr "Ikon kecil"
53315422
5332 #: python/mainwindow.py:206
5423 #: python/mainwindow.py:208
53335424 msgid "Medium icons"
53345425 msgstr "Ikon sederhana"
53355426
5336 #: python/mainwindow.py:207
5427 #: python/mainwindow.py:209
53375428 msgid "Large icons"
53385429 msgstr "Ikon besar"
53395430
5340 #: python/mainwindow.py:208
5431 #: python/mainwindow.py:210
53415432 msgid "Very large icons"
53425433 msgstr "Ikon sangat besar"
53435434
5344 #: python/mainwindow.py:220
5435 #: python/mainwindow.py:222
53455436 msgid "Manage Wine versions"
53465437 msgstr "Urus versi Wine"
53475438
5348 #: python/mainwindow.py:226
5439 #: python/mainwindow.py:228
53495440 msgid "Read a PC CD-Rom"
53505441 msgstr "Baca CD-Rom PC"
53515442
5352 #: python/mainwindow.py:236
5443 #: python/mainwindow.py:238
53535444 msgid "Close all {0} software"
53545445 msgstr "Tutup semua perisian {0}"
53555446
5356 #: python/mainwindow.py:240
5447 #: python/mainwindow.py:242
53575448 msgid "{0} console"
53585449 msgstr "Konsol {0}"
53595450
5360 #: python/mainwindow.py:250
5451 #: python/mainwindow.py:248
53615452 msgid "{0} messenger"
53625453 msgstr "Pemesej {0}"
53635454
5364 #: python/mainwindow.py:266 python/options.py:388
5455 #: python/mainwindow.py:264 python/options.py:388
53655456 msgid "File associations"
53665457 msgstr "Asosiasi fail"
53675458
5368 #: python/mainwindow.py:273
5459 #: python/mainwindow.py:271
53695460 msgid "About {0}"
53705461 msgstr "Perihal {0}"
53715462
5372 #: python/mainwindow.py:302 python/mainwindow.py:306
5463 #: python/mainwindow.py:300 python/mainwindow.py:304
53735464 msgid "Plugin manager"
53745465 msgstr "Pengurus pemalam"
53755466
5376 #: python/mainwindow.py:331
5467 #: python/mainwindow.py:329
53775468 msgid "File"
53785469 msgstr "Fail"
53795470
5380 #: python/mainwindow.py:333
5471 #: python/mainwindow.py:331
53815472 msgid "Tools"
53825473 msgstr "Alatan"
53835474
5384 #: python/mainwindow.py:334 python/mainwindow.py:723
5475 #: python/mainwindow.py:332 python/mainwindow.py:721
53855476 msgid "Settings"
53865477 msgstr "Tetapan"
53875478
5388 #: python/mainwindow.py:335 python/options.py:387
5479 #: python/mainwindow.py:333 python/options.py:387
53895480 msgid "Plugins"
53905481 msgstr "Pemalam"
53915482
5392 #: python/mainwindow.py:347 python/mainwindow.py:739
5483 #: python/mainwindow.py:345 python/mainwindow.py:737
53935484 msgid "Close"
53945485 msgstr "Tutup"
53955486
5396 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5487 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53975488 msgid "Configure"
53985489 msgstr "Konfigur"
53995490
5400 #: python/mainwindow.py:584
5491 #: python/mainwindow.py:582
54015492 msgid "Open the application's directory"
54025493 msgstr "Buka direktori aplikasi"
54035494
5404 #: python/mainwindow.py:588 python/mainwindow.py:753
5495 #: python/mainwindow.py:586 python/mainwindow.py:751
54055496 msgid "Read the manual"
54065497 msgstr "Baca panduan"
54075498
5408 #: python/mainwindow.py:592
5499 #: python/mainwindow.py:590
54095500 msgid "Set the icon"
54105501 msgstr "Tetapkan ikon"
54115502
5412 #: python/mainwindow.py:600
5503 #: python/mainwindow.py:598
54135504 msgid "Close this application"
54145505 msgstr "Tutup aplikasi ini"
54155506
5416 #: python/mainwindow.py:611
5507 #: python/mainwindow.py:609
54175508 msgid "KillApp"
54185509 msgstr "MatikanApl"
54195510
5420 #: python/mainwindow.py:618
5511 #: python/mainwindow.py:616
54215512 msgid "No manual found for {0}"
54225513 msgstr "Tiada panduan ditemui untuk {0}"
54235514
5424 #: python/mainwindow.py:721
5515 #: python/mainwindow.py:719
54255516 msgid "Install a program"
54265517 msgstr "Pasang program"
54275518
5428 #: python/mainwindow.py:728
5519 #: python/mainwindow.py:726
54295520 msgid "Update GIT"
54305521 msgstr "Kemaskini GIT"
54315522
5432 #: python/mainwindow.py:731
5523 #: python/mainwindow.py:729
54335524 msgid "Update instructions"
54345525 msgstr "Kemaskini arahan"
54355526
5436 #: python/mainwindow.py:741
5527 #: python/mainwindow.py:739
54375528 msgid "Debug"
54385529 msgstr "Nyahpepijat"
54395530
5440 #: python/mainwindow.py:743
5531 #: python/mainwindow.py:741
54415532 msgid "Report a problem"
54425533 msgstr "Laporkan masalah"
54435534
5444 #: python/mainwindow.py:747
5535 #: python/mainwindow.py:745
54455536 msgid "Create a shortcut"
54465537 msgstr "Cipta satu pintasan"
54475538
5448 #: python/mainwindow.py:749
5539 #: python/mainwindow.py:747
54495540 msgid "Open the directory"
54505541 msgstr "Buka direktori"
54515542
5452 #: python/mainwindow.py:755
5543 #: python/mainwindow.py:753
54535544 msgid "Save"
54545545 msgstr "Simpan"
54555546
5456 #: python/mainwindow.py:758
5547 #: python/mainwindow.py:756
54575548 msgid "Uninstall"
54585549 msgstr "Nyahpasang"
54595550
5460 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5461 #: python/mainwindow.py:1003
5551 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5552 #: python/mainwindow.py:1001
54625553 msgid "Please select a program."
54635554 msgstr "Sila pilih satu program."
54645555
5465 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5556 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54665557 msgid "{0} settings"
54675558 msgstr "Tetapan {0}"
54685559
5469 #: python/mainwindow.py:965
5560 #: python/mainwindow.py:963
54705561 msgid "{0} install menu"
54715562 msgstr "Menu pemasangan {0}"
54725563
5473 #: python/mainwindow.py:974
5564 #: python/mainwindow.py:972
54745565 msgid "{0} wine versions manager"
54755566 msgstr "Pengurus versi wine {0}"
54765567
5477 #: python/mainwindow.py:1005
5568 #: python/mainwindow.py:1003
54785569 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54795570 msgstr "Pemacu maya berkaitan dengan {0} ({1}) tidak lagi wujud."
54805571
56025693 "\n"
56035694 "Maklumat ini sangat penting untuk kami membantu pengguna."
56045695
5605 #: python/mainwindow.py:1271
5696 #: python/mainwindow.py:1273
56065697 msgid "Are you sure you want to want to install {0} package?"
56075698 msgstr "Anda pasti hendak memasang pakej {0}?"
56085699
5609 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5700 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5701 #: python/mainwindow.py:1284
56105702 msgid ""
56115703 "You are trying to open a script design for {0}! It might not work as expected"
56125704 msgstr ""
56855777 msgid "You must restart {0} for the changes to take effect."
56865778 msgstr "Anda perlu mulakan semula {0} supaya perubahan berkesan."
56875779
5688 #: python/wine_versions.py:194
5780 #: python/wine_versions.py:195
56895781 msgid "Installed Wine versions: "
56905782 msgstr "Versi Wine dipasang: "
56915783
5692 #: python/wine_versions.py:195
5784 #: python/wine_versions.py:196
56935785 msgid "Available Wine versions: "
56945786 msgstr "Versi Wine tersedia: "
56955787
5696 #: python/wine_versions.py:202
5788 #: python/wine_versions.py:203
56975789 msgid "Wine versions"
56985790 msgstr "Versi Wine"
56995791
5700 #: python/wine_versions.py:321
5792 #: python/wine_versions.py:322
57015793 msgid "Are you sure you want to delete wine {0}?"
57025794 msgstr "Anda pasti hendak memadam wine {0}?"
57035795
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:09+0000\n"
1111 "Last-Translator: Alfred Løvgren <Norsk.norman1@gmail.com>\n"
1212 "Language-Team: Norwegian Bokmal <nb@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr "Sett in media for installasjon av spillet"
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "Venligst velg innstallasjons fil å åpne"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
431451 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
432452 #: PlayOnLinux_Scripts/Magicka_:68
433453 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
454 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
434455 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
435456 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
436457 #: PlayOnLinux_Scripts/Rayman_Origins_:83
437458 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
439 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
459 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
460 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
440461 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
441462 #: PlayOnLinux_Scripts/The_Witcher_:125
442463 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
467488 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
468489 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
469490 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
491 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
470492 #: PlayOnLinux_Scripts/Driftmoon_:43
471493 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
472494 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
475497 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
476498 #: PlayOnLinux_Scripts/League_Of_Legends_:57
477499 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
478 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
500 #: PlayOnLinux_Scripts/Sacrifice_:41
501 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
502 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
503 #: PlayOnLinux_Scripts/Toontown_Online_:25
504 #: PlayOnLinux_Scripts/Watchtower_library_:43
479505 #: PlayOnLinux_Scripts/iTunes_10_:28
480506 #, sh-format
481507 msgid "Please select the setup file to run."
490516 #: PlayOnLinux_Scripts/POL_GoG_download_:48
491517 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
492518 #: PlayOnLinux_Scripts/SimCity_2000_:50
493 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
494 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
519 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
520 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
495521 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
496522 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
497523 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
498 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
499 #: lib/wine.lib:1186
524 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
525 #: lib/wine.lib:1171 lib/wine.lib:1201
500526 #, sh-format
501527 msgid "Please wait..."
502528 msgstr ""
524550 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
525551 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
526552 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
527 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
553 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
528554 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
529555 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
530556 #: PlayOnLinux_Scripts/Dead_Space_2_:85
540566 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
541567 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
542568 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
543 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
569 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
544570 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
545571 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
546572 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
602628 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
603629 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
604630 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
605 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
631 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
606632 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
607633 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
608634 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
609 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
610 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
635 #: PlayOnLinux_Scripts/Dead_Space_:50
636 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
637 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
638 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
611639 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
612640 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
613641 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
617645 #: PlayOnLinux_Scripts/Rage_:79
618646 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
619647 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
620 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
648 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
621649 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
622650 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
623651 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
655683 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
656684 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
657685 #: PlayOnLinux_Scripts/Sacrifice_:45
658 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
686 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
659687 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
660688 #: PlayOnLinux_Scripts/The_Witcher_:102
661689 #, sh-format
666694 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
667695 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
668696 #: PlayOnLinux_Scripts/Mass_Effect_:54
669 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
697 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
670698 #: PlayOnLinux_Scripts/The_Witcher_:110
671699 #, sh-format
672700 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
678706 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
680 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
708 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
681709 #: PlayOnLinux_Scripts/The_Witcher_:113
682710 #, sh-format
683711 msgid "Please insert the next game media into your disk drive"
706734 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
707735 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
708736 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
737 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
709738 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
710739 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
711740 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
811840 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
812841 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
813842 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
814 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
843 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
815844 #, sh-format
816845 msgid ""
817846 "You must disable anti-piracy protections of this game\\nif you want to play "
829858
830859 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
831860 #: PlayOnLinux_Scripts/Cars_2_:83
832 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
861 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
833862 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
834863 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
835864 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
850879 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
851880 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
852881 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
882 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
883 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
853884 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
854885 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
855886 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10701101 msgid "Please insert media 2 into your disk drive\\nif not already done."
10711102 msgstr ""
10721103
1073 #: PlayOnLinux_Scripts/Diablo_III_:29
1104 #: PlayOnLinux_Scripts/Diablo_III_:31
10741105 #, sh-format
10751106 msgid "Please select the setup file downloaded on $EDITOR website"
10761107 msgstr ""
10771108
1078 #: PlayOnLinux_Scripts/Diablo_III_:60
1109 #: PlayOnLinux_Scripts/Diablo_III_:62
10791110 #, sh-format
10801111 msgid ""
10811112 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10821113 "patch (AcceptEx Fix)"
10831114 msgstr ""
10841115
1085 #: PlayOnLinux_Scripts/Diablo_III_:60
1116 #: PlayOnLinux_Scripts/Diablo_III_:62
10861117 #, sh-format
10871118 msgid ""
10881119 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10891120 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1121 msgstr ""
1122
1123 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1124 #, sh-format
1125 msgid "Scanning your hardware..."
10901126 msgstr ""
10911127
10921128 #: PlayOnLinux_Scripts/Dishonored_:79
11651201
11661202 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11671203 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1168 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1169 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1204 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1205 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11701206 #, sh-format
11711207 msgid "Please insert the first game media into your disk drive"
11721208 msgstr ""
11731209
11741210 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1175 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1211 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11761212 #, sh-format
11771213 msgid "Please insert the second game media into your disk drive"
11781214 msgstr ""
12371273 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12381274 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12391275 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1276 #: PlayOnLinux_Scripts/Hearthstone_:64
12401277 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12411278 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12421279 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12621299 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12631300 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12641301 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1265 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1302 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12661303 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12671304 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12681305 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12861323 msgid "Editor"
12871324 msgstr ""
12881325
1289 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1326 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12901327 #, sh-format
12911328 msgid "This install script requires ffmpeg"
12921329 msgstr ""
12931330
1294 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12951332 #, sh-format
12961333 msgid "Converting videos..."
12971334 msgstr ""
12981335
12991336 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1337 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13001338 #, sh-format
13011339 msgid ""
13021340 "On first run the game will autodetect available renderers.\\nIt is likely "
13091347 msgid "Run $TITLE in safe mode?"
13101348 msgstr ""
13111349
1350 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1351 #, sh-format
1352 msgid ""
1353 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1354 "disable it by pressing Alt+R while in game.)"
1355 msgstr ""
1356
1357 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1358 #, sh-format
1359 msgid ""
1360 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1361 "game."
1362 msgstr ""
1363
13121364 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13131365 #, sh-format
13141366 msgid "Could not find program directory"
13711423 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13721424 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13731425 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1374 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1375 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1376 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13771426 #, sh-format
13781427 msgid "Language"
13791428 msgstr ""
14971546 msgid "Dedicated server"
14981547 msgstr ""
14991548
1500 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1549 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15011550 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15021551 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15031552 #, sh-format
15231572 msgid "Code wheel"
15241573 msgstr ""
15251574
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1527 #, sh-format
1528 msgid "Do you have a language pack to install?"
1529 msgstr ""
1530
1531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1532 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1533 #, sh-format
1534 msgid "Later"
1535 msgstr ""
1536
1537 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1575 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1576 #, sh-format
1577 msgid ""
1578 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1579 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1580 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1581 msgstr ""
1582
1583 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1584 #, sh-format
1585 msgid "Now you must install the modpack in directory:"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1589 #, sh-format
1590 msgid "Please select ANY 3 icons when prompted."
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1594 #, sh-format
1595 msgid "temp directory missing"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1599 #, sh-format
1600 msgid ""
1601 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1602 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1603 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1604 "details.\\nInstall it?"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1608 #, sh-format
1609 msgid "Control Panel"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1613 #, sh-format
1614 msgid ""
1615 "IMPORTANT:\n"
1616 " \\n\\nOn the installation window coming next, do NOT click the Options "
1617 "button, it would mess up the language selection."
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1621 #, sh-format
1622 msgid ""
1623 "On first run the game will autodetect available renderers.\\nIt is likely "
1624 "that you will get better performance out of the OpenGL renderer."
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Goblins_3_:21
1628 #, sh-format
1629 msgid "Please select the game language"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:82
1633 #, sh-format
1634 msgid "Choose the game resolution"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:96
1638 #, sh-format
1639 msgid ""
1640 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1641 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1642 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Gothic_3_:110
1646 #, sh-format
1647 msgid "$TITLE is installed"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Guild_Wars_:53
1651 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1652 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1653 #, sh-format
1654 msgid "Please insert the DVD-ROM"
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1658 #, sh-format
1659 msgid ""
1660 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1661 "client and download will resume from where it stopped. Download percentage "
1662 "reset but do not worry, it do not restart from the beginning."
1663 msgstr ""
1664
1665 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1666 #, sh-format
1667 msgid ""
1668 "Please select $TITLE install file. During installation, uncheck all extra "
1669 "drivers it wants to install:"
1670 msgstr ""
1671
15381672 #: PlayOnLinux_Scripts/Half_Life_2_:56
15391673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15401674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15411675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1542 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1676 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15431677 #, sh-format
15441678 msgid "No"
15451679 msgstr ""
15461680
1547 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1548 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1681 #: PlayOnLinux_Scripts/Half_Life_2_:56
1682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1683 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1685 #: PlayOnLinux_Scripts/Portal_:36
1686 #, sh-format
1687 msgid ""
1688 "Steam installation has been detected\\nwould you like to install this game "
1689 "in the same virtual drive?"
1690 msgstr ""
1691
15491692 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15501693 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15511694 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15541697 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15551698 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15561699 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1557 #: python/guiv3.py:157
1700 #: python/guiv3.py:158 python/guiv3.py:161
15581701 #, sh-format
15591702 msgid "Yes"
15601703 msgstr ""
15611704
1562 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1563 #, sh-format
1564 msgid ""
1565 "To install a language pack later, open the configuration panel for the game "
1566 "in order to execute the installer into the virtual disk (Misc tab)"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1570 #, sh-format
1571 msgid ""
1572 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1573 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1574 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1578 #, sh-format
1579 msgid "Now you must install the modpack in directory:"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1583 #, sh-format
1584 msgid "Please select ANY 3 icons when prompted."
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1588 #, sh-format
1589 msgid "temp directory missing"
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1593 #, sh-format
1594 msgid ""
1595 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1596 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1597 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1598 "details.\\nInstall it?"
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1602 #, sh-format
1603 msgid "Control Panel"
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1607 #, sh-format
1608 msgid ""
1609 "IMPORTANT:\n"
1610 " \\n\\nOn the installation window coming next, do NOT click the Options "
1611 "button, it would mess up the language selection."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1615 #, sh-format
1616 msgid ""
1617 "On first run the game will autodetect available renderers.\\nIt is likely "
1618 "that you will get better performance out of the OpenGL renderer."
1619 msgstr ""
1620
1621 #: PlayOnLinux_Scripts/Goblins_3_:21
1622 #, sh-format
1623 msgid "Please select the game language"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:82
1627 #, sh-format
1628 msgid "Choose the game resolution"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:96
1632 #, sh-format
1633 msgid ""
1634 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1635 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1636 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Gothic_3_:110
1640 #, sh-format
1641 msgid "$TITLE is installed"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_:53
1645 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1646 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1647 #, sh-format
1648 msgid "Please insert the DVD-ROM"
1649 msgstr ""
1650
1651 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1652 #, sh-format
1653 msgid ""
1654 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1655 "client and download will resume from where it stopped. Download percentage "
1656 "reset but do not worry, it do not restart from the beginning."
1657 msgstr ""
1658
1659 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1660 #, sh-format
1661 msgid ""
1662 "Please select $TITLE install file. During installation, uncheck all extra "
1663 "drivers it wants to install:"
1664 msgstr ""
1665
1666 #: PlayOnLinux_Scripts/Half_Life_2_:56
1667 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1669 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1670 #: PlayOnLinux_Scripts/Portal_:36
1671 #, sh-format
1672 msgid ""
1673 "Steam installation has been detected\\nwould you like to install this game "
1674 "in the same virtual drive?"
1675 msgstr ""
1676
16771705 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16781706 #, sh-format
16791707 msgid "Updating $TITLE"
16801708 msgstr ""
16811709
1682 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1710 #: PlayOnLinux_Scripts/Hanahira__:54
16831711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16841712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16851713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16911719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16921720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16931721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1727 #: PlayOnLinux_Scripts/Steins_Gate_:51
16941728 #, sh-format
16951729 msgid "Please locate installation program (Setup.exe)"
16961730 msgstr ""
16971731
1698 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1699 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1732 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17001733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17011734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17021735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17181751 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17191752 msgstr ""
17201753
1754 #: PlayOnLinux_Scripts/Hearthstone_:26
1755 #, sh-format
1756 msgid "What language do you want to install?"
1757 msgstr ""
1758
17211759 #: PlayOnLinux_Scripts/ImgBurn_:38
17221760 #, sh-format
17231761 msgid ""
17551793 msgstr ""
17561794
17571795 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1758 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17591796 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17601797 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17611798 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19071944 "If the download update stuck close and run until the download is complete."
19081945 msgstr ""
19091946
1947 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19101948 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19111949 #, sh-format
19121950 msgid "Demo version"
19131951 msgstr ""
19141952
1953 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19151954 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19161955 #, sh-format
19171956 msgid "Please select version."
19652004 #, sh-format
19662005 msgid ""
19672006 "No filename extension specified, skipping association to native application."
2007 msgstr ""
2008
2009 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2010 #, sh-format
2011 msgid "Contacting download server."
19682012 msgstr ""
19692013
19702014 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20502094 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20512095 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2053 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2097 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20542098 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20552099 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20562100 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20882132 "them without issues"
20892133 msgstr ""
20902134
2091 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2092 #, sh-format
2093 msgid "This package fail to install with wine 1.5.21 or better"
2094 msgstr ""
2095
2096 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2135 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20972136 #, sh-format
20982137 msgid ""
20992138 "If you see error messages during DotNet 3.5 installation, you can ignore "
22092248 "Please update."
22102249 msgstr ""
22112250
2212 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2251 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2252 #: PlayOnLinux_Scripts/yWriter_5_:45
22132253 #, sh-format
22142254 msgid "Downloading..."
22152255 msgstr ""
23202360 msgid "Microsoft fonts have been installed successfully."
23212361 msgstr ""
23222362
2363 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2364 #, sh-format
2365 msgid ""
2366 "OSX users: If the screen flickers once the game is launched, try to press "
2367 "cmd + tab twice"
2368 msgstr ""
2369
23232370 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23242371 #, sh-format
23252372 msgid "Remove Game For Windows Live..."
23572404 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23582405 msgstr ""
23592406
2360 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2407 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23612408 #, sh-format
23622409 msgid "Abort installation"
23632410 msgstr ""
23822429 msgid "The program needs access to ptrace() to proceed:"
23832430 msgstr ""
23842431
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2432 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23862433 #, sh-format
23872434 msgid "User abort"
23882435 msgstr ""
24212468 msgid "Please do not run $TITLE after installation has finished."
24222469 msgstr ""
24232470
2471 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2472 #, sh-format
2473 msgid "Extracting $TITLE"
2474 msgstr ""
2475
24242476 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24252477 #, sh-format
24262478 msgid ""
24332485 msgid "$TITLE has been successfully installed."
24342486 msgstr ""
24352487
2488 #: PlayOnLinux_Scripts/Poker_Stars_:37
2489 #, sh-format
2490 msgid "Error while installing. Downloaded file not found."
2491 msgstr ""
2492
24362493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24372494 #, sh-format
24382495 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24402497
24412498 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24422499 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2500 #: PlayOnLinux_Scripts/Watchtower_library_:58
24432501 #, sh-format
24442502 msgid "Please wait while $TITLE is installed"
24452503 msgstr ""
24712529 #: PlayOnLinux_Scripts/Rage_:93
24722530 #, sh-format
24732531 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2532 msgstr ""
2533
2534 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2535 #, sh-format
2536 msgid ""
2537 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2538 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2539 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2540 "n\\nIf you have one of this two versions of this game, please give some "
2541 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2542 "n\\nThank you!"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2546 #, sh-format
2547 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #, sh-format
2557 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2561 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2562 #, sh-format
2563 msgid "Select a version of installation disc:"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2567 #, sh-format
2568 msgid "First Release (without addons)"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "Gold Edition"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "Platinum Edition"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2582 #, sh-format
2583 msgid "What is your version of Railroad Tycoon II?"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2587 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2588 #, sh-format
2589 msgid ""
2590 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2591 "desktop.\\n\\nThank you for using this installation script! :)"
24742592 msgstr ""
24752593
24762594 #: PlayOnLinux_Scripts/Reaper_4_:30
26222740 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26232741 msgstr ""
26242742
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2753 #, sh-format
2754 msgid ""
2755 "Close the visual novel when it appears to continue installation. Click Next "
2756 "to begin installation."
2757 msgstr ""
2758
2759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2760 #, sh-format
2761 msgid ""
2762 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2763 "script will now install it. Click Next to continue."
2764 msgstr ""
2765
26252766 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26262767 #, sh-format
26272768 msgid ""
26292770 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26302771 msgstr ""
26312772
2632 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2633 #, sh-format
2634 msgid "Please locate installation program (Launcher.exe)"
2635 msgstr ""
2636
2637 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2638 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2639 #, sh-format
2640 msgid ""
2641 "When the launcher opens, click on the top button to open the installer. When "
2642 "a new window opens, click OK. When another window opens, click on the button "
2643 "with the letter N until it is installing. Wait until it is done and click "
2644 "the right button to quit. Click Next when you are done installing."
2773 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2774 #, sh-format
2775 msgid "Please locate installation program in Data folder (Resonance.msi)"
26452776 msgstr ""
26462777
26472778 #: PlayOnLinux_Scripts/Steam_:50
26772808 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26782809 "game. Steam install xna framework the game. Close the Steam so that the "
26792810 "installer can continue."
2811 msgstr ""
2812
2813 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2814 #, sh-format
2815 msgid "If youve the extentions, you should install Tribunal first !"
26802816 msgstr ""
26812817
26822818 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27882924 "pp 4-5."
27892925 msgstr ""
27902926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2928 #, sh-format
2929 msgid "Please select the installation file to run."
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2933 #, sh-format
2934 msgid ""
2935 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2936 "your region.\\n 2. Leave only checked DirectX box."
2937 msgstr ""
2938
27912939 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27922940 #, sh-format
27932941 msgid ""
27942942 "The game will fail to launch until you set "
27952943 "/proc/sys/kernel/yama/ptrace_scope to 0"
2944 msgstr ""
2945
2946 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2947 #, sh-format
2948 msgid "Other destination or other CD/DVD"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Retail CD"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2957 #, sh-format
2958 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2959 msgstr ""
2960
2961 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2962 #, sh-format
2963 msgid "video fix"
27962964 msgstr ""
27972965
27982966 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28753043 msgid "Donwload finished.\\nPatches installation will begin"
28763044 msgstr ""
28773045
3046 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3047 #, sh-format
3048 msgid "We will download the installer"
3049 msgstr ""
3050
28783051 #: PlayOnLinux_Scripts/Toontown_Online_:17
28793052 #, sh-format
28803053 msgid ""
29123085 msgid "Do you want to browse $TITLE website?"
29133086 msgstr ""
29143087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid ""
3091 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3092 "messenger, because it will won't work correctly."
3093 msgstr ""
3094
3095 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3096 #, sh-format
3097 msgid "Warning"
3098 msgstr ""
3099
29153100 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29163101 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29173102 #, sh-format
29203105 "want it to run correctly with $APPLICATION_TITLE"
29213106 msgstr ""
29223107
3108 #: PlayOnLinux_Scripts/Watchtower_library_:49
3109 #, sh-format
3110 msgid "File Selection Error"
3111 msgstr ""
3112
3113 #: PlayOnLinux_Scripts/Watchtower_library_:49
3114 #, sh-format
3115 msgid ""
3116 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3117 msgstr ""
3118
29233119 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29243120 #, sh-format
29253121 msgid ""
29363132 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29373133 #, sh-format
29383134 msgid ""
2939 "Attention: After installation is complete, the patcher will load. Please "
2940 "close the patcher before logging in or finish updating to complete the "
2941 "installation. After this, you can run \"$TITLE\" when setup is done"
3135 "Attention:After installation is complete, the patcher will load. After, go "
3136 "to the top right of the patcher and click the wrench, Then Un-check the box "
3137 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3138 "minuite. When finished with this, please close the patcher before logging in "
3139 "or finish updating to complete the installation. After this, you can run "
3140 "\"$TITLE\" when setup is done"
29423141 msgstr ""
29433142
29443143 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29793178 "Please insert game media 5 into your disk drive\\nif not already done."
29803179 msgstr ""
29813180
3181 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3182 #, sh-format
3183 msgid "Which region version of World of Warplanes would you like to install?"
3184 msgstr ""
3185
3186 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3187 #, sh-format
3188 msgid ""
3189 "Attention:After installation is complete, the patcher will load. After, go "
3190 "to the top right of the patcher and click the wrench, Then Un-check the box "
3191 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3192 "minute. When finished with this, please close the patcher before logging in "
3193 "or finish updating to complete the installation. After this, you can run "
3194 "\"$TITLE\" when setup is done"
3195 msgstr ""
3196
29823197 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29833198 #, sh-format
29843199 msgid ""
30263241 msgid "Please select the 32bit version of iTunes"
30273242 msgstr ""
30283243
3029 #: PlayOnLinux_Scripts/osu_:45
3244 #: PlayOnLinux_Scripts/osu_:46
30303245 #, sh-format
30313246 msgid ""
30323247 "Press next to start the updater. When the updater is finished, close it "
30463261 "resolution when rFactor Config comes up."
30473262 msgstr ""
30483263
3049 #: bash/bug_report:31
3264 #: bash/bug_report:32
30503265 #, sh-format
30513266 msgid "Report a bug"
30523267 msgstr ""
30533268
3054 #: bash/bug_report:36
3269 #: bash/bug_report:37
30553270 #, sh-format
30563271 msgid ""
30573272 "Please give the more details as you can, otherwise, it will be very "
30583273 "difficult to help you"
30593274 msgstr ""
30603275
3061 #: bash/bug_report:36
3276 #: bash/bug_report:37
30623277 #, sh-format
30633278 msgid ""
30643279 "This wizard will help you to report a bug about an officially supported "
30653280 "program."
30663281 msgstr ""
30673282
3068 #: bash/bug_report:40
3283 #: bash/bug_report:41
30693284 #, sh-format
30703285 msgid ""
30713286 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30723287 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30733288 msgstr ""
30743289
3075 #: bash/bug_report:46
3290 #: bash/bug_report:47
30763291 #, sh-format
30773292 msgid "I have a problem with a software"
30783293 msgstr ""
30793294
3080 #: bash/bug_report:46
3295 #: bash/bug_report:47
30813296 #, sh-format
30823297 msgid "My problem concerns $APPLICATION_TITLE itself"
30833298 msgstr ""
30843299
3085 #: bash/bug_report:46
3300 #: bash/bug_report:47
30863301 #, sh-format
30873302 msgid "What kind of problem do you have?"
30883303 msgstr ""
30893304
3090 #: bash/bug_report:50
3305 #: bash/bug_report:51
30913306 #, sh-format
30923307 msgid "Don't join any log file"
30933308 msgstr ""
30943309
3095 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3310 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30963311 #: bash/manual_install:120 bash/manual_install:219
30973312 #, sh-format
30983313 msgid "Manual installation"
30993314 msgstr ""
31003315
3101 #: bash/bug_report:54 bash/run_exe:24
3316 #: bash/bug_report:55 bash/run_exe:24
31023317 #, sh-format
31033318 msgid "Automatic installation"
31043319 msgstr ""
31053320
3106 #: bash/bug_report:65
3321 #: bash/bug_report:66
31073322 #, sh-format
31083323 msgid "Choose the log file corresponding to your software."
31093324 msgstr ""
31103325
3111 #: bash/bug_report:69
3326 #: bash/bug_report:70
31123327 #, sh-format
31133328 msgid "Please give a very short description (title, english only)"
31143329 msgstr ""
31153330
3116 #: bash/bug_report:72
3331 #: bash/bug_report:73
31173332 #, sh-format
31183333 msgid "Please explain your problem clearly (english only):"
31193334 msgstr ""
31203335
3121 #: bash/bug_report:76
3336 #: bash/bug_report:77
31223337 #, sh-format
31233338 msgid "Sorry, we need a detailed description."
31243339 msgstr ""
31253340
3126 #: bash/bug_report:107
3341 #: bash/bug_report:108
31273342 #, sh-format
31283343 msgid ""
31293344 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31653380 msgstr ""
31663381
31673382 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3168 #: python/mainwindow.py:232
3383 #: python/mainwindow.py:234
31693384 #, sh-format
31703385 msgid "Run a local script"
31713386 msgstr ""
32893504 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32903505 msgstr ""
32913506
3292 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3507 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32933508 #, sh-format
32943509 msgid "$APPLICATION_TITLE first use"
32953510 msgstr ""
32963511
3297 #: bash/first_use:240
3512 #: bash/first_use:242
32983513 #, sh-format
32993514 msgid "$APPLICATION_TITLE is going to finish its preparation"
33003515 msgstr ""
33013516
3302 #: bash/first_use:240 bash/first_use:243
3517 #: bash/first_use:242 bash/first_use:245
33033518 #, sh-format
33043519 msgid "Please ensure you are connected to the internet."
33053520 msgstr ""
33063521
3307 #: bash/first_use:243
3522 #: bash/first_use:245
33083523 #, sh-format
33093524 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33103525 msgstr ""
33113526
3312 #: bash/first_use:243
3527 #: bash/first_use:245
33133528 #, sh-format
33143529 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33153530 msgstr ""
33163531
3317 #: bash/first_use:253
3532 #: bash/first_use:255
33183533 #, sh-format
33193534 msgid "Error while installing fonts"
33203535 msgstr ""
33213536
3322 #: bash/first_use:271
3537 #: bash/first_use:273
33233538 #, sh-format
33243539 msgid "Enjoy using $APPLICATION_TITLE"
33253540 msgstr ""
34313646 msgid "Use another version of Wine"
34323647 msgstr ""
34333648
3434 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3435 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3649 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3650 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34363651 #, sh-format
34373652 msgid "Configure Wine"
34383653 msgstr ""
34523667 msgid "What would you like to do before installation?"
34533668 msgstr ""
34543669
3455 #: bash/manual_install:230 lib/scripts.lib:437
3670 #: bash/manual_install:231 lib/scripts.lib:438
34563671 #, sh-format
34573672 msgid "Please make your choice"
34583673 msgstr ""
34593674
3460 #: bash/manual_install:258
3675 #: bash/manual_install:259
34613676 #, sh-format
34623677 msgid "Looking for runnable CD-ROMs"
34633678 msgstr ""
34643679
3465 #: bash/manual_install:281
3680 #: bash/manual_install:282
34663681 #, sh-format
34673682 msgid "Select another file"
34683683 msgstr ""
34693684
3470 #: bash/manual_install:289
3685 #: bash/manual_install:290
34713686 #, sh-format
34723687 msgid "Please choose a way to install your program"
34733688 msgstr ""
34743689
3475 #: bash/manual_install:298
3690 #: bash/manual_install:299
34763691 #, sh-format
34773692 msgid "Please select the install file to run."
34783693 msgstr ""
34793694
3480 #: bash/manual_install:328
3695 #: bash/manual_install:329
34813696 #, sh-format
34823697 msgid "You must choose a file!"
34833698 msgstr ""
34843699
3485 #: bash/manual_install:334
3700 #: bash/manual_install:335
34863701 #, sh-format
34873702 msgid "$APPLICATION_TITLE is installing your application..."
34883703 msgstr ""
35603775 msgid "Extracting: "
35613776 msgstr ""
35623777
3563 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3778 #: bash/playonlinux-pkg:111
35643779 #, sh-format
35653780 msgid "Running..."
35663781 msgstr ""
35703785 msgid "Cleaning..."
35713786 msgstr ""
35723787
3573 #: bash/playonlinux_online:32
3574 #, sh-format
3575 msgid ""
3576 "This is the list of the scripts you sent to us. You can run one of them"
3577 msgstr ""
3578
3579 #: bash/playonlinux_online:42
3580 #, sh-format
3581 msgid "You do not seems to have any personal script"
3582 msgstr ""
3583
3584 #: bash/playonlinux_online:47
3585 #, sh-format
3586 msgid ""
3587 "If you have successfully installed a program with 'Install a non-listed\\"
3588 "nsoftware' button, it will allow you to add this program in our list"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:47
3592 #, sh-format
3593 msgid "This tools will allow you to help us :"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:47
3597 #, sh-format
3598 msgid ""
3599 "We're going to ask you some questions, please be as much accurate as\\"
3600 "npossible"
3601 msgstr ""
3602
3603 #: bash/playonlinux_online:55
3604 #, sh-format
3605 msgid "Choose the file corresponding to your program."
3606 msgstr ""
3607
3608 #: bash/playonlinux_online:59
3609 #, sh-format
3610 msgid "Does your program run?"
3611 msgstr ""
3612
3613 #: bash/playonlinux_online:62
3614 #, sh-format
3615 msgid "What is the title of your program?"
3616 msgstr ""
3617
3618 #: bash/playonlinux_online:64
3619 #, sh-format
3620 msgid "What is the editor of your program?"
3621 msgstr ""
3622
3623 #: bash/playonlinux_online:66
3624 #, sh-format
3625 msgid "What is the editor website of your program?"
3626 msgstr ""
3627
3628 #: bash/playonlinux_online:69 python/install.py:210
3629 #, sh-format
3630 msgid "Accessories"
3631 msgstr ""
3632
3633 #: bash/playonlinux_online:69 python/install.py:211
3634 #, sh-format
3635 msgid "Development"
3636 msgstr ""
3637
3638 #: bash/playonlinux_online:69 python/install.py:212
3639 #, sh-format
3640 msgid "Education"
3641 msgstr ""
3642
3643 #: bash/playonlinux_online:69 python/install.py:213
3644 #, sh-format
3645 msgid "Games"
3646 msgstr ""
3647
3648 #: bash/playonlinux_online:69 python/install.py:214
3649 #, sh-format
3650 msgid "Graphics"
3651 msgstr ""
3652
3653 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3654 #: python/options.py:384
3655 #, sh-format
3656 msgid "Internet"
3657 msgstr ""
3658
3659 #: bash/playonlinux_online:69 python/install.py:216
3660 #, sh-format
3661 msgid "Multimedia"
3662 msgstr ""
3663
3664 #: bash/playonlinux_online:69 python/install.py:217
3665 #, sh-format
3666 msgid "Office"
3667 msgstr ""
3668
3669 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3670 #, sh-format
3671 msgid "Other"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:69 python/install.py:219
3675 #, sh-format
3676 msgid "Patches"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:69
3680 #, sh-format
3681 msgid "Select a category for your program"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:69 python/install.py:258
3685 #, sh-format
3686 msgid "Testing"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:72
3690 #, sh-format
3691 msgid ""
3692 "What feature of your program does not work?\\nIf everything works, please "
3693 "mention it"
3694 msgstr ""
3695
3696 #: bash/playonlinux_online:74
3697 #, sh-format
3698 msgid "Write any change you made to wine configuration here:"
3699 msgstr ""
3700
3701 #: bash/playonlinux_online:102
3702 #, sh-format
3703 msgid "You must be able to run this program!"
3704 msgstr ""
3705
3706 #: bash/playonlinux_online:107
3707 #, sh-format
3708 msgid "Run one of your personal scripts"
3709 msgstr ""
3710
3711 #: bash/playonlinux_online:108
3712 #, sh-format
3713 msgid "Send to us a working script generated by manual installation"
3714 msgstr ""
3715
3716 #: bash/playonlinux_online:109
3717 #, sh-format
3718 msgid "Logout"
3719 msgstr ""
3720
3721 #: bash/playonlinux_online:110
3722 #, sh-format
3723 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3724 msgstr ""
3725
3726 #: bash/playonlinux_online:124
3727 #, sh-format
3728 msgid ""
3729 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3730 "safely close this window"
3731 msgstr ""
3732
3733 #: bash/polconfigurator:33
3788 #: bash/polconfigurator:34
37343789 #, sh-format
37353790 msgid "Killing programs in the virtual drive..."
37363791 msgstr ""
37373792
3738 #: bash/polconfigurator:79
3793 #: bash/polconfigurator:86
37393794 #, sh-format
37403795 msgid "Icon selection"
37413796 msgstr ""
37423797
3743 #: bash/polconfigurator:79
3798 #: bash/polconfigurator:86
37443799 #, sh-format
37453800 msgid "Please select an icon file"
37463801 msgstr ""
37473802
3748 #: bash/polconfigurator:86
3803 #: bash/polconfigurator:93
37493804 #, sh-format
37503805 msgid "Bad file extension"
37513806 msgstr ""
37523807
3753 #: bash/polconfigurator:86
3808 #: bash/polconfigurator:93
37543809 #, sh-format
37553810 msgid "is not an icon extension"
37563811 msgstr ""
37573812
3758 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3759 #: python/mainwindow.py:621
3813 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3814 #: python/mainwindow.py:619
37603815 #, sh-format
37613816 msgid "Registry Editor"
37623817 msgstr ""
37633818
3764 #: bash/polconfigurator:97
3819 #: bash/polconfigurator:104
37653820 #, sh-format
37663821 msgid "Kill all prefix processes"
37673822 msgstr ""
37683823
3769 #: bash/polconfigurator:98
3824 #: bash/polconfigurator:105
37703825 #, sh-format
37713826 msgid "Update wineprefix"
37723827 msgstr ""
37733828
3774 #: bash/polconfigurator:99
3829 #: bash/polconfigurator:106
37753830 #, sh-format
37763831 msgid "Simulate Windows reboot"
37773832 msgstr ""
37783833
3779 #: bash/polconfigurator:100
3834 #: bash/polconfigurator:107
37803835 #, sh-format
37813836 msgid "Use Advanced Wine Configuration plugin"
37823837 msgstr ""
37833838
3784 #: bash/polconfigurator:101
3839 #: bash/polconfigurator:108
37853840 #, sh-format
37863841 msgid "Use PlayOnLinux's configurator for"
37873842 msgstr ""
37883843
3789 #: bash/polconfigurator:103
3844 #: bash/polconfigurator:110
37903845 #, sh-format
37913846 msgid "Change the icon"
37923847 msgstr ""
37933848
3794 #: bash/polconfigurator:104
3849 #: bash/polconfigurator:111
37953850 #, sh-format
37963851 msgid "Use WineTricks"
37973852 msgstr ""
37983853
3799 #: bash/polconfigurator:123
3854 #: bash/polconfigurator:130
38003855 #, sh-format
38013856 msgid "Please choose an action to perform"
38023857 msgstr ""
38463901 msgid "Please choose a CD-ROM to eject"
38473902 msgstr ""
38483903
3849 #: bash/run_app:83
3904 #: bash/run_app:85
38503905 #, sh-format
38513906 msgid "Please choose a software to run"
38523907 msgstr ""
38533908
3854 #: bash/run_app:114
3909 #: bash/run_app:116
38553910 #, sh-format
38563911 msgid "$APPLICATION_TITLE debugger is starting..."
38573912 msgstr ""
38583913
3859 #: bash/run_app:117
3914 #: bash/run_app:119
38603915 #, sh-format
38613916 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38623917 msgstr ""
38633918
3864 #: bash/run_app:119
3919 #: bash/run_app:121
38653920 #, sh-format
38663921 msgid "$PACKAGE crashed."
38673922 msgstr ""
39173972 msgstr ""
39183973
39193974 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3920 #: lib/playonlinux.lib:717
3975 #: lib/playonlinux.lib:720
39213976 #, sh-format
39223977 msgid "$APPLICATION_TITLE Uninstaller"
39233978 msgstr ""
39373992 msgid "This wizard will help you to uninstall: "
39383993 msgstr ""
39393994
3940 #: bash/uninstall:65 lib/playonlinux.lib:717
3995 #: bash/uninstall:65 lib/playonlinux.lib:720
39413996 #, sh-format
39423997 msgid "Uninstalling..."
39433998 msgstr ""
39974052 msgstr ""
39984053
39994054 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4000 #: lib/wine.lib:955 lib/wine.lib:1036
4055 #: lib/wine.lib:970 lib/wine.lib:1051
40014056 #, sh-format
40024057 msgid "Please wait while the virtual drive is being created..."
40034058 msgstr ""
40124067 msgid "Setting Program Files var"
40134068 msgstr ""
40144069
4015 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4016 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4070 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4071 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40174072 #, sh-format
40184073 msgid "This function is disabled in the PlayOnlinux environment."
40194074 msgstr ""
40204075
4021 #: lib/playonlinux.lib:334
4076 #: lib/playonlinux.lib:336
40224077 #, sh-format
40234078 msgid ""
40244079 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40264081 "responsible from it.\\nPlease ensure you know what you are doing !"
40274082 msgstr ""
40284083
4029 #: lib/playonlinux.lib:335
4084 #: lib/playonlinux.lib:337
40304085 #, sh-format
40314086 msgid "Here the source code of the script. Check it carefully"
40324087 msgstr ""
40334088
4034 #: lib/playonlinux.lib:357
4089 #: lib/playonlinux.lib:359
40354090 #, sh-format
40364091 msgid ""
40374092 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40394094 "responsible from it.\\nPlease ensure you know what you are doing!"
40404095 msgstr ""
40414096
4042 #: lib/playonlinux.lib:358
4097 #: lib/playonlinux.lib:360
40434098 #, sh-format
40444099 msgid "External library"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:358
4102 #: lib/playonlinux.lib:360
40484103 #, sh-format
40494104 msgid "Here the source code of the script. Check it carrefully"
40504105 msgstr ""
40514106
4052 #: lib/playonlinux.lib:591
4107 #: lib/playonlinux.lib:593
40534108 #, sh-format
40544109 msgid "Making shortcut..."
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:715
4112 #: lib/playonlinux.lib:718
40584113 #, sh-format
40594114 msgid "Do you want to delete the virtual drive:"
40604115 msgstr ""
40614116
4062 #: lib/playonlinux.lib:826
4117 #: lib/playonlinux.lib:831
40634118 #, sh-format
40644119 msgid ""
40654120 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40664121 "from working\\n\\n$FilePath"
40674122 msgstr ""
40684123
4069 #: lib/playonlinux.lib:827
4124 #: lib/playonlinux.lib:832
40704125 #, sh-format
40714126 msgid ""
40724127 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40734128 "from working\\n\\n$FilePath"
40744129 msgstr ""
40754130
4076 #: lib/playonlinux.lib:828
4131 #: lib/playonlinux.lib:833
40774132 #, sh-format
40784133 msgid ""
40794134 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40804135 "from working\\n\\n$FilePath"
40814136 msgstr ""
40824137
4083 #: lib/playonlinux.lib:829
4138 #: lib/playonlinux.lib:834
40844139 #, sh-format
40854140 msgid ""
40864141 "The following file is located on a noexec mounted filesystem.\\nIt might "
40874142 "prevent wine from working\\n\\n$FilePath"
40884143 msgstr ""
40894144
4090 #: lib/plugins.lib:65
4145 #: lib/plugins.lib:66
40914146 #, sh-format
40924147 msgid "Checking plugin: "
40934148 msgstr ""
40944149
4095 #: lib/plugins.lib:93
4150 #: lib/plugins.lib:94
40964151 #, sh-format
40974152 msgid "New: "
40984153 msgstr ""
40994154
4100 #: lib/plugins.lib:93
4155 #: lib/plugins.lib:94
41014156 #, sh-format
41024157 msgid "Updating plugin. Previous: "
41034158 msgstr ""
41044159
4105 #: lib/plugins.lib:112
4160 #: lib/plugins.lib:113
41064161 #, sh-format
41074162 msgid "Installing plugin: "
41084163 msgstr ""
41194174 msgid "Function override detected, disabling bug reporting"
41204175 msgstr ""
41214176
4122 #: lib/scripts.lib:499 lib/scripts.lib:565
4177 #: lib/scripts.lib:500 lib/scripts.lib:566
41234178 #, sh-format
41244179 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41254180 msgstr ""
41264181
4127 #: lib/scripts.lib:501 lib/scripts.lib:784
4182 #: lib/scripts.lib:502 lib/scripts.lib:785
41284183 #, sh-format
41294184 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:503 lib/scripts.lib:570
4187 #: lib/scripts.lib:504 lib/scripts.lib:571
41334188 #, sh-format
41344189 msgid "An error happened during download."
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4138 #: lib/scripts.lib:586
4192 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4193 #: lib/scripts.lib:587
41394194 #, sh-format
41404195 msgid "Do you want to retry?"
41414196 msgstr ""
41424197
4143 #: lib/scripts.lib:522 lib/scripts.lib:586
4198 #: lib/scripts.lib:523 lib/scripts.lib:587
41444199 #, sh-format
41454200 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41464201 msgstr ""
41474202
4148 #: lib/scripts.lib:689
4203 #: lib/scripts.lib:690
41494204 #, sh-format
41504205 msgid ""
41514206 "7z not installed, please check that you have 7zip installed and try again"
41524207 msgstr ""
41534208
4154 #: lib/scripts.lib:696
4209 #: lib/scripts.lib:697
41554210 #, sh-format
41564211 msgid "Failed to locate ${dest} from ${archive}"
41574212 msgstr ""
41584213
4159 #: lib/scripts.lib:700
4214 #: lib/scripts.lib:701
41604215 #, sh-format
41614216 msgid "Extracting ${filename} from ${archivename}"
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:715
4219 #: lib/scripts.lib:716
41654220 #, sh-format
41664221 msgid "Extracted file size does not match!"
41674222 msgstr ""
41684223
4169 #: lib/scripts.lib:746
4224 #: lib/scripts.lib:747
41704225 #, sh-format
41714226 msgid "Copying ${filename}"
41724227 msgstr ""
41734228
4174 #: lib/scripts.lib:759
4229 #: lib/scripts.lib:760
41754230 #, sh-format
41764231 msgid "File size does not match!"
41774232 msgstr ""
41784233
4179 #: lib/scripts.lib:903
4234 #: lib/scripts.lib:904
41804235 #, sh-format
41814236 msgid ""
41824237 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41834238 "n$APPLICATION_TITLE $NEEDED is required."
41844239 msgstr ""
41854240
4186 #: lib/scripts.lib:918
4241 #: lib/scripts.lib:919
41874242 #, sh-format
41884243 msgid ""
41894244 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41904245 "$NEEDED is recommended to continue."
41914246 msgstr ""
41924247
4193 #: lib/scripts.lib:949
4248 #: lib/scripts.lib:950
41944249 #, sh-format
41954250 msgid "$AUTHOR profile"
41964251 msgstr ""
42374292 "again."
42384293 msgstr ""
42394294
4240 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4295 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42414296 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42424297 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42434298 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42484303 #: lib/setupwindow.lib:348
42494304 #, sh-format
42504305 msgid "Where is mounted your CD-ROM?"
4306 msgstr ""
4307
4308 #: lib/setupwindow.lib:349 python/install.py:218
4309 #, sh-format
4310 msgid "Other"
42514311 msgstr ""
42524312
42534313 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43684428 msgid "I don't want to make another shortcut"
43694429 msgstr ""
43704430
4371 #: lib/setupwindow.lib:711 python/guiv3.py:158
4431 #: lib/setupwindow.lib:711 python/guiv3.py:163
43724432 #, sh-format
43734433 msgid "Browse"
4434 msgstr ""
4435
4436 #: lib/setupwindow.lib:739
4437 #, sh-format
4438 msgid "A shortcut by that name already exists, overwrite?"
43744439 msgstr ""
43754440
43764441 #: lib/website.lib:29
43904455 "valid."
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:367
4458 #: lib/wine.lib:371
43944459 #, sh-format
43954460 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:373
4463 #: lib/wine.lib:377
43994464 #, sh-format
44004465 msgid "Select the main videocard to report:"
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:538 lib/wine.lib:703
4468 #: lib/wine.lib:549 lib/wine.lib:714
44044469 #, sh-format
44054470 msgid ""
44064471 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44074472 "message"
44084473 msgstr ""
44094474
4410 #: lib/wine.lib:763
4475 #: lib/wine.lib:775
44114476 #, sh-format
44124477 msgid "Unable to find version: "
44134478 msgstr ""
44144479
4415 #: lib/wine.lib:769 lib/wine.lib:770
4480 #: lib/wine.lib:781 lib/wine.lib:782
44164481 #, sh-format
44174482 msgid "Downloading Wine: "
44184483 msgstr ""
44194484
4420 #: lib/wine.lib:779
4485 #: lib/wine.lib:791
44214486 #, sh-format
44224487 msgid "The download seems to have failed."
44234488 msgstr ""
44244489
4425 #: lib/wine.lib:781
4490 #: lib/wine.lib:793
44264491 #, sh-format
44274492 msgid "Extracting Wine..."
44284493 msgstr ""
44294494
4430 #: lib/wine.lib:961
4495 #: lib/wine.lib:976
44314496 #, sh-format
44324497 msgid "Overwrite (usually works, no guarantee)"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:962
4500 #: lib/wine.lib:977
44364501 #, sh-format
44374502 msgid "Erase (virtual drive content will be lost)"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:976
4505 #: lib/wine.lib:991
44414506 #, sh-format
44424507 msgid "The target virtual drive $PREFNAME already exists:"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1156 lib/wine.lib:1186
4510 #: lib/wine.lib:1171 lib/wine.lib:1201
44464511 #, sh-format
44474512 msgid "Please wait while $SOFTNAME is installed..."
44484513 msgstr ""
44494514
4450 #: lib/wine.lib:1160 lib/wine.lib:1189
4515 #: lib/wine.lib:1175 lib/wine.lib:1204
44514516 #, sh-format
44524517 msgid ""
44534518 "Be careful! This will kill install process. If it is not finished, you will "
44544519 "have to reinstall $SOFTNAME"
44554520 msgstr ""
44564521
4457 #: lib/wine.lib:1160 lib/wine.lib:1189
4522 #: lib/wine.lib:1175 lib/wine.lib:1204
44584523 #, sh-format
44594524 msgid "Install is done"
44604525 msgstr ""
44614526
4462 #: lib/wine.lib:1193 lib/wine.lib:1194
4527 #: lib/wine.lib:1208 lib/wine.lib:1209
44634528 #, sh-format
44644529 msgid "Press next only when the installation process is finished"
44654530 msgstr ""
44664531
4467 #: lib/wine.lib:1202
4532 #: lib/wine.lib:1217
44684533 #, sh-format
44694534 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44704535 msgstr ""
44784543 "associated"
44794544 msgstr ""
44804545
4481 #: python/configure.py:197 python/configure.py:694
4546 #: python/configure.py:196 python/configure.py:703
44824547 msgid "General"
44834548 msgstr ""
44844549
4550 #: python/configure.py:199
4551 msgid "Make a new shortcut from this virtual drive"
4552 msgstr ""
4553
44854554 #: python/configure.py:200
4486 msgid "Make a new shortcut from this virtual drive"
4555 msgid "Name"
44874556 msgstr ""
44884557
44894558 #: python/configure.py:201
4490 msgid "Name"
4559 msgid "Wine version"
44914560 msgstr ""
44924561
44934562 #: python/configure.py:202
4494 msgid "Wine version"
4495 msgstr ""
4496
4497 #: python/configure.py:203
44984563 msgid "Debug flags"
44994564 msgstr ""
45004565
4501 #: python/configure.py:205
4566 #: python/configure.py:204
45024567 msgid "Virtual drive"
45034568 msgstr ""
45044569
4505 #: python/configure.py:207
4570 #: python/configure.py:206
45064571 msgid "Arguments"
45074572 msgstr ""
45084573
4509 #: python/configure.py:211
4574 #: python/configure.py:210
45104575 msgid "Run configuration wizard"
45114576 msgstr ""
45124577
4513 #: python/configure.py:248
4578 #: python/configure.py:247
45144579 msgid "Windows reboot"
45154580 msgstr ""
45164581
4517 #: python/configure.py:256
4582 #: python/configure.py:255
45184583 msgid "Repair virtual drive"
45194584 msgstr ""
45204585
4521 #: python/configure.py:265
4586 #: python/configure.py:264
45224587 msgid "Command prompt"
45234588 msgstr ""
45244589
4525 #: python/configure.py:272
4590 #: python/configure.py:271
45264591 msgid "Task manager"
45274592 msgstr ""
45284593
4529 #: python/configure.py:280
4594 #: python/configure.py:279
45304595 msgid "Kill processes"
45314596 msgstr ""
45324597
4533 #: python/configure.py:287
4598 #: python/configure.py:286
45344599 msgid "Wine uninstaller"
45354600 msgstr ""
45364601
4537 #: python/configure.py:312
4602 #: python/configure.py:311
45384603 msgid ""
45394604 "Be careful! Installing one of these components can break your virtual drive."
45404605 msgstr ""
45414606
4542 #: python/configure.py:334 python/install.py:285 python/install.py:289
4543 #: python/mainwindow.py:197 python/mainwindow.py:350
4607 #: python/configure.py:333 python/install.py:285 python/install.py:289
4608 #: python/mainwindow.py:199 python/mainwindow.py:348
45444609 msgid "Install"
45454610 msgstr ""
45464611
4547 #: python/configure.py:395
4612 #: python/configure.py:388
45484613 msgid "Open program's directory"
45494614 msgstr ""
45504615
4551 #: python/configure.py:418
4616 #: python/configure.py:411
45524617 msgid "Open virtual drive's directory"
45534618 msgstr ""
45544619
4620 #: python/configure.py:555
4621 msgid "GLSL Support"
4622 msgstr ""
4623
4624 #: python/configure.py:556
4625 msgid "Direct Draw Renderer"
4626 msgstr ""
4627
4628 #: python/configure.py:557
4629 msgid "Video memory size"
4630 msgstr ""
4631
4632 #: python/configure.py:558
4633 msgid "Offscreen rendering mode"
4634 msgstr ""
4635
4636 #: python/configure.py:559
4637 msgid "Render target mode lock"
4638 msgstr ""
4639
45554640 #: python/configure.py:560
4556 msgid "GLSL Support"
4641 msgid "Multisampling"
45574642 msgstr ""
45584643
45594644 #: python/configure.py:561
4560 msgid "Direct Draw Renderer"
4561 msgstr ""
4562
4563 #: python/configure.py:562
4564 msgid "Video memory size"
4565 msgstr ""
4566
4567 #: python/configure.py:563
4568 msgid "Offscreen rendering mode"
4569 msgstr ""
4570
4571 #: python/configure.py:564
4572 msgid "Render target mode lock"
4573 msgstr ""
4574
4575 #: python/configure.py:565
4576 msgid "Multisampling"
4577 msgstr ""
4578
4579 #: python/configure.py:566
45804645 msgid "Strict Draw Ordering"
45814646 msgstr ""
45824647
4583 #: python/configure.py:576
4648 #: python/configure.py:571
45844649 msgid "Mouse warp override"
45854650 msgstr ""
45864651
4587 #: python/configure.py:578
4652 #: python/configure.py:573
45884653 msgid "Open a shell"
45894654 msgstr ""
45904655
4591 #: python/configure.py:579
4656 #: python/configure.py:574
45924657 msgid "Run a .exe file in this virtual drive"
45934658 msgstr ""
45944659
4595 #: python/configure.py:580
4660 #: python/configure.py:575
45964661 msgid "Command to exec before running the program"
45974662 msgstr ""
45984663
4599 #: python/configure.py:591
4664 #: python/configure.py:585
4665 msgid ""
4666 "Warning:\n"
4667 "\n"
4668 "Any program still running in this virtual drive will be terminated before "
4669 "Wine version is changed.\n"
4670 "Are you sure you want to continue?"
4671 msgstr ""
4672
4673 #: python/configure.py:596
46004674 msgid ""
46014675 "Be careful!\n"
46024676 "If you change "
46034677 msgstr ""
46044678
4605 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4679 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46064680 msgid "{0} configuration"
46074681 msgstr ""
46084682
4609 #: python/configure.py:659
4683 #: python/configure.py:664
46104684 msgid "Please select a program or a virtual drive to configure"
46114685 msgstr ""
46124686
4613 #: python/configure.py:677 python/options.py:280
4687 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46144688 msgid "New"
46154689 msgstr ""
46164690
4617 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4618 #: python/mainwindow.py:596 python/options.py:207
4691 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4692 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46194693 msgid "Remove"
46204694 msgstr ""
46214695
4622 #: python/configure.py:696
4696 #: python/configure.py:705
46234697 msgid "Install components"
46244698 msgstr ""
46254699
4626 #: python/configure.py:697 python/mainwindow.py:332
4700 #: python/configure.py:706 python/mainwindow.py:330
46274701 msgid "Display"
46284702 msgstr ""
46294703
4630 #: python/configure.py:698
4704 #: python/configure.py:707
46314705 msgid "Miscellaneous"
46324706 msgstr ""
46334707
4634 #: python/configure.py:726
4708 #: python/configure.py:735
46354709 msgid "This virtual drive is protected"
46364710 msgstr ""
46374711
4638 #: python/configure.py:728
4712 #: python/configure.py:737
46394713 msgid "Are you sure you want to delete {0} virtual drive ?"
46404714 msgstr ""
46414715
4642 #: python/configure.py:735
4716 #: python/configure.py:744
46434717 msgid "Are you sure you want to delete {0} ?"
46444718 msgstr ""
46454719
4646 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4647 #: python/mainwindow.py:997
4720 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4721 #: python/mainwindow.py:995
46484722 msgid "{0} debugger"
46494723 msgstr ""
46504724
46524726 msgid "Please select a debug file"
46534727 msgstr ""
46544728
4655 #: python/debug.py:76
4729 #: python/debug.py:78
46564730 msgid "Locate this logfile"
46574731 msgstr ""
46584732
4659 #: python/debug.py:99
4733 #: python/debug.py:101
46604734 msgid "The file is named : {0}"
46614735 msgstr ""
46624736
4663 #: python/debug.py:153 python/debug.py:207
4737 #: python/debug.py:189 python/debug.py:245
46644738 msgid "Virtual drives"
46654739 msgstr ""
46664740
4667 #: python/debug.py:184
4741 #: python/debug.py:222
46684742 msgid "Report a problem about {0}"
46694743 msgstr ""
46704744
4671 #: python/debug.py:206
4745 #: python/debug.py:244
46724746 msgid "Install scripts"
46734747 msgstr ""
46744748
46934767 msgid "Next"
46944768 msgstr ""
46954769
4696 #: python/guiv3.py:166
4770 #: python/guiv3.py:171
46974771 msgid "I Agree"
46984772 msgstr ""
46994773
4700 #: python/guiv3.py:167
4774 #: python/guiv3.py:172
47014775 msgid "Show virtual drives"
47024776 msgstr ""
47034777
4704 #: python/guiv3.py:188
4778 #: python/guiv3.py:193
47054779 msgid "Login: "
47064780 msgstr ""
47074781
4708 #: python/guiv3.py:189
4782 #: python/guiv3.py:194
47094783 msgid "Password: "
47104784 msgstr ""
47114785
4712 #: python/guiv3.py:192
4786 #: python/guiv3.py:197
47134787 msgid "Register"
47144788 msgstr ""
47154789
4716 #: python/guiv3.py:288
4790 #: python/guiv3.py:302
47174791 msgid "MB downloaded"
47184792 msgstr ""
47194793
4720 #: python/guiv3.py:288
4794 #: python/guiv3.py:302
47214795 msgid "of"
47224796 msgstr ""
47234797
4724 #: python/guiv3.py:749
4798 #: python/guiv3.py:769
47254799 msgid "You cannot close this window"
47264800 msgstr ""
47274801
47294803 msgid "No description"
47304804 msgstr ""
47314805
4732 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4806 #: python/install.py:210
4807 msgid "Accessories"
4808 msgstr ""
4809
4810 #: python/install.py:211
4811 msgid "Development"
4812 msgstr ""
4813
4814 #: python/install.py:212
4815 msgid "Education"
4816 msgstr ""
4817
4818 #: python/install.py:213
4819 msgid "Games"
4820 msgstr ""
4821
4822 #: python/install.py:214
4823 msgid "Graphics"
4824 msgstr ""
4825
4826 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4827 msgid "Internet"
4828 msgstr ""
4829
4830 #: python/install.py:216
4831 msgid "Multimedia"
4832 msgstr ""
4833
4834 #: python/install.py:217
4835 msgid "Office"
4836 msgstr ""
4837
4838 #: python/install.py:219
4839 msgid "Patches"
4840 msgstr ""
4841
4842 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47334843 msgid "Search"
47344844 msgstr ""
47354845
47364846 #: python/install.py:252
47374847 msgid "Include:"
4848 msgstr ""
4849
4850 #: python/install.py:258
4851 msgid "Testing"
47384852 msgstr ""
47394853
47404854 #: python/install.py:263
47884902 "used for piracy purposes we won't give any support on this matter."
47894903 msgstr ""
47904904
4791 #: python/irc.py:137
4905 #: python/irc.py:139
47924906 msgid "Send"
47934907 msgstr ""
47944908
4795 #: python/irc.py:138
4909 #: python/irc.py:140
47964910 msgid "Connect"
47974911 msgstr ""
47984912
4799 #: python/irc.py:139
4913 #: python/irc.py:141
48004914 msgid "Disconnect"
48014915 msgstr ""
48024916
4803 #: python/irc.py:140
4917 #: python/irc.py:142
48044918 msgid "Leave"
48054919 msgstr ""
48064920
4807 #: python/irc.py:227
4921 #: python/irc.py:229
48084922 msgid "Join a channel"
48094923 msgstr ""
48104924
4811 #: python/irc.py:257 python/mainwindow.py:725
4925 #: python/irc.py:259 python/mainwindow.py:723
48124926 msgid "Messenger"
48134927 msgstr ""
48144928
4815 #: python/irc.py:273
4929 #: python/irc.py:275
48164930 msgid ""
48174931 "If you close this window, you cannot read further replies. Are you sure that "
48184932 "you want to close it?"
48374951 msgid "{0} error"
48384952 msgstr ""
48394953
4840 #: python/mainwindow.py:73
4954 #: python/mainwindow.py:75
48414955 msgid "{0} website is unavailable. Please check your connection"
48424956 msgstr ""
48434957
4844 #: python/mainwindow.py:75
4958 #: python/mainwindow.py:77
48454959 msgid "Refreshing {0}"
48464960 msgstr ""
48474961
4848 #: python/mainwindow.py:90 python/mainwindow.py:92
4962 #: python/mainwindow.py:92 python/mainwindow.py:94
48494963 msgid "An updated version of {0} is available"
48504964 msgstr ""
48514965
4852 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4966 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48534967 msgid "Run"
48544968 msgstr ""
48554969
4856 #: python/mainwindow.py:200
4970 #: python/mainwindow.py:202
48574971 msgid "Donate"
48584972 msgstr ""
48594973
4860 #: python/mainwindow.py:201
4974 #: python/mainwindow.py:203
48614975 msgid "Exit"
48624976 msgstr ""
48634977
4864 #: python/mainwindow.py:205
4978 #: python/mainwindow.py:207
48654979 msgid "Small icons"
48664980 msgstr ""
48674981
4868 #: python/mainwindow.py:206
4982 #: python/mainwindow.py:208
48694983 msgid "Medium icons"
48704984 msgstr ""
48714985
4872 #: python/mainwindow.py:207
4986 #: python/mainwindow.py:209
48734987 msgid "Large icons"
48744988 msgstr ""
48754989
4876 #: python/mainwindow.py:208
4990 #: python/mainwindow.py:210
48774991 msgid "Very large icons"
48784992 msgstr ""
48794993
4880 #: python/mainwindow.py:220
4994 #: python/mainwindow.py:222
48814995 msgid "Manage Wine versions"
48824996 msgstr ""
48834997
4884 #: python/mainwindow.py:226
4998 #: python/mainwindow.py:228
48854999 msgid "Read a PC CD-Rom"
48865000 msgstr ""
48875001
4888 #: python/mainwindow.py:236
5002 #: python/mainwindow.py:238
48895003 msgid "Close all {0} software"
48905004 msgstr ""
48915005
4892 #: python/mainwindow.py:240
5006 #: python/mainwindow.py:242
48935007 msgid "{0} console"
48945008 msgstr ""
48955009
4896 #: python/mainwindow.py:250
5010 #: python/mainwindow.py:248
48975011 msgid "{0} messenger"
48985012 msgstr ""
48995013
4900 #: python/mainwindow.py:266 python/options.py:388
5014 #: python/mainwindow.py:264 python/options.py:388
49015015 msgid "File associations"
49025016 msgstr ""
49035017
4904 #: python/mainwindow.py:273
5018 #: python/mainwindow.py:271
49055019 msgid "About {0}"
49065020 msgstr ""
49075021
4908 #: python/mainwindow.py:302 python/mainwindow.py:306
5022 #: python/mainwindow.py:300 python/mainwindow.py:304
49095023 msgid "Plugin manager"
49105024 msgstr ""
49115025
5026 #: python/mainwindow.py:329
5027 msgid "File"
5028 msgstr ""
5029
49125030 #: python/mainwindow.py:331
4913 msgid "File"
4914 msgstr ""
4915
4916 #: python/mainwindow.py:333
49175031 msgid "Tools"
49185032 msgstr ""
49195033
4920 #: python/mainwindow.py:334 python/mainwindow.py:723
5034 #: python/mainwindow.py:332 python/mainwindow.py:721
49215035 msgid "Settings"
49225036 msgstr ""
49235037
4924 #: python/mainwindow.py:335 python/options.py:387
5038 #: python/mainwindow.py:333 python/options.py:387
49255039 msgid "Plugins"
49265040 msgstr ""
49275041
4928 #: python/mainwindow.py:347 python/mainwindow.py:739
5042 #: python/mainwindow.py:345 python/mainwindow.py:737
49295043 msgid "Close"
49305044 msgstr ""
49315045
4932 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5046 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49335047 msgid "Configure"
49345048 msgstr ""
49355049
4936 #: python/mainwindow.py:584
5050 #: python/mainwindow.py:582
49375051 msgid "Open the application's directory"
49385052 msgstr ""
49395053
4940 #: python/mainwindow.py:588 python/mainwindow.py:753
5054 #: python/mainwindow.py:586 python/mainwindow.py:751
49415055 msgid "Read the manual"
49425056 msgstr ""
49435057
4944 #: python/mainwindow.py:592
5058 #: python/mainwindow.py:590
49455059 msgid "Set the icon"
49465060 msgstr ""
49475061
4948 #: python/mainwindow.py:600
5062 #: python/mainwindow.py:598
49495063 msgid "Close this application"
49505064 msgstr ""
49515065
4952 #: python/mainwindow.py:611
5066 #: python/mainwindow.py:609
49535067 msgid "KillApp"
49545068 msgstr ""
49555069
4956 #: python/mainwindow.py:618
5070 #: python/mainwindow.py:616
49575071 msgid "No manual found for {0}"
49585072 msgstr ""
49595073
4960 #: python/mainwindow.py:721
5074 #: python/mainwindow.py:719
49615075 msgid "Install a program"
49625076 msgstr ""
49635077
4964 #: python/mainwindow.py:728
5078 #: python/mainwindow.py:726
49655079 msgid "Update GIT"
49665080 msgstr ""
49675081
4968 #: python/mainwindow.py:731
5082 #: python/mainwindow.py:729
49695083 msgid "Update instructions"
49705084 msgstr ""
49715085
5086 #: python/mainwindow.py:739
5087 msgid "Debug"
5088 msgstr ""
5089
49725090 #: python/mainwindow.py:741
4973 msgid "Debug"
4974 msgstr ""
4975
4976 #: python/mainwindow.py:743
49775091 msgid "Report a problem"
49785092 msgstr ""
49795093
5094 #: python/mainwindow.py:745
5095 msgid "Create a shortcut"
5096 msgstr ""
5097
49805098 #: python/mainwindow.py:747
4981 msgid "Create a shortcut"
4982 msgstr ""
4983
4984 #: python/mainwindow.py:749
49855099 msgid "Open the directory"
49865100 msgstr ""
49875101
4988 #: python/mainwindow.py:755
5102 #: python/mainwindow.py:753
49895103 msgid "Save"
49905104 msgstr ""
49915105
4992 #: python/mainwindow.py:758
5106 #: python/mainwindow.py:756
49935107 msgid "Uninstall"
49945108 msgstr ""
49955109
4996 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5110 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5111 #: python/mainwindow.py:1001
5112 msgid "Please select a program."
5113 msgstr ""
5114
5115 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5116 msgid "{0} settings"
5117 msgstr ""
5118
5119 #: python/mainwindow.py:963
5120 msgid "{0} install menu"
5121 msgstr ""
5122
5123 #: python/mainwindow.py:972
5124 msgid "{0} wine versions manager"
5125 msgstr ""
5126
49975127 #: python/mainwindow.py:1003
4998 msgid "Please select a program."
4999 msgstr ""
5000
5001 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5002 msgid "{0} settings"
5003 msgstr ""
5004
5005 #: python/mainwindow.py:965
5006 msgid "{0} install menu"
5007 msgstr ""
5008
5009 #: python/mainwindow.py:974
5010 msgid "{0} wine versions manager"
5011 msgstr ""
5012
5013 #: python/mainwindow.py:1005
50145128 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50155129 msgstr ""
50165130
51165230 "These information will be very precious for us to help people."
51175231 msgstr ""
51185232
5119 #: python/mainwindow.py:1271
5233 #: python/mainwindow.py:1273
51205234 msgid "Are you sure you want to want to install {0} package?"
51215235 msgstr ""
51225236
5123 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5237 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5238 #: python/mainwindow.py:1284
51245239 msgid ""
51255240 "You are trying to open a script design for {0}! It might not work as expected"
51265241 msgstr ""
51975312 msgid "You must restart {0} for the changes to take effect."
51985313 msgstr "Du må restarte {0} for at endringene skal ha effekt."
51995314
5200 #: python/wine_versions.py:194
5315 #: python/wine_versions.py:195
52015316 msgid "Installed Wine versions: "
52025317 msgstr "Installerte Wine versjoner: "
52035318
5204 #: python/wine_versions.py:195
5319 #: python/wine_versions.py:196
52055320 msgid "Available Wine versions: "
52065321 msgstr "Tilgjengelige Wine versjoner: "
52075322
5208 #: python/wine_versions.py:202
5323 #: python/wine_versions.py:203
52095324 msgid "Wine versions"
52105325 msgstr "Wine versjoner"
52115326
5212 #: python/wine_versions.py:321
5327 #: python/wine_versions.py:322
52135328 msgid "Are you sure you want to delete wine {0}?"
52145329 msgstr "Er du sikker på at du vill slette wine {0}?"
52155330
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-20 10:17+0000\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-06-23 19:13+0000\n"
1111 "Last-Translator: rob <linuxned@gmail.com>\n"
1212 "Language-Team: nl_NL.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:11+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:40+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
246246 msgstr "Voer spelschijf in in schijfstation."
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Selecteer het installatiebestand om uit te voeren"
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
446466 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
447467 #: PlayOnLinux_Scripts/Magicka_:68
448468 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
469 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
449470 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
450471 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
451472 #: PlayOnLinux_Scripts/Rayman_Origins_:83
452473 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
453 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
454 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
474 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
475 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
455476 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
456477 #: PlayOnLinux_Scripts/The_Witcher_:125
457478 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
486507 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
487508 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
488509 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
510 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
489511 #: PlayOnLinux_Scripts/Driftmoon_:43
490512 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
491513 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
494516 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
495517 #: PlayOnLinux_Scripts/League_Of_Legends_:57
496518 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
497 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
519 #: PlayOnLinux_Scripts/Sacrifice_:41
520 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
521 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
522 #: PlayOnLinux_Scripts/Toontown_Online_:25
523 #: PlayOnLinux_Scripts/Watchtower_library_:43
498524 #: PlayOnLinux_Scripts/iTunes_10_:28
499525 #, sh-format
500526 msgid "Please select the setup file to run."
509535 #: PlayOnLinux_Scripts/POL_GoG_download_:48
510536 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
511537 #: PlayOnLinux_Scripts/SimCity_2000_:50
512 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
513 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
538 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
539 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
514540 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
515541 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
516542 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
517 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
518 #: lib/wine.lib:1186
543 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
544 #: lib/wine.lib:1171 lib/wine.lib:1201
519545 #, sh-format
520546 msgid "Please wait..."
521547 msgstr "Een moment geduld…"
543569 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
544570 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
545571 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
546 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
572 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
547573 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
548574 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
549575 #: PlayOnLinux_Scripts/Dead_Space_2_:85
559585 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
560586 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
561587 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
562 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
563589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
564590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
565591 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
622648 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
623649 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
624650 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
625 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
651 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
626652 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
627653 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
628654 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
629 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
630 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
655 #: PlayOnLinux_Scripts/Dead_Space_:50
656 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
657 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
658 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
631659 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
632660 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
633661 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
637665 #: PlayOnLinux_Scripts/Rage_:79
638666 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
639667 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
640 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
641669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
643671 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
675703 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
676704 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
677705 #: PlayOnLinux_Scripts/Sacrifice_:45
678 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
706 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
679707 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
680708 #: PlayOnLinux_Scripts/The_Witcher_:102
681709 #, sh-format
686714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
687715 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
688716 #: PlayOnLinux_Scripts/Mass_Effect_:54
689 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
717 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
690718 #: PlayOnLinux_Scripts/The_Witcher_:110
691719 #, sh-format
692720 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
699727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
700728 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
701729 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
702 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
730 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
703731 #: PlayOnLinux_Scripts/The_Witcher_:113
704732 #, sh-format
705733 msgid "Please insert the next game media into your disk drive"
729757 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
730758 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
731759 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
760 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
732761 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
733762 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
734763 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
834863 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
835864 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
836865 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
837 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
866 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
838867 #, sh-format
839868 msgid ""
840869 "You must disable anti-piracy protections of this game\\nif you want to play "
858887
859888 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
860889 #: PlayOnLinux_Scripts/Cars_2_:83
861 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
890 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
862891 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
863892 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
864893 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
881910 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
882911 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
883912 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
914 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
885916 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
886917 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11281159 msgid "Please insert media 2 into your disk drive\\nif not already done."
11291160 msgstr "Voer schijf 2 in in schijfstation\\nindien dit nog niet gedaan is."
11301161
1131 #: PlayOnLinux_Scripts/Diablo_III_:29
1162 #: PlayOnLinux_Scripts/Diablo_III_:31
11321163 #, sh-format
11331164 msgid "Please select the setup file downloaded on $EDITOR website"
11341165 msgstr ""
11351166 "Selecteer het installatiebestand dat gedownload werd op de website van "
11361167 "$EDITOR"
11371168
1138 #: PlayOnLinux_Scripts/Diablo_III_:60
1169 #: PlayOnLinux_Scripts/Diablo_III_:62
11391170 #, sh-format
11401171 msgid ""
11411172 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11441175 "$TITLE is geïnstalleerd.\\n\\nSpeciale dank aan Erich Hoover voor zijn Wine-"
11451176 "patch (AcceptEx Fix)"
11461177
1147 #: PlayOnLinux_Scripts/Diablo_III_:60
1178 #: PlayOnLinux_Scripts/Diablo_III_:62
11481179 #, sh-format
11491180 msgid ""
11501181 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11521183 msgstr ""
11531184 "Indien u een foutmelding 3007 krijgt tijdens het verbinden, open dan een "
11541185 "terminalvenster en typ:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1186
1187 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1188 #, sh-format
1189 msgid "Scanning your hardware..."
1190 msgstr ""
11551191
11561192 #: PlayOnLinux_Scripts/Dishonored_:79
11571193 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12531289
12541290 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12551291 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1256 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1257 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1292 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1293 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12581294 #, sh-format
12591295 msgid "Please insert the first game media into your disk drive"
12601296 msgstr "Voer eerste spelschijf in in schijfstation."
12611297
12621298 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1263 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1299 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12641300 #, sh-format
12651301 msgid "Please insert the second game media into your disk drive"
12661302 msgstr "Voer tweede spelschijf in in schijfstation"
13311367 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13321368 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13331369 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1370 #: PlayOnLinux_Scripts/Hearthstone_:64
13341371 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13351372 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13361373 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13561393 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13571394 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13581395 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1359 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1396 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13601397 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13611398 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13621399 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13821419 msgid "Editor"
13831420 msgstr "Editor"
13841421
1385 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1422 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13861423 #, sh-format
13871424 msgid "This install script requires ffmpeg"
13881425 msgstr "Dit installatiescript vereist ffmpeg"
13891426
1390 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1427 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13911428 #, sh-format
13921429 msgid "Converting videos..."
13931430 msgstr "Video's converteren…"
13941431
13951432 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1433 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13961434 #, sh-format
13971435 msgid ""
13981436 "On first run the game will autodetect available renderers.\\nIt is likely "
14081446 msgid "Run $TITLE in safe mode?"
14091447 msgstr "$TITLE draaien in veilige modus?"
14101448
1449 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1450 #, sh-format
1451 msgid ""
1452 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1453 "disable it by pressing Alt+R while in game.)"
1454 msgstr ""
1455 "Tip: de hoge resolutiemodus is geactiveerd. Indien deze te traag werkt kunt "
1456 "u deze uitschakelen via de toetsencombinatie Alt+R wanneer het spel draait.)"
1457
1458 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1459 #, sh-format
1460 msgid ""
1461 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1462 "game."
1463 msgstr ""
1464 "Tip: u kunt een hogere resolutiemodus inschakelen via de toetsencombinatie "
1465 "Alt+R wanneer het spel draait."
1466
14111467 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14121468 #, sh-format
14131469 msgid "Could not find program directory"
14771533 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14781534 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14791535 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1480 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1481 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1482 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14831536 #, sh-format
14841537 msgid "Language"
14851538 msgstr "Taal"
16081661 msgid "Dedicated server"
16091662 msgstr "Specifieke server"
16101663
1611 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1664 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
16121665 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
16131666 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
16141667 #, sh-format
16391692 msgid "Code wheel"
16401693 msgstr "Codewiel"
16411694
1642 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1643 #, sh-format
1644 msgid "Do you have a language pack to install?"
1645 msgstr "Heeft u een taalpakket om te installeren?"
1646
1647 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1648 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1649 #, sh-format
1650 msgid "Later"
1651 msgstr "Later"
1652
1653 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1695 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1696 #, sh-format
1697 msgid ""
1698 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1699 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1700 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1701 msgstr ""
1702 "Het wordt zeer aanbevolen om nu de Circle of Eight-modpack te installeren\\"
1703 "nom vele problemen met dit spel te repareren en optioneel nieuwe content toe "
1704 "te voegen\\n(voor \"NC\"-modpacks).\\nGebruik het specifieke PlayOnLinux-"
1705 "script in de patches-sectie."
1706
1707 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1708 #, sh-format
1709 msgid "Now you must install the modpack in directory:"
1710 msgstr "Nu moet u de modpack installeren in de map:"
1711
1712 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1713 #, sh-format
1714 msgid "Please select ANY 3 icons when prompted."
1715 msgstr ""
1716 "Selecteer WELKE 3 pictogrammen DAN OOK wanneer hierom gevraagd wordt."
1717
1718 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1719 #, sh-format
1720 msgid "temp directory missing"
1721 msgstr "tijdelijke map ontbreekt"
1722
1723 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1724 #, sh-format
1725 msgid ""
1726 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1727 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1728 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1729 "details.\\nInstall it?"
1730 msgstr ""
1731 "Het Two Worlds-configuratiepaneel is een hulpmiddel vanuit de TwoWorlds-"
1732 "gemeenschap,\\nwaarmee u parameters kunt aanpassen en mods beheren\\nvoor "
1733 "dit spel. Zie\\"
1734 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 voor meer "
1735 "details.\\nWilt u het installeren?"
1736
1737 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1738 #, sh-format
1739 msgid "Control Panel"
1740 msgstr "Configuratiepaneel"
1741
1742 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1743 #, sh-format
1744 msgid ""
1745 "IMPORTANT:\n"
1746 " \\n\\nOn the installation window coming next, do NOT click the Options "
1747 "button, it would mess up the language selection."
1748 msgstr ""
1749 "BELANGRIJK:\n"
1750 " \\n\\nIn het volgende installatievenster, klik NIET op de Options-knop, "
1751 "omdat hierdoor uw taalkeuze in de war raakt."
1752
1753 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1754 #, sh-format
1755 msgid ""
1756 "On first run the game will autodetect available renderers.\\nIt is likely "
1757 "that you will get better performance out of the OpenGL renderer."
1758 msgstr ""
1759 "Bij de eerste start zal het spel de beschikbare renderers detecteren.\\nHet "
1760 "is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen."
1761
1762 #: PlayOnLinux_Scripts/Goblins_3_:21
1763 #, sh-format
1764 msgid "Please select the game language"
1765 msgstr "Selecteer de gewenste taal voor het spel"
1766
1767 #: PlayOnLinux_Scripts/Gothic_3_:82
1768 #, sh-format
1769 msgid "Choose the game resolution"
1770 msgstr "Selecteer de spelresolutie"
1771
1772 #: PlayOnLinux_Scripts/Gothic_3_:96
1773 #, sh-format
1774 msgid ""
1775 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1776 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1777 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1778 msgstr ""
1779 "Nu kunt u de spelmodus selecteren:\\n1)Modus Venster:\\nAlles werkt correct "
1780 "behalve de systeemcursor in het spelvenster.\\n\\n2)Modus Schermvullend:\\"
1781 "nAlles werkt correct behalve de hemel, die is zwart.\\n\\n\\n\\nWelke modus "
1782 "heeft uw voorkeur?"
1783
1784 #: PlayOnLinux_Scripts/Gothic_3_:110
1785 #, sh-format
1786 msgid "$TITLE is installed"
1787 msgstr "$TITLE is geïnstalleerd"
1788
1789 #: PlayOnLinux_Scripts/Guild_Wars_:53
1790 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1791 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1792 #, sh-format
1793 msgid "Please insert the DVD-ROM"
1794 msgstr "Voer de dvd-rom in"
1795
1796 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1797 #, sh-format
1798 msgid ""
1799 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1800 "client and download will resume from where it stopped. Download percentage "
1801 "reset but do not worry, it do not restart from the beginning."
1802 msgstr ""
1803 "Wegens Wine-fout #30512, zal het downloaden vaak vastlopen, herstart de "
1804 "client en het downloaden zal opnieuw starten vanaf het punt waar deze "
1805 "gestopt was. Het downloadpercentage zal gereset worden, maar het downloaden "
1806 "zal niet opnieuw gestart worden vanaf het begin."
1807
1808 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1809 #, sh-format
1810 msgid ""
1811 "Please select $TITLE install file. During installation, uncheck all extra "
1812 "drivers it wants to install:"
1813 msgstr ""
1814 "Selecteer het $TITLE-installatiebestand. Vink tijdens de installatie alle "
1815 "extra drivers uit die het wil installeren:"
1816
16541817 #: PlayOnLinux_Scripts/Half_Life_2_:56
16551818 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16561819 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16571820 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1658 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1821 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16591822 #, sh-format
16601823 msgid "No"
16611824 msgstr "Nee"
16621825
1663 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1664 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1826 #: PlayOnLinux_Scripts/Half_Life_2_:56
1827 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1828 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1829 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1830 #: PlayOnLinux_Scripts/Portal_:36
1831 #, sh-format
1832 msgid ""
1833 "Steam installation has been detected\\nwould you like to install this game "
1834 "in the same virtual drive?"
1835 msgstr ""
1836 "Er is een Steam-installatie gevonden\\nwilt u dit spel in hetzelfde virtuele "
1837 "station installeren?"
1838
16651839 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16661840 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16671841 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16701844 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16711845 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16721846 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1673 #: python/guiv3.py:157
1847 #: python/guiv3.py:158 python/guiv3.py:161
16741848 #, sh-format
16751849 msgid "Yes"
16761850 msgstr "Ja"
16771851
1678 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1679 #, sh-format
1680 msgid ""
1681 "To install a language pack later, open the configuration panel for the game "
1682 "in order to execute the installer into the virtual disk (Misc tab)"
1683 msgstr ""
1684 "Om een taalpakket later te installeren, opent u het configuratiepaneel voor "
1685 "dit spel, waarna u het installatieprogramma uit kunt voeren in het virtuele "
1686 "station (Diverse-tabblad)"
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1689 #, sh-format
1690 msgid ""
1691 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1692 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1693 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1694 msgstr ""
1695 "Het wordt zeer aanbevolen om nu de Circle of Eight-modpack te installeren\\"
1696 "nom vele problemen met dit spel te repareren en optioneel nieuwe content toe "
1697 "te voegen\\n(voor \"NC\"-modpacks).\\nGebruik het specifieke PlayOnLinux-"
1698 "script in de patches-sectie."
1699
1700 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1701 #, sh-format
1702 msgid "Now you must install the modpack in directory:"
1703 msgstr "Nu moet u de modpack installeren in de map:"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1706 #, sh-format
1707 msgid "Please select ANY 3 icons when prompted."
1708 msgstr ""
1709 "Selecteer WELKE 3 pictogrammen DAN OOK wanneer hierom gevraagd wordt."
1710
1711 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1712 #, sh-format
1713 msgid "temp directory missing"
1714 msgstr "tijdelijke map ontbreekt"
1715
1716 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1717 #, sh-format
1718 msgid ""
1719 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1720 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1721 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1722 "details.\\nInstall it?"
1723 msgstr ""
1724 "Het Two Worlds-configuratiepaneel is een hulpmiddel vanuit de TwoWorlds-"
1725 "gemeenschap,\\nwaarmee u parameters kunt aanpassen en mods beheren\\nvoor "
1726 "dit spel. Zie\\"
1727 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 voor meer "
1728 "details.\\nWilt u het installeren?"
1729
1730 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1731 #, sh-format
1732 msgid "Control Panel"
1733 msgstr "Configuratiepaneel"
1734
1735 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1736 #, sh-format
1737 msgid ""
1738 "IMPORTANT:\n"
1739 " \\n\\nOn the installation window coming next, do NOT click the Options "
1740 "button, it would mess up the language selection."
1741 msgstr ""
1742 "BELANGRIJK:\n"
1743 " \\n\\nIn het volgende installatievenster, klik NIET op de Options-knop, "
1744 "omdat hierdoor uw taalkeuze in de war raakt."
1745
1746 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1747 #, sh-format
1748 msgid ""
1749 "On first run the game will autodetect available renderers.\\nIt is likely "
1750 "that you will get better performance out of the OpenGL renderer."
1751 msgstr ""
1752 "Bij de eerste start zal het spel de beschikbare renderers detecteren.\\nHet "
1753 "is waarschijnlijk dat u betere prestaties krijgt met OpenGL-renderen."
1754
1755 #: PlayOnLinux_Scripts/Goblins_3_:21
1756 #, sh-format
1757 msgid "Please select the game language"
1758 msgstr "Selecteer de gewenste taal voor het spel"
1759
1760 #: PlayOnLinux_Scripts/Gothic_3_:82
1761 #, sh-format
1762 msgid "Choose the game resolution"
1763 msgstr "Selecteer de spelresolutie"
1764
1765 #: PlayOnLinux_Scripts/Gothic_3_:96
1766 #, sh-format
1767 msgid ""
1768 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1769 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1770 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1771 msgstr ""
1772 "Nu kunt u de spelmodus selecteren:\\n1)Modus Venster:\\nAlles werkt correct "
1773 "behalve de systeemcursor in het spelvenster.\\n\\n2)Modus Schermvullend:\\"
1774 "nAlles werkt correct behalve de hemel, die is zwart.\\n\\n\\n\\nWelke modus "
1775 "heeft uw voorkeur?"
1776
1777 #: PlayOnLinux_Scripts/Gothic_3_:110
1778 #, sh-format
1779 msgid "$TITLE is installed"
1780 msgstr "$TITLE is geïnstalleerd"
1781
1782 #: PlayOnLinux_Scripts/Guild_Wars_:53
1783 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1784 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1785 #, sh-format
1786 msgid "Please insert the DVD-ROM"
1787 msgstr "Voer de dvd-rom in"
1788
1789 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1790 #, sh-format
1791 msgid ""
1792 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1793 "client and download will resume from where it stopped. Download percentage "
1794 "reset but do not worry, it do not restart from the beginning."
1795 msgstr ""
1796 "Wegens Wine-fout #30512, zal het downloaden vaak vastlopen, herstart de "
1797 "client en het downloaden zal opnieuw starten vanaf het punt waar deze "
1798 "gestopt was. Het downloadpercentage zal gereset worden, maar het downloaden "
1799 "zal niet opnieuw gestart worden vanaf het begin."
1800
1801 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1802 #, sh-format
1803 msgid ""
1804 "Please select $TITLE install file. During installation, uncheck all extra "
1805 "drivers it wants to install:"
1806 msgstr ""
1807 "Selecteer het $TITLE-installatiebestand. Vink tijdens de installatie alle "
1808 "extra drivers uit die het wil installeren:"
1809
1810 #: PlayOnLinux_Scripts/Half_Life_2_:56
1811 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1812 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1813 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1814 #: PlayOnLinux_Scripts/Portal_:36
1815 #, sh-format
1816 msgid ""
1817 "Steam installation has been detected\\nwould you like to install this game "
1818 "in the same virtual drive?"
1819 msgstr ""
1820 "Er is een Steam-installatie gevonden\\nwilt u dit spel in hetzelfde virtuele "
1821 "station installeren?"
1822
18231852 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18241853 #, sh-format
18251854 msgid "Updating $TITLE"
18261855 msgstr "$TITLE bijwerken"
18271856
1828 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1857 #: PlayOnLinux_Scripts/Hanahira__:54
18291858 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18301859 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18311860 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18371866 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18381867 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18391868 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1869 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1870 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1871 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1872 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1873 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1874 #: PlayOnLinux_Scripts/Steins_Gate_:51
18401875 #, sh-format
18411876 msgid "Please locate installation program (Setup.exe)"
18421877 msgstr "Ga naar het installatieprogramma (Setup.exe)"
18431878
1844 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1845 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1879 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18461880 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18471881 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18481882 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18681902 "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). "
18691903 "Klik op Volgende om de installatie te starten."
18701904
1905 #: PlayOnLinux_Scripts/Hearthstone_:26
1906 #, sh-format
1907 msgid "What language do you want to install?"
1908 msgstr "Welke taal wilt u installeren?"
1909
18711910 #: PlayOnLinux_Scripts/ImgBurn_:38
18721911 #, sh-format
18731912 msgid ""
19131952 msgstr "Wilt u de unicode-versie van Inno Setup installeren?"
19141953
19151954 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1916 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
19171955 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
19181956 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
19191957 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20992137 "Indien het downloaden van de update vastloopt, sluit deze dan af en start "
21002138 "deze opnieuw totdat het downloaden voltooid is."
21012139
2140 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
21022141 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
21032142 #, sh-format
21042143 msgid "Demo version"
21052144 msgstr "Demo-versie"
21062145
2146 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
21072147 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
21082148 #, sh-format
21092149 msgid "Please select version."
21632203 msgstr ""
21642204 "Geen bestandsnaamextensie aangegeven, associatie met oorspronkelijke "
21652205 "programma wordt overgeslagen."
2206
2207 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2208 #, sh-format
2209 msgid "Contacting download server."
2210 msgstr "Verbinding maken met downloadserver."
21662211
21672212 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21682213 #: python/install.py:454 python/install.py:456 python/install.py:570
22512296 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22522297 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22532298 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2254 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2299 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22552300 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22562301 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22572302 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22932338 "Indien u foutmeldingen krijgt tijdens de installatie van DotNet 3.0, dan "
22942339 "kunt u deze zonder problemen negeren"
22952340
2296 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2297 #, sh-format
2298 msgid "This package fail to install with wine 1.5.21 or better"
2299 msgstr ""
2300 "Dit pakket kan niet geïnstalleerd worden met Wine-versie 1.5.21 of hoger"
2301
2302 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2341 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
23032342 #, sh-format
23042343 msgid ""
23052344 "If you see error messages during DotNet 3.5 installation, you can ignore "
24352474 "VCRun2010 kan mogelijk niet geïnstalleerd worden omdat uw PlayOnLinux-versie "
24362475 "te oud is. Werk deze eerst bij."
24372476
2438 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2477 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2478 #: PlayOnLinux_Scripts/yWriter_5_:45
24392479 #, sh-format
24402480 msgid "Downloading..."
24412481 msgstr "Bezig met downloaden…"
25542594 msgid "Microsoft fonts have been installed successfully."
25552595 msgstr "Microsoft-lettertypes zijn succesvol geïnstalleerd."
25562596
2597 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2598 #, sh-format
2599 msgid ""
2600 "OSX users: If the screen flickers once the game is launched, try to press "
2601 "cmd + tab twice"
2602 msgstr ""
2603
25572604 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25582605 #, sh-format
25592606 msgid "Remove Game For Windows Live..."
25632610 #, sh-format
25642611 msgid "Game For Windows Live is not installed\\nskipping uninstall routine."
25652612 msgstr ""
2566 "Spel voor Windows Live is niet geïnstalleerd\\ndeïnstallatieroutine wordt "
2613 "Spel voor Windows Live is niet geïnstalleerd\\nverwijderroutine wordt "
25672614 "overgeslagen."
25682615
25692616 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:13
26002647 "Om door te kunnen gaan dient PlayOnLinux uw cd-rom opnieuw aan te koppelen "
26012648 "via de Tonen-optie."
26022649
2603 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2650 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
26042651 #, sh-format
26052652 msgid "Abort installation"
26062653 msgstr "Installatie afbreken"
26262673 msgstr ""
26272674 "Dit programma heeft toegang nodig tot ptrace() om verder te kunnen gaan:"
26282675
2629 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2676 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
26302677 #, sh-format
26312678 msgid "User abort"
26322679 msgstr "Afgebroken door gebruiker"
26712718 msgid "Please do not run $TITLE after installation has finished."
26722719 msgstr "A.u.b. $TITLE NIET draaien nadat de installatie is voltooid."
26732720
2721 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2722 #, sh-format
2723 msgid "Extracting $TITLE"
2724 msgstr "$TITLE uitpakken"
2725
26742726 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26752727 #, sh-format
26762728 msgid ""
26772729 "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\""
26782730 msgstr ""
2731 "Wanneer Wine het pakket \"Mono\" wilt gaan installeren, klikt u op "
2732 "\"Annuleren\""
26792733
26802734 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59
26812735 #: PlayOnLinux_Scripts/photomatix3_:56
26832737 msgid "$TITLE has been successfully installed."
26842738 msgstr "$TITLE is succesvol geïnstalleerd."
26852739
2740 #: PlayOnLinux_Scripts/Poker_Stars_:37
2741 #, sh-format
2742 msgid "Error while installing. Downloaded file not found."
2743 msgstr "Fout tijdens installeren. Kon het gedownloade bestand niet vinden."
2744
26862745 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26872746 #, sh-format
26882747 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26902749
26912750 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26922751 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2752 #: PlayOnLinux_Scripts/Watchtower_library_:58
26932753 #, sh-format
26942754 msgid "Please wait while $TITLE is installed"
26952755 msgstr "Een moment geduld, $TITLE wordt geïnstalleerd"
27252785 #, sh-format
27262786 msgid "Please insert disk 3 into your disk drive\\nif not already done."
27272787 msgstr "Voer schijf 3 in in schijfstation\\nindien dit nog niet gedaan is."
2788
2789 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2790 #, sh-format
2791 msgid ""
2792 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2793 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2794 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2795 "n\\nIf you have one of this two versions of this game, please give some "
2796 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2797 "n\\nThank you!"
2798 msgstr ""
2799
2800 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2801 #, sh-format
2802 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2803 msgstr ""
2804
2805 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2806 #, sh-format
2807 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2808 msgstr ""
2809
2810 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2811 #, sh-format
2812 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2813 msgstr ""
2814
2815 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2816 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2817 #, sh-format
2818 msgid "Select a version of installation disc:"
2819 msgstr ""
2820
2821 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2822 #, sh-format
2823 msgid "First Release (without addons)"
2824 msgstr ""
2825
2826 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2827 #, sh-format
2828 msgid "Gold Edition"
2829 msgstr ""
2830
2831 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2832 #, sh-format
2833 msgid "Platinum Edition"
2834 msgstr ""
2835
2836 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2837 #, sh-format
2838 msgid "What is your version of Railroad Tycoon II?"
2839 msgstr ""
2840
2841 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2842 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2843 #, sh-format
2844 msgid ""
2845 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2846 "desktop.\\n\\nThank you for using this installation script! :)"
2847 msgstr ""
27282848
27292849 #: PlayOnLinux_Scripts/Reaper_4_:30
27302850 #, sh-format
29133033 "installatie voltooid is, klikt u op ${END_JP} en daarna op ${YES_JP} (Y). "
29143034 "Klik op Volgende om de installatie te starten."
29153035
3036 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
3037 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3038 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3039 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3040 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3041 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3042 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3043 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3044 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3045 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3046 #, sh-format
3047 msgid ""
3048 "Close the visual novel when it appears to continue installation. Click Next "
3049 "to begin installation."
3050 msgstr ""
3051 "Sluit de visual novel af wanneer de installatie wordt gestart. Klik op "
3052 "Volgende om de installatie te starten."
3053
3054 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3055 #, sh-format
3056 msgid ""
3057 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3058 "script will now install it. Click Next to continue."
3059 msgstr ""
3060 "Er is een updatepatch uitgegeven op 17 juli 2013 om filmproblemen te "
3061 "repareren. Het script zal deze nu installeren. Klik op Volgende om door te "
3062 "gaan."
3063
29163064 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
29173065 #, sh-format
29183066 msgid ""
29233071 "dan een terminal en typ het volgende in:\\necho 0|sudo tee "
29243072 "/proc/sys/kernel/yama/ptrace_scope"
29253073
2926 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2927 #, sh-format
2928 msgid "Please locate installation program (Launcher.exe)"
2929 msgstr "Ga naar het installatieprogramma (Launcher.exe)"
2930
2931 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2932 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2933 #, sh-format
2934 msgid ""
2935 "When the launcher opens, click on the top button to open the installer. When "
2936 "a new window opens, click OK. When another window opens, click on the button "
2937 "with the letter N until it is installing. Wait until it is done and click "
2938 "the right button to quit. Click Next when you are done installing."
2939 msgstr ""
2940 "Wanneer u de starter opent, klikt u op de bovenste knop om het "
2941 "installatieprogramma te starten. Wanneer er een nieuw venster wordt geopend, "
2942 "klikt u op OK. Wanneer er nog een venster wordt geopend, klikt u op de knop "
2943 "met de letter N om de installatie te starten. Wacht totdat de installatie "
2944 "voltooid is en klik op de rechterknop om te stoppen. Klik op Volgende "
2945 "wanneer de installatie voltooid is."
3074 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3075 #, sh-format
3076 msgid "Please locate installation program in Data folder (Resonance.msi)"
3077 msgstr "Ga naar het installatieprogramma in de datamap (Resonance.msi)"
29463078
29473079 #: PlayOnLinux_Scripts/Steam_:50
29483080 #, sh-format
29833115 "Installeer Terraria in Steam. Draai Terraria wanneer Steam het spel "
29843116 "geïnstalleerd heeft. Steam zal dan het xna framework voor dit spel "
29853117 "installeren. Sluit de Steam af zodat het installatieprogramma door kan gaan."
3118
3119 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3120 #, sh-format
3121 msgid "If youve the extentions, you should install Tribunal first !"
3122 msgstr ""
3123 "Wanneer u de extensies heeft, dient u eerst Tribunal te installeren !"
29863124
29873125 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29883126 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
31033241 "nin de documentatie;\\nKlik met rechts op het spelpictogram, selecteer "
31043242 "\"Read the manual\" en ga naar pagina 4-5."
31053243
3244 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3245 #, sh-format
3246 msgid "Please select the installation file to run."
3247 msgstr "Selecteer het installatiebestand om uit te voeren."
3248
3249 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3250 #, sh-format
3251 msgid ""
3252 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3253 "your region.\\n 2. Leave only checked DirectX box."
3254 msgstr ""
3255 "Gebruik de standaardinstallatie tot het 'Installation Options'-scherm, "
3256 "daarna:\\n 1. Selecteer uw regio.\\n 2. Laat alleen het DirectX-keuzevakje "
3257 "aangevinkt."
3258
31063259 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
31073260 #, sh-format
31083261 msgid ""
31113264 msgstr ""
31123265 "Het starten van dit spel zal niet mogelijk zijn totdat u "
31133266 "/proc/sys/kernel/yama/ptrace_scope op 0 instelt"
3267
3268 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3269 #, sh-format
3270 msgid "Other destination or other CD/DVD"
3271 msgstr ""
3272
3273 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3274 #, sh-format
3275 msgid "Retail CD"
3276 msgstr ""
3277
3278 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3279 #, sh-format
3280 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3281 msgstr ""
3282
3283 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3284 #, sh-format
3285 msgid "video fix"
3286 msgstr ""
31143287
31153288 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
31163289 #, sh-format
32033376 msgstr ""
32043377 "Donwload voltooid.\\n De installatie van de patches zal gestart worden"
32053378
3379 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3380 #, sh-format
3381 msgid "We will download the installer"
3382 msgstr "We zullen het installatieprogramma downloaden"
3383
32063384 #: PlayOnLinux_Scripts/Toontown_Online_:17
32073385 #, sh-format
32083386 msgid ""
32503428 msgid "Do you want to browse $TITLE website?"
32513429 msgstr "Wilt u de website van $TITLE doorbladeren?"
32523430
3431 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3432 #, sh-format
3433 msgid ""
3434 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3435 "messenger, because it will won't work correctly."
3436 msgstr ""
3437
3438 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3439 #, sh-format
3440 msgid "Warning"
3441 msgstr ""
3442
32533443 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32543444 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32553445 #, sh-format
32603450 "Uw cd-romversie is verouderd. Vergeet niet om $TITLE bij te werken zodat "
32613451 "deze probleemloos kan draaien met $APPLICATION_TITLE"
32623452
3453 #: PlayOnLinux_Scripts/Watchtower_library_:49
3454 #, sh-format
3455 msgid "File Selection Error"
3456 msgstr "Bestandskeuzefout"
3457
3458 #: PlayOnLinux_Scripts/Watchtower_library_:49
3459 #, sh-format
3460 msgid ""
3461 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3462 msgstr ""
3463 "Setup.exe werd niet geselecteerd. Selecteer het installatiebestand om uit te "
3464 "voeren {Setup.exe}"
3465
32633466 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32643467 #, sh-format
32653468 msgid ""
32803483 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32813484 #, sh-format
32823485 msgid ""
3283 "Attention: After installation is complete, the patcher will load. Please "
3284 "close the patcher before logging in or finish updating to complete the "
3285 "installation. After this, you can run \"$TITLE\" when setup is done"
3286 msgstr ""
3287 "Let op: Nadat de installatie voltooid is, zal de patch geladen worden. Sluit "
3288 "de patch af voordat u zich aanmeldt om de installatie bij te werken of te "
3289 "voltooien. Hierna kunt u \"$TITLE\" draaien wanneer het instellen is voltooid"
3486 "Attention:After installation is complete, the patcher will load. After, go "
3487 "to the top right of the patcher and click the wrench, Then Un-check the box "
3488 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3489 "minuite. When finished with this, please close the patcher before logging in "
3490 "or finish updating to complete the installation. After this, you can run "
3491 "\"$TITLE\" when setup is done"
3492 msgstr ""
3493 "Let op: Nadat de installatie voltooid is, zal de patch geladen worden. Ga "
3494 "dan naar de rechterbovenhoek van de patch en klik op de moersleutel. Vink "
3495 "het keuzevakje voor \"Allow Torrent\" uit; indien dit nog aangevinkt is zal "
3496 "de patch vastlopen na ongeveer 1 minuut. Voordat u zich aanmeldt om de "
3497 "installatie te voltooien dient u de pacht of de update te sluiten. Hierna "
3498 "kunt u \"$TITLE\" draaien wanneer het instellen is voltooid"
32903499
32913500 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32923501 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
33263535 "Please insert game media 5 into your disk drive\\nif not already done."
33273536 msgstr "Voer spelschijf 5 in in schijfstation\\nindien nog niet gedaan."
33283537
3538 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3539 #, sh-format
3540 msgid "Which region version of World of Warplanes would you like to install?"
3541 msgstr "Welke regionale versie van World of Warplanes wilt u installeren?"
3542
3543 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3544 #, sh-format
3545 msgid ""
3546 "Attention:After installation is complete, the patcher will load. After, go "
3547 "to the top right of the patcher and click the wrench, Then Un-check the box "
3548 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3549 "minute. When finished with this, please close the patcher before logging in "
3550 "or finish updating to complete the installation. After this, you can run "
3551 "\"$TITLE\" when setup is done"
3552 msgstr ""
3553 "Let op: Nadat de installatie voltooid is, zal de patch geladen worden. Ga "
3554 "dan naar de rechterbovenhoek van de patch en klik op de moersleutel. Vink "
3555 "het keuzevakje voor \"Allow Torrent\" uit; indien dit nog aangevinkt is zal "
3556 "de patch vastlopen na ongeveer 1 minuut. Voordat u zich aanmeldt om de "
3557 "installatie te voltooien dient u de pacht of de update te sluiten. Hierna "
3558 "kunt u \"$TITLE\" draaien wanneer het instellen is voltooid"
3559
33293560 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
33303561 #, sh-format
33313562 msgid ""
33813612 msgid "Please select the 32bit version of iTunes"
33823613 msgstr "Selecteer a.u.b. de 32bit-versie van iTunes"
33833614
3384 #: PlayOnLinux_Scripts/osu_:45
3615 #: PlayOnLinux_Scripts/osu_:46
33853616 #, sh-format
33863617 msgid ""
33873618 "Press next to start the updater. When the updater is finished, close it "
34073638 "Zorg ervoor dat u een 32bit-resolutie instelt wanneer rFactor-configuratie "
34083639 "zichtbaar wordt."
34093640
3410 #: bash/bug_report:31
3641 #: bash/bug_report:32
34113642 #, sh-format
34123643 msgid "Report a bug"
34133644 msgstr "Rapporteer een fout"
34143645
3415 #: bash/bug_report:36
3646 #: bash/bug_report:37
34163647 #, sh-format
34173648 msgid ""
34183649 "Please give the more details as you can, otherwise, it will be very "
34203651 msgstr ""
34213652 "Geef a.u.b. meer details, omdat het anders moeilijk wordt om u te helpen"
34223653
3423 #: bash/bug_report:36
3654 #: bash/bug_report:37
34243655 #, sh-format
34253656 msgid ""
34263657 "This wizard will help you to report a bug about an officially supported "
34293660 "Deze wizard zal u helpen met het rapporteren van een fout in een programma "
34303661 "dat officieel ondersteund wordt door PlayOnLinux."
34313662
3432 #: bash/bug_report:40
3663 #: bash/bug_report:41
34333664 #, sh-format
34343665 msgid ""
34353666 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
34393670 "$APPLICATION_TITLE eerst bij te werken voordat u een foutrapport gaat "
34403671 "versturen.\\nBedankt hiervoor."
34413672
3442 #: bash/bug_report:46
3673 #: bash/bug_report:47
34433674 #, sh-format
34443675 msgid "I have a problem with a software"
34453676 msgstr "Ik heb een probleem met bepaalde software"
34463677
3447 #: bash/bug_report:46
3678 #: bash/bug_report:47
34483679 #, sh-format
34493680 msgid "My problem concerns $APPLICATION_TITLE itself"
34503681 msgstr "Mijn probleem is $APPLICATION_TITLE zelf"
34513682
3452 #: bash/bug_report:46
3683 #: bash/bug_report:47
34533684 #, sh-format
34543685 msgid "What kind of problem do you have?"
34553686 msgstr "Wat voor soort probleem heeft u?"
34563687
3457 #: bash/bug_report:50
3688 #: bash/bug_report:51
34583689 #, sh-format
34593690 msgid "Don't join any log file"
34603691 msgstr "Geen logbestand meesturen"
34613692
3462 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3693 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
34633694 #: bash/manual_install:120 bash/manual_install:219
34643695 #, sh-format
34653696 msgid "Manual installation"
34663697 msgstr "Handmatige installatie"
34673698
3468 #: bash/bug_report:54 bash/run_exe:24
3699 #: bash/bug_report:55 bash/run_exe:24
34693700 #, sh-format
34703701 msgid "Automatic installation"
34713702 msgstr "Automatische installatie"
34723703
3473 #: bash/bug_report:65
3704 #: bash/bug_report:66
34743705 #, sh-format
34753706 msgid "Choose the log file corresponding to your software."
34763707 msgstr "Selecteer een logbestand betreffende uw software."
34773708
3478 #: bash/bug_report:69
3709 #: bash/bug_report:70
34793710 #, sh-format
34803711 msgid "Please give a very short description (title, english only)"
34813712 msgstr "Geef een hele korte omschrijving (titel, alleen Engels)"
34823713
3483 #: bash/bug_report:72
3714 #: bash/bug_report:73
34843715 #, sh-format
34853716 msgid "Please explain your problem clearly (english only):"
34863717 msgstr "Probeer uw probleem duidelijk uit te leggen (alleen Engels):"
34873718
3488 #: bash/bug_report:76
3719 #: bash/bug_report:77
34893720 #, sh-format
34903721 msgid "Sorry, we need a detailed description."
34913722 msgstr "Sorry, we hebben een gedetailleerde omschrijving nodig."
34923723
3493 #: bash/bug_report:107
3724 #: bash/bug_report:108
34943725 #, sh-format
34953726 msgid ""
34963727 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
35383769 msgstr "Voer een naam in voor het virtuele station"
35393770
35403771 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3541 #: python/mainwindow.py:232
3772 #: python/mainwindow.py:234
35423773 #, sh-format
35433774 msgid "Run a local script"
3544 msgstr "Een lokaal script uitvoeren"
3775 msgstr "Voer een lokaal script uit"
35453776
35463777 #: bash/expert/Executer:27
35473778 #, sh-format
36693900 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36703901 msgstr "$APPLICATION_TITLE maakt een virtuele Windows-schijf aan"
36713902
3672 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3903 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36733904 #, sh-format
36743905 msgid "$APPLICATION_TITLE first use"
36753906 msgstr "Eerste gebruik van $APPLICATION_TITLE"
36763907
3677 #: bash/first_use:240
3908 #: bash/first_use:242
36783909 #, sh-format
36793910 msgid "$APPLICATION_TITLE is going to finish its preparation"
36803911 msgstr "Voorbereiding van $APPLICATION_TITLE wordt voltooid"
36813912
3682 #: bash/first_use:240 bash/first_use:243
3913 #: bash/first_use:242 bash/first_use:245
36833914 #, sh-format
36843915 msgid "Please ensure you are connected to the internet."
36853916 msgstr "Zorg ervoor dat u verbonden bent met het internet."
36863917
3687 #: bash/first_use:243
3918 #: bash/first_use:245
36883919 #, sh-format
36893920 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36903921 msgstr ""
36913922 "Het lijkt erop dat u \t$APPLICATION_TITLE voor de eerste keer gebruikt."
36923923
3693 #: bash/first_use:243
3924 #: bash/first_use:245
36943925 #, sh-format
36953926 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36963927 msgstr ""
36973928 "Deze wizard zal u helpen met het prepareren van de $APPLICATION_TITLE-"
36983929 "werkomgeving"
36993930
3700 #: bash/first_use:253
3931 #: bash/first_use:255
37013932 #, sh-format
37023933 msgid "Error while installing fonts"
37033934 msgstr "Fout tijdens installeren van lettertypes"
37043935
3705 #: bash/first_use:271
3936 #: bash/first_use:273
37063937 #, sh-format
37073938 msgid "Enjoy using $APPLICATION_TITLE"
37083939 msgstr "Veel plezier met $APPLICATION_TITLE"
38224053 msgid "Use another version of Wine"
38234054 msgstr "Gebruik een andere versie van Wine"
38244055
3825 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3826 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
4056 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
4057 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
38274058 #, sh-format
38284059 msgid "Configure Wine"
38294060 msgstr "Wine configureren"
38434074 msgid "What would you like to do before installation?"
38444075 msgstr "Wat wilt u doen vooraf aan de installatie?"
38454076
3846 #: bash/manual_install:230 lib/scripts.lib:437
4077 #: bash/manual_install:231 lib/scripts.lib:438
38474078 #, sh-format
38484079 msgid "Please make your choice"
38494080 msgstr "Maak een keuze"
38504081
3851 #: bash/manual_install:258
4082 #: bash/manual_install:259
38524083 #, sh-format
38534084 msgid "Looking for runnable CD-ROMs"
38544085 msgstr "Zoeken naar uitvoerbare cd-roms"
38554086
3856 #: bash/manual_install:281
4087 #: bash/manual_install:282
38574088 #, sh-format
38584089 msgid "Select another file"
38594090 msgstr "Selecteer een ander bestand"
38604091
3861 #: bash/manual_install:289
4092 #: bash/manual_install:290
38624093 #, sh-format
38634094 msgid "Please choose a way to install your program"
38644095 msgstr "Selecteer een manier om uw programma te installeren"
38654096
3866 #: bash/manual_install:298
4097 #: bash/manual_install:299
38674098 #, sh-format
38684099 msgid "Please select the install file to run."
38694100 msgstr "Selecteer het installatiebestand om uit te voeren."
38704101
3871 #: bash/manual_install:328
4102 #: bash/manual_install:329
38724103 #, sh-format
38734104 msgid "You must choose a file!"
38744105 msgstr "U moet een bestand selecteren!"
38754106
3876 #: bash/manual_install:334
4107 #: bash/manual_install:335
38774108 #, sh-format
38784109 msgid "$APPLICATION_TITLE is installing your application..."
38794110 msgstr "$APPLICATION_TITLE installeert uw programma…"
39514182 msgid "Extracting: "
39524183 msgstr "Uitpakken: "
39534184
3954 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4185 #: bash/playonlinux-pkg:111
39554186 #, sh-format
39564187 msgid "Running..."
39574188 msgstr "Bezig…"
39614192 msgid "Cleaning..."
39624193 msgstr "Opruimen…"
39634194
3964 #: bash/playonlinux_online:32
3965 #, sh-format
3966 msgid ""
3967 "This is the list of the scripts you sent to us. You can run one of them"
3968 msgstr ""
3969 "Dit is de lijst met scripts die u naar ons verstuurd heeft. U kunt er één "
3970 "uitvoeren"
3971
3972 #: bash/playonlinux_online:42
3973 #, sh-format
3974 msgid "You do not seems to have any personal script"
3975 msgstr "U lijkt geen persoonlijk script te hebben"
3976
3977 #: bash/playonlinux_online:47
3978 #, sh-format
3979 msgid ""
3980 "If you have successfully installed a program with 'Install a non-listed\\"
3981 "nsoftware' button, it will allow you to add this program in our list"
3982 msgstr ""
3983 "Als u een programma geïnstalleerd heeft met de knop 'Een niet in de lijst "
3984 "opgenomen\\nprogramma installeren', dan kunt u dit programma toevoegen aan "
3985 "onze lijst"
3986
3987 #: bash/playonlinux_online:47
3988 #, sh-format
3989 msgid "This tools will allow you to help us :"
3990 msgstr "Via deze hulpmiddelen kunt u ons helpen :"
3991
3992 #: bash/playonlinux_online:47
3993 #, sh-format
3994 msgid ""
3995 "We're going to ask you some questions, please be as much accurate as\\"
3996 "npossible"
3997 msgstr ""
3998 "We gaan u een paar vragen stellen, probeer zo nauwkeurig\\nmogelijk te zijn"
3999
4000 #: bash/playonlinux_online:55
4001 #, sh-format
4002 msgid "Choose the file corresponding to your program."
4003 msgstr "Selecteer het bestand betreffende uw programma."
4004
4005 #: bash/playonlinux_online:59
4006 #, sh-format
4007 msgid "Does your program run?"
4008 msgstr "Draait het programma?"
4009
4010 #: bash/playonlinux_online:62
4011 #, sh-format
4012 msgid "What is the title of your program?"
4013 msgstr "Wat is de naam van uw programma?"
4014
4015 #: bash/playonlinux_online:64
4016 #, sh-format
4017 msgid "What is the editor of your program?"
4018 msgstr "Wie is de ontwikkelaar van uw programma?"
4019
4020 #: bash/playonlinux_online:66
4021 #, sh-format
4022 msgid "What is the editor website of your program?"
4023 msgstr "Wat is de website van de ontwikkelaar of van uw programma?"
4024
4025 #: bash/playonlinux_online:69 python/install.py:210
4026 #, sh-format
4027 msgid "Accessories"
4028 msgstr "Hulpmiddelen"
4029
4030 #: bash/playonlinux_online:69 python/install.py:211
4031 #, sh-format
4032 msgid "Development"
4033 msgstr "Ontwikkeling"
4034
4035 #: bash/playonlinux_online:69 python/install.py:212
4036 #, sh-format
4037 msgid "Education"
4038 msgstr "Educatief"
4039
4040 #: bash/playonlinux_online:69 python/install.py:213
4041 #, sh-format
4042 msgid "Games"
4043 msgstr "Spelletjes"
4044
4045 #: bash/playonlinux_online:69 python/install.py:214
4046 #, sh-format
4047 msgid "Graphics"
4048 msgstr "Grafisch"
4049
4050 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
4051 #: python/options.py:384
4052 #, sh-format
4053 msgid "Internet"
4054 msgstr "Internet"
4055
4056 #: bash/playonlinux_online:69 python/install.py:216
4057 #, sh-format
4058 msgid "Multimedia"
4059 msgstr "Multimedia"
4060
4061 #: bash/playonlinux_online:69 python/install.py:217
4062 #, sh-format
4063 msgid "Office"
4064 msgstr "Kantoor"
4065
4066 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
4067 #, sh-format
4068 msgid "Other"
4069 msgstr "Anders"
4070
4071 #: bash/playonlinux_online:69 python/install.py:219
4072 #, sh-format
4073 msgid "Patches"
4074 msgstr "Patches"
4075
4076 #: bash/playonlinux_online:69
4077 #, sh-format
4078 msgid "Select a category for your program"
4079 msgstr "Selecteer een categorie voor uw programma"
4080
4081 #: bash/playonlinux_online:69 python/install.py:258
4082 #, sh-format
4083 msgid "Testing"
4084 msgstr "Testen"
4085
4086 #: bash/playonlinux_online:72
4087 #, sh-format
4088 msgid ""
4089 "What feature of your program does not work?\\nIf everything works, please "
4090 "mention it"
4091 msgstr ""
4092 "Welk onderdeel van uw programma werkt niet?\\nAls alles werkt, wilt u dit "
4093 "dan aangeven."
4094
4095 #: bash/playonlinux_online:74
4096 #, sh-format
4097 msgid "Write any change you made to wine configuration here:"
4098 msgstr ""
4099 "Noteer hier alle wijzigingen die u heeft gemaakt aan de Wine-configuratie:"
4100
4101 #: bash/playonlinux_online:102
4102 #, sh-format
4103 msgid "You must be able to run this program!"
4104 msgstr "U zou dit programma moeten kunnen draaien!"
4105
4106 #: bash/playonlinux_online:107
4107 #, sh-format
4108 msgid "Run one of your personal scripts"
4109 msgstr "Voer één van uw persoonlijke scripts uit"
4110
4111 #: bash/playonlinux_online:108
4112 #, sh-format
4113 msgid "Send to us a working script generated by manual installation"
4114 msgstr ""
4115 "Stuur een werkend script naar ons, dat aangemaakt is door handmatige "
4116 "installatie"
4117
4118 #: bash/playonlinux_online:109
4119 #, sh-format
4120 msgid "Logout"
4121 msgstr "Afmelden"
4122
4123 #: bash/playonlinux_online:110
4124 #, sh-format
4125 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4126 msgstr "U bent verbonden met $APPLICATION_TITLE-online als $POL_LOGIN"
4127
4128 #: bash/playonlinux_online:124
4129 #, sh-format
4130 msgid ""
4131 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4132 "safely close this window"
4133 msgstr ""
4134 "U bent afgemeld bij $APPLICATION_TITLE-online\\nHet is nu veilig om dit "
4135 "venster te sluiten"
4136
4137 #: bash/polconfigurator:33
4195 #: bash/polconfigurator:34
41384196 #, sh-format
41394197 msgid "Killing programs in the virtual drive..."
41404198 msgstr "Alle processen in het virtuele station worden beëindigd…"
41414199
4142 #: bash/polconfigurator:79
4200 #: bash/polconfigurator:86
41434201 #, sh-format
41444202 msgid "Icon selection"
41454203 msgstr "Pictogramselectie"
41464204
4147 #: bash/polconfigurator:79
4205 #: bash/polconfigurator:86
41484206 #, sh-format
41494207 msgid "Please select an icon file"
41504208 msgstr "Selecteer een pictogrambestand"
41514209
4152 #: bash/polconfigurator:86
4210 #: bash/polconfigurator:93
41534211 #, sh-format
41544212 msgid "Bad file extension"
41554213 msgstr "Ongeldige bestandsextensie"
41564214
4157 #: bash/polconfigurator:86
4215 #: bash/polconfigurator:93
41584216 #, sh-format
41594217 msgid "is not an icon extension"
41604218 msgstr "is geen pictogramextensie"
41614219
4162 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4163 #: python/mainwindow.py:621
4220 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4221 #: python/mainwindow.py:619
41644222 #, sh-format
41654223 msgid "Registry Editor"
41664224 msgstr "Register-editor"
41674225
4168 #: bash/polconfigurator:97
4226 #: bash/polconfigurator:104
41694227 #, sh-format
41704228 msgid "Kill all prefix processes"
41714229 msgstr "Alle processen in programmaverzamelmap beëindigen"
41724230
4173 #: bash/polconfigurator:98
4231 #: bash/polconfigurator:105
41744232 #, sh-format
41754233 msgid "Update wineprefix"
41764234 msgstr "Wine-programmaverzamelmap bijwerken"
41774235
4178 #: bash/polconfigurator:99
4236 #: bash/polconfigurator:106
41794237 #, sh-format
41804238 msgid "Simulate Windows reboot"
41814239 msgstr "Windows-herstart simuleren"
41824240
4183 #: bash/polconfigurator:100
4241 #: bash/polconfigurator:107
41844242 #, sh-format
41854243 msgid "Use Advanced Wine Configuration plugin"
41864244 msgstr "Gebruik plug-in geavanceerde Wine-configuratie"
41874245
4188 #: bash/polconfigurator:101
4246 #: bash/polconfigurator:108
41894247 #, sh-format
41904248 msgid "Use PlayOnLinux's configurator for"
41914249 msgstr "Gebruik PlayOnLinux's configurator voor"
41924250
4193 #: bash/polconfigurator:103
4251 #: bash/polconfigurator:110
41944252 #, sh-format
41954253 msgid "Change the icon"
41964254 msgstr "Wijzig het pictogram"
41974255
4198 #: bash/polconfigurator:104
4256 #: bash/polconfigurator:111
41994257 #, sh-format
42004258 msgid "Use WineTricks"
42014259 msgstr "Gebruik WineTricks"
42024260
4203 #: bash/polconfigurator:123
4261 #: bash/polconfigurator:130
42044262 #, sh-format
42054263 msgid "Please choose an action to perform"
42064264 msgstr "Selecteer een actie om uit te voeren"
42554313 msgid "Please choose a CD-ROM to eject"
42564314 msgstr "Selecteer een cd-rom om uit te werpen"
42574315
4258 #: bash/run_app:83
4316 #: bash/run_app:85
42594317 #, sh-format
42604318 msgid "Please choose a software to run"
42614319 msgstr "Selecteer de software die u wilt draaien"
42624320
4263 #: bash/run_app:114
4321 #: bash/run_app:116
42644322 #, sh-format
42654323 msgid "$APPLICATION_TITLE debugger is starting..."
42664324 msgstr "$APPLICATION_TITLE-foutopsporing wordt gestart…"
42674325
4268 #: bash/run_app:117
4326 #: bash/run_app:119
42694327 #, sh-format
42704328 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
42714329 msgstr ""
42724330 "$PACKAGE is vastgelopen.\\nKlik op de foutopsporingslink voor meer details."
42734331
4274 #: bash/run_app:119
4332 #: bash/run_app:121
42754333 #, sh-format
42764334 msgid "$PACKAGE crashed."
42774335 msgstr "$PACKAGE is vastgelopen."
43334391 "instellingen behouden ?"
43344392
43354393 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4336 #: lib/playonlinux.lib:717
4394 #: lib/playonlinux.lib:720
43374395 #, sh-format
43384396 msgid "$APPLICATION_TITLE Uninstaller"
4339 msgstr "$APPLICATION_TITLE-deïnstallatie"
4397 msgstr "$APPLICATION_TITLE-verwijderen"
43404398
43414399 #: bash/uninstall:39
43424400 #, sh-format
43434401 msgid "Please select a program to uninstall"
4344 msgstr "Selecteer een programma dat u wilt deïnstalleren"
4402 msgstr "Selecteer een programma dat u wilt verwijderen"
43454403
43464404 #: bash/uninstall:50
43474405 #, sh-format
43514409 #: bash/uninstall:50
43524410 #, sh-format
43534411 msgid "This wizard will help you to uninstall: "
4354 msgstr "Deze wizard zal u helpen met het deïnstalleren van: "
4355
4356 #: bash/uninstall:65 lib/playonlinux.lib:717
4412 msgstr "Deze wizard zal u helpen met het verwijderen van: "
4413
4414 #: bash/uninstall:65 lib/playonlinux.lib:720
43574415 #, sh-format
43584416 msgid "Uninstalling..."
4359 msgstr "Bezig met deïnstalleren…"
4417 msgstr "Bezig met verwijderen…"
43604418
43614419 #: bash/uninstall:68
43624420 #, sh-format
43634421 msgid " has been uninstalled successfully."
4364 msgstr " is met succes gedeïnstalleerd."
4422 msgstr " is met succes verwijderd."
43654423
43664424 #: bash/uninstall:75
43674425 #, sh-format
44224480 "voor meer informatie"
44234481
44244482 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4425 #: lib/wine.lib:955 lib/wine.lib:1036
4483 #: lib/wine.lib:970 lib/wine.lib:1051
44264484 #, sh-format
44274485 msgid "Please wait while the virtual drive is being created..."
44284486 msgstr "Een moment geduld, het virtuele station wordt aangemaakt…"
44374495 msgid "Setting Program Files var"
44384496 msgstr "Var-programmabestanden instellen"
44394497
4440 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4441 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4498 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4499 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
44424500 #, sh-format
44434501 msgid "This function is disabled in the PlayOnlinux environment."
44444502 msgstr "Deze functie is uitgeschakeld in de PlayOnlinux-werkomgeving."
44454503
4446 #: lib/playonlinux.lib:334
4504 #: lib/playonlinux.lib:336
44474505 #, sh-format
44484506 msgid ""
44494507 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44544512 "nPlayOnLinux heeft dit script niet goedgekeurd en is niet aansprakelijk voor "
44554513 "dit script.\\nZorg ervoor dat u weet wat u doet !"
44564514
4457 #: lib/playonlinux.lib:335
4515 #: lib/playonlinux.lib:337
44584516 #, sh-format
44594517 msgid "Here the source code of the script. Check it carefully"
44604518 msgstr "Hier is de broncode van het script. Controleer het zorgvuldig"
44614519
4462 #: lib/playonlinux.lib:357
4520 #: lib/playonlinux.lib:359
44634521 #, sh-format
44644522 msgid ""
44654523 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44704528 "n$APPLICATION_TITLE heeft dit script niet goedgekeurd en is niet "
44714529 "aansprakelijk voor dit script.\\nZorg ervoor dat u weet wat u doet !"
44724530
4473 #: lib/playonlinux.lib:358
4531 #: lib/playonlinux.lib:360
44744532 #, sh-format
44754533 msgid "External library"
44764534 msgstr "Externe bibliotheek"
44774535
4478 #: lib/playonlinux.lib:358
4536 #: lib/playonlinux.lib:360
44794537 #, sh-format
44804538 msgid "Here the source code of the script. Check it carrefully"
44814539 msgstr "Hier is de broncode van het script. Controleer het zorgvuldig"
44824540
4483 #: lib/playonlinux.lib:591
4541 #: lib/playonlinux.lib:593
44844542 #, sh-format
44854543 msgid "Making shortcut..."
44864544 msgstr "Snelkoppeling wordt aangemaakt…"
44874545
4488 #: lib/playonlinux.lib:715
4546 #: lib/playonlinux.lib:718
44894547 #, sh-format
44904548 msgid "Do you want to delete the virtual drive:"
44914549 msgstr "Wilt u het virtuele station verwijderen:"
44924550
4493 #: lib/playonlinux.lib:826
4551 #: lib/playonlinux.lib:831
44944552 #, sh-format
44954553 msgid ""
44964554 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44994557 "Het volgende bestand bevindt zich in een FAT32-bestandssysteem.\\nDit kan er "
45004558 "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath"
45014559
4502 #: lib/playonlinux.lib:827
4560 #: lib/playonlinux.lib:832
45034561 #, sh-format
45044562 msgid ""
45054563 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
45084566 "Het volgende bestand bevindt zich in een NTFS-bestandssysteem.\\nDit kan er "
45094567 "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath"
45104568
4511 #: lib/playonlinux.lib:828
4569 #: lib/playonlinux.lib:833
45124570 #, sh-format
45134571 msgid ""
45144572 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
45174575 "Het volgende bestand bevindt zich in een FUSE-bestandssysteem.\\nDit kan er "
45184576 "mogelijk voor zorgen dat wine niet werkt\\n\\n$FilePath"
45194577
4520 #: lib/playonlinux.lib:829
4578 #: lib/playonlinux.lib:834
45214579 #, sh-format
45224580 msgid ""
45234581 "The following file is located on a noexec mounted filesystem.\\nIt might "
45274585 "bestandssysteem.\\nDit kan er mogelijk voor zorgen dat Wine niet werkt\\n\\"
45284586 "n$FilePath"
45294587
4530 #: lib/plugins.lib:65
4588 #: lib/plugins.lib:66
45314589 #, sh-format
45324590 msgid "Checking plugin: "
45334591 msgstr "Controleren plug-in: "
45344592
4535 #: lib/plugins.lib:93
4593 #: lib/plugins.lib:94
45364594 #, sh-format
45374595 msgid "New: "
45384596 msgstr "Nieuw: "
45394597
4540 #: lib/plugins.lib:93
4598 #: lib/plugins.lib:94
45414599 #, sh-format
45424600 msgid "Updating plugin. Previous: "
45434601 msgstr "Plug-in bijwerken. Vorige: "
45444602
4545 #: lib/plugins.lib:112
4603 #: lib/plugins.lib:113
45464604 #, sh-format
45474605 msgid "Installing plugin: "
45484606 msgstr "Installeren plug-in: "
45624620 msgstr ""
45634621 "Er wordt een functie genegeerd, foutrapportage wordt daarom uitgeschakeld"
45644622
4565 #: lib/scripts.lib:499 lib/scripts.lib:565
4623 #: lib/scripts.lib:500 lib/scripts.lib:566
45664624 #, sh-format
45674625 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
45684626 msgstr "Niet genoeg ruimte om te downloaden:\\n$URL ($neededSpace KB)"
45694627
4570 #: lib/scripts.lib:501 lib/scripts.lib:784
4628 #: lib/scripts.lib:502 lib/scripts.lib:785
45714629 #, sh-format
45724630 msgid "Please wait while $APPLICATION_TITLE is downloading:"
45734631 msgstr ""
45744632 "Een moment geduld, $APPLICATION_TITLE is bezig met het downloaden van:"
45754633
4576 #: lib/scripts.lib:503 lib/scripts.lib:570
4634 #: lib/scripts.lib:504 lib/scripts.lib:571
45774635 #, sh-format
45784636 msgid "An error happened during download."
45794637 msgstr "Er is een fout opgetreden tijdens het downloaden."
45804638
4581 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4582 #: lib/scripts.lib:586
4639 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4640 #: lib/scripts.lib:587
45834641 #, sh-format
45844642 msgid "Do you want to retry?"
45854643 msgstr "Wilt u het opnieuw proberen?"
45864644
4587 #: lib/scripts.lib:522 lib/scripts.lib:586
4645 #: lib/scripts.lib:523 lib/scripts.lib:587
45884646 #, sh-format
45894647 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45904648 msgstr ""
45914649 "Fout ! Bestanden komen niet overeen\\n\\nLokaal : $LOCAL_MD5\\nServer : "
45924650 "$SERVER_MD5"
45934651
4594 #: lib/scripts.lib:689
4652 #: lib/scripts.lib:690
45954653 #, sh-format
45964654 msgid ""
45974655 "7z not installed, please check that you have 7zip installed and try again"
45984656 msgstr "7z is niet geïnstalleerd, installeer 7zip en probeer het dan opnieuw"
45994657
4600 #: lib/scripts.lib:696
4658 #: lib/scripts.lib:697
46014659 #, sh-format
46024660 msgid "Failed to locate ${dest} from ${archive}"
46034661 msgstr "Kon ${dest} niet vinden in ${archive}"
46044662
4605 #: lib/scripts.lib:700
4663 #: lib/scripts.lib:701
46064664 #, sh-format
46074665 msgid "Extracting ${filename} from ${archivename}"
4608 msgstr "${filename} wordt uitgepakt vanuit ${archivename}"
4609
4610 #: lib/scripts.lib:715
4666 msgstr "${filename} uitpakken vanuit ${archivename}"
4667
4668 #: lib/scripts.lib:716
46114669 #, sh-format
46124670 msgid "Extracted file size does not match!"
46134671 msgstr "Grootte van uitgepakte bestand komt niet overeen!"
46144672
4615 #: lib/scripts.lib:746
4673 #: lib/scripts.lib:747
46164674 #, sh-format
46174675 msgid "Copying ${filename}"
46184676 msgstr "${filename} wordt gekopieerd"
46194677
4620 #: lib/scripts.lib:759
4678 #: lib/scripts.lib:760
46214679 #, sh-format
46224680 msgid "File size does not match!"
46234681 msgstr "Grootte van uitgepakte bestand komt niet overeen!"
46244682
4625 #: lib/scripts.lib:903
4683 #: lib/scripts.lib:904
46264684 #, sh-format
46274685 msgid ""
46284686 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
46314689 "Sorry, $APPLICATION_TITLE $VERSION is te oud om door te kunnen gaan.\\"
46324690 "n$APPLICATION_TITLE $NEEDED wordt vereist."
46334691
4634 #: lib/scripts.lib:918
4692 #: lib/scripts.lib:919
46354693 #, sh-format
46364694 msgid ""
46374695 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
46404698 "Waarschuwing: U draait momenteel $APPLICATION_TITLE $VERSION.\\"
46414699 "n$APPLICATION_TITLE versie $NEEDED wordt aanbevolen om mee door te gaan."
46424700
4643 #: lib/scripts.lib:949
4701 #: lib/scripts.lib:950
46444702 #, sh-format
46454703 msgid "$AUTHOR profile"
46464704 msgstr "$AUTHOR-profiel"
46894747 "Een of meer programma(s) ontbreken. Installeer deze en voer het script dan "
46904748 "opnieuw uit."
46914749
4692 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4750 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46934751 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46944752 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46954753 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
47014759 #, sh-format
47024760 msgid "Where is mounted your CD-ROM?"
47034761 msgstr "Waar is uw cd-rom aangekoppeld?"
4762
4763 #: lib/setupwindow.lib:349 python/install.py:218
4764 #, sh-format
4765 msgid "Other"
4766 msgstr "Anders"
47044767
47054768 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
47064769 #, sh-format
48294892 msgid "I don't want to make another shortcut"
48304893 msgstr "Ik wil geen andere snelkoppeling maken"
48314894
4832 #: lib/setupwindow.lib:711 python/guiv3.py:158
4895 #: lib/setupwindow.lib:711 python/guiv3.py:163
48334896 #, sh-format
48344897 msgid "Browse"
48354898 msgstr "Bladeren"
48364899
4900 #: lib/setupwindow.lib:739
4901 #, sh-format
4902 msgid "A shortcut by that name already exists, overwrite?"
4903 msgstr "Er bestaat al een snelkoppeling met deze naam, overschrijven?"
4904
48374905 #: lib/website.lib:29
48384906 #, sh-format
48394907 msgid "Connect to your $APPLICATION_TITLE account"
48534921 "Kon geen verbinding maken !\\nControleer of uw aanmeldgegevens en wachtwoord "
48544922 "juist zijn."
48554923
4856 #: lib/wine.lib:367
4924 #: lib/wine.lib:371
48574925 #, sh-format
48584926 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
48594927 msgstr "Een moment geduld, $APPLICATION_TITLE scant uw hardware"
48604928
4861 #: lib/wine.lib:373
4929 #: lib/wine.lib:377
48624930 #, sh-format
48634931 msgid "Select the main videocard to report:"
48644932 msgstr "Selecteer de hoofdvideokaart om over te rapporteren:"
48654933
4866 #: lib/wine.lib:538 lib/wine.lib:703
4934 #: lib/wine.lib:549 lib/wine.lib:714
48674935 #, sh-format
48684936 msgid ""
48694937 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
48724940 "Wine lijkt vastgelopen te zijn\\n\\nWanneer uw programma gewoon werkt, dan "
48734941 "kunt u dit bericht negeren"
48744942
4875 #: lib/wine.lib:763
4943 #: lib/wine.lib:775
48764944 #, sh-format
48774945 msgid "Unable to find version: "
48784946 msgstr "Kan versie niet vinden: "
48794947
4880 #: lib/wine.lib:769 lib/wine.lib:770
4948 #: lib/wine.lib:781 lib/wine.lib:782
48814949 #, sh-format
48824950 msgid "Downloading Wine: "
48834951 msgstr "Wine downloaden: "
48844952
4885 #: lib/wine.lib:779
4953 #: lib/wine.lib:791
48864954 #, sh-format
48874955 msgid "The download seems to have failed."
48884956 msgstr "De download lijkt te zijn mislukt."
48894957
4890 #: lib/wine.lib:781
4958 #: lib/wine.lib:793
48914959 #, sh-format
48924960 msgid "Extracting Wine..."
48934961 msgstr "Bezig met uitpakken van Wine…"
48944962
4895 #: lib/wine.lib:961
4963 #: lib/wine.lib:976
48964964 #, sh-format
48974965 msgid "Overwrite (usually works, no guarantee)"
48984966 msgstr "Overschrijven (werkt meestal, geen garantie)"
48994967
4900 #: lib/wine.lib:962
4968 #: lib/wine.lib:977
49014969 #, sh-format
49024970 msgid "Erase (virtual drive content will be lost)"
49034971 msgstr "Wissen (inhoud virtuele station zal verloren gaan)"
49044972
4905 #: lib/wine.lib:976
4973 #: lib/wine.lib:991
49064974 #, sh-format
49074975 msgid "The target virtual drive $PREFNAME already exists:"
49084976 msgstr "Virtuele doelstation $PREFNAME bestaat al:"
49094977
4910 #: lib/wine.lib:1156 lib/wine.lib:1186
4978 #: lib/wine.lib:1171 lib/wine.lib:1201
49114979 #, sh-format
49124980 msgid "Please wait while $SOFTNAME is installed..."
49134981 msgstr "Een moment geduld, $SOFTNAME wordt geïnstalleerd…"
49144982
4915 #: lib/wine.lib:1160 lib/wine.lib:1189
4983 #: lib/wine.lib:1175 lib/wine.lib:1204
49164984 #, sh-format
49174985 msgid ""
49184986 "Be careful! This will kill install process. If it is not finished, you will "
49214989 "Opgepast! Dit zal het installatieproces beëindigen. Indien de installatie "
49224990 "nog niet voltooid was, zult u $SOFTNAME opnieuw moeten installeren"
49234991
4924 #: lib/wine.lib:1160 lib/wine.lib:1189
4992 #: lib/wine.lib:1175 lib/wine.lib:1204
49254993 #, sh-format
49264994 msgid "Install is done"
49274995 msgstr "Installatie is voltooid"
49284996
4929 #: lib/wine.lib:1193 lib/wine.lib:1194
4997 #: lib/wine.lib:1208 lib/wine.lib:1209
49304998 #, sh-format
49314999 msgid "Press next only when the installation process is finished"
49325000 msgstr "Klik alleen op \"Volgende\" wanneer de installatie voltooid is"
49335001
4934 #: lib/wine.lib:1202
5002 #: lib/wine.lib:1217
49355003 #, sh-format
49365004 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
49375005 msgstr "Een moment geduld, $APPLICATION_TITLE simuleert een herstart"
49475015 "Waarschuwing:\n"
49485016 "\n"
49495017 "Dit hulpmiddel is voor ervaren gebruikers.\n"
4950 "Om een programma met {0} te deïnstalleren, dient u het geassocieerde "
4951 "virtuele station te verwijderen"
4952
4953 #: python/configure.py:197 python/configure.py:694
5018 "Om een programma met {0} te verwijderen, dient u het geassocieerde virtuele "
5019 "station te verwijderen"
5020
5021 #: python/configure.py:196 python/configure.py:703
49545022 msgid "General"
49555023 msgstr "Algemeen"
49565024
4957 #: python/configure.py:200
5025 #: python/configure.py:199
49585026 msgid "Make a new shortcut from this virtual drive"
49595027 msgstr "Maak een nieuwe snelkoppeling voor dit virtuele station"
49605028
4961 #: python/configure.py:201
5029 #: python/configure.py:200
49625030 msgid "Name"
49635031 msgstr "Naam"
49645032
4965 #: python/configure.py:202
5033 #: python/configure.py:201
49665034 msgid "Wine version"
49675035 msgstr "Wine-versie"
49685036
4969 #: python/configure.py:203
5037 #: python/configure.py:202
49705038 msgid "Debug flags"
49715039 msgstr "Foutopsporingsvlaggen"
49725040
4973 #: python/configure.py:205
5041 #: python/configure.py:204
49745042 msgid "Virtual drive"
49755043 msgstr "Virtuele station"
49765044
4977 #: python/configure.py:207
5045 #: python/configure.py:206
49785046 msgid "Arguments"
49795047 msgstr "Argumenten"
49805048
4981 #: python/configure.py:211
5049 #: python/configure.py:210
49825050 msgid "Run configuration wizard"
49835051 msgstr "Configuratie-wizard uitvoeren"
49845052
4985 #: python/configure.py:248
5053 #: python/configure.py:247
49865054 msgid "Windows reboot"
49875055 msgstr "Windows-herstart"
49885056
4989 #: python/configure.py:256
5057 #: python/configure.py:255
49905058 msgid "Repair virtual drive"
49915059 msgstr "Virtuele station repareren"
49925060
4993 #: python/configure.py:265
5061 #: python/configure.py:264
49945062 msgid "Command prompt"
49955063 msgstr "Opdrachtprompt"
49965064
4997 #: python/configure.py:272
5065 #: python/configure.py:271
49985066 msgid "Task manager"
49995067 msgstr "Taakbeheer"
50005068
5001 #: python/configure.py:280
5069 #: python/configure.py:279
50025070 msgid "Kill processes"
50035071 msgstr "Processen beëindigen"
50045072
5005 #: python/configure.py:287
5073 #: python/configure.py:286
50065074 msgid "Wine uninstaller"
5007 msgstr "Wine-deïnstallatie"
5008
5009 #: python/configure.py:312
5075 msgstr "Wine-verwijderen"
5076
5077 #: python/configure.py:311
50105078 msgid ""
50115079 "Be careful! Installing one of these components can break your virtual drive."
50125080 msgstr ""
50135081 "Opgepast! Het installeren van een van deze componenten kan uw virtuele "
50145082 "station breken."
50155083
5016 #: python/configure.py:334 python/install.py:285 python/install.py:289
5017 #: python/mainwindow.py:197 python/mainwindow.py:350
5084 #: python/configure.py:333 python/install.py:285 python/install.py:289
5085 #: python/mainwindow.py:199 python/mainwindow.py:348
50185086 msgid "Install"
50195087 msgstr "Installeren"
50205088
5021 #: python/configure.py:395
5089 #: python/configure.py:388
50225090 msgid "Open program's directory"
50235091 msgstr "Open programmamap"
50245092
5025 #: python/configure.py:418
5093 #: python/configure.py:411
50265094 msgid "Open virtual drive's directory"
50275095 msgstr "Open map virtuele station"
50285096
5029 #: python/configure.py:560
5097 #: python/configure.py:555
50305098 msgid "GLSL Support"
50315099 msgstr "GLSL-ondersteuning"
50325100
5033 #: python/configure.py:561
5101 #: python/configure.py:556
50345102 msgid "Direct Draw Renderer"
50355103 msgstr "Direct Draw renderen"
50365104
5037 #: python/configure.py:562
5105 #: python/configure.py:557
50385106 msgid "Video memory size"
50395107 msgstr "Grootte videogeheugen"
50405108
5041 #: python/configure.py:563
5109 #: python/configure.py:558
50425110 msgid "Offscreen rendering mode"
50435111 msgstr "Modus Offscreen renderen"
50445112
5045 #: python/configure.py:564
5113 #: python/configure.py:559
50465114 msgid "Render target mode lock"
50475115 msgstr "Modus Target Lock renderen"
50485116
5049 #: python/configure.py:565
5117 #: python/configure.py:560
50505118 msgid "Multisampling"
50515119 msgstr "Multisampling"
50525120
5053 #: python/configure.py:566
5121 #: python/configure.py:561
50545122 msgid "Strict Draw Ordering"
50555123 msgstr "Strict Draw Ordering"
50565124
5057 #: python/configure.py:576
5125 #: python/configure.py:571
50585126 msgid "Mouse warp override"
50595127 msgstr "Verspringen muis negeren"
50605128
5061 #: python/configure.py:578
5129 #: python/configure.py:573
50625130 msgid "Open a shell"
50635131 msgstr "Open een shell"
50645132
5065 #: python/configure.py:579
5133 #: python/configure.py:574
50665134 msgid "Run a .exe file in this virtual drive"
50675135 msgstr "Voer een .exe-bestand uit op dit virtuele station"
50685136
5069 #: python/configure.py:580
5137 #: python/configure.py:575
50705138 msgid "Command to exec before running the program"
50715139 msgstr "Opdracht om uit te voeren voordat u het programma draait"
50725140
5073 #: python/configure.py:591
5141 #: python/configure.py:585
5142 msgid ""
5143 "Warning:\n"
5144 "\n"
5145 "Any program still running in this virtual drive will be terminated before "
5146 "Wine version is changed.\n"
5147 "Are you sure you want to continue?"
5148 msgstr ""
5149 "Waarschuwing:\n"
5150 "\n"
5151 "Elk programma dat nog draait in dit virtuele station zal beëindigd worden "
5152 "voordat de Wine-versie gewijzigd wordt.\n"
5153 "Weet u zeker dat u door wilt gaan?"
5154
5155 #: python/configure.py:596
50745156 msgid ""
50755157 "Be careful!\n"
50765158 "If you change "
50785160 "Wees voorzichtig!\n"
50795161 "Met het wijzigen van "
50805162
5081 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5163 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
50825164 msgid "{0} configuration"
50835165 msgstr "{0}-configuratie"
50845166
5085 #: python/configure.py:659
5167 #: python/configure.py:664
50865168 msgid "Please select a program or a virtual drive to configure"
50875169 msgstr "Selecteer een programma of virtueel station om te configureren"
50885170
5089 #: python/configure.py:677 python/options.py:280
5171 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50905172 msgid "New"
50915173 msgstr "Nieuw"
50925174
5093 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5094 #: python/mainwindow.py:596 python/options.py:207
5175 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5176 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50955177 msgid "Remove"
50965178 msgstr "Verwijderen"
50975179
5098 #: python/configure.py:696
5180 #: python/configure.py:705
50995181 msgid "Install components"
51005182 msgstr "Componenten installeren"
51015183
5102 #: python/configure.py:697 python/mainwindow.py:332
5184 #: python/configure.py:706 python/mainwindow.py:330
51035185 msgid "Display"
51045186 msgstr "Beeld"
51055187
5106 #: python/configure.py:698
5188 #: python/configure.py:707
51075189 msgid "Miscellaneous"
51085190 msgstr "Diverse"
51095191
5110 #: python/configure.py:726
5192 #: python/configure.py:735
51115193 msgid "This virtual drive is protected"
51125194 msgstr "Dit virtuele station is beveiligd"
51135195
5114 #: python/configure.py:728
5196 #: python/configure.py:737
51155197 msgid "Are you sure you want to delete {0} virtual drive ?"
51165198 msgstr "Weet u zeker dat u het virtuele station {0} wilt verwijderen ?"
51175199
5118 #: python/configure.py:735
5200 #: python/configure.py:744
51195201 msgid "Are you sure you want to delete {0} ?"
51205202 msgstr "Weet u zeker dat u {0} wilt verwijderen ?"
51215203
5122 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5123 #: python/mainwindow.py:997
5204 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5205 #: python/mainwindow.py:995
51245206 msgid "{0} debugger"
51255207 msgstr "{0}-foutopsporing"
51265208
51285210 msgid "Please select a debug file"
51295211 msgstr "Selecteer een foutopsporingsbestand"
51305212
5131 #: python/debug.py:76
5213 #: python/debug.py:78
51325214 msgid "Locate this logfile"
51335215 msgstr "Ga naar dit logbestand"
51345216
5135 #: python/debug.py:99
5217 #: python/debug.py:101
51365218 msgid "The file is named : {0}"
51375219 msgstr "Dit bestand heeft de naam : {0}"
51385220
5139 #: python/debug.py:153 python/debug.py:207
5221 #: python/debug.py:189 python/debug.py:245
51405222 msgid "Virtual drives"
51415223 msgstr "Virtuele stations"
51425224
5143 #: python/debug.py:184
5225 #: python/debug.py:222
51445226 msgid "Report a problem about {0}"
51455227 msgstr "Rapporteer een probleem over {0}"
51465228
5147 #: python/debug.py:206
5229 #: python/debug.py:244
51485230 msgid "Install scripts"
51495231 msgstr "Scripts installeren"
51505232
51695251 msgid "Next"
51705252 msgstr "Volgende"
51715253
5172 #: python/guiv3.py:166
5254 #: python/guiv3.py:171
51735255 msgid "I Agree"
51745256 msgstr "Akkoord"
51755257
5176 #: python/guiv3.py:167
5258 #: python/guiv3.py:172
51775259 msgid "Show virtual drives"
51785260 msgstr "Virtuele stations tonen"
51795261
5180 #: python/guiv3.py:188
5262 #: python/guiv3.py:193
51815263 msgid "Login: "
51825264 msgstr "Aanmelden: "
51835265
5184 #: python/guiv3.py:189
5266 #: python/guiv3.py:194
51855267 msgid "Password: "
51865268 msgstr "Wachtwoord: "
51875269
5188 #: python/guiv3.py:192
5270 #: python/guiv3.py:197
51895271 msgid "Register"
51905272 msgstr "Registreren"
51915273
5192 #: python/guiv3.py:288
5274 #: python/guiv3.py:302
51935275 msgid "MB downloaded"
51945276 msgstr "MB gedownload"
51955277
5196 #: python/guiv3.py:288
5278 #: python/guiv3.py:302
51975279 msgid "of"
51985280 msgstr "van"
51995281
5200 #: python/guiv3.py:749
5282 #: python/guiv3.py:769
52015283 msgid "You cannot close this window"
52025284 msgstr "U kunt dit venster niet sluiten"
52035285
52055287 msgid "No description"
52065288 msgstr "Geen omschrijving"
52075289
5208 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5290 #: python/install.py:210
5291 msgid "Accessories"
5292 msgstr "Hulpmiddelen"
5293
5294 #: python/install.py:211
5295 msgid "Development"
5296 msgstr "Ontwikkeling"
5297
5298 #: python/install.py:212
5299 msgid "Education"
5300 msgstr "Educatief"
5301
5302 #: python/install.py:213
5303 msgid "Games"
5304 msgstr "Spelletjes"
5305
5306 #: python/install.py:214
5307 msgid "Graphics"
5308 msgstr "Grafisch"
5309
5310 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5311 msgid "Internet"
5312 msgstr "Internet"
5313
5314 #: python/install.py:216
5315 msgid "Multimedia"
5316 msgstr "Multimedia"
5317
5318 #: python/install.py:217
5319 msgid "Office"
5320 msgstr "Kantoor"
5321
5322 #: python/install.py:219
5323 msgid "Patches"
5324 msgstr "Patches"
5325
5326 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
52095327 msgid "Search"
52105328 msgstr "Zoeken"
52115329
52125330 #: python/install.py:252
52135331 msgid "Include:"
52145332 msgstr "Inclusief:"
5333
5334 #: python/install.py:258
5335 msgid "Testing"
5336 msgstr "Testen"
52155337
52165338 #: python/install.py:263
52175339 msgid "No-cd needed"
52875409 "deze ook voor piraterij-doeleinden gebruikt kunnen worden, geven wij hier "
52885410 "geen ondersteuning voor."
52895411
5290 #: python/irc.py:137
5412 #: python/irc.py:139
52915413 msgid "Send"
52925414 msgstr "Versturen"
52935415
5294 #: python/irc.py:138
5416 #: python/irc.py:140
52955417 msgid "Connect"
52965418 msgstr "Verbinding maken"
52975419
5298 #: python/irc.py:139
5420 #: python/irc.py:141
52995421 msgid "Disconnect"
53005422 msgstr "Verbinding verbreken"
53015423
5302 #: python/irc.py:140
5424 #: python/irc.py:142
53035425 msgid "Leave"
53045426 msgstr "Weggaan"
53055427
5306 #: python/irc.py:227
5428 #: python/irc.py:229
53075429 msgid "Join a channel"
53085430 msgstr "Een kanaal binnengaan"
53095431
5310 #: python/irc.py:257 python/mainwindow.py:725
5432 #: python/irc.py:259 python/mainwindow.py:723
53115433 msgid "Messenger"
53125434 msgstr "Messenger"
53135435
5314 #: python/irc.py:273
5436 #: python/irc.py:275
53155437 msgid ""
53165438 "If you close this window, you cannot read further replies. Are you sure that "
53175439 "you want to close it?"
53415463 msgid "{0} error"
53425464 msgstr "{0}-fout"
53435465
5344 #: python/mainwindow.py:73
5466 #: python/mainwindow.py:75
53455467 msgid "{0} website is unavailable. Please check your connection"
53465468 msgstr "{0}-website is niet beschikbaar. Controleer a.u.b. uw verbinding"
53475469
5348 #: python/mainwindow.py:75
5470 #: python/mainwindow.py:77
53495471 msgid "Refreshing {0}"
53505472 msgstr "{0} wordt ververst"
53515473
5352 #: python/mainwindow.py:90 python/mainwindow.py:92
5474 #: python/mainwindow.py:92 python/mainwindow.py:94
53535475 msgid "An updated version of {0} is available"
53545476 msgstr "Er is een bijgewerkte versie van {0} beschikbaar"
53555477
5356 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5478 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
53575479 msgid "Run"
53585480 msgstr "Draaien"
53595481
5360 #: python/mainwindow.py:200
5482 #: python/mainwindow.py:202
53615483 msgid "Donate"
53625484 msgstr "Doneren"
53635485
5364 #: python/mainwindow.py:201
5486 #: python/mainwindow.py:203
53655487 msgid "Exit"
53665488 msgstr "Afsluiten"
53675489
5368 #: python/mainwindow.py:205
5490 #: python/mainwindow.py:207
53695491 msgid "Small icons"
53705492 msgstr "Kleine pictogrammen"
53715493
5372 #: python/mainwindow.py:206
5494 #: python/mainwindow.py:208
53735495 msgid "Medium icons"
53745496 msgstr "Middelgrote pictogrammen"
53755497
5376 #: python/mainwindow.py:207
5498 #: python/mainwindow.py:209
53775499 msgid "Large icons"
53785500 msgstr "Grote pictogrammen"
53795501
5380 #: python/mainwindow.py:208
5502 #: python/mainwindow.py:210
53815503 msgid "Very large icons"
53825504 msgstr "Zeer grote pictogrammen"
53835505
5384 #: python/mainwindow.py:220
5506 #: python/mainwindow.py:222
53855507 msgid "Manage Wine versions"
53865508 msgstr "Wine-versies beheren"
53875509
5388 #: python/mainwindow.py:226
5510 #: python/mainwindow.py:228
53895511 msgid "Read a PC CD-Rom"
53905512 msgstr "Een PC-cd-rom lezen"
53915513
5392 #: python/mainwindow.py:236
5514 #: python/mainwindow.py:238
53935515 msgid "Close all {0} software"
53945516 msgstr "Alle {0}-software sluiten"
53955517
5396 #: python/mainwindow.py:240
5518 #: python/mainwindow.py:242
53975519 msgid "{0} console"
53985520 msgstr "{0}-console"
53995521
5400 #: python/mainwindow.py:250
5522 #: python/mainwindow.py:248
54015523 msgid "{0} messenger"
54025524 msgstr "{0}-messenger"
54035525
5404 #: python/mainwindow.py:266 python/options.py:388
5526 #: python/mainwindow.py:264 python/options.py:388
54055527 msgid "File associations"
54065528 msgstr "Bestandsassociaties"
54075529
5408 #: python/mainwindow.py:273
5530 #: python/mainwindow.py:271
54095531 msgid "About {0}"
54105532 msgstr "Info {0}"
54115533
5412 #: python/mainwindow.py:302 python/mainwindow.py:306
5534 #: python/mainwindow.py:300 python/mainwindow.py:304
54135535 msgid "Plugin manager"
54145536 msgstr "Plug-inbeheer"
54155537
5416 #: python/mainwindow.py:331
5538 #: python/mainwindow.py:329
54175539 msgid "File"
54185540 msgstr "Bestand"
54195541
5420 #: python/mainwindow.py:333
5542 #: python/mainwindow.py:331
54215543 msgid "Tools"
54225544 msgstr "Hulpmiddelen"
54235545
5424 #: python/mainwindow.py:334 python/mainwindow.py:723
5546 #: python/mainwindow.py:332 python/mainwindow.py:721
54255547 msgid "Settings"
54265548 msgstr "Instellingen"
54275549
5428 #: python/mainwindow.py:335 python/options.py:387
5550 #: python/mainwindow.py:333 python/options.py:387
54295551 msgid "Plugins"
54305552 msgstr "Plug-ins"
54315553
5432 #: python/mainwindow.py:347 python/mainwindow.py:739
5554 #: python/mainwindow.py:345 python/mainwindow.py:737
54335555 msgid "Close"
54345556 msgstr "Sluiten"
54355557
5436 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5558 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
54375559 msgid "Configure"
54385560 msgstr "Configureren"
54395561
5440 #: python/mainwindow.py:584
5562 #: python/mainwindow.py:582
54415563 msgid "Open the application's directory"
54425564 msgstr "Open de programmamap"
54435565
5444 #: python/mainwindow.py:588 python/mainwindow.py:753
5566 #: python/mainwindow.py:586 python/mainwindow.py:751
54455567 msgid "Read the manual"
54465568 msgstr "Lees de gebruikershandleiding"
54475569
5448 #: python/mainwindow.py:592
5570 #: python/mainwindow.py:590
54495571 msgid "Set the icon"
54505572 msgstr "Selecteer het pictogram"
54515573
5452 #: python/mainwindow.py:600
5574 #: python/mainwindow.py:598
54535575 msgid "Close this application"
54545576 msgstr "Sluit dit programma"
54555577
5456 #: python/mainwindow.py:611
5578 #: python/mainwindow.py:609
54575579 msgid "KillApp"
54585580 msgstr "StopApp"
54595581
5460 #: python/mainwindow.py:618
5582 #: python/mainwindow.py:616
54615583 msgid "No manual found for {0}"
54625584 msgstr "Geen gebruikershandleiding gevonden voor {0}"
54635585
5464 #: python/mainwindow.py:721
5586 #: python/mainwindow.py:719
54655587 msgid "Install a program"
54665588 msgstr "Een programma installeren"
54675589
5468 #: python/mainwindow.py:728
5590 #: python/mainwindow.py:726
54695591 msgid "Update GIT"
54705592 msgstr "GIT bijwerken"
54715593
5472 #: python/mainwindow.py:731
5594 #: python/mainwindow.py:729
54735595 msgid "Update instructions"
54745596 msgstr "Update-instructies"
54755597
5476 #: python/mainwindow.py:741
5598 #: python/mainwindow.py:739
54775599 msgid "Debug"
54785600 msgstr "Foutopsporing"
54795601
5480 #: python/mainwindow.py:743
5602 #: python/mainwindow.py:741
54815603 msgid "Report a problem"
54825604 msgstr "Rapporteer een probleem"
54835605
5484 #: python/mainwindow.py:747
5606 #: python/mainwindow.py:745
54855607 msgid "Create a shortcut"
54865608 msgstr "Een snelkoppeling aanmaken"
54875609
5488 #: python/mainwindow.py:749
5610 #: python/mainwindow.py:747
54895611 msgid "Open the directory"
54905612 msgstr "Map openen"
54915613
5492 #: python/mainwindow.py:755
5614 #: python/mainwindow.py:753
54935615 msgid "Save"
54945616 msgstr "Opslaan"
54955617
5496 #: python/mainwindow.py:758
5618 #: python/mainwindow.py:756
54975619 msgid "Uninstall"
5498 msgstr "Deïnstalleren"
5499
5500 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5501 #: python/mainwindow.py:1003
5620 msgstr "Verwijderen"
5621
5622 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5623 #: python/mainwindow.py:1001
55025624 msgid "Please select a program."
55035625 msgstr "Selecteer een programma."
55045626
5505 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5627 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
55065628 msgid "{0} settings"
55075629 msgstr "{0}-instellingen"
55085630
5509 #: python/mainwindow.py:965
5631 #: python/mainwindow.py:963
55105632 msgid "{0} install menu"
55115633 msgstr "{0}-installatiemenu"
55125634
5513 #: python/mainwindow.py:974
5635 #: python/mainwindow.py:972
55145636 msgid "{0} wine versions manager"
55155637 msgstr "{0} Wine-versiebeheer"
55165638
5517 #: python/mainwindow.py:1005
5639 #: python/mainwindow.py:1003
55185640 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
55195641 msgstr "Het virtuele station geassocieerd met {0} ({1}) bestaat niet meer."
55205642
56435765 "\n"
56445766 "Deze informatie is zeer waardevol voor ons om mensen te kunnen helpen."
56455767
5646 #: python/mainwindow.py:1271
5768 #: python/mainwindow.py:1273
56475769 msgid "Are you sure you want to want to install {0} package?"
56485770 msgstr "Weet u zeker dat u pakket {0} wilt installeren?"
56495771
5650 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5772 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5773 #: python/mainwindow.py:1284
56515774 msgid ""
56525775 "You are trying to open a script design for {0}! It might not work as expected"
56535776 msgstr ""
57125835
57135836 #: python/options.py:313
57145837 msgid "Are you sure you want to delete: "
5715 msgstr "Weet u zeker dat u dit wilt verwijderen: "
5838 msgstr "Weet u zeker dat u het volgende wilt verwijderen: "
57165839
57175840 #: python/options.py:334
57185841 msgid "Disable"
57265849 msgid "You must restart {0} for the changes to take effect."
57275850 msgstr "U moet {0 herstarten voor de wijzigingen effect zullen hebben."
57285851
5729 #: python/wine_versions.py:194
5852 #: python/wine_versions.py:195
57305853 msgid "Installed Wine versions: "
57315854 msgstr "Geïnstalleerde Wine-versies: "
57325855
5733 #: python/wine_versions.py:195
5856 #: python/wine_versions.py:196
57345857 msgid "Available Wine versions: "
57355858 msgstr "Beschikbare Wine-versies: "
57365859
5737 #: python/wine_versions.py:202
5860 #: python/wine_versions.py:203
57385861 msgid "Wine versions"
57395862 msgstr "Wine-versies"
57405863
5741 #: python/wine_versions.py:321
5864 #: python/wine_versions.py:322
57425865 msgid "Are you sure you want to delete wine {0}?"
57435866 msgstr "Weet u zeker dat u Wine {0} wilt verwijderen?"
57445867
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-11-27 16:43+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Occitan (post 1500) <oc@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr "Esperatz..."
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr "Non"
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr "Òc"
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr "Senhalar un bug"
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr "Configurar Wine"
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr "Accessòris"
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr "Desvolopament"
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr "Educacion"
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr "Jòcs"
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr "Grafisme"
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr "Internet"
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr "Multimèdia"
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr "Burotica"
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr "Autres"
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr "Mesas a jorn"
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr "Tèsts"
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr "Basa de registre"
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
42294284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
4289 msgstr "Autres"
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42324292 #, sh-format
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
43524412 msgstr "Percórrer"
43534413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
4417 msgstr ""
4418
43544419 #: lib/website.lib:29
43554420 #, sh-format
43564421 msgid "Connect to your $APPLICATION_TITLE account"
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr "General"
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4465 msgstr ""
4466
4467 #: python/configure.py:201
44684533 msgid "Name"
44694534 msgstr "Nom"
44704535
4471 #: python/configure.py:202
4536 #: python/configure.py:201
44724537 msgid "Wine version"
44734538 msgstr "Version de wine"
44744539
4475 #: python/configure.py:203
4540 #: python/configure.py:202
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr "Disc dur virtual"
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr "Reaviar Windows"
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr "Installar"
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4533 #: python/configure.py:560
4598 #: python/configure.py:555
45344599 msgid "GLSL Support"
45354600 msgstr "Supòrt GLSL"
45364601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
4618 #: python/configure.py:560
4619 msgid "Multisampling"
4620 msgstr ""
4621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr "Dobrir un terminal"
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr "Configuracion de {0}"
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr "Novèl"
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr "Suprimir"
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr "Afichar"
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr "Divèrs"
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr "Seguent"
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr "Accèpti"
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr "Identificant : "
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr "Senhal : "
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr "S'enregistrar"
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr "sus"
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr "Pas de descripcion"
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr "Accessòris"
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr "Desvolopament"
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr "Educacion"
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr "Jòcs"
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr "Grafisme"
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr "Internet"
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr "Multimèdia"
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr "Burotica"
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr "Mesas a jorn"
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
47164826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
4830 msgstr "Tèsts"
47174831
47184832 #: python/install.py:263
47194833 msgid "No-cd needed"
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr "Mandar"
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr "Se connectar"
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr "Se desconnectar"
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr "Rejónher un Canal"
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr "Messatjariá"
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr "Actualizacion de {0}"
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr "Executar"
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr "Far un don"
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr "Quitar"
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr "Consòla {0}"
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr "A prepaus de {0}"
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr "Gestionari d'extensions"
48895003
4890 #: python/mainwindow.py:331
5004 #: python/mainwindow.py:329
48915005 msgid "File"
48925006 msgstr "Fichièr"
48935007
4894 #: python/mainwindow.py:333
5008 #: python/mainwindow.py:331
48955009 msgid "Tools"
48965010 msgstr "Aisinas"
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr "Paramètres"
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr "Empeutons"
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr "Configurar"
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr "KillApp"
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
4975 #: python/mainwindow.py:1003
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
49765090 msgid "Please select a program."
49775091 msgstr ""
49785092
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
49805094 msgid "{0} settings"
49815095 msgstr "Reglatges de {0}"
49825096
4983 #: python/mainwindow.py:965
5097 #: python/mainwindow.py:963
49845098 msgid "{0} install menu"
49855099 msgstr ""
49865100
4987 #: python/mainwindow.py:974
5101 #: python/mainwindow.py:972
49885102 msgid "{0} wine versions manager"
49895103 msgstr ""
49905104
4991 #: python/mainwindow.py:1005
5105 #: python/mainwindow.py:1003
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr "Versions de Wine installadas : "
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr "Versions Wine"
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
99 msgstr ""
1010 "Project-Id-Version: pol\n"
1111 "Report-Msgid-Bugs-To: Tinou\n"
12 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
13 "PO-Revision-Date: 2013-12-11 13:08+0000\n"
14 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
12 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
13 "PO-Revision-Date: 2014-04-23 13:35+0000\n"
14 "Last-Translator: Adam Maćkowiak <Unknown>\n"
1515 "Language-Team: pl_PL.UTF-8 <LL@li.org>\n"
1616 "MIME-Version: 1.0\n"
1717 "Content-Type: text/plain; charset=UTF-8\n"
1818 "Content-Transfer-Encoding: 8bit\n"
19 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
20 "X-Generator: Launchpad (build 16877)\n"
19 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
20 "X-Generator: Launchpad (build 17086)\n"
2121
2222 #: Capture plugin:2, Detour plugin:4
2323 msgid "Which application do you want to apply the modification to?"
246246 msgstr "Włóż płytę z grą do napędu"
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Wybierz plik do uruchomienia"
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
446466 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
447467 #: PlayOnLinux_Scripts/Magicka_:68
448468 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
469 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
449470 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
450471 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
451472 #: PlayOnLinux_Scripts/Rayman_Origins_:83
452473 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
453 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
454 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
474 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
475 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
455476 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
456477 #: PlayOnLinux_Scripts/The_Witcher_:125
457478 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
485506 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
486507 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
487508 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
509 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
488510 #: PlayOnLinux_Scripts/Driftmoon_:43
489511 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
490512 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
493515 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
494516 #: PlayOnLinux_Scripts/League_Of_Legends_:57
495517 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
496 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
518 #: PlayOnLinux_Scripts/Sacrifice_:41
519 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
520 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
521 #: PlayOnLinux_Scripts/Toontown_Online_:25
522 #: PlayOnLinux_Scripts/Watchtower_library_:43
497523 #: PlayOnLinux_Scripts/iTunes_10_:28
498524 #, sh-format
499525 msgid "Please select the setup file to run."
508534 #: PlayOnLinux_Scripts/POL_GoG_download_:48
509535 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
510536 #: PlayOnLinux_Scripts/SimCity_2000_:50
511 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
512 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
537 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
538 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
513539 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
514540 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
515541 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
516 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
517 #: lib/wine.lib:1186
542 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
543 #: lib/wine.lib:1171 lib/wine.lib:1201
518544 #, sh-format
519545 msgid "Please wait..."
520546 msgstr "Proszę czekać..."
542568 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
543569 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
544570 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
545 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
571 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
546572 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
547573 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
548574 #: PlayOnLinux_Scripts/Dead_Space_2_:85
558584 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
559585 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
560586 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
587 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
562588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
563589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
564590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
620646 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
621647 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
622648 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
623 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
649 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
624650 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
625651 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
626652 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
627 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
628 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
653 #: PlayOnLinux_Scripts/Dead_Space_:50
654 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
655 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
656 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
629657 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
630658 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
631659 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
635663 #: PlayOnLinux_Scripts/Rage_:79
636664 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
637665 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
638 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
639667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
640668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
641669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
673701 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
674702 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
675703 #: PlayOnLinux_Scripts/Sacrifice_:45
676 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
704 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
677705 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
678706 #: PlayOnLinux_Scripts/The_Witcher_:102
679707 #, sh-format
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
685713 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
686714 #: PlayOnLinux_Scripts/Mass_Effect_:54
687 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
715 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
688716 #: PlayOnLinux_Scripts/The_Witcher_:110
689717 #, sh-format
690718 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
695723 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
696724 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
697725 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
698 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
726 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
699727 #: PlayOnLinux_Scripts/The_Witcher_:113
700728 #, sh-format
701729 msgid "Please insert the next game media into your disk drive"
724752 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
725753 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
726754 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
755 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
727756 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
728757 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
729758 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
829858 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
830859 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
831860 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
832 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
861 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
833862 #, sh-format
834863 msgid ""
835864 "You must disable anti-piracy protections of this game\\nif you want to play "
853882
854883 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
855884 #: PlayOnLinux_Scripts/Cars_2_:83
856 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
885 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
857886 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
858887 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
859888 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
876905 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
877906 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
878907 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
908 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
909 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
879910 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
880911 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
881912 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11191150 msgstr ""
11201151 "Proszę włożyć nośnik 2 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś."
11211152
1122 #: PlayOnLinux_Scripts/Diablo_III_:29
1153 #: PlayOnLinux_Scripts/Diablo_III_:31
11231154 #, sh-format
11241155 msgid "Please select the setup file downloaded on $EDITOR website"
11251156 msgstr "Proszę wybrać plik instalacyjny pobrany na stronie $EDITOR"
11261157
1127 #: PlayOnLinux_Scripts/Diablo_III_:60
1158 #: PlayOnLinux_Scripts/Diablo_III_:62
11281159 #, sh-format
11291160 msgid ""
11301161 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11331164 "$TITLE został zainstalowany.\\n\\n Specjalne podziękowania dla Ericha "
11341165 "Hoovera za jego poprawki wine (Fix AcceptEx)"
11351166
1136 #: PlayOnLinux_Scripts/Diablo_III_:60
1167 #: PlayOnLinux_Scripts/Diablo_III_:62
11371168 #, sh-format
11381169 msgid ""
11391170 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11411172 msgstr ""
11421173 "Jeśli występuje błąd 3007 podczas łączenia, otwórz terminal i wpisz:\\necho "
11431174 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1175
1176 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1177 #, sh-format
1178 msgid "Scanning your hardware..."
1179 msgstr ""
11441180
11451181 #: PlayOnLinux_Scripts/Dishonored_:79
11461182 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12391275
12401276 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12411277 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1242 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1243 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1278 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1279 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12441280 #, sh-format
12451281 msgid "Please insert the first game media into your disk drive"
12461282 msgstr "Proszę włożyć pierwszy nośnik z grą do stacji dysków"
12471283
12481284 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1249 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1285 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12501286 #, sh-format
12511287 msgid "Please insert the second game media into your disk drive"
12521288 msgstr "Proszę włożyć drugi nośnik z grą do stacji dysków"
13191355 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13201356 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13211357 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1358 #: PlayOnLinux_Scripts/Hearthstone_:64
13221359 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13231360 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13241361 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13441381 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13451382 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13461383 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1347 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1384 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13481385 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13491386 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13501387 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13681405 msgid "Editor"
13691406 msgstr "Wydawca"
13701407
1371 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1408 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13721409 #, sh-format
13731410 msgid "This install script requires ffmpeg"
13741411 msgstr "Ten skrypt instalacyjny wymaga ffmpeg"
13751412
1376 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1413 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13771414 #, sh-format
13781415 msgid "Converting videos..."
13791416 msgstr "Konwersja wideo w toku..."
13801417
13811418 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1419 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13821420 #, sh-format
13831421 msgid ""
13841422 "On first run the game will autodetect available renderers.\\nIt is likely "
13951433 msgid "Run $TITLE in safe mode?"
13961434 msgstr "Uruchomić $TITLE w trybie bezpiecznym?"
13971435
1436 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1437 #, sh-format
1438 msgid ""
1439 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1440 "disable it by pressing Alt+R while in game.)"
1441 msgstr ""
1442
1443 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1444 #, sh-format
1445 msgid ""
1446 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1447 "game."
1448 msgstr ""
1449
13981450 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13991451 #, sh-format
14001452 msgid "Could not find program directory"
14631515 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14641516 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14651517 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1466 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1467 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1468 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14691518 #, sh-format
14701519 msgid "Language"
14711520 msgstr "Język"
15931642 msgid "Dedicated server"
15941643 msgstr "Serwer dedykowany"
15951644
1596 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1645 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15971646 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15981647 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15991648 #, sh-format
16241673 msgid "Code wheel"
16251674 msgstr "Code wheel"
16261675
1627 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1628 #, sh-format
1629 msgid "Do you have a language pack to install?"
1630 msgstr "Czy paczka językowa została pobrana wcześniej?"
1631
1632 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1633 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1634 #, sh-format
1635 msgid "Later"
1636 msgstr "Później"
1637
1638 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1676 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1677 #, sh-format
1678 msgid ""
1679 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1680 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1681 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1682 msgstr ""
1683 "Zalecane jest, aby teraz zainstalować ModPack Circle of Eight\\naby "
1684 "rozwiązać wiele problemów z tą grą i ewentualnie dodać nowe treści\\"
1685 "n(modpacki \"NC\").\\nUżyj odpowiedniego skryptu PlayOnLinux w dziale \\"
1686 "\"Aktualizacje\\\"."
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1689 #, sh-format
1690 msgid "Now you must install the modpack in directory:"
1691 msgstr "Teraz należy zainstalować Modpack w katalogu:"
1692
1693 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1694 #, sh-format
1695 msgid "Please select ANY 3 icons when prompted."
1696 msgstr "Wybierz DOWOLNE 3 ikony po wyświetleniu prośby."
1697
1698 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1699 #, sh-format
1700 msgid "temp directory missing"
1701 msgstr "brakuje katalogu tymczasowego"
1702
1703 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1704 #, sh-format
1705 msgid ""
1706 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1707 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1708 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1709 "details.\\nInstall it?"
1710 msgstr ""
1711 "Panel Sterowania Two Worlds to narzędzie społeczności InsideTwoWorlds,\\"
1712 "nktóre pozwala dostosować parametry i zarządzać modyfikacjami\\ndo tej gry. "
1713 "Odwiedź\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 "
1714 "aby zapoznać się ze szczegółami.\\nZainstalować go?"
1715
1716 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1717 #, sh-format
1718 msgid "Control Panel"
1719 msgstr "Panel sterowania"
1720
1721 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1722 #, sh-format
1723 msgid ""
1724 "IMPORTANT:\n"
1725 " \\n\\nOn the installation window coming next, do NOT click the Options "
1726 "button, it would mess up the language selection."
1727 msgstr ""
1728 "WAŻNE:\n"
1729 " \\n\\nW oknie instalatora, NIE klikaj na przycisk Opcje, uszkodzi to "
1730 "menu wyboru języka."
1731
1732 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1733 #, sh-format
1734 msgid ""
1735 "On first run the game will autodetect available renderers.\\nIt is likely "
1736 "that you will get better performance out of the OpenGL renderer."
1737 msgstr ""
1738 "Podczas pierwszego uruchamiania gry automatycznie wykryje dostępne silniki "
1739 "renderujące.\\nPrawdopodobnie najlepszą wydajność osiągniesz na ustawieniu "
1740 "OpenGL."
1741
1742 #: PlayOnLinux_Scripts/Goblins_3_:21
1743 #, sh-format
1744 msgid "Please select the game language"
1745 msgstr "Proszę wybrać język gry"
1746
1747 #: PlayOnLinux_Scripts/Gothic_3_:82
1748 #, sh-format
1749 msgid "Choose the game resolution"
1750 msgstr "Wybierz rozdzielczość gry"
1751
1752 #: PlayOnLinux_Scripts/Gothic_3_:96
1753 #, sh-format
1754 msgid ""
1755 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1756 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1757 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1758 msgstr ""
1759 "Teraz możesz wybrać tryb gry:\\n1) Tryb okienkowy:\\nWszystko działa oprócz "
1760 "kursora systemowego w oknie gry.\\n\\n2) Tryb pełnoekranowy:\\nWszystko "
1761 "działa oprócz nieba, jest czarne.\\n\\n\\n\\nJaki tryb preferujesz?"
1762
1763 #: PlayOnLinux_Scripts/Gothic_3_:110
1764 #, sh-format
1765 msgid "$TITLE is installed"
1766 msgstr "$TITLE jest zainstalowany"
1767
1768 #: PlayOnLinux_Scripts/Guild_Wars_:53
1769 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1770 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1771 #, sh-format
1772 msgid "Please insert the DVD-ROM"
1773 msgstr "Proszę włożyć DVD do napędu"
1774
1775 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1776 #, sh-format
1777 msgid ""
1778 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1779 "client and download will resume from where it stopped. Download percentage "
1780 "reset but do not worry, it do not restart from the beginning."
1781 msgstr ""
1782 "Z powodu błędu wine #30512, pobieranie często będzie się zawieszać, po "
1783 "prostu uruchom ponownie klienta i pobieranie zostanie wznowione. Procent "
1784 "postępu zostanie zresetowany ale pobieranie będzie w rzeczywistości "
1785 "kontynuowane."
1786
1787 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1788 #, sh-format
1789 msgid ""
1790 "Please select $TITLE install file. During installation, uncheck all extra "
1791 "drivers it wants to install:"
1792 msgstr ""
1793 "Proszę wybrać plik instalacyjny $TITLE. Podczas instalacji odznacz wszystkie "
1794 "dodatkowe sterowniki chce zainstalować:"
1795
16391796 #: PlayOnLinux_Scripts/Half_Life_2_:56
16401797 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16411798 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16421799 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1643 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1800 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16441801 #, sh-format
16451802 msgid "No"
16461803 msgstr "Nie"
16471804
1648 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1649 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1805 #: PlayOnLinux_Scripts/Half_Life_2_:56
1806 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1807 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1808 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1809 #: PlayOnLinux_Scripts/Portal_:36
1810 #, sh-format
1811 msgid ""
1812 "Steam installation has been detected\\nwould you like to install this game "
1813 "in the same virtual drive?"
1814 msgstr ""
1815 "Wykryto, że Steam jest zainstalowany\\nCzy chcesz zainstalować tę grę na tym "
1816 "samym dysku wirtualnym?"
1817
16501818 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16511819 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16521820 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16551823 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16561824 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16571825 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1658 #: python/guiv3.py:157
1826 #: python/guiv3.py:158 python/guiv3.py:161
16591827 #, sh-format
16601828 msgid "Yes"
16611829 msgstr "Tak"
16621830
1663 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1664 #, sh-format
1665 msgid ""
1666 "To install a language pack later, open the configuration panel for the game "
1667 "in order to execute the installer into the virtual disk (Misc tab)"
1668 msgstr ""
1669 "Aby zainstalować pakiet językowy później, otwórz panel sterowania gry w celu "
1670 "uruchomienia instalatora (zakładka Inne/Misc)"
1671
1672 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1673 #, sh-format
1674 msgid ""
1675 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1676 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1677 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1678 msgstr ""
1679 "Zalecane jest, aby teraz zainstalować ModPack Circle of Eight\\naby "
1680 "rozwiązać wiele problemów z tą grą i ewentualnie dodać nowe treści\\"
1681 "n(modpacki \"NC\").\\nUżyj odpowiedniego skryptu PlayOnLinux w dziale \\"
1682 "\"Aktualizacje\\\"."
1683
1684 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1685 #, sh-format
1686 msgid "Now you must install the modpack in directory:"
1687 msgstr "Teraz należy zainstalować Modpack w katalogu:"
1688
1689 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1690 #, sh-format
1691 msgid "Please select ANY 3 icons when prompted."
1692 msgstr "Wybierz DOWOLNE 3 ikony po wyświetleniu prośby."
1693
1694 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1695 #, sh-format
1696 msgid "temp directory missing"
1697 msgstr "brakuje katalogu tymczasowego"
1698
1699 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1700 #, sh-format
1701 msgid ""
1702 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1703 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1704 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1705 "details.\\nInstall it?"
1706 msgstr ""
1707 "Panel Sterowania Two Worlds to narzędzie społeczności InsideTwoWorlds,\\"
1708 "nktóre pozwala dostosować parametry i zarządzać modyfikacjami\\ndo tej gry. "
1709 "Odwiedź\\nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 "
1710 "aby zapoznać się ze szczegółami.\\nZainstalować go?"
1711
1712 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1713 #, sh-format
1714 msgid "Control Panel"
1715 msgstr "Panel sterowania"
1716
1717 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1718 #, sh-format
1719 msgid ""
1720 "IMPORTANT:\n"
1721 " \\n\\nOn the installation window coming next, do NOT click the Options "
1722 "button, it would mess up the language selection."
1723 msgstr ""
1724 "WAŻNE:\n"
1725 " \\n\\nW oknie instalatora, NIE klikaj na przycisk Opcje, uszkodzi to "
1726 "menu wyboru języka."
1727
1728 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1729 #, sh-format
1730 msgid ""
1731 "On first run the game will autodetect available renderers.\\nIt is likely "
1732 "that you will get better performance out of the OpenGL renderer."
1733 msgstr ""
1734 "Podczas pierwszego uruchamiania gry automatycznie wykryje dostępne silniki "
1735 "renderujące.\\nPrawdopodobnie najlepszą wydajność osiągniesz na ustawieniu "
1736 "OpenGL."
1737
1738 #: PlayOnLinux_Scripts/Goblins_3_:21
1739 #, sh-format
1740 msgid "Please select the game language"
1741 msgstr "Proszę wybrać język gry"
1742
1743 #: PlayOnLinux_Scripts/Gothic_3_:82
1744 #, sh-format
1745 msgid "Choose the game resolution"
1746 msgstr "Wybierz rozdzielczość gry"
1747
1748 #: PlayOnLinux_Scripts/Gothic_3_:96
1749 #, sh-format
1750 msgid ""
1751 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1752 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1753 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1754 msgstr ""
1755 "Teraz możesz wybrać tryb gry:\\n1) Tryb okienkowy:\\nWszystko działa oprócz "
1756 "kursora systemowego w oknie gry.\\n\\n2) Tryb pełnoekranowy:\\nWszystko "
1757 "działa oprócz nieba, jest czarne.\\n\\n\\n\\nJaki tryb preferujesz?"
1758
1759 #: PlayOnLinux_Scripts/Gothic_3_:110
1760 #, sh-format
1761 msgid "$TITLE is installed"
1762 msgstr "$TITLE jest zainstalowany"
1763
1764 #: PlayOnLinux_Scripts/Guild_Wars_:53
1765 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1766 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1767 #, sh-format
1768 msgid "Please insert the DVD-ROM"
1769 msgstr "Proszę włożyć DVD do napędu"
1770
1771 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1772 #, sh-format
1773 msgid ""
1774 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1775 "client and download will resume from where it stopped. Download percentage "
1776 "reset but do not worry, it do not restart from the beginning."
1777 msgstr ""
1778 "Z powodu błędu wine #30512, pobieranie często będzie się zawieszać, po "
1779 "prostu uruchom ponownie klienta i pobieranie zostanie wznowione. Procent "
1780 "postępu zostanie zresetowany ale pobieranie będzie w rzeczywistości "
1781 "kontynuowane."
1782
1783 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1784 #, sh-format
1785 msgid ""
1786 "Please select $TITLE install file. During installation, uncheck all extra "
1787 "drivers it wants to install:"
1788 msgstr ""
1789 "Proszę wybrać plik instalacyjny $TITLE. Podczas instalacji odznacz wszystkie "
1790 "dodatkowe sterowniki chce zainstalować:"
1791
1792 #: PlayOnLinux_Scripts/Half_Life_2_:56
1793 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1794 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1795 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1796 #: PlayOnLinux_Scripts/Portal_:36
1797 #, sh-format
1798 msgid ""
1799 "Steam installation has been detected\\nwould you like to install this game "
1800 "in the same virtual drive?"
1801 msgstr ""
1802 "Wykryto, że Steam jest zainstalowany\\nCzy chcesz zainstalować tę grę na tym "
1803 "samym dysku wirtualnym?"
1804
18051831 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18061832 #, sh-format
18071833 msgid "Updating $TITLE"
18081834 msgstr "Aktualizowanie $TITLE"
18091835
1810 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1836 #: PlayOnLinux_Scripts/Hanahira__:54
18111837 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18121838 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18131839 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18191845 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18201846 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18211847 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1848 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1849 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1850 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1853 #: PlayOnLinux_Scripts/Steins_Gate_:51
18221854 #, sh-format
18231855 msgid "Please locate installation program (Setup.exe)"
18241856 msgstr "Podaj lokalizacje programu instalacyjnego (Setup.exe)"
18251857
1826 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1827 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1858 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18281859 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18291860 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18301861 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18491880 "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na "
18501881 "${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację."
18511882
1883 #: PlayOnLinux_Scripts/Hearthstone_:26
1884 #, sh-format
1885 msgid "What language do you want to install?"
1886 msgstr ""
1887
18521888 #: PlayOnLinux_Scripts/ImgBurn_:38
18531889 #, sh-format
18541890 msgid ""
18921928 msgstr "Czy chcesz zainstalować wersje unicode Inno Setup?"
18931929
18941930 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1895 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18961931 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18971932 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18981933 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20732108 "Jeżeli pobieranie aktualizacji się zawiesi, spróbuj wyłączać i włączać "
20742109 "aktualizator aż pobieranie się zakończy."
20752110
2111 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20762112 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20772113 #, sh-format
20782114 msgid "Demo version"
20792115 msgstr "wersja demonstracyjna"
20802116
2117 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20812118 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20822119 #, sh-format
20832120 msgid "Please select version."
21392176 msgstr ""
21402177 "Nie określono nazwy rozszerzenia, przypisanie do natywnej aplikacji zostanie "
21412178 "pominięte."
2179
2180 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2181 #, sh-format
2182 msgid "Contacting download server."
2183 msgstr ""
21422184
21432185 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21442186 #: python/install.py:454 python/install.py:456 python/install.py:570
22252267 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22262268 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22272269 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2228 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2270 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22292271 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22302272 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22312273 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22672309 "Jeśli zobaczysz komunikaty o błędach podczas instalacji DotNet 3.0, można je "
22682310 "ignorować bez konsekwencji"
22692311
2270 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2271 #, sh-format
2272 msgid "This package fail to install with wine 1.5.21 or better"
2273 msgstr "Instalacja pakietu nie powiedzie się na wine 1.5.21 lub nowszym"
2274
2275 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2312 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22762313 #, sh-format
22772314 msgid ""
22782315 "If you see error messages during DotNet 3.5 installation, you can ignore "
23312368 #: PlayOnLinux_Scripts/POL_Install_ie8_:26
23322369 #, sh-format
23332370 msgid "Choose the Internet Explorer language you want"
2334 msgstr ""
2371 msgstr "Wybierz wersję językową Internet Explorera którą chcesz zainstalować"
23352372
23362373 #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9
23372374 #, sh-format
24062443 "Instalacja VCRun2010 może się nie zakończyć się powodzeniem, ponieważ twoja "
24072444 "wersja PlayOnLinux jest za stara, zaktualizuj go."
24082445
2409 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2446 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2447 #: PlayOnLinux_Scripts/yWriter_5_:45
24102448 #, sh-format
24112449 msgid "Downloading..."
24122450 msgstr "Pobieranie..."
25252563 msgid "Microsoft fonts have been installed successfully."
25262564 msgstr "Czcionki firmy Microsoft zostały zainstalowane pomyślnie."
25272565
2566 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2567 #, sh-format
2568 msgid ""
2569 "OSX users: If the screen flickers once the game is launched, try to press "
2570 "cmd + tab twice"
2571 msgstr ""
2572
25282573 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25292574 #, sh-format
25302575 msgid "Remove Game For Windows Live..."
25692614 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
25702615 msgstr "Aby kontynuować, PlayOnLinux musi zamontować CD-ROM z opcją unhide."
25712616
2572 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2617 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25732618 #, sh-format
25742619 msgid "Abort installation"
25752620 msgstr "Anuluj instalację"
25942639 msgid "The program needs access to ptrace() to proceed:"
25952640 msgstr "Program wymaga dostępu do ptrace() aby kontynuować:"
25962641
2597 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2642 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25982643 #, sh-format
25992644 msgid "User abort"
26002645 msgstr "Anulowano"
26372682 msgid "Please do not run $TITLE after installation has finished."
26382683 msgstr "Nie uruchamiaj $TITLE kiedy instalacja się zakończy."
26392684
2685 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2686 #, sh-format
2687 msgid "Extracting $TITLE"
2688 msgstr ""
2689
26402690 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26412691 #, sh-format
26422692 msgid ""
26432693 "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\""
26442694 msgstr ""
2695 "Kiedy zostaniesz zapytany o instalację pakietu \"Mono\" kliknij na \"Anuluj\""
26452696
26462697 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59
26472698 #: PlayOnLinux_Scripts/photomatix3_:56
26482699 #, sh-format
26492700 msgid "$TITLE has been successfully installed."
2701 msgstr "$TITLE został zainstalowany pomyślnie."
2702
2703 #: PlayOnLinux_Scripts/Poker_Stars_:37
2704 #, sh-format
2705 msgid "Error while installing. Downloaded file not found."
26502706 msgstr ""
26512707
26522708 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26562712
26572713 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26582714 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2715 #: PlayOnLinux_Scripts/Watchtower_library_:58
26592716 #, sh-format
26602717 msgid "Please wait while $TITLE is installed"
26612718 msgstr "Proszę czekać, instalacje $TITLE w toku"
26932750 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26942751 msgstr ""
26952752 "Proszę włożyć nośnik 3 do stacji dysków,\\njeśli jeszcze tego nie zrobiłeś."
2753
2754 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2755 #, sh-format
2756 msgid ""
2757 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2758 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2759 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2760 "n\\nIf you have one of this two versions of this game, please give some "
2761 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2762 "n\\nThank you!"
2763 msgstr ""
2764
2765 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2766 #, sh-format
2767 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2768 msgstr ""
2769
2770 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2771 #, sh-format
2772 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2773 msgstr ""
2774
2775 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2776 #, sh-format
2777 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2778 msgstr ""
2779
2780 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2781 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2782 #, sh-format
2783 msgid "Select a version of installation disc:"
2784 msgstr ""
2785
2786 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2787 #, sh-format
2788 msgid "First Release (without addons)"
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2792 #, sh-format
2793 msgid "Gold Edition"
2794 msgstr ""
2795
2796 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2797 #, sh-format
2798 msgid "Platinum Edition"
2799 msgstr ""
2800
2801 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2802 #, sh-format
2803 msgid "What is your version of Railroad Tycoon II?"
2804 msgstr ""
2805
2806 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2807 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2808 #, sh-format
2809 msgid ""
2810 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2811 "desktop.\\n\\nThank you for using this installation script! :)"
2812 msgstr ""
26962813
26972814 #: PlayOnLinux_Scripts/Reaper_4_:30
26982815 #, sh-format
28742991 "okno, kliknij na ${INSTALL_JP}. Kiedy instalacja się zakończy, kliknij na "
28752992 "${END_JP} a potem na ${YES_JP} (Y). Naciśnij dalej aby rozpocząć instalację."
28762993
2994 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2995 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2996 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2997 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2998 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2999 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3000 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3001 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3002 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3003 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3004 #, sh-format
3005 msgid ""
3006 "Close the visual novel when it appears to continue installation. Click Next "
3007 "to begin installation."
3008 msgstr ""
3009
3010 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3011 #, sh-format
3012 msgid ""
3013 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3014 "script will now install it. Click Next to continue."
3015 msgstr ""
3016
28773017 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28783018 #, sh-format
28793019 msgid ""
28833023 "Jeśli przy uruchamianiu wystąpi błąd, otwórz terminal i wpisz:\\necho 0|sudo "
28843024 "tee /proc/sys/kernel/yama/ptrace_scope"
28853025
2886 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2887 #, sh-format
2888 msgid "Please locate installation program (Launcher.exe)"
2889 msgstr "Podaj lokalizację programu instalacyjnego (Launcher.exe)"
2890
2891 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2892 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2893 #, sh-format
2894 msgid ""
2895 "When the launcher opens, click on the top button to open the installer. When "
2896 "a new window opens, click OK. When another window opens, click on the button "
2897 "with the letter N until it is installing. Wait until it is done and click "
2898 "the right button to quit. Click Next when you are done installing."
2899 msgstr ""
2900 "Kiedy launcher się otworzy, naciśnij na przycisk na samej górze aby otworzyć "
2901 "instalator. Kiedy otworzy się nowe okno, kliknij OK. Kiedy pojawi się "
2902 "kolejne okno, kliknij na przycisk z literą N dopóki instalacja się nie "
2903 "rozpocznie. Poczekaj na zakończenie procesu instalacji a potem naciśnij "
2904 "prawy przycisk aby zamknąć okno. Naciśnij dalej kiedy skończysz instalować "
2905 "grę."
3026 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3027 #, sh-format
3028 msgid "Please locate installation program in Data folder (Resonance.msi)"
3029 msgstr ""
29063030
29073031 #: PlayOnLinux_Scripts/Steam_:50
29083032 #, sh-format
29213045 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40
29223046 #, sh-format
29233047 msgid "Download on Steam Store-Steam Backup Restore"
2924 msgstr ""
3048 msgstr "Pobierz ze sklepu Steam - Przywróć kopię Steam"
29253049
29263050 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:40
29273051 #, sh-format
29283052 msgid "You want install with ?"
2929 msgstr ""
3053 msgstr "Wybierz sposób instalacji"
29303054
29313055 #: PlayOnLinux_Scripts/System_Shock_2__Steam__:42
29323056 #, sh-format
29333057 msgid "Download on Steam Store"
2934 msgstr ""
3058 msgstr "Pobierz ze sklepu Steam"
29353059
29363060 #: PlayOnLinux_Scripts/Terraria_:56
29373061 #, sh-format
29433067 "Zainstaluj Terraria w Steam. Uruchom Terraria gdy Steam zainstaluje grę. "
29443068 "Steam zainstaluje XNA Framework dla gry. Po instalacji XNA zamknij "
29453069 "całkowicie Steam tak aby instalator mógł kontynuować."
3070
3071 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3072 #, sh-format
3073 msgid "If youve the extentions, you should install Tribunal first !"
3074 msgstr ""
29463075
29473076 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29483077 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30633192 "ndokumentacji.\\nKliknij prawym przyciskiem myszy ikonę gry, wybierz "
30643193 "\"Przeczytaj instrukcję\", a następnie sprawdź strony 4-5."
30653194
3195 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3196 #, sh-format
3197 msgid "Please select the installation file to run."
3198 msgstr ""
3199
3200 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3201 #, sh-format
3202 msgid ""
3203 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3204 "your region.\\n 2. Leave only checked DirectX box."
3205 msgstr ""
3206
30663207 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30673208 #, sh-format
30683209 msgid ""
30703211 "/proc/sys/kernel/yama/ptrace_scope to 0"
30713212 msgstr ""
30723213 "Gra nie uruchomi jeżeli nie ustawisz /proc/sys/kernel/yama/ptrace_scope na 0"
3214
3215 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3216 #, sh-format
3217 msgid "Other destination or other CD/DVD"
3218 msgstr ""
3219
3220 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3221 #, sh-format
3222 msgid "Retail CD"
3223 msgstr ""
3224
3225 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3226 #, sh-format
3227 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3228 msgstr ""
3229
3230 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3231 #, sh-format
3232 msgid "video fix"
3233 msgstr ""
30733234
30743235 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30753236 #, sh-format
31613322 msgid "Donwload finished.\\nPatches installation will begin"
31623323 msgstr "Pobieranie ukończone.\\nInstalacja patchy rozpocznie się"
31633324
3325 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3326 #, sh-format
3327 msgid "We will download the installer"
3328 msgstr ""
3329
31643330 #: PlayOnLinux_Scripts/Toontown_Online_:17
31653331 #, sh-format
31663332 msgid ""
32053371 msgid "Do you want to browse $TITLE website?"
32063372 msgstr "Czy chcesz przejrzeć $TITLE (witrynę internetową)?"
32073373
3374 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3375 #, sh-format
3376 msgid ""
3377 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3378 "messenger, because it will won't work correctly."
3379 msgstr ""
3380
3381 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3382 #, sh-format
3383 msgid "Warning"
3384 msgstr ""
3385
32083386 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32093387 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32103388 #, sh-format
32153393 "Wersja CD-ROM jest nieaktualna. Pamiętaj aby zaktualizować $TITLE aby "
32163394 "uruchomić grę poprawnie przez $APPLICATION_TITLE"
32173395
3396 #: PlayOnLinux_Scripts/Watchtower_library_:49
3397 #, sh-format
3398 msgid "File Selection Error"
3399 msgstr ""
3400
3401 #: PlayOnLinux_Scripts/Watchtower_library_:49
3402 #, sh-format
3403 msgid ""
3404 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3405 msgstr ""
3406
32183407 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32193408 #, sh-format
32203409 msgid ""
32333422 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32343423 #, sh-format
32353424 msgid ""
3236 "Attention: After installation is complete, the patcher will load. Please "
3237 "close the patcher before logging in or finish updating to complete the "
3238 "installation. After this, you can run \"$TITLE\" when setup is done"
3239 msgstr ""
3240 "Uwaga: Po zakończeniu instalacji, uruchomi się patcher. Proszę zamknąć "
3241 "patcher przed zalogowaniem się lub zakończyć aktualizację, aby zakończyć "
3242 "instalację. Po zakończeniu instalacji można uruchomić \"$TITLE\"."
3425 "Attention:After installation is complete, the patcher will load. After, go "
3426 "to the top right of the patcher and click the wrench, Then Un-check the box "
3427 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3428 "minuite. When finished with this, please close the patcher before logging in "
3429 "or finish updating to complete the installation. After this, you can run "
3430 "\"$TITLE\" when setup is done"
3431 msgstr ""
32433432
32443433 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32453434 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32793468 "Please insert game media 5 into your disk drive\\nif not already done."
32803469 msgstr "Włóż płytę z grą nr 5 do napędu\\njeśli jej tam nie ma."
32813470
3471 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3472 #, sh-format
3473 msgid "Which region version of World of Warplanes would you like to install?"
3474 msgstr ""
3475
3476 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3477 #, sh-format
3478 msgid ""
3479 "Attention:After installation is complete, the patcher will load. After, go "
3480 "to the top right of the patcher and click the wrench, Then Un-check the box "
3481 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3482 "minute. When finished with this, please close the patcher before logging in "
3483 "or finish updating to complete the installation. After this, you can run "
3484 "\"$TITLE\" when setup is done"
3485 msgstr ""
3486
32823487 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32833488 #, sh-format
32843489 msgid ""
33353540 msgid "Please select the 32bit version of iTunes"
33363541 msgstr "Proszę wybrać 32-bitową wersję iTunes"
33373542
3338 #: PlayOnLinux_Scripts/osu_:45
3543 #: PlayOnLinux_Scripts/osu_:46
33393544 #, sh-format
33403545 msgid ""
33413546 "Press next to start the updater. When the updater is finished, close it "
33473552 #: PlayOnLinux_Scripts/photomatix3_:40
33483553 #, sh-format
33493554 msgid "Please select the setup file to run :"
3350 msgstr ""
3555 msgstr "Wybierz plik do uruchomienia:"
33513556
33523557 #: PlayOnLinux_Scripts/rFactor_12_:30
33533558 #, sh-format
33603565 "zakończeniu instalacji. Zezwól na instalację DirectX. Upewnij się, że "
33613566 "ustawiona jest 32-bitowa głębie kolorów kiedy rFactor Config się uruchomi."
33623567
3363 #: bash/bug_report:31
3568 #: bash/bug_report:32
33643569 #, sh-format
33653570 msgid "Report a bug"
33663571 msgstr "Zgłoś błąd"
33673572
3368 #: bash/bug_report:36
3573 #: bash/bug_report:37
33693574 #, sh-format
33703575 msgid ""
33713576 "Please give the more details as you can, otherwise, it will be very "
33743579 "Proszę podać jak najwięcej szczegółów, w przeciwnym wypadku, pomoc tobie "
33753580 "będzie bardzo trudna"
33763581
3377 #: bash/bug_report:36
3582 #: bash/bug_report:37
33783583 #, sh-format
33793584 msgid ""
33803585 "This wizard will help you to report a bug about an officially supported "
33823587 msgstr ""
33833588 "Ten kreator pomoże ci zgłosić błąd dotyczący oficjalnie wspieranego programu."
33843589
3385 #: bash/bug_report:40
3590 #: bash/bug_report:41
33863591 #, sh-format
33873592 msgid ""
33883593 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33913596 "Twoja wersja $APPLICATION_TITLE jest nieaktualna.\\nMusisz zaktualizować "
33923597 "$APPLICATION_TITLE przed zgłoszeniem błędu."
33933598
3394 #: bash/bug_report:46
3599 #: bash/bug_report:47
33953600 #, sh-format
33963601 msgid "I have a problem with a software"
33973602 msgstr "Mam problem z programem"
33983603
3399 #: bash/bug_report:46
3604 #: bash/bug_report:47
34003605 #, sh-format
34013606 msgid "My problem concerns $APPLICATION_TITLE itself"
34023607 msgstr "Mój problem dotyczy bezpośrednio $APPLICATION_TITLE"
34033608
3404 #: bash/bug_report:46
3609 #: bash/bug_report:47
34053610 #, sh-format
34063611 msgid "What kind of problem do you have?"
34073612 msgstr "Jaki jest typ twojego problemu?"
34083613
3409 #: bash/bug_report:50
3614 #: bash/bug_report:51
34103615 #, sh-format
34113616 msgid "Don't join any log file"
34123617 msgstr "Nie dołączaj logów"
34133618
3414 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3619 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
34153620 #: bash/manual_install:120 bash/manual_install:219
34163621 #, sh-format
34173622 msgid "Manual installation"
34183623 msgstr "Instalacja ręczna"
34193624
3420 #: bash/bug_report:54 bash/run_exe:24
3625 #: bash/bug_report:55 bash/run_exe:24
34213626 #, sh-format
34223627 msgid "Automatic installation"
34233628 msgstr "Instalacja automatyczna"
34243629
3425 #: bash/bug_report:65
3630 #: bash/bug_report:66
34263631 #, sh-format
34273632 msgid "Choose the log file corresponding to your software."
34283633 msgstr "Wybierz log dotyczący oprogramowania"
34293634
3430 #: bash/bug_report:69
3635 #: bash/bug_report:70
34313636 #, sh-format
34323637 msgid "Please give a very short description (title, english only)"
34333638 msgstr "Napisz krótki opis problemu (po angielsku)"
34343639
3435 #: bash/bug_report:72
3640 #: bash/bug_report:73
34363641 #, sh-format
34373642 msgid "Please explain your problem clearly (english only):"
34383643 msgstr "Napisz dokładny opis problemu (po angielsku):"
34393644
3440 #: bash/bug_report:76
3645 #: bash/bug_report:77
34413646 #, sh-format
34423647 msgid "Sorry, we need a detailed description."
34433648 msgstr "Dokładny opis jest wymagany."
34443649
3445 #: bash/bug_report:107
3650 #: bash/bug_report:108
34463651 #, sh-format
34473652 msgid ""
34483653 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34903695 msgstr "Wybierz nazwę wirtualnego dysku twardego"
34913696
34923697 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3493 #: python/mainwindow.py:232
3698 #: python/mainwindow.py:234
34943699 #, sh-format
34953700 msgid "Run a local script"
34963701 msgstr "Uruchom skrypt lokalny"
36193824 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36203825 msgstr "$APPLICATION_TITLE tworzy wirtualny dysk twardy"
36213826
3622 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3827 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36233828 #, sh-format
36243829 msgid "$APPLICATION_TITLE first use"
36253830 msgstr "Pierwsze uruchomienie $APPLICATION_TITLE"
36263831
3627 #: bash/first_use:240
3832 #: bash/first_use:242
36283833 #, sh-format
36293834 msgid "$APPLICATION_TITLE is going to finish its preparation"
36303835 msgstr "$APPLICATION_TITLE wymaga przeprowadzania czynności przygotowujących"
36313836
3632 #: bash/first_use:240 bash/first_use:243
3837 #: bash/first_use:242 bash/first_use:245
36333838 #, sh-format
36343839 msgid "Please ensure you are connected to the internet."
36353840 msgstr "Upewnij się że połączenie z internetem działa."
36363841
3637 #: bash/first_use:243
3842 #: bash/first_use:245
36383843 #, sh-format
36393844 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36403845 msgstr "Wygląda na to że $APPLICATION_TITLE został uruchomiony pierwszy raz."
36413846
3642 #: bash/first_use:243
3847 #: bash/first_use:245
36433848 #, sh-format
36443849 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36453850 msgstr "Ten kreator pomoże ci przygotować środowisko $APPLICATION_TITLE"
36463851
3647 #: bash/first_use:253
3852 #: bash/first_use:255
36483853 #, sh-format
36493854 msgid "Error while installing fonts"
36503855 msgstr "Wystąpił błąd podczas instalowania czcionek"
36513856
3652 #: bash/first_use:271
3857 #: bash/first_use:273
36533858 #, sh-format
36543859 msgid "Enjoy using $APPLICATION_TITLE"
36553860 msgstr "$APPLICATION_TITLE jest gotowy do użycia"
37673972 msgid "Use another version of Wine"
37683973 msgstr "Użyj innej wersji Wine"
37693974
3770 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3771 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3975 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3976 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37723977 #, sh-format
37733978 msgid "Configure Wine"
37743979 msgstr "Skonfiguruj Wine"
37883993 msgid "What would you like to do before installation?"
37893994 msgstr "Co chcesz zrobić przez instalacją?"
37903995
3791 #: bash/manual_install:230 lib/scripts.lib:437
3996 #: bash/manual_install:231 lib/scripts.lib:438
37923997 #, sh-format
37933998 msgid "Please make your choice"
37943999 msgstr "Proszę wybrać"
37954000
3796 #: bash/manual_install:258
4001 #: bash/manual_install:259
37974002 #, sh-format
37984003 msgid "Looking for runnable CD-ROMs"
37994004 msgstr "Szukanie odpowiedniego CD-ROMu"
38004005
3801 #: bash/manual_install:281
4006 #: bash/manual_install:282
38024007 #, sh-format
38034008 msgid "Select another file"
38044009 msgstr "Wybierz inny plik"
38054010
3806 #: bash/manual_install:289
4011 #: bash/manual_install:290
38074012 #, sh-format
38084013 msgid "Please choose a way to install your program"
38094014 msgstr "Wybierz sposób instalacji programu"
38104015
3811 #: bash/manual_install:298
4016 #: bash/manual_install:299
38124017 #, sh-format
38134018 msgid "Please select the install file to run."
38144019 msgstr "Wybierz plik instalatora który chcesz uruchomić"
38154020
3816 #: bash/manual_install:328
4021 #: bash/manual_install:329
38174022 #, sh-format
38184023 msgid "You must choose a file!"
38194024 msgstr "Musisz wybrać plik."
38204025
3821 #: bash/manual_install:334
4026 #: bash/manual_install:335
38224027 #, sh-format
38234028 msgid "$APPLICATION_TITLE is installing your application..."
38244029 msgstr "$APPLICATION_TITLE instaluje twoją aplikację..."
38964101 msgid "Extracting: "
38974102 msgstr "Wyodrębnianie: "
38984103
3899 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4104 #: bash/playonlinux-pkg:111
39004105 #, sh-format
39014106 msgid "Running..."
39024107 msgstr "Wykonywanie..."
39064111 msgid "Cleaning..."
39074112 msgstr "Czyszczenie..."
39084113
3909 #: bash/playonlinux_online:32
3910 #, sh-format
3911 msgid ""
3912 "This is the list of the scripts you sent to us. You can run one of them"
3913 msgstr ""
3914 "To jest lista skryptów które przesłałeś do nas. Możesz uruchomić jeden z nich"
3915
3916 #: bash/playonlinux_online:42
3917 #, sh-format
3918 msgid "You do not seems to have any personal script"
3919 msgstr "Wygląda na to że nie posiadasz ani jednego osobistego skryptu"
3920
3921 #: bash/playonlinux_online:47
3922 #, sh-format
3923 msgid ""
3924 "If you have successfully installed a program with 'Install a non-listed\\"
3925 "nsoftware' button, it will allow you to add this program in our list"
3926 msgstr ""
3927 "Jeśli pomyślnie zainstalowałeś program używając przycisku 'Zainstaluj "
3928 "program\\n, którego nie ma na liście', umożliwi nam to dodanie tego programu "
3929 "na listę"
3930
3931 #: bash/playonlinux_online:47
3932 #, sh-format
3933 msgid "This tools will allow you to help us :"
3934 msgstr "To narzędzie pozwoli ci nam pomóc:"
3935
3936 #: bash/playonlinux_online:47
3937 #, sh-format
3938 msgid ""
3939 "We're going to ask you some questions, please be as much accurate as\\"
3940 "npossible"
3941 msgstr ""
3942 "Zadamy ci kilka pytań, odpowiadaj możliwie najdokładniej (po angielsku)"
3943
3944 #: bash/playonlinux_online:55
3945 #, sh-format
3946 msgid "Choose the file corresponding to your program."
3947 msgstr "Wybierz plik twojego programu."
3948
3949 #: bash/playonlinux_online:59
3950 #, sh-format
3951 msgid "Does your program run?"
3952 msgstr "Czy program się uruchomił?"
3953
3954 #: bash/playonlinux_online:62
3955 #, sh-format
3956 msgid "What is the title of your program?"
3957 msgstr "Jaka jest nazwa programu?"
3958
3959 #: bash/playonlinux_online:64
3960 #, sh-format
3961 msgid "What is the editor of your program?"
3962 msgstr "Kto jest autorem programu?"
3963
3964 #: bash/playonlinux_online:66
3965 #, sh-format
3966 msgid "What is the editor website of your program?"
3967 msgstr "Jaki jest adres strony www programu?"
3968
3969 #: bash/playonlinux_online:69 python/install.py:210
3970 #, sh-format
3971 msgid "Accessories"
3972 msgstr "Akcesoria"
3973
3974 #: bash/playonlinux_online:69 python/install.py:211
3975 #, sh-format
3976 msgid "Development"
3977 msgstr "Programowanie"
3978
3979 #: bash/playonlinux_online:69 python/install.py:212
3980 #, sh-format
3981 msgid "Education"
3982 msgstr "Edukacja"
3983
3984 #: bash/playonlinux_online:69 python/install.py:213
3985 #, sh-format
3986 msgid "Games"
3987 msgstr "Gry"
3988
3989 #: bash/playonlinux_online:69 python/install.py:214
3990 #, sh-format
3991 msgid "Graphics"
3992 msgstr "Grafika"
3993
3994 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3995 #: python/options.py:384
3996 #, sh-format
3997 msgid "Internet"
3998 msgstr "Internet"
3999
4000 #: bash/playonlinux_online:69 python/install.py:216
4001 #, sh-format
4002 msgid "Multimedia"
4003 msgstr "Multimedia"
4004
4005 #: bash/playonlinux_online:69 python/install.py:217
4006 #, sh-format
4007 msgid "Office"
4008 msgstr "Biuro"
4009
4010 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
4011 #, sh-format
4012 msgid "Other"
4013 msgstr "Inne"
4014
4015 #: bash/playonlinux_online:69 python/install.py:219
4016 #, sh-format
4017 msgid "Patches"
4018 msgstr "Aktualizacje"
4019
4020 #: bash/playonlinux_online:69
4021 #, sh-format
4022 msgid "Select a category for your program"
4023 msgstr "Wybierz kategorię programu"
4024
4025 #: bash/playonlinux_online:69 python/install.py:258
4026 #, sh-format
4027 msgid "Testing"
4028 msgstr "Testowe"
4029
4030 #: bash/playonlinux_online:72
4031 #, sh-format
4032 msgid ""
4033 "What feature of your program does not work?\\nIf everything works, please "
4034 "mention it"
4035 msgstr ""
4036 "Czy jakaś funkcja w programie nie działa?\\nJeśli wszystko działa, napisz to"
4037
4038 #: bash/playonlinux_online:74
4039 #, sh-format
4040 msgid "Write any change you made to wine configuration here:"
4041 msgstr "Napisz każdą zmianę w konfiguracji wine:"
4042
4043 #: bash/playonlinux_online:102
4044 #, sh-format
4045 msgid "You must be able to run this program!"
4046 msgstr "Musisz być w stanie uruchomić ten program!"
4047
4048 #: bash/playonlinux_online:107
4049 #, sh-format
4050 msgid "Run one of your personal scripts"
4051 msgstr "Uruchom jeden z twoich osobistych skryptów"
4052
4053 #: bash/playonlinux_online:108
4054 #, sh-format
4055 msgid "Send to us a working script generated by manual installation"
4056 msgstr "Wyślij działający skrypt wygenerowany przez instalację ręczną do nas"
4057
4058 #: bash/playonlinux_online:109
4059 #, sh-format
4060 msgid "Logout"
4061 msgstr "Wyloguj"
4062
4063 #: bash/playonlinux_online:110
4064 #, sh-format
4065 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4066 msgstr "Jesteś połączony z $APPLICATION_TITLE online jako $POL_LOGIN"
4067
4068 #: bash/playonlinux_online:124
4069 #, sh-format
4070 msgid ""
4071 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4072 "safely close this window"
4073 msgstr ""
4074 "Wylogowanie z $APPLICATION_TITLE Online nastąpiło pomyślnie.\\nMożesz teraz "
4075 "zamknąć to okno"
4076
4077 #: bash/polconfigurator:33
4114 #: bash/polconfigurator:34
40784115 #, sh-format
40794116 msgid "Killing programs in the virtual drive..."
40804117 msgstr "Zamykanie programów na wirtualnym dysku..."
40814118
4082 #: bash/polconfigurator:79
4119 #: bash/polconfigurator:86
40834120 #, sh-format
40844121 msgid "Icon selection"
40854122 msgstr "Wybieranie ikony"
40864123
4087 #: bash/polconfigurator:79
4124 #: bash/polconfigurator:86
40884125 #, sh-format
40894126 msgid "Please select an icon file"
40904127 msgstr "Wybierz plik ikony"
40914128
4092 #: bash/polconfigurator:86
4129 #: bash/polconfigurator:93
40934130 #, sh-format
40944131 msgid "Bad file extension"
40954132 msgstr "Złe rozszerzenie pliku"
40964133
4097 #: bash/polconfigurator:86
4134 #: bash/polconfigurator:93
40984135 #, sh-format
40994136 msgid "is not an icon extension"
41004137 msgstr "nie jest rozszerzeniem ikony"
41014138
4102 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4103 #: python/mainwindow.py:621
4139 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4140 #: python/mainwindow.py:619
41044141 #, sh-format
41054142 msgid "Registry Editor"
41064143 msgstr "Edytor rejestru"
41074144
4108 #: bash/polconfigurator:97
4145 #: bash/polconfigurator:104
41094146 #, sh-format
41104147 msgid "Kill all prefix processes"
41114148 msgstr "Zamknij wszystkie procesy prefixu"
41124149
4113 #: bash/polconfigurator:98
4150 #: bash/polconfigurator:105
41144151 #, sh-format
41154152 msgid "Update wineprefix"
41164153 msgstr "Zaktualizuj wineprefix"
41174154
4118 #: bash/polconfigurator:99
4155 #: bash/polconfigurator:106
41194156 #, sh-format
41204157 msgid "Simulate Windows reboot"
41214158 msgstr "Symuluj ponowne uruchomienie Windows"
41224159
4123 #: bash/polconfigurator:100
4160 #: bash/polconfigurator:107
41244161 #, sh-format
41254162 msgid "Use Advanced Wine Configuration plugin"
41264163 msgstr "Użyj wtyczki Zaawansowana konfiguracja Wine"
41274164
4128 #: bash/polconfigurator:101
4165 #: bash/polconfigurator:108
41294166 #, sh-format
41304167 msgid "Use PlayOnLinux's configurator for"
41314168 msgstr "Użyj konfiguratora PlayOnLinux dla"
41324169
4133 #: bash/polconfigurator:103
4170 #: bash/polconfigurator:110
41344171 #, sh-format
41354172 msgid "Change the icon"
41364173 msgstr "Zmień ikonę"
41374174
4138 #: bash/polconfigurator:104
4175 #: bash/polconfigurator:111
41394176 #, sh-format
41404177 msgid "Use WineTricks"
41414178 msgstr "Użyj WineTricks"
41424179
4143 #: bash/polconfigurator:123
4180 #: bash/polconfigurator:130
41444181 #, sh-format
41454182 msgid "Please choose an action to perform"
41464183 msgstr "Wybierz akcję którą chcesz wykonać"
41964233 msgid "Please choose a CD-ROM to eject"
41974234 msgstr "Proszę wybrać CD-ROM do wysunięcia"
41984235
4199 #: bash/run_app:83
4236 #: bash/run_app:85
42004237 #, sh-format
42014238 msgid "Please choose a software to run"
42024239 msgstr "Wybierz program, który chcesz uruchomić"
42034240
4204 #: bash/run_app:114
4241 #: bash/run_app:116
42054242 #, sh-format
42064243 msgid "$APPLICATION_TITLE debugger is starting..."
42074244 msgstr "Uruchamianie debuggera $APPLICATION_TITLE..."
42084245
4209 #: bash/run_app:117
4246 #: bash/run_app:119
42104247 #, sh-format
42114248 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
42124249 msgstr ""
42134250 "$PACKAGE zawiesił się.\\nKliknij na debuguj aby uzyskać więcej informacji."
42144251
4215 #: bash/run_app:119
4252 #: bash/run_app:121
42164253 #, sh-format
42174254 msgid "$PACKAGE crashed."
42184255 msgstr "$PACKAGE zawiesił się."
42764313 "ustawienia?"
42774314
42784315 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4279 #: lib/playonlinux.lib:717
4316 #: lib/playonlinux.lib:720
42804317 #, sh-format
42814318 msgid "$APPLICATION_TITLE Uninstaller"
42824319 msgstr "Deinstalator $APPLICATION_TITLE"
42964333 msgid "This wizard will help you to uninstall: "
42974334 msgstr "Ten kreator usunie: "
42984335
4299 #: bash/uninstall:65 lib/playonlinux.lib:717
4336 #: bash/uninstall:65 lib/playonlinux.lib:720
43004337 #, sh-format
43014338 msgid "Uninstalling..."
43024339 msgstr "Usuwanie..."
43644401 "proces instalacji.\\nOdwiedź www.$POL_DNS aby uzyskać więcej informacji"
43654402
43664403 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4367 #: lib/wine.lib:955 lib/wine.lib:1036
4404 #: lib/wine.lib:970 lib/wine.lib:1051
43684405 #, sh-format
43694406 msgid "Please wait while the virtual drive is being created..."
43704407 msgstr "Proszę czekać, wirtualny dysk twardy jest tworzony..."
43804417 msgid "Setting Program Files var"
43814418 msgstr "Ustawianie zmiennej Program Files"
43824419
4383 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4384 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4420 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4421 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43854422 #, sh-format
43864423 msgid "This function is disabled in the PlayOnlinux environment."
43874424 msgstr "Ta funkcja jest wyłączona w środowisku PlayOnLinux."
43884425
4389 #: lib/playonlinux.lib:334
4426 #: lib/playonlinux.lib:336
43904427 #, sh-format
43914428 msgid ""
43924429 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43974434 "nPlayOnLinux nie zaakceptował tego skryptu nie będzie odpowiedzialny za jego "
43984435 "błędne działanie.\\nKontynuuj tylko jeśli wiesz co robisz."
43994436
4400 #: lib/playonlinux.lib:335
4437 #: lib/playonlinux.lib:337
44014438 #, sh-format
44024439 msgid "Here the source code of the script. Check it carefully"
44034440 msgstr "Oto kod źródłowy skryptu. Sprawdź go dokładnie."
44044441
4405 #: lib/playonlinux.lib:357
4442 #: lib/playonlinux.lib:359
44064443 #, sh-format
44074444 msgid ""
44084445 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44134450 "n$APPLICATION_TITLE nie zaakceptował tego skryptu nie będzie odpowiedzialny "
44144451 "za jego błędne działanie.\\nKontynuuj tylko jeśli wiesz co robisz."
44154452
4416 #: lib/playonlinux.lib:358
4453 #: lib/playonlinux.lib:360
44174454 #, sh-format
44184455 msgid "External library"
44194456 msgstr "Zewnętrzna biblioteka"
44204457
4421 #: lib/playonlinux.lib:358
4458 #: lib/playonlinux.lib:360
44224459 #, sh-format
44234460 msgid "Here the source code of the script. Check it carrefully"
44244461 msgstr "Oto kod źródłowy skryptu. Sprawdź go uważnie."
44254462
4426 #: lib/playonlinux.lib:591
4463 #: lib/playonlinux.lib:593
44274464 #, sh-format
44284465 msgid "Making shortcut..."
44294466 msgstr "Tworzenie skrótu..."
44304467
4431 #: lib/playonlinux.lib:715
4468 #: lib/playonlinux.lib:718
44324469 #, sh-format
44334470 msgid "Do you want to delete the virtual drive:"
44344471 msgstr "Czy chcesz usunąć wirtualny dysk twardy:"
44354472
4436 #: lib/playonlinux.lib:826
4473 #: lib/playonlinux.lib:831
44374474 #, sh-format
44384475 msgid ""
44394476 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44424479 "Poniższy plik znajduje się na partycji FAT32.\\nTo może być przyczyną "
44434480 "nieprawidłowego działania wine.\\n\\n$FilePath"
44444481
4445 #: lib/playonlinux.lib:827
4482 #: lib/playonlinux.lib:832
44464483 #, sh-format
44474484 msgid ""
44484485 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44514488 "Poniższy plik znajduje się na partycji NTFS.\\nTo może być przyczyną "
44524489 "nieprawidłowego działania wine.\\n\\n$FilePath"
44534490
4454 #: lib/playonlinux.lib:828
4491 #: lib/playonlinux.lib:833
44554492 #, sh-format
44564493 msgid ""
44574494 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44604497 "Poniższy plik znajduje się na partycji fuse.\\nTo może być przyczyną "
44614498 "nieprawidłowego działania wine.\\n\\n$FilePath"
44624499
4463 #: lib/playonlinux.lib:829
4500 #: lib/playonlinux.lib:834
44644501 #, sh-format
44654502 msgid ""
44664503 "The following file is located on a noexec mounted filesystem.\\nIt might "
44694506 "Poniższy plik znajduje się na partycji zamontowanej z flagą noexec.\\nTo "
44704507 "może być przyczyną nieprawidłowego działania wine.\\n\\n$FilePath"
44714508
4472 #: lib/plugins.lib:65
4509 #: lib/plugins.lib:66
44734510 #, sh-format
44744511 msgid "Checking plugin: "
44754512 msgstr "Sprawdzanie wtyczki: "
44764513
4477 #: lib/plugins.lib:93
4514 #: lib/plugins.lib:94
44784515 #, sh-format
44794516 msgid "New: "
44804517 msgstr "Nowa: "
44814518
4482 #: lib/plugins.lib:93
4519 #: lib/plugins.lib:94
44834520 #, sh-format
44844521 msgid "Updating plugin. Previous: "
44854522 msgstr "Aktualizowanie wtyczki. Poprzednia: "
44864523
4487 #: lib/plugins.lib:112
4524 #: lib/plugins.lib:113
44884525 #, sh-format
44894526 msgid "Installing plugin: "
44904527 msgstr "Instalacja wtyczki: "
45014538 #: lib/scripts.lib:400
45024539 #, sh-format
45034540 msgid "Function override detected, disabling bug reporting"
4504 msgstr ""
4505
4506 #: lib/scripts.lib:499 lib/scripts.lib:565
4541 msgstr "Wykryto nadpisanie funkcji, wyłączenie raportowania błędów"
4542
4543 #: lib/scripts.lib:500 lib/scripts.lib:566
45074544 #, sh-format
45084545 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
45094546 msgstr ""
45104547 "Nie ma wystarczającej ilości miejsca aby pobrać:\\n$URL ($neededSpace KB)"
45114548
4512 #: lib/scripts.lib:501 lib/scripts.lib:784
4549 #: lib/scripts.lib:502 lib/scripts.lib:785
45134550 #, sh-format
45144551 msgid "Please wait while $APPLICATION_TITLE is downloading:"
45154552 msgstr "Proszę czekać, $APPLICATION_TITLE pobiera:"
45164553
4517 #: lib/scripts.lib:503 lib/scripts.lib:570
4554 #: lib/scripts.lib:504 lib/scripts.lib:571
45184555 #, sh-format
45194556 msgid "An error happened during download."
45204557 msgstr "Wystąpił błąd podczas pobierania."
45214558
4522 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4523 #: lib/scripts.lib:586
4559 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4560 #: lib/scripts.lib:587
45244561 #, sh-format
45254562 msgid "Do you want to retry?"
45264563 msgstr "Ponowić próbę?"
45274564
4528 #: lib/scripts.lib:522 lib/scripts.lib:586
4565 #: lib/scripts.lib:523 lib/scripts.lib:587
45294566 #, sh-format
45304567 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45314568 msgstr ""
45324569 "Błąd! Pliki nie zgadzają się\\n\\nLokalny: $LOCAL_MD5\\nZdalny: $SERVER_MD5"
45334570
4534 #: lib/scripts.lib:689
4571 #: lib/scripts.lib:690
45354572 #, sh-format
45364573 msgid ""
45374574 "7z not installed, please check that you have 7zip installed and try again"
45394576 "7z nie jest zainstalowany, sprawdź czy 7zip jest zainstalowany i spróbuj "
45404577 "ponownie"
45414578
4542 #: lib/scripts.lib:696
4579 #: lib/scripts.lib:697
45434580 #, sh-format
45444581 msgid "Failed to locate ${dest} from ${archive}"
45454582 msgstr "Nie można odnaleźć ${dest} z ${archive}"
45464583
4547 #: lib/scripts.lib:700
4584 #: lib/scripts.lib:701
45484585 #, sh-format
45494586 msgid "Extracting ${filename} from ${archivename}"
45504587 msgstr "Rozpakowywanie ${filename} z ${archivename}"
45514588
4552 #: lib/scripts.lib:715
4589 #: lib/scripts.lib:716
45534590 #, sh-format
45544591 msgid "Extracted file size does not match!"
45554592 msgstr "Rozmiar pliku rozpakowanego nie zgadza się!"
45564593
4557 #: lib/scripts.lib:746
4594 #: lib/scripts.lib:747
45584595 #, sh-format
45594596 msgid "Copying ${filename}"
45604597 msgstr "Kopiowanie ${filename}"
45614598
4562 #: lib/scripts.lib:759
4599 #: lib/scripts.lib:760
45634600 #, sh-format
45644601 msgid "File size does not match!"
45654602 msgstr "Rozmiar pliku nie zgadza się!"
45664603
4567 #: lib/scripts.lib:903
4604 #: lib/scripts.lib:904
45684605 #, sh-format
45694606 msgid ""
45704607 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45734610 "$APPLICATION_TITLE $VERSION jest zbyt stary aby kontynuować.\\"
45744611 "n$APPLICATION_TITLE $NEEDED jest wymagany."
45754612
4576 #: lib/scripts.lib:918
4613 #: lib/scripts.lib:919
45774614 #, sh-format
45784615 msgid ""
45794616 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45824619 "Uwaga: Używasz $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED "
45834620 "jest zalecana, aby kontynuować."
45844621
4585 #: lib/scripts.lib:949
4622 #: lib/scripts.lib:950
45864623 #, sh-format
45874624 msgid "$AUTHOR profile"
45884625 msgstr "Profil $AUTHOR"
46314668 "Brakuje jednego lub więcej programów. Proszę zainstalować je i uruchomić ten "
46324669 "skrypt ponownie."
46334670
4634 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4671 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46354672 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46364673 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46374674 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46434680 #, sh-format
46444681 msgid "Where is mounted your CD-ROM?"
46454682 msgstr "Gdzie zamontowano CD-ROM?"
4683
4684 #: lib/setupwindow.lib:349 python/install.py:218
4685 #, sh-format
4686 msgid "Other"
4687 msgstr "Inne"
46464688
46474689 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46484690 #, sh-format
47714813 msgid "I don't want to make another shortcut"
47724814 msgstr "Nie chcę tworzyć kolejnego skrótu"
47734815
4774 #: lib/setupwindow.lib:711 python/guiv3.py:158
4816 #: lib/setupwindow.lib:711 python/guiv3.py:163
47754817 #, sh-format
47764818 msgid "Browse"
47774819 msgstr "Przeglądaj"
4820
4821 #: lib/setupwindow.lib:739
4822 #, sh-format
4823 msgid "A shortcut by that name already exists, overwrite?"
4824 msgstr ""
47784825
47794826 #: lib/website.lib:29
47804827 #, sh-format
47934840 "valid."
47944841 msgstr "Nie można połączyć!\\nUpewnij się że twój logi i hasło są poprawne."
47954842
4796 #: lib/wine.lib:367
4843 #: lib/wine.lib:371
47974844 #, sh-format
47984845 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
47994846 msgstr "Proszę czekać, $APPLICATION_TITLE sprawdza twój sprzęt"
48004847
4801 #: lib/wine.lib:373
4848 #: lib/wine.lib:377
48024849 #, sh-format
48034850 msgid "Select the main videocard to report:"
48044851 msgstr "Wybierz główną kartę graficzną którą wine ma zgłaszać grom"
48054852
4806 #: lib/wine.lib:538 lib/wine.lib:703
4853 #: lib/wine.lib:549 lib/wine.lib:714
48074854 #, sh-format
48084855 msgid ""
48094856 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
48124859 "Wygląda na to że Wine się zawiesiło\\n\\nJeśli program dalej działa zignoruj "
48134860 "tą wiadomość"
48144861
4815 #: lib/wine.lib:763
4862 #: lib/wine.lib:775
48164863 #, sh-format
48174864 msgid "Unable to find version: "
48184865 msgstr "Nie można odnaleźć wersji: "
48194866
4820 #: lib/wine.lib:769 lib/wine.lib:770
4867 #: lib/wine.lib:781 lib/wine.lib:782
48214868 #, sh-format
48224869 msgid "Downloading Wine: "
48234870 msgstr "Pobieranie Wine: "
48244871
4825 #: lib/wine.lib:779
4872 #: lib/wine.lib:791
48264873 #, sh-format
48274874 msgid "The download seems to have failed."
48284875 msgstr "Wygląda na to że pobieranie się nie powiodło."
48294876
4830 #: lib/wine.lib:781
4877 #: lib/wine.lib:793
48314878 #, sh-format
48324879 msgid "Extracting Wine..."
48334880 msgstr "Rozpakowywanie Wine..."
48344881
4835 #: lib/wine.lib:961
4882 #: lib/wine.lib:976
48364883 #, sh-format
48374884 msgid "Overwrite (usually works, no guarantee)"
48384885 msgstr "Nadpisz (zazwyczaj działa, brak gwarancji)"
48394886
4840 #: lib/wine.lib:962
4887 #: lib/wine.lib:977
48414888 #, sh-format
48424889 msgid "Erase (virtual drive content will be lost)"
48434890 msgstr "Wyczyść (zawartość wirtualnego dysku twardego zostanie utracona)"
48444891
4845 #: lib/wine.lib:976
4892 #: lib/wine.lib:991
48464893 #, sh-format
48474894 msgid "The target virtual drive $PREFNAME already exists:"
48484895 msgstr "Docelowy wirtualny dysk twardy $PREFNAME już istnieje:"
48494896
4850 #: lib/wine.lib:1156 lib/wine.lib:1186
4897 #: lib/wine.lib:1171 lib/wine.lib:1201
48514898 #, sh-format
48524899 msgid "Please wait while $SOFTNAME is installed..."
48534900 msgstr "Proszę czekać, instalacja $SOFTNAME w toku..."
48544901
4855 #: lib/wine.lib:1160 lib/wine.lib:1189
4902 #: lib/wine.lib:1175 lib/wine.lib:1204
48564903 #, sh-format
48574904 msgid ""
48584905 "Be careful! This will kill install process. If it is not finished, you will "
48614908 "Ostrzeżenie! Ta czynność zabije proces instalatora. Jeśli instalacja się nie "
48624909 "zakończyła wymagana będzie reinstalacja $SOFTNAME"
48634910
4864 #: lib/wine.lib:1160 lib/wine.lib:1189
4911 #: lib/wine.lib:1175 lib/wine.lib:1204
48654912 #, sh-format
48664913 msgid "Install is done"
48674914 msgstr "Instalacja zakończona"
48684915
4869 #: lib/wine.lib:1193 lib/wine.lib:1194
4916 #: lib/wine.lib:1208 lib/wine.lib:1209
48704917 #, sh-format
48714918 msgid "Press next only when the installation process is finished"
48724919 msgstr "Kliknij 'Dalej' tylko gdy instalacja się zakończy"
48734920
4874 #: lib/wine.lib:1202
4921 #: lib/wine.lib:1217
48754922 #, sh-format
48764923 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48774924 msgstr "Proszę czekać, $APPLICATION_TITLE symuluje ponowne uruchomienie"
48904937 "Aby odinstalować całkowicie program za pomocą {0}, należy usunąć wirtualny "
48914938 "dysk twardy"
48924939
4893 #: python/configure.py:197 python/configure.py:694
4940 #: python/configure.py:196 python/configure.py:703
48944941 msgid "General"
48954942 msgstr "Ogólne"
48964943
4897 #: python/configure.py:200
4944 #: python/configure.py:199
48984945 msgid "Make a new shortcut from this virtual drive"
48994946 msgstr "Utwórz skrót do tego wirtualnego dysku twardego"
49004947
4901 #: python/configure.py:201
4948 #: python/configure.py:200
49024949 msgid "Name"
49034950 msgstr "Nazwa"
49044951
4905 #: python/configure.py:202
4952 #: python/configure.py:201
49064953 msgid "Wine version"
49074954 msgstr "Wersja wine"
49084955
4909 #: python/configure.py:203
4956 #: python/configure.py:202
49104957 msgid "Debug flags"
49114958 msgstr "Flagi debugowania"
49124959
4913 #: python/configure.py:205
4960 #: python/configure.py:204
49144961 msgid "Virtual drive"
49154962 msgstr "Dysk wirtualny"
49164963
4917 #: python/configure.py:207
4964 #: python/configure.py:206
49184965 msgid "Arguments"
49194966 msgstr "Parametry"
49204967
4921 #: python/configure.py:211
4968 #: python/configure.py:210
49224969 msgid "Run configuration wizard"
49234970 msgstr "Uruchom kreator konfiguracji"
49244971
4925 #: python/configure.py:248
4972 #: python/configure.py:247
49264973 msgid "Windows reboot"
49274974 msgstr "Symuluj ponowne uruchomienie Windows"
49284975
4929 #: python/configure.py:256
4976 #: python/configure.py:255
49304977 msgid "Repair virtual drive"
49314978 msgstr "Napraw wirtualny dysk"
49324979
4933 #: python/configure.py:265
4980 #: python/configure.py:264
49344981 msgid "Command prompt"
49354982 msgstr "Wiersz poleceń"
49364983
4937 #: python/configure.py:272
4984 #: python/configure.py:271
49384985 msgid "Task manager"
49394986 msgstr "Menadżer zadań"
49404987
4941 #: python/configure.py:280
4988 #: python/configure.py:279
49424989 msgid "Kill processes"
49434990 msgstr "Zakończ wszystkie procesy"
49444991
4945 #: python/configure.py:287
4992 #: python/configure.py:286
49464993 msgid "Wine uninstaller"
49474994 msgstr "Deinstalator wine"
49484995
4949 #: python/configure.py:312
4996 #: python/configure.py:311
49504997 msgid ""
49514998 "Be careful! Installing one of these components can break your virtual drive."
49524999 msgstr ""
49535000 "Bądź ostrożny! Instalacja tych komponentów może uszkodzić twój wirtualny "
49545001 "dysk twardy."
49555002
4956 #: python/configure.py:334 python/install.py:285 python/install.py:289
4957 #: python/mainwindow.py:197 python/mainwindow.py:350
5003 #: python/configure.py:333 python/install.py:285 python/install.py:289
5004 #: python/mainwindow.py:199 python/mainwindow.py:348
49585005 msgid "Install"
49595006 msgstr "Zainstaluj"
49605007
4961 #: python/configure.py:395
5008 #: python/configure.py:388
49625009 msgid "Open program's directory"
49635010 msgstr "Otwórz katalog aplikacji"
49645011
4965 #: python/configure.py:418
5012 #: python/configure.py:411
49665013 msgid "Open virtual drive's directory"
49675014 msgstr "Otwórz katalog wirtualnego dysku twardego"
49685015
4969 #: python/configure.py:560
5016 #: python/configure.py:555
49705017 msgid "GLSL Support"
49715018 msgstr "Wsparcie dla GLSL"
49725019
4973 #: python/configure.py:561
5020 #: python/configure.py:556
49745021 msgid "Direct Draw Renderer"
49755022 msgstr "Renderer Direct Draw"
49765023
4977 #: python/configure.py:562
5024 #: python/configure.py:557
49785025 msgid "Video memory size"
49795026 msgstr "Rozmiar pamięci video"
49805027
4981 #: python/configure.py:563
5028 #: python/configure.py:558
49825029 msgid "Offscreen rendering mode"
49835030 msgstr "Tryb renderowania pozaekranowego"
49845031
4985 #: python/configure.py:564
5032 #: python/configure.py:559
49865033 msgid "Render target mode lock"
49875034 msgstr "Tryb renderowania Target Lock"
49885035
4989 #: python/configure.py:565
5036 #: python/configure.py:560
49905037 msgid "Multisampling"
49915038 msgstr "Multisampling"
49925039
4993 #: python/configure.py:566
5040 #: python/configure.py:561
49945041 msgid "Strict Draw Ordering"
49955042 msgstr "Ścisła kolejność rysowania"
49965043
4997 #: python/configure.py:576
5044 #: python/configure.py:571
49985045 msgid "Mouse warp override"
49995046 msgstr "Wymuszenie przenoszenia kursora myszy"
50005047
5001 #: python/configure.py:578
5048 #: python/configure.py:573
50025049 msgid "Open a shell"
50035050 msgstr "Uruchom powłokę"
50045051
5005 #: python/configure.py:579
5052 #: python/configure.py:574
50065053 msgid "Run a .exe file in this virtual drive"
50075054 msgstr "Uruchom plik .exe na tym wirtualnym dysku twardym"
50085055
5009 #: python/configure.py:580
5056 #: python/configure.py:575
50105057 msgid "Command to exec before running the program"
50115058 msgstr "Komenda do wykonania przed uruchomieniem programu"
50125059
5013 #: python/configure.py:591
5060 #: python/configure.py:585
5061 msgid ""
5062 "Warning:\n"
5063 "\n"
5064 "Any program still running in this virtual drive will be terminated before "
5065 "Wine version is changed.\n"
5066 "Are you sure you want to continue?"
5067 msgstr ""
5068
5069 #: python/configure.py:596
50145070 msgid ""
50155071 "Be careful!\n"
50165072 "If you change "
50185074 "Uważaj!\n"
50195075 "Po zmianie "
50205076
5021 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5077 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
50225078 msgid "{0} configuration"
50235079 msgstr "{0} konfiguracja"
50245080
5025 #: python/configure.py:659
5081 #: python/configure.py:664
50265082 msgid "Please select a program or a virtual drive to configure"
50275083 msgstr "Wybierz program lub wirtualny dysk twardy do skonfigurowania"
50285084
5029 #: python/configure.py:677 python/options.py:280
5085 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50305086 msgid "New"
50315087 msgstr "Nowy"
50325088
5033 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5034 #: python/mainwindow.py:596 python/options.py:207
5089 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5090 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50355091 msgid "Remove"
50365092 msgstr "Usuń"
50375093
5038 #: python/configure.py:696
5094 #: python/configure.py:705
50395095 msgid "Install components"
50405096 msgstr "Zainstaluj komponenty"
50415097
5042 #: python/configure.py:697 python/mainwindow.py:332
5098 #: python/configure.py:706 python/mainwindow.py:330
50435099 msgid "Display"
50445100 msgstr "Wyświetlanie"
50455101
5046 #: python/configure.py:698
5102 #: python/configure.py:707
50475103 msgid "Miscellaneous"
50485104 msgstr "Różne"
50495105
5050 #: python/configure.py:726
5106 #: python/configure.py:735
50515107 msgid "This virtual drive is protected"
50525108 msgstr "Ten wirtualny dysk twardy jest chroniony"
50535109
5054 #: python/configure.py:728
5110 #: python/configure.py:737
50555111 msgid "Are you sure you want to delete {0} virtual drive ?"
50565112 msgstr "Czy na pewno chcesz usunąć {0} dysk wirtualny?"
50575113
5058 #: python/configure.py:735
5114 #: python/configure.py:744
50595115 msgid "Are you sure you want to delete {0} ?"
50605116 msgstr "Czy na pewno chcesz usunąć {0} ?"
50615117
5062 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5063 #: python/mainwindow.py:997
5118 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5119 #: python/mainwindow.py:995
50645120 msgid "{0} debugger"
50655121 msgstr "{0} debugger"
50665122
50685124 msgid "Please select a debug file"
50695125 msgstr "Wybierz plik debugowania"
50705126
5071 #: python/debug.py:76
5127 #: python/debug.py:78
50725128 msgid "Locate this logfile"
50735129 msgstr "Zlokalizuj plik log"
50745130
5075 #: python/debug.py:99
5131 #: python/debug.py:101
50765132 msgid "The file is named : {0}"
50775133 msgstr "Plik nazywa się: {0}"
50785134
5079 #: python/debug.py:153 python/debug.py:207
5135 #: python/debug.py:189 python/debug.py:245
50805136 msgid "Virtual drives"
50815137 msgstr "Wirtualne dyski"
50825138
5083 #: python/debug.py:184
5139 #: python/debug.py:222
50845140 msgid "Report a problem about {0}"
50855141 msgstr "Zgłoś problem dotyczący {0}"
50865142
5087 #: python/debug.py:206
5143 #: python/debug.py:244
50885144 msgid "Install scripts"
50895145 msgstr "Skrypty instalacyjne"
50905146
51095165 msgid "Next"
51105166 msgstr "Dalej"
51115167
5112 #: python/guiv3.py:166
5168 #: python/guiv3.py:171
51135169 msgid "I Agree"
51145170 msgstr "Zgadzam się"
51155171
5116 #: python/guiv3.py:167
5172 #: python/guiv3.py:172
51175173 msgid "Show virtual drives"
51185174 msgstr "Pokaż wirtualne dyski"
51195175
5120 #: python/guiv3.py:188
5176 #: python/guiv3.py:193
51215177 msgid "Login: "
51225178 msgstr "Login: "
51235179
5124 #: python/guiv3.py:189
5180 #: python/guiv3.py:194
51255181 msgid "Password: "
51265182 msgstr "Hasło: "
51275183
5128 #: python/guiv3.py:192
5184 #: python/guiv3.py:197
51295185 msgid "Register"
51305186 msgstr "Zarejestruj"
51315187
5132 #: python/guiv3.py:288
5188 #: python/guiv3.py:302
51335189 msgid "MB downloaded"
51345190 msgstr "MB pobrano"
51355191
5136 #: python/guiv3.py:288
5192 #: python/guiv3.py:302
51375193 msgid "of"
51385194 msgstr "z"
51395195
5140 #: python/guiv3.py:749
5196 #: python/guiv3.py:769
51415197 msgid "You cannot close this window"
51425198 msgstr "Zamknięcie tego okna jest niemożliwe"
51435199
51455201 msgid "No description"
51465202 msgstr "Brak opisu"
51475203
5148 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5204 #: python/install.py:210
5205 msgid "Accessories"
5206 msgstr "Akcesoria"
5207
5208 #: python/install.py:211
5209 msgid "Development"
5210 msgstr "Programowanie"
5211
5212 #: python/install.py:212
5213 msgid "Education"
5214 msgstr "Edukacja"
5215
5216 #: python/install.py:213
5217 msgid "Games"
5218 msgstr "Gry"
5219
5220 #: python/install.py:214
5221 msgid "Graphics"
5222 msgstr "Grafika"
5223
5224 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5225 msgid "Internet"
5226 msgstr "Internet"
5227
5228 #: python/install.py:216
5229 msgid "Multimedia"
5230 msgstr "Multimedia"
5231
5232 #: python/install.py:217
5233 msgid "Office"
5234 msgstr "Biuro"
5235
5236 #: python/install.py:219
5237 msgid "Patches"
5238 msgstr "Aktualizacje"
5239
5240 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51495241 msgid "Search"
51505242 msgstr "Wyszukaj"
51515243
51525244 #: python/install.py:252
51535245 msgid "Include:"
51545246 msgstr "Wyświetl:"
5247
5248 #: python/install.py:258
5249 msgid "Testing"
5250 msgstr "Testowe"
51555251
51565252 #: python/install.py:263
51575253 msgid "No-cd needed"
52265322 "użyty również do uruchomienia pirackiej wersji nie wspieramy tego "
52275323 "rozwiązania."
52285324
5229 #: python/irc.py:137
5325 #: python/irc.py:139
52305326 msgid "Send"
52315327 msgstr "Wyślij"
52325328
5233 #: python/irc.py:138
5329 #: python/irc.py:140
52345330 msgid "Connect"
52355331 msgstr "Połącz"
52365332
5237 #: python/irc.py:139
5333 #: python/irc.py:141
52385334 msgid "Disconnect"
52395335 msgstr "Rozłącz"
52405336
5241 #: python/irc.py:140
5337 #: python/irc.py:142
52425338 msgid "Leave"
52435339 msgstr "Wyjdź"
52445340
5245 #: python/irc.py:227
5341 #: python/irc.py:229
52465342 msgid "Join a channel"
52475343 msgstr "Dołącz do kanału"
52485344
5249 #: python/irc.py:257 python/mainwindow.py:725
5345 #: python/irc.py:259 python/mainwindow.py:723
52505346 msgid "Messenger"
52515347 msgstr "Czat IRC"
52525348
5253 #: python/irc.py:273
5349 #: python/irc.py:275
52545350 msgid ""
52555351 "If you close this window, you cannot read further replies. Are you sure that "
52565352 "you want to close it?"
52805376 msgid "{0} error"
52815377 msgstr "Błąd {0}"
52825378
5283 #: python/mainwindow.py:73
5379 #: python/mainwindow.py:75
52845380 msgid "{0} website is unavailable. Please check your connection"
52855381 msgstr "Strona {0} jest niedostępna. Sprawdź połączenie z internetem"
52865382
5287 #: python/mainwindow.py:75
5383 #: python/mainwindow.py:77
52885384 msgid "Refreshing {0}"
52895385 msgstr "Odświeżanie {0}"
52905386
5291 #: python/mainwindow.py:90 python/mainwindow.py:92
5387 #: python/mainwindow.py:92 python/mainwindow.py:94
52925388 msgid "An updated version of {0} is available"
52935389 msgstr "Nowsza wersja {0} jest dostępna"
52945390
5295 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5391 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
52965392 msgid "Run"
52975393 msgstr "Uruchom"
52985394
5299 #: python/mainwindow.py:200
5395 #: python/mainwindow.py:202
53005396 msgid "Donate"
53015397 msgstr "Wesprzyj nas"
53025398
5303 #: python/mainwindow.py:201
5399 #: python/mainwindow.py:203
53045400 msgid "Exit"
53055401 msgstr "Wyjście"
53065402
5307 #: python/mainwindow.py:205
5403 #: python/mainwindow.py:207
53085404 msgid "Small icons"
53095405 msgstr "Małe ikony"
53105406
5311 #: python/mainwindow.py:206
5407 #: python/mainwindow.py:208
53125408 msgid "Medium icons"
53135409 msgstr "Średnie ikony"
53145410
5315 #: python/mainwindow.py:207
5411 #: python/mainwindow.py:209
53165412 msgid "Large icons"
53175413 msgstr "Duże ikony"
53185414
5319 #: python/mainwindow.py:208
5415 #: python/mainwindow.py:210
53205416 msgid "Very large icons"
53215417 msgstr "Bardzo duże ikony"
53225418
5323 #: python/mainwindow.py:220
5419 #: python/mainwindow.py:222
53245420 msgid "Manage Wine versions"
53255421 msgstr "Zarządzanie wersjami Wine"
53265422
5327 #: python/mainwindow.py:226
5423 #: python/mainwindow.py:228
53285424 msgid "Read a PC CD-Rom"
53295425 msgstr "Czytnik PC CD-ROM"
53305426
5331 #: python/mainwindow.py:236
5427 #: python/mainwindow.py:238
53325428 msgid "Close all {0} software"
53335429 msgstr "Zamknij wszystkie programy {0}"
53345430
5335 #: python/mainwindow.py:240
5431 #: python/mainwindow.py:242
53365432 msgid "{0} console"
53375433 msgstr "konsola {0}"
53385434
5339 #: python/mainwindow.py:250
5435 #: python/mainwindow.py:248
53405436 msgid "{0} messenger"
53415437 msgstr "komunikator {0}"
53425438
5343 #: python/mainwindow.py:266 python/options.py:388
5439 #: python/mainwindow.py:264 python/options.py:388
53445440 msgid "File associations"
53455441 msgstr "Skojarzenia plików"
53465442
5347 #: python/mainwindow.py:273
5443 #: python/mainwindow.py:271
53485444 msgid "About {0}"
53495445 msgstr "O {0}"
53505446
5351 #: python/mainwindow.py:302 python/mainwindow.py:306
5447 #: python/mainwindow.py:300 python/mainwindow.py:304
53525448 msgid "Plugin manager"
53535449 msgstr "Menedżer wtyczek"
53545450
5355 #: python/mainwindow.py:331
5451 #: python/mainwindow.py:329
53565452 msgid "File"
53575453 msgstr "Plik"
53585454
5359 #: python/mainwindow.py:333
5455 #: python/mainwindow.py:331
53605456 msgid "Tools"
53615457 msgstr "Narzędzia"
53625458
5363 #: python/mainwindow.py:334 python/mainwindow.py:723
5459 #: python/mainwindow.py:332 python/mainwindow.py:721
53645460 msgid "Settings"
53655461 msgstr "Ustawienia"
53665462
5367 #: python/mainwindow.py:335 python/options.py:387
5463 #: python/mainwindow.py:333 python/options.py:387
53685464 msgid "Plugins"
53695465 msgstr "Wtyczki"
53705466
5371 #: python/mainwindow.py:347 python/mainwindow.py:739
5467 #: python/mainwindow.py:345 python/mainwindow.py:737
53725468 msgid "Close"
53735469 msgstr "Zamknij"
53745470
5375 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5471 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53765472 msgid "Configure"
53775473 msgstr "Konfiguruj"
53785474
5379 #: python/mainwindow.py:584
5475 #: python/mainwindow.py:582
53805476 msgid "Open the application's directory"
53815477 msgstr "Otwórz katalog aplikacji"
53825478
5383 #: python/mainwindow.py:588 python/mainwindow.py:753
5479 #: python/mainwindow.py:586 python/mainwindow.py:751
53845480 msgid "Read the manual"
53855481 msgstr "Przeczytaj instrukcję"
53865482
5387 #: python/mainwindow.py:592
5483 #: python/mainwindow.py:590
53885484 msgid "Set the icon"
53895485 msgstr "Zmień ikonkę"
53905486
5391 #: python/mainwindow.py:600
5487 #: python/mainwindow.py:598
53925488 msgid "Close this application"
53935489 msgstr "Zamknij tą aplikację"
53945490
5395 #: python/mainwindow.py:611
5491 #: python/mainwindow.py:609
53965492 msgid "KillApp"
53975493 msgstr "Zabij program"
53985494
5399 #: python/mainwindow.py:618
5495 #: python/mainwindow.py:616
54005496 msgid "No manual found for {0}"
54015497 msgstr "Brak instrukcji obsługi dla {0}"
54025498
5403 #: python/mainwindow.py:721
5499 #: python/mainwindow.py:719
54045500 msgid "Install a program"
54055501 msgstr "Zainstaluj program"
54065502
5407 #: python/mainwindow.py:728
5503 #: python/mainwindow.py:726
54085504 msgid "Update GIT"
54095505 msgstr "Zaktualizuj z GIT"
54105506
5411 #: python/mainwindow.py:731
5507 #: python/mainwindow.py:729
54125508 msgid "Update instructions"
54135509 msgstr "Instrukcje aktualizacji"
54145510
5415 #: python/mainwindow.py:741
5511 #: python/mainwindow.py:739
54165512 msgid "Debug"
54175513 msgstr "Debuguj"
54185514
5419 #: python/mainwindow.py:743
5515 #: python/mainwindow.py:741
54205516 msgid "Report a problem"
54215517 msgstr "Zgłoś problem"
54225518
5423 #: python/mainwindow.py:747
5519 #: python/mainwindow.py:745
54245520 msgid "Create a shortcut"
54255521 msgstr "Utwórz skrót"
54265522
5427 #: python/mainwindow.py:749
5523 #: python/mainwindow.py:747
54285524 msgid "Open the directory"
54295525 msgstr "Otwórz folder"
54305526
5431 #: python/mainwindow.py:755
5527 #: python/mainwindow.py:753
54325528 msgid "Save"
54335529 msgstr "Zapisz"
54345530
5435 #: python/mainwindow.py:758
5531 #: python/mainwindow.py:756
54365532 msgid "Uninstall"
54375533 msgstr "Odinstaluj"
54385534
5439 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5440 #: python/mainwindow.py:1003
5535 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5536 #: python/mainwindow.py:1001
54415537 msgid "Please select a program."
54425538 msgstr "Proszę wybrać program"
54435539
5444 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5540 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54455541 msgid "{0} settings"
54465542 msgstr "Ustawiania {0}"
54475543
5448 #: python/mainwindow.py:965
5544 #: python/mainwindow.py:963
54495545 msgid "{0} install menu"
54505546 msgstr "Menu instalacji {0}"
54515547
5452 #: python/mainwindow.py:974
5548 #: python/mainwindow.py:972
54535549 msgid "{0} wine versions manager"
54545550 msgstr "Menadżer wersji wine {0}"
54555551
5456 #: python/mainwindow.py:1005
5552 #: python/mainwindow.py:1003
54575553 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54585554 msgstr "Wirtualny dysk twardy związany z {0} ({1}) nie istnieje."
54595555
55825678 "\n"
55835679 "Te informacje będą bardzo cenne dla nas, aby pomagać ludziom."
55845680
5585 #: python/mainwindow.py:1271
5681 #: python/mainwindow.py:1273
55865682 msgid "Are you sure you want to want to install {0} package?"
55875683 msgstr "Zainstalować paczkę {0}?"
55885684
5589 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5685 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5686 #: python/mainwindow.py:1284
55905687 msgid ""
55915688 "You are trying to open a script design for {0}! It might not work as expected"
55925689 msgstr ""
56655762 msgid "You must restart {0} for the changes to take effect."
56665763 msgstr "Musisz uruchomić ponownie {0} aby zmiany zostały zastosowane."
56675764
5668 #: python/wine_versions.py:194
5765 #: python/wine_versions.py:195
56695766 msgid "Installed Wine versions: "
56705767 msgstr "Zainstalowane wersje Wine: "
56715768
5672 #: python/wine_versions.py:195
5769 #: python/wine_versions.py:196
56735770 msgid "Available Wine versions: "
56745771 msgstr "Dostępne wersje Wine: "
56755772
5676 #: python/wine_versions.py:202
5773 #: python/wine_versions.py:203
56775774 msgid "Wine versions"
56785775 msgstr "Wersje Wine"
56795776
5680 #: python/wine_versions.py:321
5777 #: python/wine_versions.py:322
56815778 msgid "Are you sure you want to delete wine {0}?"
56825779 msgstr "Jesteś pewien ze chcesz usunąć Wine {0}?"
56835780
66 msgstr ""
77 "Project-Id-Version: PlayOnLinux\n"
88 "Report-Msgid-Bugs-To: MulX/APLU <pol-gettext@mulx.net>\n"
9 "POT-Creation-Date: 2013-12-30 19:00:56+01:00\n"
9 "POT-Creation-Date: 2014-07-08 19:00:52+02:00\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <LL@li.org>\n"
222222 msgstr ""
223223
224224 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
225 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
225226 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
226227 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
227228 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
250251 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
251252 #: PlayOnLinux_Scripts/Civilization_V_:53
252253 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
253 #: PlayOnLinux_Scripts/Diablo_II_:51
254 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
254255 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
255256 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
256257 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
275276 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
276277 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
277278 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
279 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
278280 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
279281 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
280282 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
281 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
282 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
283 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
284 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
285 #: PlayOnLinux_Scripts/Portal_2_:82
283286 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
284287 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
285 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
288 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
289 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
286290 #: PlayOnLinux_Scripts/Rayman_Origins_:72
287291 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
288292 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
293 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
289294 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
290295 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
291296 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
297 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
292298 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
293299 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
294 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
295 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
300 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
301 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
302 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
296303 #: PlayOnLinux_Scripts/Starcraft_:34
297304 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
298305 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
299 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
306 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
307 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
300308 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
301309 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
310 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
302311 #: PlayOnLinux_Scripts/Theme_Hospital_:59
303312 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
304313 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
305314 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
306315 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
316 #: PlayOnLinux_Scripts/Wizard_101_:38
307317 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
308318 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
309319 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
316326 msgid "Please select the setup file to run"
317327 msgstr ""
318328
329 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
330 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
331 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
332 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
333 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
334 #, sh-format
335 msgid "Please insert the game media into your disc drive."
336 msgstr ""
337
319338 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
320339 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
321340 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
322341 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342 #: PlayOnLinux_Scripts/Counter_Strike__Global_Offensive_:55
323343 #: PlayOnLinux_Scripts/Dishonored_:72
324344 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
325345 #: PlayOnLinux_Scripts/Kingdoms_of_Amalur___Reckoning_:75
417437 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
418438 #: PlayOnLinux_Scripts/Rayman_Origins_:83
419439 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
420 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
421 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
440 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
441 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
422442 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
423443 #: PlayOnLinux_Scripts/The_Witcher_:125
424444 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
448468 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
449469 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
450470 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
471 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
451472 #: PlayOnLinux_Scripts/Driftmoon_:43
452473 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
453474 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
456477 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
457478 #: PlayOnLinux_Scripts/League_Of_Legends_:57
458479 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
459 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
480 #: PlayOnLinux_Scripts/Sacrifice_:41
481 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
482 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
483 #: PlayOnLinux_Scripts/Toontown_Online_:25
484 #: PlayOnLinux_Scripts/Watchtower_library_:43
460485 #: PlayOnLinux_Scripts/iTunes_10_:28
461486 #, sh-format
462487 msgid "Please select the setup file to run."
471496 #: PlayOnLinux_Scripts/POL_GoG_download_:48
472497 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
473498 #: PlayOnLinux_Scripts/SimCity_2000_:50
474 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
475 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
499 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
500 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
476501 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
477502 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
478503 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
479 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
480 #: lib/wine.lib:1186
504 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
505 #: lib/wine.lib:1171 lib/wine.lib:1201
481506 #, sh-format
482507 msgid "Please wait..."
483508 msgstr ""
505530 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
506531 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
507532 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
508 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
533 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
509534 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
510535 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
511536 #: PlayOnLinux_Scripts/Dead_Space_2_:85
521546 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
522547 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
523548 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
524 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
549 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
525550 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
526551 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
527552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
583608 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
584609 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
585610 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
586 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
611 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
587612 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
588613 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
589614 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
590 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
591 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
615 #: PlayOnLinux_Scripts/Dead_Space_:50
616 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
617 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
618 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
592619 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
593620 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
594621 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
598625 #: PlayOnLinux_Scripts/Rage_:79
599626 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
600627 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
601 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
628 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
602629 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
603630 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
604631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
636663 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
637664 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
638665 #: PlayOnLinux_Scripts/Sacrifice_:45
639 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
666 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
640667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
641668 #: PlayOnLinux_Scripts/The_Witcher_:102
642669 #, sh-format
647674 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
648675 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
649676 #: PlayOnLinux_Scripts/Mass_Effect_:54
650 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
677 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
651678 #: PlayOnLinux_Scripts/The_Witcher_:110
652679 #, sh-format
653680 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
658685 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
659686 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
660687 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
661 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
688 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
662689 #: PlayOnLinux_Scripts/The_Witcher_:113
663690 #, sh-format
664691 msgid "Please insert the next game media into your disk drive"
687714 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
688715 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
689716 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
717 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
690718 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
691719 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
692720 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
792820 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
793821 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
794822 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
795 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
823 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
796824 #, sh-format
797825 msgid ""
798826 "You must disable anti-piracy protections of this game\\nif you want to play "
810838
811839 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
812840 #: PlayOnLinux_Scripts/Cars_2_:83
813 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
841 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
814842 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
815843 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
816844 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
10471075 msgid "Please insert media 2 into your disk drive\\nif not already done."
10481076 msgstr ""
10491077
1050 #: PlayOnLinux_Scripts/Diablo_III_:29
1078 #: PlayOnLinux_Scripts/Diablo_III_:31
10511079 #, sh-format
10521080 msgid "Please select the setup file downloaded on $EDITOR website"
10531081 msgstr ""
10541082
1055 #: PlayOnLinux_Scripts/Diablo_III_:60
1083 #: PlayOnLinux_Scripts/Diablo_III_:62
10561084 #, sh-format
10571085 msgid ""
10581086 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10591087 "patch (AcceptEx Fix)"
10601088 msgstr ""
10611089
1062 #: PlayOnLinux_Scripts/Diablo_III_:60
1090 #: PlayOnLinux_Scripts/Diablo_III_:62
10631091 #, sh-format
10641092 msgid ""
10651093 "If you have Error 3007 on connecting, open a terminal and type:\\necho 0|"
10661094 "sudo tee /proc/sys/kernel/yama/ptrace_scope"
1095 msgstr ""
1096
1097 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1098 #, sh-format
1099 msgid "Scanning your hardware..."
10671100 msgstr ""
10681101
10691102 #: PlayOnLinux_Scripts/Dishonored_:79
11421175
11431176 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11441177 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1145 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1178 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1179 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11471180 #, sh-format
11481181 msgid "Please insert the first game media into your disk drive"
11491182 msgstr ""
11501183
11511184 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1152 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1185 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11531186 #, sh-format
11541187 msgid "Please insert the second game media into your disk drive"
11551188 msgstr ""
12141247 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12151248 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12161249 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1250 #: PlayOnLinux_Scripts/Hearthstone_:64
12171251 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12181252 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12191253 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12391273 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12401274 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12411275 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1242 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1276 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12431277 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12441278 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12451279 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12631297 msgid "Editor"
12641298 msgstr ""
12651299
1266 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1300 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12671301 #, sh-format
12681302 msgid "This install script requires ffmpeg"
12691303 msgstr ""
12701304
1271 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1305 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12721306 #, sh-format
12731307 msgid "Converting videos..."
12741308 msgstr ""
12751309
12761310 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1311 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12771312 #, sh-format
12781313 msgid ""
12791314 "On first run the game will autodetect available renderers.\\nIt is likely "
12841319 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:86
12851320 #, sh-format
12861321 msgid "Run $TITLE in safe mode?"
1322 msgstr ""
1323
1324 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1325 #, sh-format
1326 msgid ""
1327 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1328 "disable it by pressing Alt+R while in game.)"
1329 msgstr ""
1330
1331 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1332 #, sh-format
1333 msgid ""
1334 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1335 "game."
12871336 msgstr ""
12881337
12891338 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14711520 msgid "Dedicated server"
14721521 msgstr ""
14731522
1474 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1523 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14751524 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14761525 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14771526 #, sh-format
15981647 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15991648 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16001649 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1601 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1650 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16021651 #, sh-format
16031652 msgid "No"
16041653 msgstr ""
16221671 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16231672 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16241673 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1625 #: python/guiv3.py:157
1674 #: python/guiv3.py:158 python/guiv3.py:161
16261675 #, sh-format
16271676 msgid "Yes"
16281677 msgstr ""
16321681 msgid "Updating $TITLE"
16331682 msgstr ""
16341683
1635 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1684 #: PlayOnLinux_Scripts/Hanahira__:54
16361685 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16371686 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16381687 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16441693 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16451694 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16461695 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1696 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1701 #: PlayOnLinux_Scripts/Steins_Gate_:51
16471702 #, sh-format
16481703 msgid "Please locate installation program (Setup.exe)"
16491704 msgstr ""
16501705
1651 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1652 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1706 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16531707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16541708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16551709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16711725 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16721726 msgstr ""
16731727
1728 #: PlayOnLinux_Scripts/Hearthstone_:26
1729 #, sh-format
1730 msgid "What language do you want to install?"
1731 msgstr ""
1732
16741733 #: PlayOnLinux_Scripts/ImgBurn_:38
16751734 #, sh-format
16761735 msgid ""
17081767 msgstr ""
17091768
17101769 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1711 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17121770 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17131771 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17141772 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19201978 #, sh-format
19211979 msgid ""
19221980 "No filename extension specified, skipping association to native application."
1981 msgstr ""
1982
1983 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1984 #, sh-format
1985 msgid "Contacting download server."
19231986 msgstr ""
19241987
19251988 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20052068 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20062069 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20072070 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2008 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2071 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20092072 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20102073 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20112074 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20432106 "them without issues"
20442107 msgstr ""
20452108
2046 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2047 #, sh-format
2048 msgid "This package fail to install with wine 1.5.21 or better"
2049 msgstr ""
2050
2051 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2109 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20522110 #, sh-format
20532111 msgid ""
20542112 "If you see error messages during DotNet 3.5 installation, you can ignore "
21632221 "Please update."
21642222 msgstr ""
21652223
2166 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2224 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2225 #: PlayOnLinux_Scripts/yWriter_5_:45
21672226 #, sh-format
21682227 msgid "Downloading..."
21692228 msgstr ""
22742333 msgid "Microsoft fonts have been installed successfully."
22752334 msgstr ""
22762335
2336 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2337 #, sh-format
2338 msgid ""
2339 "OSX users: If the screen flickers once the game is launched, try to press "
2340 "cmd + tab twice"
2341 msgstr ""
2342
22772343 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
22782344 #, sh-format
22792345 msgid "Remove Game For Windows Live..."
23112377 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23122378 msgstr ""
23132379
2314 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2380 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23152381 #, sh-format
23162382 msgid "Abort installation"
23172383 msgstr ""
23362402 msgid "The program needs access to ptrace() to proceed:"
23372403 msgstr ""
23382404
2339 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2405 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23402406 #, sh-format
23412407 msgid "User abort"
23422408 msgstr ""
23752441 msgid "Please do not run $TITLE after installation has finished."
23762442 msgstr ""
23772443
2444 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2445 #, sh-format
2446 msgid "Extracting $TITLE"
2447 msgstr ""
2448
23782449 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
23792450 #, sh-format
23802451 msgid ""
23872458 msgid "$TITLE has been successfully installed."
23882459 msgstr ""
23892460
2461 #: PlayOnLinux_Scripts/Poker_Stars_:37
2462 #, sh-format
2463 msgid "Error while installing. Downloaded file not found."
2464 msgstr ""
2465
23902466 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
23912467 #, sh-format
23922468 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
23942470
23952471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
23962472 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2473 #: PlayOnLinux_Scripts/Watchtower_library_:58
23972474 #, sh-format
23982475 msgid "Please wait while $TITLE is installed"
23992476 msgstr ""
24252502 #: PlayOnLinux_Scripts/Rage_:93
24262503 #, sh-format
24272504 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2505 msgstr ""
2506
2507 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2508 #, sh-format
2509 msgid ""
2510 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2511 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2512 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\n"
2513 "\\nIf you have one of this two versions of this game, please give some "
2514 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\n"
2515 "\\nThank you!"
2516 msgstr ""
2517
2518 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2519 #, sh-format
2520 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2535 #, sh-format
2536 msgid "Select a version of installation disc:"
2537 msgstr ""
2538
2539 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2540 #, sh-format
2541 msgid "First Release (without addons)"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "Gold Edition"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Platinum Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "What is your version of Railroad Tycoon II?"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2560 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2561 #, sh-format
2562 msgid ""
2563 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2564 "desktop.\\n\\nThank you for using this installation script! :)"
24282565 msgstr ""
24292566
24302567 #: PlayOnLinux_Scripts/Reaper_4_:30
25762713 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
25772714 msgstr ""
25782715
2716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2726 #, sh-format
2727 msgid ""
2728 "Close the visual novel when it appears to continue installation. Click Next "
2729 "to begin installation."
2730 msgstr ""
2731
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2733 #, sh-format
2734 msgid ""
2735 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2736 "script will now install it. Click Next to continue."
2737 msgstr ""
2738
25792739 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
25802740 #, sh-format
25812741 msgid ""
25832743 "\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
25842744 msgstr ""
25852745
2586 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2587 #, sh-format
2588 msgid "Please locate installation program (Launcher.exe)"
2589 msgstr ""
2590
2591 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2592 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2593 #, sh-format
2594 msgid ""
2595 "When the launcher opens, click on the top button to open the installer. When "
2596 "a new window opens, click OK. When another window opens, click on the button "
2597 "with the letter N until it is installing. Wait until it is done and click "
2598 "the right button to quit. Click Next when you are done installing."
2746 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2747 #, sh-format
2748 msgid "Please locate installation program in Data folder (Resonance.msi)"
25992749 msgstr ""
26002750
26012751 #: PlayOnLinux_Scripts/Steam_:50
26312781 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26322782 "game. Steam install xna framework the game. Close the Steam so that the "
26332783 "installer can continue."
2784 msgstr ""
2785
2786 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2787 #, sh-format
2788 msgid "If youve the extentions, you should install Tribunal first !"
26342789 msgstr ""
26352790
26362791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27422897 "check pp 4-5."
27432898 msgstr ""
27442899
2900 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2901 #, sh-format
2902 msgid "Please select the installation file to run."
2903 msgstr ""
2904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2906 #, sh-format
2907 msgid ""
2908 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2909 "your region.\\n 2. Leave only checked DirectX box."
2910 msgstr ""
2911
27452912 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27462913 #, sh-format
27472914 msgid ""
27482915 "The game will fail to launch until you set /proc/sys/kernel/yama/"
27492916 "ptrace_scope to 0"
2917 msgstr ""
2918
2919 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2920 #, sh-format
2921 msgid "Other destination or other CD/DVD"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Retail CD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2935 #, sh-format
2936 msgid "video fix"
27502937 msgstr ""
27512938
27522939 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28293016 msgid "Donwload finished.\\nPatches installation will begin"
28303017 msgstr ""
28313018
3019 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3020 #, sh-format
3021 msgid "We will download the installer"
3022 msgstr ""
3023
28323024 #: PlayOnLinux_Scripts/Toontown_Online_:17
28333025 #, sh-format
28343026 msgid ""
28663058 msgid "Do you want to browse $TITLE website?"
28673059 msgstr ""
28683060
3061 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3062 #, sh-format
3063 msgid ""
3064 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3065 "messenger, because it will won't work correctly."
3066 msgstr ""
3067
3068 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3069 #, sh-format
3070 msgid "Warning"
3071 msgstr ""
3072
28693073 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28703074 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28713075 #, sh-format
28743078 "want it to run correctly with $APPLICATION_TITLE"
28753079 msgstr ""
28763080
3081 #: PlayOnLinux_Scripts/Watchtower_library_:49
3082 #, sh-format
3083 msgid "File Selection Error"
3084 msgstr ""
3085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid ""
3089 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3090 msgstr ""
3091
28773092 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
28783093 #, sh-format
28793094 msgid "Your browser will pop, download patch from it and uncompress it please"
28893104 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
28903105 #, sh-format
28913106 msgid ""
2892 "Attention: After installation is complete, the patcher will load. Please "
2893 "close the patcher before logging in or finish updating to complete the "
2894 "installation. After this, you can run \"$TITLE\" when setup is done"
3107 "Attention:After installation is complete, the patcher will load. After, go "
3108 "to the top right of the patcher and click the wrench, Then Un-check the box "
3109 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3110 "minuite. When finished with this, please close the patcher before logging in "
3111 "or finish updating to complete the installation. After this, you can run "
3112 "\"$TITLE\" when setup is done"
28953113 msgstr ""
28963114
28973115 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29273145 msgid "Please insert game media 5 into your disk drive\\nif not already done."
29283146 msgstr ""
29293147
3148 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3149 #, sh-format
3150 msgid "Which region version of World of Warplanes would you like to install?"
3151 msgstr ""
3152
3153 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3154 #, sh-format
3155 msgid ""
3156 "Attention:After installation is complete, the patcher will load. After, go "
3157 "to the top right of the patcher and click the wrench, Then Un-check the box "
3158 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3159 "minute. When finished with this, please close the patcher before logging in "
3160 "or finish updating to complete the installation. After this, you can run "
3161 "\"$TITLE\" when setup is done"
3162 msgstr ""
3163
29303164 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29313165 #, sh-format
29323166 msgid ""
29943228 "resolution when rFactor Config comes up."
29953229 msgstr ""
29963230
2997 #: bash/bug_report:31
3231 #: bash/bug_report:32
29983232 #, sh-format
29993233 msgid "Report a bug"
30003234 msgstr ""
30013235
3002 #: bash/bug_report:36
3236 #: bash/bug_report:37
30033237 #, sh-format
30043238 msgid ""
30053239 "Please give the more details as you can, otherwise, it will be very "
30063240 "difficult to help you"
30073241 msgstr ""
30083242
3009 #: bash/bug_report:36
3243 #: bash/bug_report:37
30103244 #, sh-format
30113245 msgid ""
30123246 "This wizard will help you to report a bug about an officially supported "
30133247 "program."
30143248 msgstr ""
30153249
3016 #: bash/bug_report:40
3250 #: bash/bug_report:41
30173251 #, sh-format
30183252 msgid ""
30193253 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30203254 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30213255 msgstr ""
30223256
3023 #: bash/bug_report:46
3257 #: bash/bug_report:47
30243258 #, sh-format
30253259 msgid "I have a problem with a software"
30263260 msgstr ""
30273261
3028 #: bash/bug_report:46
3262 #: bash/bug_report:47
30293263 #, sh-format
30303264 msgid "My problem concerns $APPLICATION_TITLE itself"
30313265 msgstr ""
30323266
3033 #: bash/bug_report:46
3267 #: bash/bug_report:47
30343268 #, sh-format
30353269 msgid "What kind of problem do you have?"
30363270 msgstr ""
30373271
3038 #: bash/bug_report:50
3272 #: bash/bug_report:51
30393273 #, sh-format
30403274 msgid "Don't join any log file"
30413275 msgstr ""
30423276
3043 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3277 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30443278 #: bash/manual_install:120 bash/manual_install:219
30453279 #, sh-format
30463280 msgid "Manual installation"
30473281 msgstr ""
30483282
3049 #: bash/bug_report:54 bash/run_exe:24
3283 #: bash/bug_report:55 bash/run_exe:24
30503284 #, sh-format
30513285 msgid "Automatic installation"
30523286 msgstr ""
30533287
3054 #: bash/bug_report:65
3288 #: bash/bug_report:66
30553289 #, sh-format
30563290 msgid "Choose the log file corresponding to your software."
30573291 msgstr ""
30583292
3059 #: bash/bug_report:69
3293 #: bash/bug_report:70
30603294 #, sh-format
30613295 msgid "Please give a very short description (title, english only)"
30623296 msgstr ""
30633297
3064 #: bash/bug_report:72
3298 #: bash/bug_report:73
30653299 #, sh-format
30663300 msgid "Please explain your problem clearly (english only):"
30673301 msgstr ""
30683302
3069 #: bash/bug_report:76
3303 #: bash/bug_report:77
30703304 #, sh-format
30713305 msgid "Sorry, we need a detailed description."
30723306 msgstr ""
30733307
3074 #: bash/bug_report:107
3308 #: bash/bug_report:108
30753309 #, sh-format
30763310 msgid ""
30773311 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31133347 msgstr ""
31143348
31153349 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3116 #: python/mainwindow.py:232
3350 #: python/mainwindow.py:234
31173351 #, sh-format
31183352 msgid "Run a local script"
31193353 msgstr ""
32373471 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32383472 msgstr ""
32393473
3240 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3474 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32413475 #, sh-format
32423476 msgid "$APPLICATION_TITLE first use"
32433477 msgstr ""
32443478
3245 #: bash/first_use:240
3479 #: bash/first_use:242
32463480 #, sh-format
32473481 msgid "$APPLICATION_TITLE is going to finish its preparation"
32483482 msgstr ""
32493483
3250 #: bash/first_use:240 bash/first_use:243
3484 #: bash/first_use:242 bash/first_use:245
32513485 #, sh-format
32523486 msgid "Please ensure you are connected to the internet."
32533487 msgstr ""
32543488
3255 #: bash/first_use:243
3489 #: bash/first_use:245
32563490 #, sh-format
32573491 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32583492 msgstr ""
32593493
3260 #: bash/first_use:243
3494 #: bash/first_use:245
32613495 #, sh-format
32623496 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32633497 msgstr ""
32643498
3265 #: bash/first_use:253
3499 #: bash/first_use:255
32663500 #, sh-format
32673501 msgid "Error while installing fonts"
32683502 msgstr ""
32693503
3270 #: bash/first_use:271
3504 #: bash/first_use:273
32713505 #, sh-format
32723506 msgid "Enjoy using $APPLICATION_TITLE"
32733507 msgstr ""
33793613 msgid "Use another version of Wine"
33803614 msgstr ""
33813615
3382 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3383 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3616 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3617 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
33843618 #, sh-format
33853619 msgid "Configure Wine"
33863620 msgstr ""
34003634 msgid "What would you like to do before installation?"
34013635 msgstr ""
34023636
3403 #: bash/manual_install:230 lib/scripts.lib:437
3637 #: bash/manual_install:231 lib/scripts.lib:438
34043638 #, sh-format
34053639 msgid "Please make your choice"
34063640 msgstr ""
34073641
3408 #: bash/manual_install:258
3642 #: bash/manual_install:259
34093643 #, sh-format
34103644 msgid "Looking for runnable CD-ROMs"
34113645 msgstr ""
34123646
3413 #: bash/manual_install:281
3647 #: bash/manual_install:282
34143648 #, sh-format
34153649 msgid "Select another file"
34163650 msgstr ""
34173651
3418 #: bash/manual_install:289
3652 #: bash/manual_install:290
34193653 #, sh-format
34203654 msgid "Please choose a way to install your program"
34213655 msgstr ""
34223656
3423 #: bash/manual_install:298
3657 #: bash/manual_install:299
34243658 #, sh-format
34253659 msgid "Please select the install file to run."
34263660 msgstr ""
34273661
3428 #: bash/manual_install:328
3662 #: bash/manual_install:329
34293663 #, sh-format
34303664 msgid "You must choose a file!"
34313665 msgstr ""
34323666
3433 #: bash/manual_install:334
3667 #: bash/manual_install:335
34343668 #, sh-format
34353669 msgid "$APPLICATION_TITLE is installing your application..."
34363670 msgstr ""
35083742 msgid "Extracting: "
35093743 msgstr ""
35103744
3511 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3745 #: bash/playonlinux-pkg:111
35123746 #, sh-format
35133747 msgid "Running..."
35143748 msgstr ""
35183752 msgid "Cleaning..."
35193753 msgstr ""
35203754
3521 #: bash/playonlinux_online:32
3522 #, sh-format
3523 msgid "This is the list of the scripts you sent to us. You can run one of them"
3524 msgstr ""
3525
3526 #: bash/playonlinux_online:42
3527 #, sh-format
3528 msgid "You do not seems to have any personal script"
3529 msgstr ""
3530
3531 #: bash/playonlinux_online:47
3532 #, sh-format
3533 msgid ""
3534 "If you have successfully installed a program with 'Install a non-listed"
3535 "\\nsoftware' button, it will allow you to add this program in our list"
3536 msgstr ""
3537
3538 #: bash/playonlinux_online:47
3539 #, sh-format
3540 msgid "This tools will allow you to help us :"
3541 msgstr ""
3542
3543 #: bash/playonlinux_online:47
3544 #, sh-format
3545 msgid ""
3546 "We're going to ask you some questions, please be as much accurate as"
3547 "\\npossible"
3548 msgstr ""
3549
3550 #: bash/playonlinux_online:55
3551 #, sh-format
3552 msgid "Choose the file corresponding to your program."
3553 msgstr ""
3554
3555 #: bash/playonlinux_online:59
3556 #, sh-format
3557 msgid "Does your program run?"
3558 msgstr ""
3559
3560 #: bash/playonlinux_online:62
3561 #, sh-format
3562 msgid "What is the title of your program?"
3563 msgstr ""
3564
3565 #: bash/playonlinux_online:64
3566 #, sh-format
3567 msgid "What is the editor of your program?"
3568 msgstr ""
3569
3570 #: bash/playonlinux_online:66
3571 #, sh-format
3572 msgid "What is the editor website of your program?"
3573 msgstr ""
3574
3575 #: bash/playonlinux_online:69 python/install.py:210
3576 #, sh-format
3577 msgid "Accessories"
3578 msgstr ""
3579
3580 #: bash/playonlinux_online:69 python/install.py:211
3581 #, sh-format
3582 msgid "Development"
3583 msgstr ""
3584
3585 #: bash/playonlinux_online:69 python/install.py:212
3586 #, sh-format
3587 msgid "Education"
3588 msgstr ""
3589
3590 #: bash/playonlinux_online:69 python/install.py:213
3591 #, sh-format
3592 msgid "Games"
3593 msgstr ""
3594
3595 #: bash/playonlinux_online:69 python/install.py:214
3596 #, sh-format
3597 msgid "Graphics"
3598 msgstr ""
3599
3600 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3601 #: python/options.py:384
3602 #, sh-format
3603 msgid "Internet"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:216
3607 #, sh-format
3608 msgid "Multimedia"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:217
3612 #, sh-format
3613 msgid "Office"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3617 #, sh-format
3618 msgid "Other"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:219
3622 #, sh-format
3623 msgid "Patches"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69
3627 #, sh-format
3628 msgid "Select a category for your program"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:258
3632 #, sh-format
3633 msgid "Testing"
3634 msgstr ""
3635
3636 #: bash/playonlinux_online:72
3637 #, sh-format
3638 msgid ""
3639 "What feature of your program does not work?\\nIf everything works, please "
3640 "mention it"
3641 msgstr ""
3642
3643 #: bash/playonlinux_online:74
3644 #, sh-format
3645 msgid "Write any change you made to wine configuration here:"
3646 msgstr ""
3647
3648 #: bash/playonlinux_online:102
3649 #, sh-format
3650 msgid "You must be able to run this program!"
3651 msgstr ""
3652
3653 #: bash/playonlinux_online:107
3654 #, sh-format
3655 msgid "Run one of your personal scripts"
3656 msgstr ""
3657
3658 #: bash/playonlinux_online:108
3659 #, sh-format
3660 msgid "Send to us a working script generated by manual installation"
3661 msgstr ""
3662
3663 #: bash/playonlinux_online:109
3664 #, sh-format
3665 msgid "Logout"
3666 msgstr ""
3667
3668 #: bash/playonlinux_online:110
3669 #, sh-format
3670 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3671 msgstr ""
3672
3673 #: bash/playonlinux_online:124
3674 #, sh-format
3675 msgid ""
3676 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3677 "safely close this window"
3678 msgstr ""
3679
3680 #: bash/polconfigurator:33
3755 #: bash/polconfigurator:34
36813756 #, sh-format
36823757 msgid "Killing programs in the virtual drive..."
36833758 msgstr ""
36843759
3685 #: bash/polconfigurator:79
3760 #: bash/polconfigurator:86
36863761 #, sh-format
36873762 msgid "Icon selection"
36883763 msgstr ""
36893764
3690 #: bash/polconfigurator:79
3765 #: bash/polconfigurator:86
36913766 #, sh-format
36923767 msgid "Please select an icon file"
36933768 msgstr ""
36943769
3695 #: bash/polconfigurator:86
3770 #: bash/polconfigurator:93
36963771 #, sh-format
36973772 msgid "Bad file extension"
36983773 msgstr ""
36993774
3700 #: bash/polconfigurator:86
3775 #: bash/polconfigurator:93
37013776 #, sh-format
37023777 msgid "is not an icon extension"
37033778 msgstr ""
37043779
3705 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3706 #: python/mainwindow.py:621
3780 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3781 #: python/mainwindow.py:619
37073782 #, sh-format
37083783 msgid "Registry Editor"
37093784 msgstr ""
37103785
3711 #: bash/polconfigurator:97
3786 #: bash/polconfigurator:104
37123787 #, sh-format
37133788 msgid "Kill all prefix processes"
37143789 msgstr ""
37153790
3716 #: bash/polconfigurator:98
3791 #: bash/polconfigurator:105
37173792 #, sh-format
37183793 msgid "Update wineprefix"
37193794 msgstr ""
37203795
3721 #: bash/polconfigurator:99
3796 #: bash/polconfigurator:106
37223797 #, sh-format
37233798 msgid "Simulate Windows reboot"
37243799 msgstr ""
37253800
3726 #: bash/polconfigurator:100
3801 #: bash/polconfigurator:107
37273802 #, sh-format
37283803 msgid "Use Advanced Wine Configuration plugin"
37293804 msgstr ""
37303805
3731 #: bash/polconfigurator:101
3806 #: bash/polconfigurator:108
37323807 #, sh-format
37333808 msgid "Use PlayOnLinux's configurator for"
37343809 msgstr ""
37353810
3736 #: bash/polconfigurator:103
3811 #: bash/polconfigurator:110
37373812 #, sh-format
37383813 msgid "Change the icon"
37393814 msgstr ""
37403815
3741 #: bash/polconfigurator:104
3816 #: bash/polconfigurator:111
37423817 #, sh-format
37433818 msgid "Use WineTricks"
37443819 msgstr ""
37453820
3746 #: bash/polconfigurator:123
3821 #: bash/polconfigurator:130
37473822 #, sh-format
37483823 msgid "Please choose an action to perform"
37493824 msgstr ""
37933868 msgid "Please choose a CD-ROM to eject"
37943869 msgstr ""
37953870
3796 #: bash/run_app:83
3871 #: bash/run_app:85
37973872 #, sh-format
37983873 msgid "Please choose a software to run"
37993874 msgstr ""
38003875
3801 #: bash/run_app:114
3876 #: bash/run_app:116
38023877 #, sh-format
38033878 msgid "$APPLICATION_TITLE debugger is starting..."
38043879 msgstr ""
38053880
3806 #: bash/run_app:117
3881 #: bash/run_app:119
38073882 #, sh-format
38083883 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38093884 msgstr ""
38103885
3811 #: bash/run_app:119
3886 #: bash/run_app:121
38123887 #, sh-format
38133888 msgid "$PACKAGE crashed."
38143889 msgstr ""
38643939 msgstr ""
38653940
38663941 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3867 #: lib/playonlinux.lib:717
3942 #: lib/playonlinux.lib:720
38683943 #, sh-format
38693944 msgid "$APPLICATION_TITLE Uninstaller"
38703945 msgstr ""
38843959 msgid "This wizard will help you to uninstall: "
38853960 msgstr ""
38863961
3887 #: bash/uninstall:65 lib/playonlinux.lib:717
3962 #: bash/uninstall:65 lib/playonlinux.lib:720
38883963 #, sh-format
38893964 msgid "Uninstalling..."
38903965 msgstr ""
39444019 msgstr ""
39454020
39464021 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3947 #: lib/wine.lib:955 lib/wine.lib:1036
4022 #: lib/wine.lib:970 lib/wine.lib:1051
39484023 #, sh-format
39494024 msgid "Please wait while the virtual drive is being created..."
39504025 msgstr ""
39594034 msgid "Setting Program Files var"
39604035 msgstr ""
39614036
3962 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3963 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4037 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4038 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39644039 #, sh-format
39654040 msgid "This function is disabled in the PlayOnlinux environment."
39664041 msgstr ""
39674042
3968 #: lib/playonlinux.lib:334
4043 #: lib/playonlinux.lib:336
39694044 #, sh-format
39704045 msgid ""
39714046 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
39734048 "responsible from it.\\nPlease ensure you know what you are doing !"
39744049 msgstr ""
39754050
3976 #: lib/playonlinux.lib:335
4051 #: lib/playonlinux.lib:337
39774052 #, sh-format
39784053 msgid "Here the source code of the script. Check it carefully"
39794054 msgstr ""
39804055
3981 #: lib/playonlinux.lib:357
4056 #: lib/playonlinux.lib:359
39824057 #, sh-format
39834058 msgid ""
39844059 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
39864061 "responsible from it.\\nPlease ensure you know what you are doing!"
39874062 msgstr ""
39884063
3989 #: lib/playonlinux.lib:358
4064 #: lib/playonlinux.lib:360
39904065 #, sh-format
39914066 msgid "External library"
39924067 msgstr ""
39934068
3994 #: lib/playonlinux.lib:358
4069 #: lib/playonlinux.lib:360
39954070 #, sh-format
39964071 msgid "Here the source code of the script. Check it carrefully"
39974072 msgstr ""
39984073
3999 #: lib/playonlinux.lib:591
4074 #: lib/playonlinux.lib:593
40004075 #, sh-format
40014076 msgid "Making shortcut..."
40024077 msgstr ""
40034078
4004 #: lib/playonlinux.lib:715
4079 #: lib/playonlinux.lib:718
40054080 #, sh-format
40064081 msgid "Do you want to delete the virtual drive:"
40074082 msgstr ""
40084083
4009 #: lib/playonlinux.lib:826
4084 #: lib/playonlinux.lib:831
40104085 #, sh-format
40114086 msgid ""
40124087 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40134088 "from working\\n\\n$FilePath"
40144089 msgstr ""
40154090
4016 #: lib/playonlinux.lib:827
4091 #: lib/playonlinux.lib:832
40174092 #, sh-format
40184093 msgid ""
40194094 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40204095 "from working\\n\\n$FilePath"
40214096 msgstr ""
40224097
4023 #: lib/playonlinux.lib:828
4098 #: lib/playonlinux.lib:833
40244099 #, sh-format
40254100 msgid ""
40264101 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40274102 "from working\\n\\n$FilePath"
40284103 msgstr ""
40294104
4030 #: lib/playonlinux.lib:829
4105 #: lib/playonlinux.lib:834
40314106 #, sh-format
40324107 msgid ""
40334108 "The following file is located on a noexec mounted filesystem.\\nIt might "
40344109 "prevent wine from working\\n\\n$FilePath"
40354110 msgstr ""
40364111
4037 #: lib/plugins.lib:65
4112 #: lib/plugins.lib:66
40384113 #, sh-format
40394114 msgid "Checking plugin: "
40404115 msgstr ""
40414116
4042 #: lib/plugins.lib:93
4117 #: lib/plugins.lib:94
40434118 #, sh-format
40444119 msgid "New: "
40454120 msgstr ""
40464121
4047 #: lib/plugins.lib:93
4122 #: lib/plugins.lib:94
40484123 #, sh-format
40494124 msgid "Updating plugin. Previous: "
40504125 msgstr ""
40514126
4052 #: lib/plugins.lib:112
4127 #: lib/plugins.lib:113
40534128 #, sh-format
40544129 msgid "Installing plugin: "
40554130 msgstr ""
40664141 msgid "Function override detected, disabling bug reporting"
40674142 msgstr ""
40684143
4069 #: lib/scripts.lib:499 lib/scripts.lib:565
4144 #: lib/scripts.lib:500 lib/scripts.lib:566
40704145 #, sh-format
40714146 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
40724147 msgstr ""
40734148
4074 #: lib/scripts.lib:501 lib/scripts.lib:784
4149 #: lib/scripts.lib:502 lib/scripts.lib:785
40754150 #, sh-format
40764151 msgid "Please wait while $APPLICATION_TITLE is downloading:"
40774152 msgstr ""
40784153
4079 #: lib/scripts.lib:503 lib/scripts.lib:570
4154 #: lib/scripts.lib:504 lib/scripts.lib:571
40804155 #, sh-format
40814156 msgid "An error happened during download."
40824157 msgstr ""
40834158
4084 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4085 #: lib/scripts.lib:586
4159 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4160 #: lib/scripts.lib:587
40864161 #, sh-format
40874162 msgid "Do you want to retry?"
40884163 msgstr ""
40894164
4090 #: lib/scripts.lib:522 lib/scripts.lib:586
4165 #: lib/scripts.lib:523 lib/scripts.lib:587
40914166 #, sh-format
40924167 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
40934168 msgstr ""
40944169
4095 #: lib/scripts.lib:689
4170 #: lib/scripts.lib:690
40964171 #, sh-format
40974172 msgid ""
40984173 "7z not installed, please check that you have 7zip installed and try again"
40994174 msgstr ""
41004175
4101 #: lib/scripts.lib:696
4176 #: lib/scripts.lib:697
41024177 #, sh-format
41034178 msgid "Failed to locate ${dest} from ${archive}"
41044179 msgstr ""
41054180
4106 #: lib/scripts.lib:700
4181 #: lib/scripts.lib:701
41074182 #, sh-format
41084183 msgid "Extracting ${filename} from ${archivename}"
41094184 msgstr ""
41104185
4111 #: lib/scripts.lib:715
4186 #: lib/scripts.lib:716
41124187 #, sh-format
41134188 msgid "Extracted file size does not match!"
41144189 msgstr ""
41154190
4116 #: lib/scripts.lib:746
4191 #: lib/scripts.lib:747
41174192 #, sh-format
41184193 msgid "Copying ${filename}"
41194194 msgstr ""
41204195
4121 #: lib/scripts.lib:759
4196 #: lib/scripts.lib:760
41224197 #, sh-format
41234198 msgid "File size does not match!"
41244199 msgstr ""
41254200
4126 #: lib/scripts.lib:903
4201 #: lib/scripts.lib:904
41274202 #, sh-format
41284203 msgid ""
41294204 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\n"
41304205 "$APPLICATION_TITLE $NEEDED is required."
41314206 msgstr ""
41324207
4133 #: lib/scripts.lib:918
4208 #: lib/scripts.lib:919
41344209 #, sh-format
41354210 msgid ""
41364211 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41374212 "$NEEDED is recommended to continue."
41384213 msgstr ""
41394214
4140 #: lib/scripts.lib:949
4215 #: lib/scripts.lib:950
41414216 #, sh-format
41424217 msgid "$AUTHOR profile"
41434218 msgstr ""
41844259 "again."
41854260 msgstr ""
41864261
4187 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4262 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
41884263 #: python/mainwindow.py:1135 python/mainwindow.py:1165
41894264 #: python/mainwindow.py:1179 python/mainwindow.py:1188
41904265 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
41954270 #: lib/setupwindow.lib:348
41964271 #, sh-format
41974272 msgid "Where is mounted your CD-ROM?"
4273 msgstr ""
4274
4275 #: lib/setupwindow.lib:349 python/install.py:218
4276 #, sh-format
4277 msgid "Other"
41984278 msgstr ""
41994279
42004280 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43154395 msgid "I don't want to make another shortcut"
43164396 msgstr ""
43174397
4318 #: lib/setupwindow.lib:711 python/guiv3.py:158
4398 #: lib/setupwindow.lib:711 python/guiv3.py:163
43194399 #, sh-format
43204400 msgid "Browse"
4401 msgstr ""
4402
4403 #: lib/setupwindow.lib:739
4404 #, sh-format
4405 msgid "A shortcut by that name already exists, overwrite?"
43214406 msgstr ""
43224407
43234408 #: lib/website.lib:29
43374422 "valid."
43384423 msgstr ""
43394424
4340 #: lib/wine.lib:367
4425 #: lib/wine.lib:371
43414426 #, sh-format
43424427 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43434428 msgstr ""
43444429
4345 #: lib/wine.lib:373
4430 #: lib/wine.lib:377
43464431 #, sh-format
43474432 msgid "Select the main videocard to report:"
43484433 msgstr ""
43494434
4350 #: lib/wine.lib:538 lib/wine.lib:703
4435 #: lib/wine.lib:549 lib/wine.lib:714
43514436 #, sh-format
43524437 msgid ""
43534438 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43544439 "message"
43554440 msgstr ""
43564441
4357 #: lib/wine.lib:763
4442 #: lib/wine.lib:775
43584443 #, sh-format
43594444 msgid "Unable to find version: "
43604445 msgstr ""
43614446
4362 #: lib/wine.lib:769 lib/wine.lib:770
4447 #: lib/wine.lib:781 lib/wine.lib:782
43634448 #, sh-format
43644449 msgid "Downloading Wine: "
43654450 msgstr ""
43664451
4367 #: lib/wine.lib:779
4452 #: lib/wine.lib:791
43684453 #, sh-format
43694454 msgid "The download seems to have failed."
43704455 msgstr ""
43714456
4372 #: lib/wine.lib:781
4457 #: lib/wine.lib:793
43734458 #, sh-format
43744459 msgid "Extracting Wine..."
43754460 msgstr ""
43764461
4377 #: lib/wine.lib:961
4462 #: lib/wine.lib:976
43784463 #, sh-format
43794464 msgid "Overwrite (usually works, no guarantee)"
43804465 msgstr ""
43814466
4382 #: lib/wine.lib:962
4467 #: lib/wine.lib:977
43834468 #, sh-format
43844469 msgid "Erase (virtual drive content will be lost)"
43854470 msgstr ""
43864471
4387 #: lib/wine.lib:976
4472 #: lib/wine.lib:991
43884473 #, sh-format
43894474 msgid "The target virtual drive $PREFNAME already exists:"
43904475 msgstr ""
43914476
4392 #: lib/wine.lib:1156 lib/wine.lib:1186
4477 #: lib/wine.lib:1171 lib/wine.lib:1201
43934478 #, sh-format
43944479 msgid "Please wait while $SOFTNAME is installed..."
43954480 msgstr ""
43964481
4397 #: lib/wine.lib:1160 lib/wine.lib:1189
4482 #: lib/wine.lib:1175 lib/wine.lib:1204
43984483 #, sh-format
43994484 msgid ""
44004485 "Be careful! This will kill install process. If it is not finished, you will "
44014486 "have to reinstall $SOFTNAME"
44024487 msgstr ""
44034488
4404 #: lib/wine.lib:1160 lib/wine.lib:1189
4489 #: lib/wine.lib:1175 lib/wine.lib:1204
44054490 #, sh-format
44064491 msgid "Install is done"
44074492 msgstr ""
44084493
4409 #: lib/wine.lib:1193 lib/wine.lib:1194
4494 #: lib/wine.lib:1208 lib/wine.lib:1209
44104495 #, sh-format
44114496 msgid "Press next only when the installation process is finished"
44124497 msgstr ""
44134498
4414 #: lib/wine.lib:1202
4499 #: lib/wine.lib:1217
44154500 #, sh-format
44164501 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44174502 msgstr ""
44254510 "associated"
44264511 msgstr ""
44274512
4428 #: python/configure.py:197 python/configure.py:694
4513 #: python/configure.py:196 python/configure.py:703
44294514 msgid "General"
44304515 msgstr ""
44314516
4517 #: python/configure.py:199
4518 msgid "Make a new shortcut from this virtual drive"
4519 msgstr ""
4520
44324521 #: python/configure.py:200
4433 msgid "Make a new shortcut from this virtual drive"
4522 msgid "Name"
44344523 msgstr ""
44354524
44364525 #: python/configure.py:201
4437 msgid "Name"
4526 msgid "Wine version"
44384527 msgstr ""
44394528
44404529 #: python/configure.py:202
4441 msgid "Wine version"
4442 msgstr ""
4443
4444 #: python/configure.py:203
44454530 msgid "Debug flags"
44464531 msgstr ""
44474532
4448 #: python/configure.py:205
4533 #: python/configure.py:204
44494534 msgid "Virtual drive"
44504535 msgstr ""
44514536
4452 #: python/configure.py:207
4537 #: python/configure.py:206
44534538 msgid "Arguments"
44544539 msgstr ""
44554540
4456 #: python/configure.py:211
4541 #: python/configure.py:210
44574542 msgid "Run configuration wizard"
44584543 msgstr ""
44594544
4460 #: python/configure.py:248
4545 #: python/configure.py:247
44614546 msgid "Windows reboot"
44624547 msgstr ""
44634548
4464 #: python/configure.py:256
4549 #: python/configure.py:255
44654550 msgid "Repair virtual drive"
44664551 msgstr ""
44674552
4468 #: python/configure.py:265
4553 #: python/configure.py:264
44694554 msgid "Command prompt"
44704555 msgstr ""
44714556
4472 #: python/configure.py:272
4557 #: python/configure.py:271
44734558 msgid "Task manager"
44744559 msgstr ""
44754560
4476 #: python/configure.py:280
4561 #: python/configure.py:279
44774562 msgid "Kill processes"
44784563 msgstr ""
44794564
4480 #: python/configure.py:287
4565 #: python/configure.py:286
44814566 msgid "Wine uninstaller"
44824567 msgstr ""
44834568
4484 #: python/configure.py:312
4569 #: python/configure.py:311
44854570 msgid ""
44864571 "Be careful! Installing one of these components can break your virtual drive."
44874572 msgstr ""
44884573
4489 #: python/configure.py:334 python/install.py:285 python/install.py:289
4490 #: python/mainwindow.py:197 python/mainwindow.py:350
4574 #: python/configure.py:333 python/install.py:285 python/install.py:289
4575 #: python/mainwindow.py:199 python/mainwindow.py:348
44914576 msgid "Install"
44924577 msgstr ""
44934578
4494 #: python/configure.py:395
4579 #: python/configure.py:388
44954580 msgid "Open program's directory"
44964581 msgstr ""
44974582
4498 #: python/configure.py:418
4583 #: python/configure.py:411
44994584 msgid "Open virtual drive's directory"
45004585 msgstr ""
45014586
4587 #: python/configure.py:555
4588 msgid "GLSL Support"
4589 msgstr ""
4590
4591 #: python/configure.py:556
4592 msgid "Direct Draw Renderer"
4593 msgstr ""
4594
4595 #: python/configure.py:557
4596 msgid "Video memory size"
4597 msgstr ""
4598
4599 #: python/configure.py:558
4600 msgid "Offscreen rendering mode"
4601 msgstr ""
4602
4603 #: python/configure.py:559
4604 msgid "Render target mode lock"
4605 msgstr ""
4606
45024607 #: python/configure.py:560
4503 msgid "GLSL Support"
4608 msgid "Multisampling"
45044609 msgstr ""
45054610
45064611 #: python/configure.py:561
4507 msgid "Direct Draw Renderer"
4508 msgstr ""
4509
4510 #: python/configure.py:562
4511 msgid "Video memory size"
4512 msgstr ""
4513
4514 #: python/configure.py:563
4515 msgid "Offscreen rendering mode"
4516 msgstr ""
4517
4518 #: python/configure.py:564
4519 msgid "Render target mode lock"
4520 msgstr ""
4521
4522 #: python/configure.py:565
4523 msgid "Multisampling"
4524 msgstr ""
4525
4526 #: python/configure.py:566
45274612 msgid "Strict Draw Ordering"
45284613 msgstr ""
45294614
4530 #: python/configure.py:576
4615 #: python/configure.py:571
45314616 msgid "Mouse warp override"
45324617 msgstr ""
45334618
4534 #: python/configure.py:578
4619 #: python/configure.py:573
45354620 msgid "Open a shell"
45364621 msgstr ""
45374622
4538 #: python/configure.py:579
4623 #: python/configure.py:574
45394624 msgid "Run a .exe file in this virtual drive"
45404625 msgstr ""
45414626
4542 #: python/configure.py:580
4627 #: python/configure.py:575
45434628 msgid "Command to exec before running the program"
45444629 msgstr ""
45454630
4546 #: python/configure.py:591
4631 #: python/configure.py:585
4632 msgid ""
4633 "Warning:\n"
4634 "\n"
4635 "Any program still running in this virtual drive will be terminated before "
4636 "Wine version is changed.\n"
4637 "Are you sure you want to continue?"
4638 msgstr ""
4639
4640 #: python/configure.py:596
45474641 msgid ""
45484642 "Be careful!\n"
45494643 "If you change "
45504644 msgstr ""
45514645
4552 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4646 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45534647 msgid "{0} configuration"
45544648 msgstr ""
45554649
4556 #: python/configure.py:659
4650 #: python/configure.py:664
45574651 msgid "Please select a program or a virtual drive to configure"
45584652 msgstr ""
45594653
4560 #: python/configure.py:677 python/options.py:280
4654 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45614655 msgid "New"
45624656 msgstr ""
45634657
4564 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4565 #: python/mainwindow.py:596 python/options.py:207
4658 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4659 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45664660 msgid "Remove"
45674661 msgstr ""
45684662
4569 #: python/configure.py:696
4663 #: python/configure.py:705
45704664 msgid "Install components"
45714665 msgstr ""
45724666
4573 #: python/configure.py:697 python/mainwindow.py:332
4667 #: python/configure.py:706 python/mainwindow.py:330
45744668 msgid "Display"
45754669 msgstr ""
45764670
4577 #: python/configure.py:698
4671 #: python/configure.py:707
45784672 msgid "Miscellaneous"
45794673 msgstr ""
45804674
4581 #: python/configure.py:726
4675 #: python/configure.py:735
45824676 msgid "This virtual drive is protected"
45834677 msgstr ""
45844678
4585 #: python/configure.py:728
4679 #: python/configure.py:737
45864680 msgid "Are you sure you want to delete {0} virtual drive ?"
45874681 msgstr ""
45884682
4589 #: python/configure.py:735
4683 #: python/configure.py:744
45904684 msgid "Are you sure you want to delete {0} ?"
45914685 msgstr ""
45924686
4593 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4594 #: python/mainwindow.py:997
4687 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4688 #: python/mainwindow.py:995
45954689 msgid "{0} debugger"
45964690 msgstr ""
45974691
45994693 msgid "Please select a debug file"
46004694 msgstr ""
46014695
4602 #: python/debug.py:76
4696 #: python/debug.py:78
46034697 msgid "Locate this logfile"
46044698 msgstr ""
46054699
4606 #: python/debug.py:99
4700 #: python/debug.py:101
46074701 msgid "The file is named : {0}"
46084702 msgstr ""
46094703
4610 #: python/debug.py:153 python/debug.py:207
4704 #: python/debug.py:189 python/debug.py:245
46114705 msgid "Virtual drives"
46124706 msgstr ""
46134707
4614 #: python/debug.py:184
4708 #: python/debug.py:222
46154709 msgid "Report a problem about {0}"
46164710 msgstr ""
46174711
4618 #: python/debug.py:206
4712 #: python/debug.py:244
46194713 msgid "Install scripts"
46204714 msgstr ""
46214715
46404734 msgid "Next"
46414735 msgstr ""
46424736
4643 #: python/guiv3.py:166
4737 #: python/guiv3.py:171
46444738 msgid "I Agree"
46454739 msgstr ""
46464740
4647 #: python/guiv3.py:167
4741 #: python/guiv3.py:172
46484742 msgid "Show virtual drives"
46494743 msgstr ""
46504744
4651 #: python/guiv3.py:188
4745 #: python/guiv3.py:193
46524746 msgid "Login: "
46534747 msgstr ""
46544748
4655 #: python/guiv3.py:189
4749 #: python/guiv3.py:194
46564750 msgid "Password: "
46574751 msgstr ""
46584752
4659 #: python/guiv3.py:192
4753 #: python/guiv3.py:197
46604754 msgid "Register"
46614755 msgstr ""
46624756
4663 #: python/guiv3.py:288
4757 #: python/guiv3.py:302
46644758 msgid "MB downloaded"
46654759 msgstr ""
46664760
4667 #: python/guiv3.py:288
4761 #: python/guiv3.py:302
46684762 msgid "of"
46694763 msgstr ""
46704764
4671 #: python/guiv3.py:749
4765 #: python/guiv3.py:769
46724766 msgid "You cannot close this window"
46734767 msgstr ""
46744768
46764770 msgid "No description"
46774771 msgstr ""
46784772
4679 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4773 #: python/install.py:210
4774 msgid "Accessories"
4775 msgstr ""
4776
4777 #: python/install.py:211
4778 msgid "Development"
4779 msgstr ""
4780
4781 #: python/install.py:212
4782 msgid "Education"
4783 msgstr ""
4784
4785 #: python/install.py:213
4786 msgid "Games"
4787 msgstr ""
4788
4789 #: python/install.py:214
4790 msgid "Graphics"
4791 msgstr ""
4792
4793 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4794 msgid "Internet"
4795 msgstr ""
4796
4797 #: python/install.py:216
4798 msgid "Multimedia"
4799 msgstr ""
4800
4801 #: python/install.py:217
4802 msgid "Office"
4803 msgstr ""
4804
4805 #: python/install.py:219
4806 msgid "Patches"
4807 msgstr ""
4808
4809 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
46804810 msgid "Search"
46814811 msgstr ""
46824812
46834813 #: python/install.py:252
46844814 msgid "Include:"
4815 msgstr ""
4816
4817 #: python/install.py:258
4818 msgid "Testing"
46854819 msgstr ""
46864820
46874821 #: python/install.py:263
47354869 "used for piracy purposes we won't give any support on this matter."
47364870 msgstr ""
47374871
4738 #: python/irc.py:137
4872 #: python/irc.py:139
47394873 msgid "Send"
47404874 msgstr ""
47414875
4742 #: python/irc.py:138
4876 #: python/irc.py:140
47434877 msgid "Connect"
47444878 msgstr ""
47454879
4746 #: python/irc.py:139
4880 #: python/irc.py:141
47474881 msgid "Disconnect"
47484882 msgstr ""
47494883
4750 #: python/irc.py:140
4884 #: python/irc.py:142
47514885 msgid "Leave"
47524886 msgstr ""
47534887
4754 #: python/irc.py:227
4888 #: python/irc.py:229
47554889 msgid "Join a channel"
47564890 msgstr ""
47574891
4758 #: python/irc.py:257 python/mainwindow.py:725
4892 #: python/irc.py:259 python/mainwindow.py:723
47594893 msgid "Messenger"
47604894 msgstr ""
47614895
4762 #: python/irc.py:273
4896 #: python/irc.py:275
47634897 msgid ""
47644898 "If you close this window, you cannot read further replies. Are you sure that "
47654899 "you want to close it?"
47844918 msgid "{0} error"
47854919 msgstr ""
47864920
4787 #: python/mainwindow.py:73
4921 #: python/mainwindow.py:75
47884922 msgid "{0} website is unavailable. Please check your connection"
47894923 msgstr ""
47904924
4791 #: python/mainwindow.py:75
4925 #: python/mainwindow.py:77
47924926 msgid "Refreshing {0}"
47934927 msgstr ""
47944928
4795 #: python/mainwindow.py:90 python/mainwindow.py:92
4929 #: python/mainwindow.py:92 python/mainwindow.py:94
47964930 msgid "An updated version of {0} is available"
47974931 msgstr ""
47984932
4799 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4933 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48004934 msgid "Run"
48014935 msgstr ""
48024936
4803 #: python/mainwindow.py:200
4937 #: python/mainwindow.py:202
48044938 msgid "Donate"
48054939 msgstr ""
48064940
4807 #: python/mainwindow.py:201
4941 #: python/mainwindow.py:203
48084942 msgid "Exit"
48094943 msgstr ""
48104944
4811 #: python/mainwindow.py:205
4945 #: python/mainwindow.py:207
48124946 msgid "Small icons"
48134947 msgstr ""
48144948
4815 #: python/mainwindow.py:206
4949 #: python/mainwindow.py:208
48164950 msgid "Medium icons"
48174951 msgstr ""
48184952
4819 #: python/mainwindow.py:207
4953 #: python/mainwindow.py:209
48204954 msgid "Large icons"
48214955 msgstr ""
48224956
4823 #: python/mainwindow.py:208
4957 #: python/mainwindow.py:210
48244958 msgid "Very large icons"
48254959 msgstr ""
48264960
4827 #: python/mainwindow.py:220
4961 #: python/mainwindow.py:222
48284962 msgid "Manage Wine versions"
48294963 msgstr ""
48304964
4831 #: python/mainwindow.py:226
4965 #: python/mainwindow.py:228
48324966 msgid "Read a PC CD-Rom"
48334967 msgstr ""
48344968
4835 #: python/mainwindow.py:236
4969 #: python/mainwindow.py:238
48364970 msgid "Close all {0} software"
48374971 msgstr ""
48384972
4839 #: python/mainwindow.py:240
4973 #: python/mainwindow.py:242
48404974 msgid "{0} console"
48414975 msgstr ""
48424976
4843 #: python/mainwindow.py:250
4977 #: python/mainwindow.py:248
48444978 msgid "{0} messenger"
48454979 msgstr ""
48464980
4847 #: python/mainwindow.py:266 python/options.py:388
4981 #: python/mainwindow.py:264 python/options.py:388
48484982 msgid "File associations"
48494983 msgstr ""
48504984
4851 #: python/mainwindow.py:273
4985 #: python/mainwindow.py:271
48524986 msgid "About {0}"
48534987 msgstr ""
48544988
4855 #: python/mainwindow.py:302 python/mainwindow.py:306
4989 #: python/mainwindow.py:300 python/mainwindow.py:304
48564990 msgid "Plugin manager"
48574991 msgstr ""
48584992
4993 #: python/mainwindow.py:329
4994 msgid "File"
4995 msgstr ""
4996
48594997 #: python/mainwindow.py:331
4860 msgid "File"
4861 msgstr ""
4862
4863 #: python/mainwindow.py:333
48644998 msgid "Tools"
48654999 msgstr ""
48665000
4867 #: python/mainwindow.py:334 python/mainwindow.py:723
5001 #: python/mainwindow.py:332 python/mainwindow.py:721
48685002 msgid "Settings"
48695003 msgstr ""
48705004
4871 #: python/mainwindow.py:335 python/options.py:387
5005 #: python/mainwindow.py:333 python/options.py:387
48725006 msgid "Plugins"
48735007 msgstr ""
48745008
4875 #: python/mainwindow.py:347 python/mainwindow.py:739
5009 #: python/mainwindow.py:345 python/mainwindow.py:737
48765010 msgid "Close"
48775011 msgstr ""
48785012
4879 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5013 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
48805014 msgid "Configure"
48815015 msgstr ""
48825016
4883 #: python/mainwindow.py:584
5017 #: python/mainwindow.py:582
48845018 msgid "Open the application's directory"
48855019 msgstr ""
48865020
4887 #: python/mainwindow.py:588 python/mainwindow.py:753
5021 #: python/mainwindow.py:586 python/mainwindow.py:751
48885022 msgid "Read the manual"
48895023 msgstr ""
48905024
4891 #: python/mainwindow.py:592
5025 #: python/mainwindow.py:590
48925026 msgid "Set the icon"
48935027 msgstr ""
48945028
4895 #: python/mainwindow.py:600
5029 #: python/mainwindow.py:598
48965030 msgid "Close this application"
48975031 msgstr ""
48985032
4899 #: python/mainwindow.py:611
5033 #: python/mainwindow.py:609
49005034 msgid "KillApp"
49015035 msgstr ""
49025036
4903 #: python/mainwindow.py:618
5037 #: python/mainwindow.py:616
49045038 msgid "No manual found for {0}"
49055039 msgstr ""
49065040
4907 #: python/mainwindow.py:721
5041 #: python/mainwindow.py:719
49085042 msgid "Install a program"
49095043 msgstr ""
49105044
4911 #: python/mainwindow.py:728
5045 #: python/mainwindow.py:726
49125046 msgid "Update GIT"
49135047 msgstr ""
49145048
4915 #: python/mainwindow.py:731
5049 #: python/mainwindow.py:729
49165050 msgid "Update instructions"
49175051 msgstr ""
49185052
5053 #: python/mainwindow.py:739
5054 msgid "Debug"
5055 msgstr ""
5056
49195057 #: python/mainwindow.py:741
4920 msgid "Debug"
4921 msgstr ""
4922
4923 #: python/mainwindow.py:743
49245058 msgid "Report a problem"
49255059 msgstr ""
49265060
5061 #: python/mainwindow.py:745
5062 msgid "Create a shortcut"
5063 msgstr ""
5064
49275065 #: python/mainwindow.py:747
4928 msgid "Create a shortcut"
4929 msgstr ""
4930
4931 #: python/mainwindow.py:749
49325066 msgid "Open the directory"
49335067 msgstr ""
49345068
4935 #: python/mainwindow.py:755
5069 #: python/mainwindow.py:753
49365070 msgid "Save"
49375071 msgstr ""
49385072
4939 #: python/mainwindow.py:758
5073 #: python/mainwindow.py:756
49405074 msgid "Uninstall"
49415075 msgstr ""
49425076
4943 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5077 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5078 #: python/mainwindow.py:1001
5079 msgid "Please select a program."
5080 msgstr ""
5081
5082 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5083 msgid "{0} settings"
5084 msgstr ""
5085
5086 #: python/mainwindow.py:963
5087 msgid "{0} install menu"
5088 msgstr ""
5089
5090 #: python/mainwindow.py:972
5091 msgid "{0} wine versions manager"
5092 msgstr ""
5093
49445094 #: python/mainwindow.py:1003
4945 msgid "Please select a program."
4946 msgstr ""
4947
4948 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4949 msgid "{0} settings"
4950 msgstr ""
4951
4952 #: python/mainwindow.py:965
4953 msgid "{0} install menu"
4954 msgstr ""
4955
4956 #: python/mainwindow.py:974
4957 msgid "{0} wine versions manager"
4958 msgstr ""
4959
4960 #: python/mainwindow.py:1005
49615095 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49625096 msgstr ""
49635097
50635197 "These information will be very precious for us to help people."
50645198 msgstr ""
50655199
5066 #: python/mainwindow.py:1271
5200 #: python/mainwindow.py:1273
50675201 msgid "Are you sure you want to want to install {0} package?"
50685202 msgstr ""
50695203
5070 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5204 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5205 #: python/mainwindow.py:1284
50715206 msgid ""
50725207 "You are trying to open a script design for {0}! It might not work as expected"
50735208 msgstr ""
51445279 msgid "You must restart {0} for the changes to take effect."
51455280 msgstr ""
51465281
5147 #: python/wine_versions.py:194
5282 #: python/wine_versions.py:195
51485283 msgid "Installed Wine versions: "
51495284 msgstr ""
51505285
5151 #: python/wine_versions.py:195
5286 #: python/wine_versions.py:196
51525287 msgid "Available Wine versions: "
51535288 msgstr ""
51545289
5155 #: python/wine_versions.py:202
5290 #: python/wine_versions.py:203
51565291 msgid "Wine versions"
51575292 msgstr ""
51585293
5159 #: python/wine_versions.py:321
5294 #: python/wine_versions.py:322
51605295 msgid "Are you sure you want to delete wine {0}?"
51615296 msgstr ""
51625297
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-18 16:22+0000\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-02-16 10:14+0000\n"
1111 "Last-Translator: Tiago S. <Unknown>\n"
1212 "Language-Team: Portuguese <pt@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
246246 msgstr "Por favor insira o CD do jogo na drive"
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Por favor insira o ficheiro de configuração a executar"
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
445465 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
446466 #: PlayOnLinux_Scripts/Magicka_:68
447467 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
468 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
448469 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
449470 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
450471 #: PlayOnLinux_Scripts/Rayman_Origins_:83
451472 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
452 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
453 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
473 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
474 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
454475 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
455476 #: PlayOnLinux_Scripts/The_Witcher_:125
456477 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
485506 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
486507 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
487508 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
509 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
488510 #: PlayOnLinux_Scripts/Driftmoon_:43
489511 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
490512 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
493515 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
494516 #: PlayOnLinux_Scripts/League_Of_Legends_:57
495517 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
496 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
518 #: PlayOnLinux_Scripts/Sacrifice_:41
519 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
520 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
521 #: PlayOnLinux_Scripts/Toontown_Online_:25
522 #: PlayOnLinux_Scripts/Watchtower_library_:43
497523 #: PlayOnLinux_Scripts/iTunes_10_:28
498524 #, sh-format
499525 msgid "Please select the setup file to run."
508534 #: PlayOnLinux_Scripts/POL_GoG_download_:48
509535 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
510536 #: PlayOnLinux_Scripts/SimCity_2000_:50
511 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
512 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
537 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
538 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
513539 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
514540 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
515541 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
516 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
517 #: lib/wine.lib:1186
542 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
543 #: lib/wine.lib:1171 lib/wine.lib:1201
518544 #, sh-format
519545 msgid "Please wait..."
520546 msgstr "Por favor aguarde..."
542568 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
543569 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
544570 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
545 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
571 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
546572 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
547573 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
548574 #: PlayOnLinux_Scripts/Dead_Space_2_:85
558584 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
559585 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
560586 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
561 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
587 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
562588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
563589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
564590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
620646 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
621647 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
622648 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
623 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
649 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
624650 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
625651 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
626652 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
627 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
628 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
653 #: PlayOnLinux_Scripts/Dead_Space_:50
654 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
655 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
656 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
629657 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
630658 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
631659 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
635663 #: PlayOnLinux_Scripts/Rage_:79
636664 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
637665 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
638 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
639667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
640668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
641669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
675703 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
676704 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
677705 #: PlayOnLinux_Scripts/Sacrifice_:45
678 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
706 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
679707 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
680708 #: PlayOnLinux_Scripts/The_Witcher_:102
681709 #, sh-format
686714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
687715 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
688716 #: PlayOnLinux_Scripts/Mass_Effect_:54
689 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
717 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
690718 #: PlayOnLinux_Scripts/The_Witcher_:110
691719 #, sh-format
692720 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
699727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
700728 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
701729 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
702 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
730 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
703731 #: PlayOnLinux_Scripts/The_Witcher_:113
704732 #, sh-format
705733 msgid "Please insert the next game media into your disk drive"
728756 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
729757 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
730758 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
759 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
731760 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
732761 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
733762 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
833862 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
834863 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
835864 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
836 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
865 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
837866 #, sh-format
838867 msgid ""
839868 "You must disable anti-piracy protections of this game\\nif you want to play "
857886
858887 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
859888 #: PlayOnLinux_Scripts/Cars_2_:83
860 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
889 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
861890 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
862891 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
863892 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
880909 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
881910 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
882911 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
912 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
883914 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
884915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
885916 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11281159 msgstr ""
11291160 "Por favor, insira o média 2 na drive respectiva\\nse ainda não o tiver feito."
11301161
1131 #: PlayOnLinux_Scripts/Diablo_III_:29
1162 #: PlayOnLinux_Scripts/Diablo_III_:31
11321163 #, sh-format
11331164 msgid "Please select the setup file downloaded on $EDITOR website"
11341165 msgstr ""
11351166 "Por favor, selecione o icheiro de configuração descarregado no website "
11361167 "$EDITOR."
11371168
1138 #: PlayOnLinux_Scripts/Diablo_III_:60
1169 #: PlayOnLinux_Scripts/Diablo_III_:62
11391170 #, sh-format
11401171 msgid ""
11411172 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11441175 "$TITLE foi instalado\\n\\nUm agradecimento em especial para Erich Hoover por "
11451176 "este patch wine (AcceptEx Fix)."
11461177
1147 #: PlayOnLinux_Scripts/Diablo_III_:60
1178 #: PlayOnLinux_Scripts/Diablo_III_:62
11481179 #, sh-format
11491180 msgid ""
11501181 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11521183 msgstr ""
11531184 "Se tiver o Erro 3007 ao conectar, abra o terminal e escreva:\\necho 0|sudo "
11541185 "tee /proc/sys/kernel/yama/ptrace_scope"
1186
1187 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1188 #, sh-format
1189 msgid "Scanning your hardware..."
1190 msgstr ""
11551191
11561192 #: PlayOnLinux_Scripts/Dishonored_:79
11571193 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12501286
12511287 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12521288 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1253 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1254 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1289 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1290 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12551291 #, sh-format
12561292 msgid "Please insert the first game media into your disk drive"
12571293 msgstr "Por favor, insira o primeiro disco da drive respectiva."
12581294
12591295 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1260 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1296 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12611297 #, sh-format
12621298 msgid "Please insert the second game media into your disk drive"
12631299 msgstr "Por favor, insira o segundo disco da drive respectiva."
13301366 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13311367 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13321368 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1369 #: PlayOnLinux_Scripts/Hearthstone_:64
13331370 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13341371 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13351372 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13551392 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13561393 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13571394 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1358 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1395 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13591396 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13601397 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13611398 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13811418 msgid "Editor"
13821419 msgstr "Editor"
13831420
1384 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1421 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13851422 #, sh-format
13861423 msgid "This install script requires ffmpeg"
13871424 msgstr "Este script de instalação requer ffmpeg"
13881425
1389 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1426 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13901427 #, sh-format
13911428 msgid "Converting videos..."
13921429 msgstr "A converter vídeos..."
13931430
13941431 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1432 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13951433 #, sh-format
13961434 msgid ""
13971435 "On first run the game will autodetect available renderers.\\nIt is likely "
14081446 msgid "Run $TITLE in safe mode?"
14091447 msgstr "Correr $TITLE em modo seguro?"
14101448
1449 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1450 #, sh-format
1451 msgid ""
1452 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1453 "disable it by pressing Alt+R while in game.)"
1454 msgstr ""
1455
1456 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1457 #, sh-format
1458 msgid ""
1459 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1460 "game."
1461 msgstr ""
1462
14111463 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14121464 #, sh-format
14131465 msgid "Could not find program directory"
14771529 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14781530 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14791531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1480 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1481 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1482 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14831532 #, sh-format
14841533 msgid "Language"
14851534 msgstr "Idioma"
16081657 msgid "Dedicated server"
16091658 msgstr "Servidor dedicado"
16101659
1611 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1660 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
16121661 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
16131662 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
16141663 #, sh-format
16391688 msgid "Code wheel"
16401689 msgstr "Roda de Códigos"
16411690
1642 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1643 #, sh-format
1644 msgid "Do you have a language pack to install?"
1645 msgstr "Tem algum pacote de idiomas para instalar?"
1646
1647 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1648 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1649 #, sh-format
1650 msgid "Later"
1651 msgstr "Mais Tarde"
1652
1653 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1691 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1692 #, sh-format
1693 msgid ""
1694 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1695 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1696 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1697 msgstr ""
1698 "É altamente recomendado que que instale agore o pacote de Mods Circle of "
1699 "Eight\\nse quiser corrigir problemas como jogo, e opcionalmente, obter mais "
1700 "conteúdos\\n(para \"NC modpacks\").\\nUse o script dedicado do PlayOnLinux "
1701 "na secção de patches."
1702
1703 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1704 #, sh-format
1705 msgid "Now you must install the modpack in directory:"
1706 msgstr "Agora deve instalar o modpack no directório:"
1707
1708 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1709 #, sh-format
1710 msgid "Please select ANY 3 icons when prompted."
1711 msgstr "Por favor, seleccione QUAISQUER 3 icones quando pedido."
1712
1713 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1714 #, sh-format
1715 msgid "temp directory missing"
1716 msgstr "directório temp em falta"
1717
1718 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1719 #, sh-format
1720 msgid ""
1721 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1722 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1723 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1724 "details.\\nInstall it?"
1725 msgstr ""
1726 "O painel de controlo do Two Worlds é uma ferramenta da comunidade "
1727 "InsideTwoWorlds,\\nque lhe permite afinar os parametros e gerir mods\\npare "
1728 "este jogo. Veja\\"
1729 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\npara "
1730 "detalhes. Quer instalá-lo?"
1731
1732 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1733 #, sh-format
1734 msgid "Control Panel"
1735 msgstr "Painel de Controlo"
1736
1737 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1738 #, sh-format
1739 msgid ""
1740 "IMPORTANT:\n"
1741 " \\n\\nOn the installation window coming next, do NOT click the Options "
1742 "button, it would mess up the language selection."
1743 msgstr ""
1744 "IMPORTANTE:\n"
1745 " \\n\\nNa janela de instalação que aparecerá em seguida, NÃO carregue no "
1746 "botão Opções, pois irá alterar a selecção de linguagem."
1747
1748 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1749 #, sh-format
1750 msgid ""
1751 "On first run the game will autodetect available renderers.\\nIt is likely "
1752 "that you will get better performance out of the OpenGL renderer."
1753 msgstr ""
1754 "No primeiro arranque do jogo serão detectados automaticamente os "
1755 "renderizadores disponíveis.\\n\r\n"
1756 "É provável que possa obter melhor desempenho com o renderizador OpenGL."
1757
1758 #: PlayOnLinux_Scripts/Goblins_3_:21
1759 #, sh-format
1760 msgid "Please select the game language"
1761 msgstr "Por favor, selecione o idioma do jogo"
1762
1763 #: PlayOnLinux_Scripts/Gothic_3_:82
1764 #, sh-format
1765 msgid "Choose the game resolution"
1766 msgstr "Seleccione a resolução do jogo"
1767
1768 #: PlayOnLinux_Scripts/Gothic_3_:96
1769 #, sh-format
1770 msgid ""
1771 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1772 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1773 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1774 msgstr ""
1775 "Agora deve puder escolher o modo de jogo:\\n1)Em modo janela:\\nTudo "
1776 "funciona menos o cursos de sistema nas janelas do jogo.\\n\\n2)Modo de Ecrã "
1777 "Completo:\\nTudo funciona menos o céu, que fica negro.\\n\\n\\nQue modo "
1778 "prefere?"
1779
1780 #: PlayOnLinux_Scripts/Gothic_3_:110
1781 #, sh-format
1782 msgid "$TITLE is installed"
1783 msgstr "$TITLE está instalado"
1784
1785 #: PlayOnLinux_Scripts/Guild_Wars_:53
1786 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1787 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1788 #, sh-format
1789 msgid "Please insert the DVD-ROM"
1790 msgstr "Por favor, insira o DVD-ROM"
1791
1792 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1793 #, sh-format
1794 msgid ""
1795 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1796 "client and download will resume from where it stopped. Download percentage "
1797 "reset but do not worry, it do not restart from the beginning."
1798 msgstr ""
1799 "Por causa do erro #30512 do wine, as tranferências irão bloquear "
1800 "frequentemente. Reinicie o cliente e a transferência irá continuar de onde "
1801 "parou. A percentagem da transferência volta a 0% mas não se preocupe, que "
1802 "não irá recomeçar denovo."
1803
1804 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1805 #, sh-format
1806 msgid ""
1807 "Please select $TITLE install file. During installation, uncheck all extra "
1808 "drivers it wants to install:"
1809 msgstr ""
1810 "Por favor, seleccione o ficheiro de instalação de $TITLE.\\nDurante a "
1811 "instalação, desmarque todos os controladores extra que o programa quiser "
1812 "instalar:"
1813
16541814 #: PlayOnLinux_Scripts/Half_Life_2_:56
16551815 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16561816 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16571817 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1658 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1818 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16591819 #, sh-format
16601820 msgid "No"
16611821 msgstr "Não"
16621822
1663 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1664 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1823 #: PlayOnLinux_Scripts/Half_Life_2_:56
1824 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1825 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1826 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1827 #: PlayOnLinux_Scripts/Portal_:36
1828 #, sh-format
1829 msgid ""
1830 "Steam installation has been detected\\nwould you like to install this game "
1831 "in the same virtual drive?"
1832 msgstr ""
1833 "Uma instalação do Steam foi detectada.\\nQuer instalar este jogo na mesma "
1834 "unidade virtual?"
1835
16651836 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16661837 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16671838 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16701841 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16711842 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16721843 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1673 #: python/guiv3.py:157
1844 #: python/guiv3.py:158 python/guiv3.py:161
16741845 #, sh-format
16751846 msgid "Yes"
16761847 msgstr "Sim"
16771848
1678 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1679 #, sh-format
1680 msgid ""
1681 "To install a language pack later, open the configuration panel for the game "
1682 "in order to execute the installer into the virtual disk (Misc tab)"
1683 msgstr ""
1684 "Para instalar o pacote de idiomas mais tarde, abra o painel de configurações "
1685 "para o jogo de forma a executar o instalador num disco virtual (separador "
1686 "Misc)."
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1689 #, sh-format
1690 msgid ""
1691 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1692 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1693 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1694 msgstr ""
1695 "É altamente recomendado que que instale agore o pacote de Mods Circle of "
1696 "Eight\\nse quiser corrigir problemas como jogo, e opcionalmente, obter mais "
1697 "conteúdos\\n(para \"NC modpacks\").\\nUse o script dedicado do PlayOnLinux "
1698 "na secção de patches."
1699
1700 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1701 #, sh-format
1702 msgid "Now you must install the modpack in directory:"
1703 msgstr "Agora deve instalar o modpack no directório:"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1706 #, sh-format
1707 msgid "Please select ANY 3 icons when prompted."
1708 msgstr "Por favor, seleccione QUAISQUER 3 icones quando pedido."
1709
1710 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1711 #, sh-format
1712 msgid "temp directory missing"
1713 msgstr "directório temp em falta"
1714
1715 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1716 #, sh-format
1717 msgid ""
1718 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1719 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1720 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1721 "details.\\nInstall it?"
1722 msgstr ""
1723 "O painel de controlo do Two Worlds é uma ferramenta da comunidade "
1724 "InsideTwoWorlds,\\nque lhe permite afinar os parametros e gerir mods\\npare "
1725 "este jogo. Veja\\"
1726 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 \\npara "
1727 "detalhes. Quer instalá-lo?"
1728
1729 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1730 #, sh-format
1731 msgid "Control Panel"
1732 msgstr "Painel de Controlo"
1733
1734 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1735 #, sh-format
1736 msgid ""
1737 "IMPORTANT:\n"
1738 " \\n\\nOn the installation window coming next, do NOT click the Options "
1739 "button, it would mess up the language selection."
1740 msgstr ""
1741 "IMPORTANTE:\n"
1742 " \\n\\nNa janela de instalação que aparecerá em seguida, NÃO carregue no "
1743 "botão Opções, pois irá alterar a selecção de linguagem."
1744
1745 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1746 #, sh-format
1747 msgid ""
1748 "On first run the game will autodetect available renderers.\\nIt is likely "
1749 "that you will get better performance out of the OpenGL renderer."
1750 msgstr ""
1751 "No primeiro arranque do jogo serão detectados automaticamente os "
1752 "renderizadores disponíveis.\\n\r\n"
1753 "É provável que possa obter melhor desempenho com o renderizador OpenGL."
1754
1755 #: PlayOnLinux_Scripts/Goblins_3_:21
1756 #, sh-format
1757 msgid "Please select the game language"
1758 msgstr "Por favor, selecione o idioma do jogo"
1759
1760 #: PlayOnLinux_Scripts/Gothic_3_:82
1761 #, sh-format
1762 msgid "Choose the game resolution"
1763 msgstr "Seleccione a resolução do jogo"
1764
1765 #: PlayOnLinux_Scripts/Gothic_3_:96
1766 #, sh-format
1767 msgid ""
1768 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1769 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1770 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1771 msgstr ""
1772 "Agora deve puder escolher o modo de jogo:\\n1)Em modo janela:\\nTudo "
1773 "funciona menos o cursos de sistema nas janelas do jogo.\\n\\n2)Modo de Ecrã "
1774 "Completo:\\nTudo funciona menos o céu, que fica negro.\\n\\n\\nQue modo "
1775 "prefere?"
1776
1777 #: PlayOnLinux_Scripts/Gothic_3_:110
1778 #, sh-format
1779 msgid "$TITLE is installed"
1780 msgstr "$TITLE está instalado"
1781
1782 #: PlayOnLinux_Scripts/Guild_Wars_:53
1783 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1784 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1785 #, sh-format
1786 msgid "Please insert the DVD-ROM"
1787 msgstr "Por favor, insira o DVD-ROM"
1788
1789 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1790 #, sh-format
1791 msgid ""
1792 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1793 "client and download will resume from where it stopped. Download percentage "
1794 "reset but do not worry, it do not restart from the beginning."
1795 msgstr ""
1796 "Por causa do erro #30512 do wine, as tranferências irão bloquear "
1797 "frequentemente. Reinicie o cliente e a transferência irá continuar de onde "
1798 "parou. A percentagem da transferência volta a 0% mas não se preocupe, que "
1799 "não irá recomeçar denovo."
1800
1801 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1802 #, sh-format
1803 msgid ""
1804 "Please select $TITLE install file. During installation, uncheck all extra "
1805 "drivers it wants to install:"
1806 msgstr ""
1807 "Por favor, seleccione o ficheiro de instalação de $TITLE.\\nDurante a "
1808 "instalação, desmarque todos os controladores extra que o programa quiser "
1809 "instalar:"
1810
1811 #: PlayOnLinux_Scripts/Half_Life_2_:56
1812 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1813 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1814 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1815 #: PlayOnLinux_Scripts/Portal_:36
1816 #, sh-format
1817 msgid ""
1818 "Steam installation has been detected\\nwould you like to install this game "
1819 "in the same virtual drive?"
1820 msgstr ""
1821 "Uma instalação do Steam foi detectada.\\nQuer instalar este jogo na mesma "
1822 "unidade virtual?"
1823
18241849 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18251850 #, sh-format
18261851 msgid "Updating $TITLE"
18271852 msgstr "A actualizar $TITLE"
18281853
1829 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1854 #: PlayOnLinux_Scripts/Hanahira__:54
18301855 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18311856 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18321857 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18381863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18391864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18401865 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1866 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1867 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1868 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1869 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1870 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1871 #: PlayOnLinux_Scripts/Steins_Gate_:51
18411872 #, sh-format
18421873 msgid "Please locate installation program (Setup.exe)"
18431874 msgstr "Por favor, indique o local do programa de instalação (Setup.exe)"
18441875
1845 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1846 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1876 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18471877 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18481878 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18491879 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18691899 "${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' quando tiver "
18701900 "terminado a instalação."
18711901
1902 #: PlayOnLinux_Scripts/Hearthstone_:26
1903 #, sh-format
1904 msgid "What language do you want to install?"
1905 msgstr ""
1906
18721907 #: PlayOnLinux_Scripts/ImgBurn_:38
18731908 #, sh-format
18741909 msgid ""
19141949 msgstr "Quer instalar a versão Unicode do configurador Inno?"
19151950
19161951 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1917 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
19181952 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
19191953 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
19201954 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20952129 "Se bloquear ao correr atualizações, feche e reabra a aplicação até que o "
20962130 "download esteja completo."
20972131
2132 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20982133 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20992134 #, sh-format
21002135 msgid "Demo version"
21012136 msgstr "Versão de Demonstração"
21022137
2138 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
21032139 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
21042140 #, sh-format
21052141 msgid "Please select version."
21592195 msgstr ""
21602196 "Nenhum extensão de ficheiros especificada. A avançar a associação de "
21612197 "ficheiros da aplicação nativa..."
2198
2199 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2200 #, sh-format
2201 msgid "Contacting download server."
2202 msgstr ""
21622203
21632204 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21642205 #: python/install.py:454 python/install.py:456 python/install.py:570
22472288 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22482289 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22492290 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2250 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2291 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22512292 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22522293 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22532294 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22892330 "Se tiver mensagens de erro durante a instalação do DotNet 3.0, pode ignorá-"
22902331 "las sem criar problemas."
22912332
2292 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2293 #, sh-format
2294 msgid "This package fail to install with wine 1.5.21 or better"
2295 msgstr "Este pacote irá falhar a instalação com o wine 1.5.21 ou superior."
2296
2297 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2333 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22982334 #, sh-format
22992335 msgid ""
23002336 "If you see error messages during DotNet 3.5 installation, you can ignore "
24252461 "VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito "
24262462 "antiga. Por favor, actualize."
24272463
2428 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2464 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2465 #: PlayOnLinux_Scripts/yWriter_5_:45
24292466 #, sh-format
24302467 msgid "Downloading..."
24312468 msgstr "A transferir..."
25432580 msgid "Microsoft fonts have been installed successfully."
25442581 msgstr "A fontes da Microsoft foram instaladas com sucesso."
25452582
2583 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2584 #, sh-format
2585 msgid ""
2586 "OSX users: If the screen flickers once the game is launched, try to press "
2587 "cmd + tab twice"
2588 msgstr ""
2589
25462590 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25472591 #, sh-format
25482592 msgid "Remove Game For Windows Live..."
25892633 "Para continuar, PlayOnLinux precisa de remontar a drive de CD-ROM com a "
25902634 "opção \"desocultar\"."
25912635
2592 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2636 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25932637 #, sh-format
25942638 msgid "Abort installation"
25952639 msgstr "Abortar a instalação"
26142658 msgid "The program needs access to ptrace() to proceed:"
26152659 msgstr "Este programa precisa de aceder ao ptrace() para continuar:"
26162660
2617 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2661 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
26182662 #, sh-format
26192663 msgid "User abort"
26202664 msgstr "Abortar manualmente"
26582702 msgstr ""
26592703 "Por favor, não execute $TITLE imediatamente após a instalação ter terminado."
26602704
2705 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2706 #, sh-format
2707 msgid "Extracting $TITLE"
2708 msgstr ""
2709
26612710 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26622711 #, sh-format
26632712 msgid ""
26642713 "Lorsque Wine demande installer le paquet \"Mono\", cliquer sur \"Annuler\""
26652714 msgstr ""
2715 "Assim que o Wine acabe de instalar o pacote \"Mono\", carregue em \"Anular\""
26662716
26672717 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59
26682718 #: PlayOnLinux_Scripts/photomatix3_:56
26692719 #, sh-format
26702720 msgid "$TITLE has been successfully installed."
2721 msgstr "$TITLE foi instalado com sucesso."
2722
2723 #: PlayOnLinux_Scripts/Poker_Stars_:37
2724 #, sh-format
2725 msgid "Error while installing. Downloaded file not found."
26712726 msgstr ""
26722727
26732728 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26772732
26782733 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26792734 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2735 #: PlayOnLinux_Scripts/Watchtower_library_:58
26802736 #, sh-format
26812737 msgid "Please wait while $TITLE is installed"
26822738 msgstr "Por favor, guarde enquanto $TITLE é instalado."
27142770 msgid "Please insert disk 3 into your disk drive\\nif not already done."
27152771 msgstr ""
27162772 "Por favor, insira o disco 3 na drive respectiva\\nse ainda não o tiver feito."
2773
2774 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2775 #, sh-format
2776 msgid ""
2777 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2778 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2779 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2780 "n\\nIf you have one of this two versions of this game, please give some "
2781 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2782 "n\\nThank you!"
2783 msgstr ""
2784
2785 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2786 #, sh-format
2787 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2788 msgstr ""
2789
2790 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2791 #, sh-format
2792 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2793 msgstr ""
2794
2795 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2796 #, sh-format
2797 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2798 msgstr ""
2799
2800 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2801 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2802 #, sh-format
2803 msgid "Select a version of installation disc:"
2804 msgstr ""
2805
2806 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2807 #, sh-format
2808 msgid "First Release (without addons)"
2809 msgstr ""
2810
2811 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2812 #, sh-format
2813 msgid "Gold Edition"
2814 msgstr ""
2815
2816 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2817 #, sh-format
2818 msgid "Platinum Edition"
2819 msgstr ""
2820
2821 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2822 #, sh-format
2823 msgid "What is your version of Railroad Tycoon II?"
2824 msgstr ""
2825
2826 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2827 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2828 #, sh-format
2829 msgid ""
2830 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2831 "desktop.\\n\\nThank you for using this installation script! :)"
2832 msgstr ""
27172833
27182834 #: PlayOnLinux_Scripts/Reaper_4_:30
27192835 #, sh-format
29013017 "${END_JP} seguido de ${YES_JP} (Y). Carregue em 'Seguite' para começar a "
29023018 "instalação."
29033019
3020 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
3021 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
3022 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
3023 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
3024 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
3025 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
3026 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
3027 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
3028 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
3029 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
3030 #, sh-format
3031 msgid ""
3032 "Close the visual novel when it appears to continue installation. Click Next "
3033 "to begin installation."
3034 msgstr ""
3035
3036 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
3037 #, sh-format
3038 msgid ""
3039 "An update patch was released on July 17th, 2013 to fix movie issues. This "
3040 "script will now install it. Click Next to continue."
3041 msgstr ""
3042
29043043 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
29053044 #, sh-format
29063045 msgid ""
29103049 "Se tiver um erro de rotinas quando iniciar o jogo, abra o terminal e "
29113050 "escreva:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
29123051
2913 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2914 #, sh-format
2915 msgid "Please locate installation program (Launcher.exe)"
2916 msgstr "Por favor, localize o instalador (Launcher.exe)"
2917
2918 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2919 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2920 #, sh-format
2921 msgid ""
2922 "When the launcher opens, click on the top button to open the installer. When "
2923 "a new window opens, click OK. When another window opens, click on the button "
2924 "with the letter N until it is installing. Wait until it is done and click "
2925 "the right button to quit. Click Next when you are done installing."
2926 msgstr ""
2927 "Quando o lançador abrir, carregue no botão no topo do instalador. Quando a "
2928 "janela seguinte abrir carregue em OK. Quando outra janela abrir, carregue no "
2929 "botão com a letra N até que tenha instalado. Aguarde até que esteja "
2930 "terminado e carregue no botão direito para sair. Carregue em 'Seguinte' "
2931 "quando terminar a instalação."
3052 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
3053 #, sh-format
3054 msgid "Please locate installation program in Data folder (Resonance.msi)"
3055 msgstr ""
29323056
29333057 #: PlayOnLinux_Scripts/Steam_:50
29343058 #, sh-format
29693093 "Instalar o Terraria no Steam. Inicie o Terraria quando o Steam tiver "
29703094 "instalado o jogo. O Steam instala em conjunto as rotinas XNA para o jogo. "
29713095 "Depois disso feche o Steam para o instalador continuar."
3096
3097 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3098 #, sh-format
3099 msgid "If youve the extentions, you should install Tribunal first !"
3100 msgstr ""
29723101
29733102 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
29743103 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
30893218 "nencontrados na documentação;\\nCarregue com o botão direito no icone do "
30903219 "jogo, \"Read the manual\" e veja as páginas 4-5."
30913220
3221 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3222 #, sh-format
3223 msgid "Please select the installation file to run."
3224 msgstr ""
3225
3226 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3227 #, sh-format
3228 msgid ""
3229 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3230 "your region.\\n 2. Leave only checked DirectX box."
3231 msgstr ""
3232
30923233 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30933234 #, sh-format
30943235 msgid ""
30973238 msgstr ""
30983239 "O jogo irá falhar o arranque até que defina "
30993240 "/proc/sys/kernel/yama/ptrace_scope para 0"
3241
3242 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3243 #, sh-format
3244 msgid "Other destination or other CD/DVD"
3245 msgstr ""
3246
3247 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3248 #, sh-format
3249 msgid "Retail CD"
3250 msgstr ""
3251
3252 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3253 #, sh-format
3254 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3255 msgstr ""
3256
3257 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3258 #, sh-format
3259 msgid "video fix"
3260 msgstr ""
31003261
31013262 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
31023263 #, sh-format
31883349 msgid "Donwload finished.\\nPatches installation will begin"
31893350 msgstr "Transferência terminada.\\nA instalação dos patches vai começar."
31903351
3352 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3353 #, sh-format
3354 msgid "We will download the installer"
3355 msgstr ""
3356
31913357 #: PlayOnLinux_Scripts/Toontown_Online_:17
31923358 #, sh-format
31933359 msgid ""
32323398 msgid "Do you want to browse $TITLE website?"
32333399 msgstr "Quer ver o website de $TITLE?"
32343400
3401 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3402 #, sh-format
3403 msgid ""
3404 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3405 "messenger, because it will won't work correctly."
3406 msgstr ""
3407
3408 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3409 #, sh-format
3410 msgid "Warning"
3411 msgstr ""
3412
32353413 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
32363414 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
32373415 #, sh-format
32423420 "A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se "
32433421 "quer correr corretamente $APPLICATION_TITLE."
32443422
3423 #: PlayOnLinux_Scripts/Watchtower_library_:49
3424 #, sh-format
3425 msgid "File Selection Error"
3426 msgstr ""
3427
3428 #: PlayOnLinux_Scripts/Watchtower_library_:49
3429 #, sh-format
3430 msgid ""
3431 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3432 msgstr ""
3433
32453434 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
32463435 #, sh-format
32473436 msgid ""
32603449 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
32613450 #, sh-format
32623451 msgid ""
3263 "Attention: After installation is complete, the patcher will load. Please "
3264 "close the patcher before logging in or finish updating to complete the "
3265 "installation. After this, you can run \"$TITLE\" when setup is done"
3266 msgstr ""
3267 "ATENÇÃO: Depois de ter terminado a instalação, o patcher iniciará. Por "
3268 "favor, feche o patcher antes de autenticar ou termine a actualização para "
3269 "acabar a instalação. Depois disso poderá correr $TITLE assim que o "
3270 "configurador tenha terminado."
3452 "Attention:After installation is complete, the patcher will load. After, go "
3453 "to the top right of the patcher and click the wrench, Then Un-check the box "
3454 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3455 "minuite. When finished with this, please close the patcher before logging in "
3456 "or finish updating to complete the installation. After this, you can run "
3457 "\"$TITLE\" when setup is done"
3458 msgstr ""
32713459
32723460 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32733461 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
33123500 msgstr ""
33133501 "Por favor insira a disco 5 do jogo na unidade\\nse ainda não inseriu."
33143502
3503 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3504 #, sh-format
3505 msgid "Which region version of World of Warplanes would you like to install?"
3506 msgstr ""
3507
3508 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3509 #, sh-format
3510 msgid ""
3511 "Attention:After installation is complete, the patcher will load. After, go "
3512 "to the top right of the patcher and click the wrench, Then Un-check the box "
3513 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3514 "minute. When finished with this, please close the patcher before logging in "
3515 "or finish updating to complete the installation. After this, you can run "
3516 "\"$TITLE\" when setup is done"
3517 msgstr ""
3518
33153519 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
33163520 #, sh-format
33173521 msgid ""
33663570 msgid "Please select the 32bit version of iTunes"
33673571 msgstr "Por favor, selecione a versão de 32 bits do iTunes"
33683572
3369 #: PlayOnLinux_Scripts/osu_:45
3573 #: PlayOnLinux_Scripts/osu_:46
33703574 #, sh-format
33713575 msgid ""
33723576 "Press next to start the updater. When the updater is finished, close it "
33783582 #: PlayOnLinux_Scripts/photomatix3_:40
33793583 #, sh-format
33803584 msgid "Please select the setup file to run :"
3381 msgstr ""
3585 msgstr "Por favor, seleccione o ficheiro de configuração a correr:"
33823586
33833587 #: PlayOnLinux_Scripts/rFactor_12_:30
33843588 #, sh-format
33923596 "pedido. /nTenha a certeza que define uma resolução de côr de 32-bit/n quanto "
33933597 "o configurador do rFactor aparecer."
33943598
3395 #: bash/bug_report:31
3599 #: bash/bug_report:32
33963600 #, sh-format
33973601 msgid "Report a bug"
33983602 msgstr "Reportar erro"
33993603
3400 #: bash/bug_report:36
3604 #: bash/bug_report:37
34013605 #, sh-format
34023606 msgid ""
34033607 "Please give the more details as you can, otherwise, it will be very "
34063610 "Por favor forneça o máximo de detalhes que possível, caso contrário será "
34073611 "difícil ajudar."
34083612
3409 #: bash/bug_report:36
3613 #: bash/bug_report:37
34103614 #, sh-format
34113615 msgid ""
34123616 "This wizard will help you to report a bug about an officially supported "
34143618 msgstr ""
34153619 "Este assistente ajuda a relatar erros de um programa suportado oficialmente."
34163620
3417 #: bash/bug_report:40
3621 #: bash/bug_report:41
34183622 #, sh-format
34193623 msgid ""
34203624 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
34233627 "A sua versão do $APPLICATION_TITLE não está actualizada.\\nDeve actualizar o "
34243628 "$APPLICATION_TITLE antes de enviar um relatório de erros.\\nObrigado."
34253629
3426 #: bash/bug_report:46
3630 #: bash/bug_report:47
34273631 #, sh-format
34283632 msgid "I have a problem with a software"
34293633 msgstr "Tive um problema com este software."
34303634
3431 #: bash/bug_report:46
3635 #: bash/bug_report:47
34323636 #, sh-format
34333637 msgid "My problem concerns $APPLICATION_TITLE itself"
34343638 msgstr "O meu problema é com o próprio $APPLICATION_TITLE."
34353639
3436 #: bash/bug_report:46
3640 #: bash/bug_report:47
34373641 #, sh-format
34383642 msgid "What kind of problem do you have?"
34393643 msgstr "Que tipo de problema teve?"
34403644
3441 #: bash/bug_report:50
3645 #: bash/bug_report:51
34423646 #, sh-format
34433647 msgid "Don't join any log file"
34443648 msgstr "Não anexar nenhum ficheiro de registo."
34453649
3446 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3650 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
34473651 #: bash/manual_install:120 bash/manual_install:219
34483652 #, sh-format
34493653 msgid "Manual installation"
34503654 msgstr "Instalação manual"
34513655
3452 #: bash/bug_report:54 bash/run_exe:24
3656 #: bash/bug_report:55 bash/run_exe:24
34533657 #, sh-format
34543658 msgid "Automatic installation"
34553659 msgstr "Instalação automática"
34563660
3457 #: bash/bug_report:65
3661 #: bash/bug_report:66
34583662 #, sh-format
34593663 msgid "Choose the log file corresponding to your software."
34603664 msgstr "Selecione o ficheiro de registo correspondente ao seu software."
34613665
3462 #: bash/bug_report:69
3666 #: bash/bug_report:70
34633667 #, sh-format
34643668 msgid "Please give a very short description (title, english only)"
34653669 msgstr "Por favor, de uma breve descrição (título, só em inglês)."
34663670
3467 #: bash/bug_report:72
3671 #: bash/bug_report:73
34683672 #, sh-format
34693673 msgid "Please explain your problem clearly (english only):"
34703674 msgstr "Por favor, explique o problema claramente (só em inglês)"
34713675
3472 #: bash/bug_report:76
3676 #: bash/bug_report:77
34733677 #, sh-format
34743678 msgid "Sorry, we need a detailed description."
34753679 msgstr "Desculpe mas precisamos de uma descrição detalhada."
34763680
3477 #: bash/bug_report:107
3681 #: bash/bug_report:108
34783682 #, sh-format
34793683 msgid ""
34803684 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
35223726 msgstr "Escolha um nome para a unidade virtual"
35233727
35243728 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3525 #: python/mainwindow.py:232
3729 #: python/mainwindow.py:234
35263730 #, sh-format
35273731 msgid "Run a local script"
35283732 msgstr "Executar um script local"
36523856 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
36533857 msgstr "$APPLICATION_TITLE está a criar uma unidade virtual para o Windows."
36543858
3655 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3859 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
36563860 #, sh-format
36573861 msgid "$APPLICATION_TITLE first use"
36583862 msgstr "Primeiro uso de $APPLICATION_TITLE."
36593863
3660 #: bash/first_use:240
3864 #: bash/first_use:242
36613865 #, sh-format
36623866 msgid "$APPLICATION_TITLE is going to finish its preparation"
36633867 msgstr "A preparação de $APPLICATION_TITLE vai terminar-"
36643868
3665 #: bash/first_use:240 bash/first_use:243
3869 #: bash/first_use:242 bash/first_use:245
36663870 #, sh-format
36673871 msgid "Please ensure you are connected to the internet."
36683872 msgstr "Por favor,certifique-se que está conectado à Internet."
36693873
3670 #: bash/first_use:243
3874 #: bash/first_use:245
36713875 #, sh-format
36723876 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
3673 msgstr "Parece que é a primeira vez que está a usar \t$APPLICATION_TITLE."
3674
3675 #: bash/first_use:243
3877 msgstr "Parece que é a primeira vez que está a usar o \t$APPLICATION_TITLE."
3878
3879 #: bash/first_use:245
36763880 #, sh-format
36773881 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36783882 msgstr "Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLE"
36793883
3680 #: bash/first_use:253
3884 #: bash/first_use:255
36813885 #, sh-format
36823886 msgid "Error while installing fonts"
36833887 msgstr "Erro durante a instalação das fontes"
36843888
3685 #: bash/first_use:271
3889 #: bash/first_use:273
36863890 #, sh-format
36873891 msgid "Enjoy using $APPLICATION_TITLE"
36883892 msgstr "Disfrute de $APPLICATION_TITLE !"
38024006 msgid "Use another version of Wine"
38034007 msgstr "Usar outra versão do Wine"
38044008
3805 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3806 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
4009 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
4010 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
38074011 #, sh-format
38084012 msgid "Configure Wine"
38094013 msgstr "Configurar o Wine"
38234027 msgid "What would you like to do before installation?"
38244028 msgstr "O que gostaria de fazer antes da instalação?"
38254029
3826 #: bash/manual_install:230 lib/scripts.lib:437
4030 #: bash/manual_install:231 lib/scripts.lib:438
38274031 #, sh-format
38284032 msgid "Please make your choice"
38294033 msgstr "Por favor, escolha"
38304034
3831 #: bash/manual_install:258
4035 #: bash/manual_install:259
38324036 #, sh-format
38334037 msgid "Looking for runnable CD-ROMs"
38344038 msgstr "A procurar por CD-ROMs executáveis"
38354039
3836 #: bash/manual_install:281
4040 #: bash/manual_install:282
38374041 #, sh-format
38384042 msgid "Select another file"
38394043 msgstr "Selecione outro ficheiro"
38404044
3841 #: bash/manual_install:289
4045 #: bash/manual_install:290
38424046 #, sh-format
38434047 msgid "Please choose a way to install your program"
38444048 msgstr "Por favor, escolha uma forma de instalar o programa"
38454049
3846 #: bash/manual_install:298
4050 #: bash/manual_install:299
38474051 #, sh-format
38484052 msgid "Please select the install file to run."
38494053 msgstr "Por favor, selecione o arquivo de instalação a executar."
38504054
3851 #: bash/manual_install:328
4055 #: bash/manual_install:329
38524056 #, sh-format
38534057 msgid "You must choose a file!"
38544058 msgstr "Tem de selecionar um ficheiro!"
38554059
3856 #: bash/manual_install:334
4060 #: bash/manual_install:335
38574061 #, sh-format
38584062 msgid "$APPLICATION_TITLE is installing your application..."
38594063 msgstr "$APPLICATION_TITLE está a instalar a aplicação..."
39314135 msgid "Extracting: "
39324136 msgstr "A extrair: "
39334137
3934 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4138 #: bash/playonlinux-pkg:111
39354139 #, sh-format
39364140 msgid "Running..."
39374141 msgstr "Em execução..."
39414145 msgid "Cleaning..."
39424146 msgstr "A limpar..."
39434147
3944 #: bash/playonlinux_online:32
3945 #, sh-format
3946 msgid ""
3947 "This is the list of the scripts you sent to us. You can run one of them"
3948 msgstr ""
3949 "Esta é a lista dos scripts que enviou para nós. Pode executar um deles"
3950
3951 #: bash/playonlinux_online:42
3952 #, sh-format
3953 msgid "You do not seems to have any personal script"
3954 msgstr "Não parece ter scripts pessoais"
3955
3956 #: bash/playonlinux_online:47
3957 #, sh-format
3958 msgid ""
3959 "If you have successfully installed a program with 'Install a non-listed\\"
3960 "nsoftware' button, it will allow you to add this program in our list"
3961 msgstr ""
3962 "Se instalou um programa com sucesso com o botão 'Instalar um\\nprograma não "
3963 "listado', poderá adicionar este programa na nossa lista"
3964
3965 #: bash/playonlinux_online:47
3966 #, sh-format
3967 msgid "This tools will allow you to help us :"
3968 msgstr "Estas ferramentas permitirão que nos possa ajudar:"
3969
3970 #: bash/playonlinux_online:47
3971 #, sh-format
3972 msgid ""
3973 "We're going to ask you some questions, please be as much accurate as\\"
3974 "npossible"
3975 msgstr ""
3976 "Vamos-lhe fazer algumas perguntas, por favor, seja tão preciso quanto "
3977 "possível!"
3978
3979 #: bash/playonlinux_online:55
3980 #, sh-format
3981 msgid "Choose the file corresponding to your program."
3982 msgstr "Selecione o ficheiro correspondente ao seu programa."
3983
3984 #: bash/playonlinux_online:59
3985 #, sh-format
3986 msgid "Does your program run?"
3987 msgstr "O seu programa é executado?"
3988
3989 #: bash/playonlinux_online:62
3990 #, sh-format
3991 msgid "What is the title of your program?"
3992 msgstr "Qual o título do seu programa?"
3993
3994 #: bash/playonlinux_online:64
3995 #, sh-format
3996 msgid "What is the editor of your program?"
3997 msgstr "Qual é o editor do seu programa?"
3998
3999 #: bash/playonlinux_online:66
4000 #, sh-format
4001 msgid "What is the editor website of your program?"
4002 msgstr "Qual é o website do editor do seu programa?"
4003
4004 #: bash/playonlinux_online:69 python/install.py:210
4005 #, sh-format
4006 msgid "Accessories"
4007 msgstr "Acessórios"
4008
4009 #: bash/playonlinux_online:69 python/install.py:211
4010 #, sh-format
4011 msgid "Development"
4012 msgstr "Desenvolvimento"
4013
4014 #: bash/playonlinux_online:69 python/install.py:212
4015 #, sh-format
4016 msgid "Education"
4017 msgstr "Educação"
4018
4019 #: bash/playonlinux_online:69 python/install.py:213
4020 #, sh-format
4021 msgid "Games"
4022 msgstr "Jogos"
4023
4024 #: bash/playonlinux_online:69 python/install.py:214
4025 #, sh-format
4026 msgid "Graphics"
4027 msgstr "Gráficos"
4028
4029 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
4030 #: python/options.py:384
4031 #, sh-format
4032 msgid "Internet"
4033 msgstr "Internet"
4034
4035 #: bash/playonlinux_online:69 python/install.py:216
4036 #, sh-format
4037 msgid "Multimedia"
4038 msgstr "Multimédia"
4039
4040 #: bash/playonlinux_online:69 python/install.py:217
4041 #, sh-format
4042 msgid "Office"
4043 msgstr "Produtividade"
4044
4045 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
4046 #, sh-format
4047 msgid "Other"
4048 msgstr "Outro(s)"
4049
4050 #: bash/playonlinux_online:69 python/install.py:219
4051 #, sh-format
4052 msgid "Patches"
4053 msgstr "Correcções (patches)"
4054
4055 #: bash/playonlinux_online:69
4056 #, sh-format
4057 msgid "Select a category for your program"
4058 msgstr "Selecione uma categoria para o seu programa"
4059
4060 #: bash/playonlinux_online:69 python/install.py:258
4061 #, sh-format
4062 msgid "Testing"
4063 msgstr "Em Teste"
4064
4065 #: bash/playonlinux_online:72
4066 #, sh-format
4067 msgid ""
4068 "What feature of your program does not work?\\nIf everything works, please "
4069 "mention it"
4070 msgstr ""
4071 "Que recurso do programa não funciona?\\nSe tudo funcionar, mencione-o por "
4072 "favor."
4073
4074 #: bash/playonlinux_online:74
4075 #, sh-format
4076 msgid "Write any change you made to wine configuration here:"
4077 msgstr "Escreva qualquer alteração feita à configuração do Wine aqui:"
4078
4079 #: bash/playonlinux_online:102
4080 #, sh-format
4081 msgid "You must be able to run this program!"
4082 msgstr "Deve ser capaz de executar esse programa!"
4083
4084 #: bash/playonlinux_online:107
4085 #, sh-format
4086 msgid "Run one of your personal scripts"
4087 msgstr "Execute um dos seus scripts pessoais"
4088
4089 #: bash/playonlinux_online:108
4090 #, sh-format
4091 msgid "Send to us a working script generated by manual installation"
4092 msgstr "Envie-nos um script funcional gerado pela instalação manual"
4093
4094 #: bash/playonlinux_online:109
4095 #, sh-format
4096 msgid "Logout"
4097 msgstr "Terminar Sessão"
4098
4099 #: bash/playonlinux_online:110
4100 #, sh-format
4101 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4102 msgstr "Está conectado a $APPLICATION_TITLE como $POL_LOGIN"
4103
4104 #: bash/playonlinux_online:124
4105 #, sh-format
4106 msgid ""
4107 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4108 "safely close this window"
4109 msgstr ""
4110 "Foi desconectado com sucesso de $APPLICATION_TITLE\\nPode fechar essa janela "
4111 "com segurança."
4112
4113 #: bash/polconfigurator:33
4148 #: bash/polconfigurator:34
41144149 #, sh-format
41154150 msgid "Killing programs in the virtual drive..."
41164151 msgstr "A forçar o encerramento dos programas na unidade virtual..."
41174152
4118 #: bash/polconfigurator:79
4153 #: bash/polconfigurator:86
41194154 #, sh-format
41204155 msgid "Icon selection"
41214156 msgstr "Seleção de ícone"
41224157
4123 #: bash/polconfigurator:79
4158 #: bash/polconfigurator:86
41244159 #, sh-format
41254160 msgid "Please select an icon file"
41264161 msgstr "Por favor, selecione um ficheiro de ícone"
41274162
4128 #: bash/polconfigurator:86
4163 #: bash/polconfigurator:93
41294164 #, sh-format
41304165 msgid "Bad file extension"
41314166 msgstr "Extensão do ficheiro inválida"
41324167
4133 #: bash/polconfigurator:86
4168 #: bash/polconfigurator:93
41344169 #, sh-format
41354170 msgid "is not an icon extension"
41364171 msgstr "não é uma extensão de ícone"
41374172
4138 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4139 #: python/mainwindow.py:621
4173 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4174 #: python/mainwindow.py:619
41404175 #, sh-format
41414176 msgid "Registry Editor"
41424177 msgstr "Editor do registo"
41434178
4144 #: bash/polconfigurator:97
4179 #: bash/polconfigurator:104
41454180 #, sh-format
41464181 msgid "Kill all prefix processes"
41474182 msgstr "Encerrar todos os processos prefixos"
41484183
4149 #: bash/polconfigurator:98
4184 #: bash/polconfigurator:105
41504185 #, sh-format
41514186 msgid "Update wineprefix"
41524187 msgstr "Actualizar wineprefix"
41534188
4154 #: bash/polconfigurator:99
4189 #: bash/polconfigurator:106
41554190 #, sh-format
41564191 msgid "Simulate Windows reboot"
41574192 msgstr "Simular a reincialização do Windows"
41584193
4159 #: bash/polconfigurator:100
4194 #: bash/polconfigurator:107
41604195 #, sh-format
41614196 msgid "Use Advanced Wine Configuration plugin"
4162 msgstr "Usar plug-in de configuração avançada do Wine"
4163
4164 #: bash/polconfigurator:101
4197 msgstr "Usar extensão de configuração avançada do Wine"
4198
4199 #: bash/polconfigurator:108
41654200 #, sh-format
41664201 msgid "Use PlayOnLinux's configurator for"
41674202 msgstr "Usar configurador do PlayOnLinux para"
41684203
4169 #: bash/polconfigurator:103
4204 #: bash/polconfigurator:110
41704205 #, sh-format
41714206 msgid "Change the icon"
41724207 msgstr "Alterar o ícone"
41734208
4174 #: bash/polconfigurator:104
4209 #: bash/polconfigurator:111
41754210 #, sh-format
41764211 msgid "Use WineTricks"
41774212 msgstr "Usar o WineTricks"
41784213
4179 #: bash/polconfigurator:123
4214 #: bash/polconfigurator:130
41804215 #, sh-format
41814216 msgid "Please choose an action to perform"
41824217 msgstr "Por favor, escolha uma acção a realizar"
42324267 msgid "Please choose a CD-ROM to eject"
42334268 msgstr "Por favor, escolha um CD-ROM para ejectar"
42344269
4235 #: bash/run_app:83
4270 #: bash/run_app:85
42364271 #, sh-format
42374272 msgid "Please choose a software to run"
42384273 msgstr "Por favor, escolha um programa para executar"
42394274
4240 #: bash/run_app:114
4275 #: bash/run_app:116
42414276 #, sh-format
42424277 msgid "$APPLICATION_TITLE debugger is starting..."
42434278 msgstr "Depurador de $APPLICATION_TITLE está a ser iniciado..."
42444279
4245 #: bash/run_app:117
4280 #: bash/run_app:119
42464281 #, sh-format
42474282 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
42484283 msgstr ""
42494284 "$PACKAGE bloqueou.\\nCarregue na ligação de depuramento para mais detalhes."
42504285
4251 #: bash/run_app:119
4286 #: bash/run_app:121
42524287 #, sh-format
42534288 msgid "$PACKAGE crashed."
42544289 msgstr "$PACKAGE bloqueou."
43104345 "configurações antigas?"
43114346
43124347 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4313 #: lib/playonlinux.lib:717
4348 #: lib/playonlinux.lib:720
43144349 #, sh-format
43154350 msgid "$APPLICATION_TITLE Uninstaller"
43164351 msgstr "Desinstalador de $APPLICATION_TITLE"
43304365 msgid "This wizard will help you to uninstall: "
43314366 msgstr "Este assistente irá ajudá-lo a desinstalar: "
43324367
4333 #: bash/uninstall:65 lib/playonlinux.lib:717
4368 #: bash/uninstall:65 lib/playonlinux.lib:720
43344369 #, sh-format
43354370 msgid "Uninstalling..."
43364371 msgstr "A desinstalar..."
43984433 "processo de instalação.\\nVisite www.$POL_DNS para mais informações."
43994434
44004435 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4401 #: lib/wine.lib:955 lib/wine.lib:1036
4436 #: lib/wine.lib:970 lib/wine.lib:1051
44024437 #, sh-format
44034438 msgid "Please wait while the virtual drive is being created..."
44044439 msgstr "Por favor, aguarde enquanto a unidade virtual está a ser criada..."
44154450 msgid "Setting Program Files var"
44164451 msgstr "A configurar as variáveis para os ficheiros dos programas"
44174452
4418 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4419 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4453 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4454 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
44204455 #, sh-format
44214456 msgid "This function is disabled in the PlayOnlinux environment."
44224457 msgstr "A função está desabilitada no ambiente PlayOnLinux."
44234458
4424 #: lib/playonlinux.lib:334
4459 #: lib/playonlinux.lib:336
44254460 #, sh-format
44264461 msgid ""
44274462 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44324467 "n\\nPlayOnLinux não aprovou esse script e não será responsável pelo seu "
44334468 "uso.\\nPor favor, certifique-se que sabe o que está fazer!"
44344469
4435 #: lib/playonlinux.lib:335
4470 #: lib/playonlinux.lib:337
44364471 #, sh-format
44374472 msgid "Here the source code of the script. Check it carefully"
44384473 msgstr "Aqui está o código fonte do script. Verifique-o cuidadosamente."
44394474
4440 #: lib/playonlinux.lib:357
4475 #: lib/playonlinux.lib:359
44414476 #, sh-format
44424477 msgid ""
44434478 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
44484483 "n\\n$APPLICATION_TITLE não aprovou este script e não será responsável por "
44494484 "ele.\\nPor favor, certifique-se que sabe o que está a fazer!"
44504485
4451 #: lib/playonlinux.lib:358
4486 #: lib/playonlinux.lib:360
44524487 #, sh-format
44534488 msgid "External library"
44544489 msgstr "Biblioteca externa"
44554490
4456 #: lib/playonlinux.lib:358
4491 #: lib/playonlinux.lib:360
44574492 #, sh-format
44584493 msgid "Here the source code of the script. Check it carrefully"
44594494 msgstr "Aqui está o código fonte do script. Verifique-o cuidadosamente."
44604495
4461 #: lib/playonlinux.lib:591
4496 #: lib/playonlinux.lib:593
44624497 #, sh-format
44634498 msgid "Making shortcut..."
44644499 msgstr "A criar o atalho..."
44654500
4466 #: lib/playonlinux.lib:715
4501 #: lib/playonlinux.lib:718
44674502 #, sh-format
44684503 msgid "Do you want to delete the virtual drive:"
44694504 msgstr "Quer excluír a unidade virtual:"
44704505
4471 #: lib/playonlinux.lib:826
4506 #: lib/playonlinux.lib:831
44724507 #, sh-format
44734508 msgid ""
44744509 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44774512 "O seguinte ficheiro está localizado numa partição FAT32.\\nIsso pode impedir "
44784513 "que o Wine funcione\\n\\n$FilePath"
44794514
4480 #: lib/playonlinux.lib:827
4515 #: lib/playonlinux.lib:832
44814516 #, sh-format
44824517 msgid ""
44834518 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44864521 "O seguinte ficheiro está localizado numa partição NTFS.\\nIsso pode impedir "
44874522 "que o Wine funcione\\n\\n$FilePath"
44884523
4489 #: lib/playonlinux.lib:828
4524 #: lib/playonlinux.lib:833
44904525 #, sh-format
44914526 msgid ""
44924527 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44954530 "O seguinte arquivo está localizado numa partição FUSE.\\nIsso pode impedir "
44964531 "que o Wine funcione\\n\\n$FilePath"
44974532
4498 #: lib/playonlinux.lib:829
4533 #: lib/playonlinux.lib:834
44994534 #, sh-format
45004535 msgid ""
45014536 "The following file is located on a noexec mounted filesystem.\\nIt might "
45044539 "O seguinte arquivo está localizado numa partição montada noexec.\\nIsso pode "
45054540 "impedir que o Wine funcione\\n\\n$FilePath"
45064541
4507 #: lib/plugins.lib:65
4542 #: lib/plugins.lib:66
45084543 #, sh-format
45094544 msgid "Checking plugin: "
4510 msgstr "A verificar plug-in: "
4511
4512 #: lib/plugins.lib:93
4545 msgstr "A verificar extensão: "
4546
4547 #: lib/plugins.lib:94
45134548 #, sh-format
45144549 msgid "New: "
45154550 msgstr "Novo: "
45164551
4517 #: lib/plugins.lib:93
4552 #: lib/plugins.lib:94
45184553 #, sh-format
45194554 msgid "Updating plugin. Previous: "
4520 msgstr "A actualizar o plug-in. Anterior: "
4521
4522 #: lib/plugins.lib:112
4555 msgstr "A actualizar a extensão. Anterior: "
4556
4557 #: lib/plugins.lib:113
45234558 #, sh-format
45244559 msgid "Installing plugin: "
4525 msgstr "A instalar o plug-in: "
4560 msgstr "A instalar a extensão: "
45264561
45274562 #: lib/scripts.lib:336
45284563 #, sh-format
45364571 #: lib/scripts.lib:400
45374572 #, sh-format
45384573 msgid "Function override detected, disabling bug reporting"
4539 msgstr ""
4540
4541 #: lib/scripts.lib:499 lib/scripts.lib:565
4574 msgstr "Detectado passagem de funções. Desactive o relatório de bugs."
4575
4576 #: lib/scripts.lib:500 lib/scripts.lib:566
45424577 #, sh-format
45434578 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
45444579 msgstr ""
45454580 "Sem espaço suficiente para a transferência :\\n$URL ($neededSpace KB)"
45464581
4547 #: lib/scripts.lib:501 lib/scripts.lib:784
4582 #: lib/scripts.lib:502 lib/scripts.lib:785
45484583 #, sh-format
45494584 msgid "Please wait while $APPLICATION_TITLE is downloading:"
45504585 msgstr "Por favor, aguarde enquanto $APPLICATION_TITLE descarrega:"
45514586
4552 #: lib/scripts.lib:503 lib/scripts.lib:570
4587 #: lib/scripts.lib:504 lib/scripts.lib:571
45534588 #, sh-format
45544589 msgid "An error happened during download."
45554590 msgstr "Ocorreu um erro durante a transferência."
45564591
4557 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4558 #: lib/scripts.lib:586
4592 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4593 #: lib/scripts.lib:587
45594594 #, sh-format
45604595 msgid "Do you want to retry?"
45614596 msgstr "Deseja repetir?"
45624597
4563 #: lib/scripts.lib:522 lib/scripts.lib:586
4598 #: lib/scripts.lib:523 lib/scripts.lib:587
45644599 #, sh-format
45654600 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
45664601 msgstr ""
45674602 "Erro! Incompatibilidade de ficheiros\\n\\nLocal : $LOCAL_MD5\\nServidor : "
45684603 "$SERVER_MD5"
45694604
4570 #: lib/scripts.lib:689
4605 #: lib/scripts.lib:690
45714606 #, sh-format
45724607 msgid ""
45734608 "7z not installed, please check that you have 7zip installed and try again"
45744609 msgstr ""
45754610 "7z não está instalado, verifique se tem instalado o 7zip e tente novamente."
45764611
4577 #: lib/scripts.lib:696
4612 #: lib/scripts.lib:697
45784613 #, sh-format
45794614 msgid "Failed to locate ${dest} from ${archive}"
45804615 msgstr "Falha ao localizar ${dest} de ${archive}"
45814616
4582 #: lib/scripts.lib:700
4617 #: lib/scripts.lib:701
45834618 #, sh-format
45844619 msgid "Extracting ${filename} from ${archivename}"
45854620 msgstr "A extrair ${filename} de ${archivename}"
45864621
4587 #: lib/scripts.lib:715
4622 #: lib/scripts.lib:716
45884623 #, sh-format
45894624 msgid "Extracted file size does not match!"
45904625 msgstr "Tamanho do arquivo extraído não corresponde!"
45914626
4592 #: lib/scripts.lib:746
4627 #: lib/scripts.lib:747
45934628 #, sh-format
45944629 msgid "Copying ${filename}"
45954630 msgstr "A copiar ${filename}"
45964631
4597 #: lib/scripts.lib:759
4632 #: lib/scripts.lib:760
45984633 #, sh-format
45994634 msgid "File size does not match!"
46004635 msgstr "Tamanho do arquivo não corresponde!"
46014636
4602 #: lib/scripts.lib:903
4637 #: lib/scripts.lib:904
46034638 #, sh-format
46044639 msgid ""
46054640 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
46084643 "Desculpe, $APPLICATION_TITLE $VERSION é demasiado antigo para continuar.\\nÉ "
46094644 "necessário $APPLICATION_TITLE $NEEDED."
46104645
4611 #: lib/scripts.lib:918
4646 #: lib/scripts.lib:919
46124647 #, sh-format
46134648 msgid ""
46144649 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
46174652 "AVISO: A execução de $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
46184653 "$NEEDED é recomendada para continuar."
46194654
4620 #: lib/scripts.lib:949
4655 #: lib/scripts.lib:950
46214656 #, sh-format
46224657 msgid "$AUTHOR profile"
46234658 msgstr "Perfil de $AUTHOR"
46664701 "Um ou mais programa(s) estão em falta. Por favor, instale-o(s) e execute o "
46674702 "script novamente."
46684703
4669 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4704 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46704705 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46714706 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46724707 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46784713 #, sh-format
46794714 msgid "Where is mounted your CD-ROM?"
46804715 msgstr "Onde está o CD-ROM montado?"
4716
4717 #: lib/setupwindow.lib:349 python/install.py:218
4718 #, sh-format
4719 msgid "Other"
4720 msgstr "Outro(s)"
46814721
46824722 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46834723 #, sh-format
48064846 msgid "I don't want to make another shortcut"
48074847 msgstr "Não quero criar outro atalho"
48084848
4809 #: lib/setupwindow.lib:711 python/guiv3.py:158
4849 #: lib/setupwindow.lib:711 python/guiv3.py:163
48104850 #, sh-format
48114851 msgid "Browse"
48124852 msgstr "Navegar"
4853
4854 #: lib/setupwindow.lib:739
4855 #, sh-format
4856 msgid "A shortcut by that name already exists, overwrite?"
4857 msgstr ""
48134858
48144859 #: lib/website.lib:29
48154860 #, sh-format
48284873 "valid."
48294874 msgstr "Falha ao conectar!\\nVerifique se seu login e senha são válidos."
48304875
4831 #: lib/wine.lib:367
4876 #: lib/wine.lib:371
48324877 #, sh-format
48334878 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
48344879 msgstr ""
48354880 "Por favor, aguarde enquanto $APPLICATION_TITLE analisa o seu equipamento."
48364881
4837 #: lib/wine.lib:373
4882 #: lib/wine.lib:377
48384883 #, sh-format
48394884 msgid "Select the main videocard to report:"
48404885 msgstr "Seleccione a placa de video pricipal a reportar:"
48414886
4842 #: lib/wine.lib:538 lib/wine.lib:703
4887 #: lib/wine.lib:549 lib/wine.lib:714
48434888 #, sh-format
48444889 msgid ""
48454890 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
48484893 "O Wine parece ter deixado de funcionar\\n\\nSe o programa ainda está a ser "
48494894 "executado, ignore esta mensagem."
48504895
4851 #: lib/wine.lib:763
4896 #: lib/wine.lib:775
48524897 #, sh-format
48534898 msgid "Unable to find version: "
48544899 msgstr "Não foi possível determinar a versão: "
48554900
4856 #: lib/wine.lib:769 lib/wine.lib:770
4901 #: lib/wine.lib:781 lib/wine.lib:782
48574902 #, sh-format
48584903 msgid "Downloading Wine: "
48594904 msgstr "A transferir o Wine: "
48604905
4861 #: lib/wine.lib:779
4906 #: lib/wine.lib:791
48624907 #, sh-format
48634908 msgid "The download seems to have failed."
48644909 msgstr "A transferência parece ter falhado."
48654910
4866 #: lib/wine.lib:781
4911 #: lib/wine.lib:793
48674912 #, sh-format
48684913 msgid "Extracting Wine..."
48694914 msgstr "A extrair o Wine..."
48704915
4871 #: lib/wine.lib:961
4916 #: lib/wine.lib:976
48724917 #, sh-format
48734918 msgid "Overwrite (usually works, no guarantee)"
48744919 msgstr "Escrever por cima (por norma funciona, mas não é garantido)"
48754920
4876 #: lib/wine.lib:962
4921 #: lib/wine.lib:977
48774922 #, sh-format
48784923 msgid "Erase (virtual drive content will be lost)"
48794924 msgstr "Apagar (os conteúdos da unidade virtual serão perdidos)"
48804925
4881 #: lib/wine.lib:976
4926 #: lib/wine.lib:991
48824927 #, sh-format
48834928 msgid "The target virtual drive $PREFNAME already exists:"
48844929 msgstr "A unidade virtual destino $PREFNAME já existe:"
48854930
4886 #: lib/wine.lib:1156 lib/wine.lib:1186
4931 #: lib/wine.lib:1171 lib/wine.lib:1201
48874932 #, sh-format
48884933 msgid "Please wait while $SOFTNAME is installed..."
48894934 msgstr "Por favor, aguarde enquanto $SOFTNAME é instalado..."
48904935
4891 #: lib/wine.lib:1160 lib/wine.lib:1189
4936 #: lib/wine.lib:1175 lib/wine.lib:1204
48924937 #, sh-format
48934938 msgid ""
48944939 "Be careful! This will kill install process. If it is not finished, you will "
48974942 "Tenha cuidado! Isso vai forçar o encerramento do processo de instalação. Se "
48984943 "não estiver terminado, precisará de reinstalar $SOFTNAME."
48994944
4900 #: lib/wine.lib:1160 lib/wine.lib:1189
4945 #: lib/wine.lib:1175 lib/wine.lib:1204
49014946 #, sh-format
49024947 msgid "Install is done"
49034948 msgstr "Instalação terminada"
49044949
4905 #: lib/wine.lib:1193 lib/wine.lib:1194
4950 #: lib/wine.lib:1208 lib/wine.lib:1209
49064951 #, sh-format
49074952 msgid "Press next only when the installation process is finished"
49084953 msgstr ""
49094954 "Carregue em \"Seguinte\" somente quando o processo de instalação estiver "
49104955 "terminada."
49114956
4912 #: lib/wine.lib:1202
4957 #: lib/wine.lib:1217
49134958 #, sh-format
49144959 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
49154960 msgstr ""
49304975 "Para desinstalar um programa de forma limpa com {0}, deve apagar a unidade "
49314976 "virtual associada."
49324977
4933 #: python/configure.py:197 python/configure.py:694
4978 #: python/configure.py:196 python/configure.py:703
49344979 msgid "General"
49354980 msgstr "Geral"
49364981
4937 #: python/configure.py:200
4982 #: python/configure.py:199
49384983 msgid "Make a new shortcut from this virtual drive"
49394984 msgstr "Criar um atalho para esta unidade virtual"
49404985
4941 #: python/configure.py:201
4986 #: python/configure.py:200
49424987 msgid "Name"
49434988 msgstr "Nome"
49444989
4945 #: python/configure.py:202
4990 #: python/configure.py:201
49464991 msgid "Wine version"
49474992 msgstr "Versão do Wine"
49484993
4949 #: python/configure.py:203
4994 #: python/configure.py:202
49504995 msgid "Debug flags"
49514996 msgstr "Marcas de depuração"
49524997
4953 #: python/configure.py:205
4998 #: python/configure.py:204
49544999 msgid "Virtual drive"
49555000 msgstr "Unidade Virtual"
49565001
4957 #: python/configure.py:207
5002 #: python/configure.py:206
49585003 msgid "Arguments"
49595004 msgstr "Argumentos"
49605005
4961 #: python/configure.py:211
5006 #: python/configure.py:210
49625007 msgid "Run configuration wizard"
49635008 msgstr "Correr o assistente de configuração"
49645009
4965 #: python/configure.py:248
5010 #: python/configure.py:247
49665011 msgid "Windows reboot"
49675012 msgstr "Reiniciar o Windows"
49685013
4969 #: python/configure.py:256
5014 #: python/configure.py:255
49705015 msgid "Repair virtual drive"
49715016 msgstr "Reparar a unidade virtual"
49725017
4973 #: python/configure.py:265
5018 #: python/configure.py:264
49745019 msgid "Command prompt"
49755020 msgstr "Linha de comandos"
49765021
4977 #: python/configure.py:272
5022 #: python/configure.py:271
49785023 msgid "Task manager"
49795024 msgstr "Gestor de Tarefas"
49805025
4981 #: python/configure.py:280
5026 #: python/configure.py:279
49825027 msgid "Kill processes"
49835028 msgstr "Encerrar processo"
49845029
4985 #: python/configure.py:287
5030 #: python/configure.py:286
49865031 msgid "Wine uninstaller"
49875032 msgstr "Desinstalador do Wine"
49885033
4989 #: python/configure.py:312
5034 #: python/configure.py:311
49905035 msgid ""
49915036 "Be careful! Installing one of these components can break your virtual drive."
49925037 msgstr ""
49935038 "Tenha cuidado! A instalação de um destes componentes pode estragar a sua "
49945039 "unidade virtual."
49955040
4996 #: python/configure.py:334 python/install.py:285 python/install.py:289
4997 #: python/mainwindow.py:197 python/mainwindow.py:350
5041 #: python/configure.py:333 python/install.py:285 python/install.py:289
5042 #: python/mainwindow.py:199 python/mainwindow.py:348
49985043 msgid "Install"
49995044 msgstr "Instalar"
50005045
5001 #: python/configure.py:395
5046 #: python/configure.py:388
50025047 msgid "Open program's directory"
50035048 msgstr "Abrir o diretório do programa"
50045049
5005 #: python/configure.py:418
5050 #: python/configure.py:411
50065051 msgid "Open virtual drive's directory"
50075052 msgstr "Abrir o diretório da unidade virtual"
50085053
5009 #: python/configure.py:560
5054 #: python/configure.py:555
50105055 msgid "GLSL Support"
50115056 msgstr "Suporte GLSL"
50125057
5013 #: python/configure.py:561
5058 #: python/configure.py:556
50145059 msgid "Direct Draw Renderer"
50155060 msgstr "Renderizador DirectDraw"
50165061
5017 #: python/configure.py:562
5062 #: python/configure.py:557
50185063 msgid "Video memory size"
50195064 msgstr "Tamanho da Memória Gráfica"
50205065
5021 #: python/configure.py:563
5066 #: python/configure.py:558
50225067 msgid "Offscreen rendering mode"
50235068 msgstr "Mode de Renderização Offscreen"
50245069
5025 #: python/configure.py:564
5070 #: python/configure.py:559
50265071 msgid "Render target mode lock"
50275072 msgstr "Bloquear o Modo do Renderizador Destino"
50285073
5029 #: python/configure.py:565
5074 #: python/configure.py:560
50305075 msgid "Multisampling"
50315076 msgstr "Multisampling"
50325077
5033 #: python/configure.py:566
5078 #: python/configure.py:561
50345079 msgid "Strict Draw Ordering"
50355080 msgstr "Ordenação de Desenho Estrita"
50365081
5037 #: python/configure.py:576
5082 #: python/configure.py:571
50385083 msgid "Mouse warp override"
50395084 msgstr "Ignorar Fuga do Rato"
50405085
5041 #: python/configure.py:578
5086 #: python/configure.py:573
50425087 msgid "Open a shell"
50435088 msgstr "Abrir na \"shell\""
50445089
5045 #: python/configure.py:579
5090 #: python/configure.py:574
50465091 msgid "Run a .exe file in this virtual drive"
50475092 msgstr "Correr o executável na unidade virtual"
50485093
5049 #: python/configure.py:580
5094 #: python/configure.py:575
50505095 msgid "Command to exec before running the program"
50515096 msgstr "Comondo de execução antes de correr o programa"
50525097
5053 #: python/configure.py:591
5098 #: python/configure.py:585
5099 msgid ""
5100 "Warning:\n"
5101 "\n"
5102 "Any program still running in this virtual drive will be terminated before "
5103 "Wine version is changed.\n"
5104 "Are you sure you want to continue?"
5105 msgstr ""
5106
5107 #: python/configure.py:596
50545108 msgid ""
50555109 "Be careful!\n"
50565110 "If you change "
50585112 "Tenha cuidado!\n"
50595113 "Se mudar "
50605114
5061 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5115 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
50625116 msgid "{0} configuration"
50635117 msgstr "Configuração {0}"
50645118
5065 #: python/configure.py:659
5119 #: python/configure.py:664
50665120 msgid "Please select a program or a virtual drive to configure"
50675121 msgstr "Escolha o programa ou a unidade virtual a configurar"
50685122
5069 #: python/configure.py:677 python/options.py:280
5123 #: python/configure.py:683 python/configure.py:686 python/options.py:280
50705124 msgid "New"
50715125 msgstr "Novo"
50725126
5073 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
5074 #: python/mainwindow.py:596 python/options.py:207
5127 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5128 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
50755129 msgid "Remove"
50765130 msgstr "Remover"
50775131
5078 #: python/configure.py:696
5132 #: python/configure.py:705
50795133 msgid "Install components"
50805134 msgstr "Instalar componentes"
50815135
5082 #: python/configure.py:697 python/mainwindow.py:332
5136 #: python/configure.py:706 python/mainwindow.py:330
50835137 msgid "Display"
50845138 msgstr "Mostrar"
50855139
5086 #: python/configure.py:698
5140 #: python/configure.py:707
50875141 msgid "Miscellaneous"
50885142 msgstr "Diversos"
50895143
5090 #: python/configure.py:726
5144 #: python/configure.py:735
50915145 msgid "This virtual drive is protected"
50925146 msgstr "Esta unidade virtual está protegida"
50935147
5094 #: python/configure.py:728
5148 #: python/configure.py:737
50955149 msgid "Are you sure you want to delete {0} virtual drive ?"
50965150 msgstr "Tem a certeza que pretende apagar a unidade virtual {0}?"
50975151
5098 #: python/configure.py:735
5152 #: python/configure.py:744
50995153 msgid "Are you sure you want to delete {0} ?"
51005154 msgstr "Tem a certeza que pretende apagar {0}?"
51015155
5102 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5103 #: python/mainwindow.py:997
5156 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5157 #: python/mainwindow.py:995
51045158 msgid "{0} debugger"
51055159 msgstr "Depurador {0}"
51065160
51085162 msgid "Please select a debug file"
51095163 msgstr "Por favor, escolha o ficheiro de depuração"
51105164
5111 #: python/debug.py:76
5165 #: python/debug.py:78
51125166 msgid "Locate this logfile"
51135167 msgstr "Procure este ficheiro de registo"
51145168
5115 #: python/debug.py:99
5169 #: python/debug.py:101
51165170 msgid "The file is named : {0}"
51175171 msgstr "O nome do ficheiro é: {0}"
51185172
5119 #: python/debug.py:153 python/debug.py:207
5173 #: python/debug.py:189 python/debug.py:245
51205174 msgid "Virtual drives"
51215175 msgstr "Unidades Virtuais"
51225176
5123 #: python/debug.py:184
5177 #: python/debug.py:222
51245178 msgid "Report a problem about {0}"
51255179 msgstr "Relate um erro do {0}"
51265180
5127 #: python/debug.py:206
5181 #: python/debug.py:244
51285182 msgid "Install scripts"
51295183 msgstr "Instalar \"scripts\""
51305184
51495203 msgid "Next"
51505204 msgstr "Seguinte"
51515205
5152 #: python/guiv3.py:166
5206 #: python/guiv3.py:171
51535207 msgid "I Agree"
51545208 msgstr "Eu aceito"
51555209
5156 #: python/guiv3.py:167
5210 #: python/guiv3.py:172
51575211 msgid "Show virtual drives"
51585212 msgstr "Mostrar unidades virtuais"
51595213
5160 #: python/guiv3.py:188
5214 #: python/guiv3.py:193
51615215 msgid "Login: "
51625216 msgstr "Nome de Utilizador: "
51635217
5164 #: python/guiv3.py:189
5218 #: python/guiv3.py:194
51655219 msgid "Password: "
51665220 msgstr "Palavra-passe: "
51675221
5168 #: python/guiv3.py:192
5222 #: python/guiv3.py:197
51695223 msgid "Register"
51705224 msgstr "Registar"
51715225
5172 #: python/guiv3.py:288
5226 #: python/guiv3.py:302
51735227 msgid "MB downloaded"
51745228 msgstr "MB descarregados"
51755229
5176 #: python/guiv3.py:288
5230 #: python/guiv3.py:302
51775231 msgid "of"
51785232 msgstr "de"
51795233
5180 #: python/guiv3.py:749
5234 #: python/guiv3.py:769
51815235 msgid "You cannot close this window"
51825236 msgstr "Não pode fechar esta janela"
51835237
51855239 msgid "No description"
51865240 msgstr "Sem descrição"
51875241
5188 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5242 #: python/install.py:210
5243 msgid "Accessories"
5244 msgstr "Acessórios"
5245
5246 #: python/install.py:211
5247 msgid "Development"
5248 msgstr "Desenvolvimento"
5249
5250 #: python/install.py:212
5251 msgid "Education"
5252 msgstr "Educação"
5253
5254 #: python/install.py:213
5255 msgid "Games"
5256 msgstr "Jogos"
5257
5258 #: python/install.py:214
5259 msgid "Graphics"
5260 msgstr "Gráficos"
5261
5262 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5263 msgid "Internet"
5264 msgstr "Internet"
5265
5266 #: python/install.py:216
5267 msgid "Multimedia"
5268 msgstr "Multimédia"
5269
5270 #: python/install.py:217
5271 msgid "Office"
5272 msgstr "Produtividade"
5273
5274 #: python/install.py:219
5275 msgid "Patches"
5276 msgstr "Correcções (patches)"
5277
5278 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51895279 msgid "Search"
51905280 msgstr "Procurar"
51915281
51925282 #: python/install.py:252
51935283 msgid "Include:"
51945284 msgstr "Incluír:"
5285
5286 #: python/install.py:258
5287 msgid "Testing"
5288 msgstr "Em Teste"
51955289
51965290 #: python/install.py:263
51975291 msgid "No-cd needed"
52635357 "A única forma de contornar é utilizar um patch \"No-CD\", mas dado que estes "
52645358 "podem ser usados para pirataria não daremos suporte neste assunto."
52655359
5266 #: python/irc.py:137
5360 #: python/irc.py:139
52675361 msgid "Send"
52685362 msgstr "Enviar"
52695363
5270 #: python/irc.py:138
5364 #: python/irc.py:140
52715365 msgid "Connect"
52725366 msgstr "Conectar"
52735367
5274 #: python/irc.py:139
5368 #: python/irc.py:141
52755369 msgid "Disconnect"
52765370 msgstr "Desconectar"
52775371
5278 #: python/irc.py:140
5372 #: python/irc.py:142
52795373 msgid "Leave"
52805374 msgstr "Sair"
52815375
5282 #: python/irc.py:227
5376 #: python/irc.py:229
52835377 msgid "Join a channel"
52845378 msgstr "Entrar num canal"
52855379
5286 #: python/irc.py:257 python/mainwindow.py:725
5380 #: python/irc.py:259 python/mainwindow.py:723
52875381 msgid "Messenger"
52885382 msgstr "Mensageiro"
52895383
5290 #: python/irc.py:273
5384 #: python/irc.py:275
52915385 msgid ""
52925386 "If you close this window, you cannot read further replies. Are you sure that "
52935387 "you want to close it?"
53145408 msgid "{0} error"
53155409 msgstr "Erro {0}."
53165410
5317 #: python/mainwindow.py:73
5411 #: python/mainwindow.py:75
53185412 msgid "{0} website is unavailable. Please check your connection"
53195413 msgstr "{0} não está disponível. Verifique a sua ligação."
53205414
5321 #: python/mainwindow.py:75
5415 #: python/mainwindow.py:77
53225416 msgid "Refreshing {0}"
53235417 msgstr "A actualizar {0}"
53245418
5325 #: python/mainwindow.py:90 python/mainwindow.py:92
5419 #: python/mainwindow.py:92 python/mainwindow.py:94
53265420 msgid "An updated version of {0} is available"
53275421 msgstr "Uma versão actualizada de {0} está disponível."
53285422
5329 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5423 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
53305424 msgid "Run"
53315425 msgstr "Executar"
53325426
5333 #: python/mainwindow.py:200
5427 #: python/mainwindow.py:202
53345428 msgid "Donate"
53355429 msgstr "Fazer um donativo"
53365430
5337 #: python/mainwindow.py:201
5431 #: python/mainwindow.py:203
53385432 msgid "Exit"
53395433 msgstr "Sair"
53405434
5341 #: python/mainwindow.py:205
5435 #: python/mainwindow.py:207
53425436 msgid "Small icons"
53435437 msgstr "Icones pequenos"
53445438
5345 #: python/mainwindow.py:206
5439 #: python/mainwindow.py:208
53465440 msgid "Medium icons"
53475441 msgstr "Icones médios"
53485442
5349 #: python/mainwindow.py:207
5443 #: python/mainwindow.py:209
53505444 msgid "Large icons"
53515445 msgstr "Icones grandes"
53525446
5353 #: python/mainwindow.py:208
5447 #: python/mainwindow.py:210
53545448 msgid "Very large icons"
53555449 msgstr "Icones muito grandes"
53565450
5357 #: python/mainwindow.py:220
5451 #: python/mainwindow.py:222
53585452 msgid "Manage Wine versions"
53595453 msgstr "Gerir versões Wine."
53605454
5361 #: python/mainwindow.py:226
5455 #: python/mainwindow.py:228
53625456 msgid "Read a PC CD-Rom"
53635457 msgstr "Ler um CD-ROM de PC"
53645458
5365 #: python/mainwindow.py:236
5459 #: python/mainwindow.py:238
53665460 msgid "Close all {0} software"
53675461 msgstr "Fechar todos os programas {0}"
53685462
5369 #: python/mainwindow.py:240
5463 #: python/mainwindow.py:242
53705464 msgid "{0} console"
53715465 msgstr "Consola {0}"
53725466
5373 #: python/mainwindow.py:250
5467 #: python/mainwindow.py:248
53745468 msgid "{0} messenger"
53755469 msgstr "Mensageiro {0}"
53765470
5377 #: python/mainwindow.py:266 python/options.py:388
5471 #: python/mainwindow.py:264 python/options.py:388
53785472 msgid "File associations"
53795473 msgstr "Associações de ficheiros"
53805474
5381 #: python/mainwindow.py:273
5475 #: python/mainwindow.py:271
53825476 msgid "About {0}"
53835477 msgstr "Sobre {0}"
53845478
5385 #: python/mainwindow.py:302 python/mainwindow.py:306
5479 #: python/mainwindow.py:300 python/mainwindow.py:304
53865480 msgid "Plugin manager"
53875481 msgstr "Gestor de extensões"
53885482
5389 #: python/mainwindow.py:331
5483 #: python/mainwindow.py:329
53905484 msgid "File"
53915485 msgstr "Ficheiro"
53925486
5393 #: python/mainwindow.py:333
5487 #: python/mainwindow.py:331
53945488 msgid "Tools"
53955489 msgstr "Ferramentas"
53965490
5397 #: python/mainwindow.py:334 python/mainwindow.py:723
5491 #: python/mainwindow.py:332 python/mainwindow.py:721
53985492 msgid "Settings"
53995493 msgstr "Definições"
54005494
5401 #: python/mainwindow.py:335 python/options.py:387
5495 #: python/mainwindow.py:333 python/options.py:387
54025496 msgid "Plugins"
5403 msgstr "Plugins"
5404
5405 #: python/mainwindow.py:347 python/mainwindow.py:739
5497 msgstr "Extensões"
5498
5499 #: python/mainwindow.py:345 python/mainwindow.py:737
54065500 msgid "Close"
54075501 msgstr "Fechar"
54085502
5409 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5503 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
54105504 msgid "Configure"
54115505 msgstr "Configurar"
54125506
5413 #: python/mainwindow.py:584
5507 #: python/mainwindow.py:582
54145508 msgid "Open the application's directory"
54155509 msgstr "Abrir a directoria da aplicação"
54165510
5417 #: python/mainwindow.py:588 python/mainwindow.py:753
5511 #: python/mainwindow.py:586 python/mainwindow.py:751
54185512 msgid "Read the manual"
54195513 msgstr "Ler o manual"
54205514
5421 #: python/mainwindow.py:592
5515 #: python/mainwindow.py:590
54225516 msgid "Set the icon"
54235517 msgstr "Definir um ícone"
54245518
5425 #: python/mainwindow.py:600
5519 #: python/mainwindow.py:598
54265520 msgid "Close this application"
54275521 msgstr "Fechar esta aplicação"
54285522
5429 #: python/mainwindow.py:611
5523 #: python/mainwindow.py:609
54305524 msgid "KillApp"
54315525 msgstr "Matar aplicação"
54325526
5433 #: python/mainwindow.py:618
5527 #: python/mainwindow.py:616
54345528 msgid "No manual found for {0}"
54355529 msgstr "Nenhum manual encontrado para {0}"
54365530
5437 #: python/mainwindow.py:721
5531 #: python/mainwindow.py:719
54385532 msgid "Install a program"
54395533 msgstr "Instalar um programa"
54405534
5441 #: python/mainwindow.py:728
5535 #: python/mainwindow.py:726
54425536 msgid "Update GIT"
54435537 msgstr "Actualizar o GIT"
54445538
5445 #: python/mainwindow.py:731
5539 #: python/mainwindow.py:729
54465540 msgid "Update instructions"
54475541 msgstr "Instruções de actualização"
54485542
5449 #: python/mainwindow.py:741
5543 #: python/mainwindow.py:739
54505544 msgid "Debug"
54515545 msgstr "Depurar"
54525546
5453 #: python/mainwindow.py:743
5547 #: python/mainwindow.py:741
54545548 msgid "Report a problem"
54555549 msgstr "Relatar um problema"
54565550
5457 #: python/mainwindow.py:747
5551 #: python/mainwindow.py:745
54585552 msgid "Create a shortcut"
54595553 msgstr "Criar um atalho"
54605554
5461 #: python/mainwindow.py:749
5555 #: python/mainwindow.py:747
54625556 msgid "Open the directory"
54635557 msgstr "Abrir um diretório"
54645558
5465 #: python/mainwindow.py:755
5559 #: python/mainwindow.py:753
54665560 msgid "Save"
54675561 msgstr "Guardar"
54685562
5469 #: python/mainwindow.py:758
5563 #: python/mainwindow.py:756
54705564 msgid "Uninstall"
54715565 msgstr "Desinstalar"
54725566
5473 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5474 #: python/mainwindow.py:1003
5567 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5568 #: python/mainwindow.py:1001
54755569 msgid "Please select a program."
54765570 msgstr "Por favor, escolha um programa."
54775571
5478 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5572 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54795573 msgid "{0} settings"
54805574 msgstr "Configurações {0}"
54815575
5482 #: python/mainwindow.py:965
5576 #: python/mainwindow.py:963
54835577 msgid "{0} install menu"
54845578 msgstr "Menu de instalação {0}"
54855579
5486 #: python/mainwindow.py:974
5580 #: python/mainwindow.py:972
54875581 msgid "{0} wine versions manager"
54885582 msgstr "Gestor de versões do Wine {0}"
54895583
5490 #: python/mainwindow.py:1005
5584 #: python/mainwindow.py:1003
54915585 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54925586 msgstr "A unidade virtual associada a {0} ({1}) já não existe."
54935587
56185712 "\n"
56195713 "These information will be very precious for us to help people."
56205714
5621 #: python/mainwindow.py:1271
5715 #: python/mainwindow.py:1273
56225716 msgid "Are you sure you want to want to install {0} package?"
56235717 msgstr "Tem a certeza que pretende instalar o pacote {0}?"
56245718
5625 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5719 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5720 #: python/mainwindow.py:1284
56265721 msgid ""
56275722 "You are trying to open a script design for {0}! It might not work as expected"
56285723 msgstr ""
56555750
56565751 #: python/options.py:188
56575752 msgid "Installed plugins"
5658 msgstr "Plugins instalados"
5753 msgstr "Extensões instaladas"
56595754
56605755 #: python/options.py:206
56615756 msgid "Add"
56675762
56685763 #: python/options.py:210
56695764 msgid "Choose a plugin"
5670 msgstr "Escolha um plugin"
5765 msgstr "Escolha uma extensão"
56715766
56725767 #: python/options.py:263
56735768 msgid "What is the extension?"
57015796 msgid "You must restart {0} for the changes to take effect."
57025797 msgstr "Deve reiniciar {0} para que as alterações tenham efeito."
57035798
5704 #: python/wine_versions.py:194
5799 #: python/wine_versions.py:195
57055800 msgid "Installed Wine versions: "
57065801 msgstr "Versões do Wine instaladas: "
57075802
5708 #: python/wine_versions.py:195
5803 #: python/wine_versions.py:196
57095804 msgid "Available Wine versions: "
57105805 msgstr "Versões disponíveis do Wine: "
57115806
5712 #: python/wine_versions.py:202
5807 #: python/wine_versions.py:203
57135808 msgid "Wine versions"
57145809 msgstr "Versões do Wine"
57155810
5716 #: python/wine_versions.py:321
5811 #: python/wine_versions.py:322
57175812 msgid "Are you sure you want to delete wine {0}?"
57185813 msgstr "Tem a certeza que pretende apagar o Wine {0}?"
57195814
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:06+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
245245 msgstr "Por favor, insira a mídia do jogo na sua unidade de disco."
246246
247247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
248249 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
249250 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
250251 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
273274 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
274275 #: PlayOnLinux_Scripts/Civilization_V_:53
275276 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
276 #: PlayOnLinux_Scripts/Diablo_II_:51
277 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
277278 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
278279 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
279280 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
280281 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
281282 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
282 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
283283 #: PlayOnLinux_Scripts/Google_SketchUp_:51
284284 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
285285 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
299299 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
300300 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
301301 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
302 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
302303 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
303304 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
304305 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
306 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
307 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
308 #: PlayOnLinux_Scripts/Portal_2_:82
307309 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
308310 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:72
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
312315 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
316 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
313317 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
314318 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
315319 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
320 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
316321 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
317322 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
318 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
324 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
320326 #: PlayOnLinux_Scripts/Starcraft_:34
321327 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
322328 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
329 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
330 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
324331 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
325332 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
333 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
326334 #: PlayOnLinux_Scripts/Theme_Hospital_:59
327335 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
328336 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
329337 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
330338 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
339 #: PlayOnLinux_Scripts/Wizard_101_:38
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
340349 msgid "Please select the setup file to run"
341350 msgstr "Por favor, selecione o arquivo de instalação a ser executado."
342351
352 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
357 #, sh-format
358 msgid "Please insert the game media into your disc drive."
359 msgstr ""
360
343361 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
344364 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
345365 #: PlayOnLinux_Scripts/Dishonored_:72
346366 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
441461 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
442462 #: PlayOnLinux_Scripts/Magicka_:68
443463 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
464 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
444465 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
445466 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
446467 #: PlayOnLinux_Scripts/Rayman_Origins_:83
447468 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
449 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
469 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
470 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
450471 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
451472 #: PlayOnLinux_Scripts/The_Witcher_:125
452473 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
481502 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
482503 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
483504 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
505 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
484506 #: PlayOnLinux_Scripts/Driftmoon_:43
485507 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
486508 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
489511 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
490512 #: PlayOnLinux_Scripts/League_Of_Legends_:57
491513 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
492 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
514 #: PlayOnLinux_Scripts/Sacrifice_:41
515 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
516 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
517 #: PlayOnLinux_Scripts/Toontown_Online_:25
518 #: PlayOnLinux_Scripts/Watchtower_library_:43
493519 #: PlayOnLinux_Scripts/iTunes_10_:28
494520 #, sh-format
495521 msgid "Please select the setup file to run."
504530 #: PlayOnLinux_Scripts/POL_GoG_download_:48
505531 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
506532 #: PlayOnLinux_Scripts/SimCity_2000_:50
507 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
508 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
533 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
534 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
509535 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
510536 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
511537 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
512 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
513 #: lib/wine.lib:1186
538 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
539 #: lib/wine.lib:1171 lib/wine.lib:1201
514540 #, sh-format
515541 msgid "Please wait..."
516542 msgstr "Por favor, aguarde..."
538564 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
539565 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
540566 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
541 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
567 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
542568 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
543569 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
544570 #: PlayOnLinux_Scripts/Dead_Space_2_:85
554580 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
555581 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
556582 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
559585 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
560586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
616642 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
617643 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
618644 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
619 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
645 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
620646 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
621647 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
622648 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
623 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
624 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
649 #: PlayOnLinux_Scripts/Dead_Space_:50
650 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
651 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
652 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
625653 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
626654 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
627655 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
631659 #: PlayOnLinux_Scripts/Rage_:79
632660 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
633661 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
662 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
635663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
636664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
637665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
670698 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
671699 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
672700 #: PlayOnLinux_Scripts/Sacrifice_:45
673 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
701 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
674702 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
675703 #: PlayOnLinux_Scripts/The_Witcher_:102
676704 #, sh-format
681709 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
682710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
683711 #: PlayOnLinux_Scripts/Mass_Effect_:54
684 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
712 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
685713 #: PlayOnLinux_Scripts/The_Witcher_:110
686714 #, sh-format
687715 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
692720 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
693721 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
694722 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
695 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
723 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
696724 #: PlayOnLinux_Scripts/The_Witcher_:113
697725 #, sh-format
698726 msgid "Please insert the next game media into your disk drive"
721749 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
722750 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
723751 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
752 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
724753 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
725754 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
726755 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
826855 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
827856 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
828857 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
829 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
858 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
830859 #, sh-format
831860 msgid ""
832861 "You must disable anti-piracy protections of this game\\nif you want to play "
849878
850879 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
851880 #: PlayOnLinux_Scripts/Cars_2_:83
852 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
881 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
853882 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
854883 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
855884 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
872901 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
873902 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
874903 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
904 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
905 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
875906 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
876907 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
877908 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11181149 "Por favor, insira a mídia 2 no seu drive de disco\\nse não tiver feito isso "
11191150 "ainda."
11201151
1121 #: PlayOnLinux_Scripts/Diablo_III_:29
1152 #: PlayOnLinux_Scripts/Diablo_III_:31
11221153 #, sh-format
11231154 msgid "Please select the setup file downloaded on $EDITOR website"
11241155 msgstr "Por favor, selecione o arquivo de setup baixado no site $EDITOR"
11251156
1126 #: PlayOnLinux_Scripts/Diablo_III_:60
1157 #: PlayOnLinux_Scripts/Diablo_III_:62
11271158 #, sh-format
11281159 msgid ""
11291160 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11301161 "patch (AcceptEx Fix)"
11311162 msgstr ""
11321163
1133 #: PlayOnLinux_Scripts/Diablo_III_:60
1164 #: PlayOnLinux_Scripts/Diablo_III_:62
11341165 #, sh-format
11351166 msgid ""
11361167 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11381169 msgstr ""
11391170 "Se você receber Erro 3007 ao conectar, abra o terminal e digite:\\necho "
11401171 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1172
1173 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1174 #, sh-format
1175 msgid "Scanning your hardware..."
1176 msgstr ""
11411177
11421178 #: PlayOnLinux_Scripts/Dishonored_:79
11431179 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12201256
12211257 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12221258 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1223 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1224 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1259 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1260 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12251261 #, sh-format
12261262 msgid "Please insert the first game media into your disk drive"
12271263 msgstr "Por favor, insira a primeira mídia do jogo em sua unidade de disco"
12281264
12291265 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1230 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1266 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12311267 #, sh-format
12321268 msgid "Please insert the second game media into your disk drive"
12331269 msgstr "Por favor, insira a segunda mídia do jogo em sua unidade de disco"
13001336 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13011337 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13021338 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1339 #: PlayOnLinux_Scripts/Hearthstone_:64
13031340 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13041341 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13051342 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13251362 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13261363 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13271364 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1328 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1365 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13291366 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13301367 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13311368 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13491386 msgid "Editor"
13501387 msgstr "Editor"
13511388
1352 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1389 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13531390 #, sh-format
13541391 msgid "This install script requires ffmpeg"
13551392 msgstr "Este script de instalação requer ffmpeg"
13561393
1357 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1394 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13581395 #, sh-format
13591396 msgid "Converting videos..."
13601397 msgstr "Convertendo vídeos..."
13611398
13621399 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1400 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13631401 #, sh-format
13641402 msgid ""
13651403 "On first run the game will autodetect available renderers.\\nIt is likely "
13761414 msgid "Run $TITLE in safe mode?"
13771415 msgstr "Executar $TITLE no modo seguro?"
13781416
1417 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1418 #, sh-format
1419 msgid ""
1420 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1421 "disable it by pressing Alt+R while in game.)"
1422 msgstr ""
1423
1424 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1425 #, sh-format
1426 msgid ""
1427 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1428 "game."
1429 msgstr ""
1430
13791431 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13801432 #, sh-format
13811433 msgid "Could not find program directory"
14401492 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14411493 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14421494 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1443 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1444 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1445 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14461495 #, sh-format
14471496 msgid "Language"
14481497 msgstr "Idioma"
15661615 msgid "Dedicated server"
15671616 msgstr "Servidor dedicado"
15681617
1569 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1618 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15701619 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15711620 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15721621 #, sh-format
15921641 msgid "Code wheel"
15931642 msgstr ""
15941643
1595 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1596 #, sh-format
1597 msgid "Do you have a language pack to install?"
1598 msgstr "Você tem um pacote de idiomas para instalar?"
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1601 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1602 #, sh-format
1603 msgid "Later"
1604 msgstr "Mais tarde"
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1644 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1645 #, sh-format
1646 msgid ""
1647 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1648 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1649 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1653 #, sh-format
1654 msgid "Now you must install the modpack in directory:"
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1658 #, sh-format
1659 msgid "Please select ANY 3 icons when prompted."
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1663 #, sh-format
1664 msgid "temp directory missing"
1665 msgstr "diretório temp não encontrado"
1666
1667 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1668 #, sh-format
1669 msgid ""
1670 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1671 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1672 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1673 "details.\\nInstall it?"
1674 msgstr ""
1675
1676 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1677 #, sh-format
1678 msgid "Control Panel"
1679 msgstr "Painel de controle"
1680
1681 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1682 #, sh-format
1683 msgid ""
1684 "IMPORTANT:\n"
1685 " \\n\\nOn the installation window coming next, do NOT click the Options "
1686 "button, it would mess up the language selection."
1687 msgstr ""
1688
1689 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1690 #, sh-format
1691 msgid ""
1692 "On first run the game will autodetect available renderers.\\nIt is likely "
1693 "that you will get better performance out of the OpenGL renderer."
1694 msgstr ""
1695
1696 #: PlayOnLinux_Scripts/Goblins_3_:21
1697 #, sh-format
1698 msgid "Please select the game language"
1699 msgstr "Por favor, selecione o idioma do jogo"
1700
1701 #: PlayOnLinux_Scripts/Gothic_3_:82
1702 #, sh-format
1703 msgid "Choose the game resolution"
1704 msgstr "Selecione a resolução do jogo"
1705
1706 #: PlayOnLinux_Scripts/Gothic_3_:96
1707 #, sh-format
1708 msgid ""
1709 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1710 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1711 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1712 msgstr ""
1713
1714 #: PlayOnLinux_Scripts/Gothic_3_:110
1715 #, sh-format
1716 msgid "$TITLE is installed"
1717 msgstr "$TITLE está instalado"
1718
1719 #: PlayOnLinux_Scripts/Guild_Wars_:53
1720 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1721 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1722 #, sh-format
1723 msgid "Please insert the DVD-ROM"
1724 msgstr "Por favor, insira o DVD-ROM"
1725
1726 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1727 #, sh-format
1728 msgid ""
1729 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1730 "client and download will resume from where it stopped. Download percentage "
1731 "reset but do not worry, it do not restart from the beginning."
1732 msgstr ""
1733
1734 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1735 #, sh-format
1736 msgid ""
1737 "Please select $TITLE install file. During installation, uncheck all extra "
1738 "drivers it wants to install:"
1739 msgstr ""
1740
16071741 #: PlayOnLinux_Scripts/Half_Life_2_:56
16081742 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16091743 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16101744 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1611 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1745 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16121746 #, sh-format
16131747 msgid "No"
16141748 msgstr "Não"
16151749
1616 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1617 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1750 #: PlayOnLinux_Scripts/Half_Life_2_:56
1751 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1752 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1753 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1754 #: PlayOnLinux_Scripts/Portal_:36
1755 #, sh-format
1756 msgid ""
1757 "Steam installation has been detected\\nwould you like to install this game "
1758 "in the same virtual drive?"
1759 msgstr ""
1760
16181761 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16191762 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16201763 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16231766 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16241767 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16251768 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1626 #: python/guiv3.py:157
1769 #: python/guiv3.py:158 python/guiv3.py:161
16271770 #, sh-format
16281771 msgid "Yes"
16291772 msgstr "Sim"
16301773
1631 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1632 #, sh-format
1633 msgid ""
1634 "To install a language pack later, open the configuration panel for the game "
1635 "in order to execute the installer into the virtual disk (Misc tab)"
1636 msgstr ""
1637 "Para instalar o pacote de idiomas mais tarde, abra o painel de configurações "
1638 "do jogo para executar o instalador no disco virtual (aba Misc)"
1639
1640 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1641 #, sh-format
1642 msgid ""
1643 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1644 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1645 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1646 msgstr ""
1647
1648 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1649 #, sh-format
1650 msgid "Now you must install the modpack in directory:"
1651 msgstr ""
1652
1653 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1654 #, sh-format
1655 msgid "Please select ANY 3 icons when prompted."
1656 msgstr ""
1657
1658 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1659 #, sh-format
1660 msgid "temp directory missing"
1661 msgstr "diretório temp não encontrado"
1662
1663 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1664 #, sh-format
1665 msgid ""
1666 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1667 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1668 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1669 "details.\\nInstall it?"
1670 msgstr ""
1671
1672 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1673 #, sh-format
1674 msgid "Control Panel"
1675 msgstr "Painel de controle"
1676
1677 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1678 #, sh-format
1679 msgid ""
1680 "IMPORTANT:\n"
1681 " \\n\\nOn the installation window coming next, do NOT click the Options "
1682 "button, it would mess up the language selection."
1683 msgstr ""
1684
1685 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1686 #, sh-format
1687 msgid ""
1688 "On first run the game will autodetect available renderers.\\nIt is likely "
1689 "that you will get better performance out of the OpenGL renderer."
1690 msgstr ""
1691
1692 #: PlayOnLinux_Scripts/Goblins_3_:21
1693 #, sh-format
1694 msgid "Please select the game language"
1695 msgstr "Por favor, selecione o idioma do jogo"
1696
1697 #: PlayOnLinux_Scripts/Gothic_3_:82
1698 #, sh-format
1699 msgid "Choose the game resolution"
1700 msgstr "Selecione a resolução do jogo"
1701
1702 #: PlayOnLinux_Scripts/Gothic_3_:96
1703 #, sh-format
1704 msgid ""
1705 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1706 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1707 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1708 msgstr ""
1709
1710 #: PlayOnLinux_Scripts/Gothic_3_:110
1711 #, sh-format
1712 msgid "$TITLE is installed"
1713 msgstr "$TITLE está instalado"
1714
1715 #: PlayOnLinux_Scripts/Guild_Wars_:53
1716 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1717 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1718 #, sh-format
1719 msgid "Please insert the DVD-ROM"
1720 msgstr "Por favor, insira o DVD-ROM"
1721
1722 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1723 #, sh-format
1724 msgid ""
1725 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1726 "client and download will resume from where it stopped. Download percentage "
1727 "reset but do not worry, it do not restart from the beginning."
1728 msgstr ""
1729
1730 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1731 #, sh-format
1732 msgid ""
1733 "Please select $TITLE install file. During installation, uncheck all extra "
1734 "drivers it wants to install:"
1735 msgstr ""
1736
1737 #: PlayOnLinux_Scripts/Half_Life_2_:56
1738 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1739 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1740 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1741 #: PlayOnLinux_Scripts/Portal_:36
1742 #, sh-format
1743 msgid ""
1744 "Steam installation has been detected\\nwould you like to install this game "
1745 "in the same virtual drive?"
1746 msgstr ""
1747
17481774 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17491775 #, sh-format
17501776 msgid "Updating $TITLE"
17511777 msgstr "Atualizando $TITLE"
17521778
1753 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1779 #: PlayOnLinux_Scripts/Hanahira__:54
17541780 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17551781 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17561782 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17621788 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17631789 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17641790 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1791 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1792 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1793 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1794 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1795 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1796 #: PlayOnLinux_Scripts/Steins_Gate_:51
17651797 #, sh-format
17661798 msgid "Please locate installation program (Setup.exe)"
17671799 msgstr ""
17681800
1769 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1770 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1801 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17711802 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17721803 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17731804 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17891820 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17901821 msgstr ""
17911822
1823 #: PlayOnLinux_Scripts/Hearthstone_:26
1824 #, sh-format
1825 msgid "What language do you want to install?"
1826 msgstr ""
1827
17921828 #: PlayOnLinux_Scripts/ImgBurn_:38
17931829 #, sh-format
17941830 msgid ""
18281864 msgstr ""
18291865
18301866 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1831 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18321867 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18331868 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18341869 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19802015 "If the download update stuck close and run until the download is complete."
19812016 msgstr ""
19822017
2018 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19832019 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19842020 #, sh-format
19852021 msgid "Demo version"
19862022 msgstr ""
19872023
2024 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19882025 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19892026 #, sh-format
19902027 msgid "Please select version."
20382075 #, sh-format
20392076 msgid ""
20402077 "No filename extension specified, skipping association to native application."
2078 msgstr ""
2079
2080 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2081 #, sh-format
2082 msgid "Contacting download server."
20412083 msgstr ""
20422084
20432085 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21232165 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
21242166 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
21252167 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2126 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2168 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
21272169 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
21282170 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
21292171 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21632205 "Se você ver mensagens de erro durante a instalação do DotNet 3.0, poderá "
21642206 "ignorá-las sem problemas"
21652207
2166 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2167 #, sh-format
2168 msgid "This package fail to install with wine 1.5.21 or better"
2169 msgstr "Este pacote falha ao instalar com wine 1.5.21 ou superior"
2170
2171 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2208 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21722209 #, sh-format
21732210 msgid ""
21742211 "If you see error messages during DotNet 3.5 installation, you can ignore "
22962333 "VCRun2010 pode falhar ao instalar, pois a versão do seu PlayOnLinux é muito "
22972334 "antiga. Por favor, atualize."
22982335
2299 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2336 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2337 #: PlayOnLinux_Scripts/yWriter_5_:45
23002338 #, sh-format
23012339 msgid "Downloading..."
23022340 msgstr ""
24082446 msgid "Microsoft fonts have been installed successfully."
24092447 msgstr ""
24102448
2449 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2450 #, sh-format
2451 msgid ""
2452 "OSX users: If the screen flickers once the game is launched, try to press "
2453 "cmd + tab twice"
2454 msgstr ""
2455
24112456 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
24122457 #, sh-format
24132458 msgid "Remove Game For Windows Live..."
24452490 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
24462491 msgstr ""
24472492
2448 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2493 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
24492494 #, sh-format
24502495 msgid "Abort installation"
24512496 msgstr "Interromper instalação"
24702515 msgid "The program needs access to ptrace() to proceed:"
24712516 msgstr ""
24722517
2473 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2518 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
24742519 #, sh-format
24752520 msgid "User abort"
24762521 msgstr ""
25092554 msgid "Please do not run $TITLE after installation has finished."
25102555 msgstr ""
25112556
2557 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2558 #, sh-format
2559 msgid "Extracting $TITLE"
2560 msgstr ""
2561
25122562 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
25132563 #, sh-format
25142564 msgid ""
25212571 msgid "$TITLE has been successfully installed."
25222572 msgstr ""
25232573
2574 #: PlayOnLinux_Scripts/Poker_Stars_:37
2575 #, sh-format
2576 msgid "Error while installing. Downloaded file not found."
2577 msgstr ""
2578
25242579 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
25252580 #, sh-format
25262581 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
25282583
25292584 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
25302585 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2586 #: PlayOnLinux_Scripts/Watchtower_library_:58
25312587 #, sh-format
25322588 msgid "Please wait while $TITLE is installed"
25332589 msgstr ""
25592615 #: PlayOnLinux_Scripts/Rage_:93
25602616 #, sh-format
25612617 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2618 msgstr ""
2619
2620 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2621 #, sh-format
2622 msgid ""
2623 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2624 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2625 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2626 "n\\nIf you have one of this two versions of this game, please give some "
2627 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2628 "n\\nThank you!"
2629 msgstr ""
2630
2631 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2632 #, sh-format
2633 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2634 msgstr ""
2635
2636 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2637 #, sh-format
2638 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2639 msgstr ""
2640
2641 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2642 #, sh-format
2643 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2644 msgstr ""
2645
2646 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2647 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2648 #, sh-format
2649 msgid "Select a version of installation disc:"
2650 msgstr ""
2651
2652 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2653 #, sh-format
2654 msgid "First Release (without addons)"
2655 msgstr ""
2656
2657 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2658 #, sh-format
2659 msgid "Gold Edition"
2660 msgstr ""
2661
2662 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2663 #, sh-format
2664 msgid "Platinum Edition"
2665 msgstr ""
2666
2667 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2668 #, sh-format
2669 msgid "What is your version of Railroad Tycoon II?"
2670 msgstr ""
2671
2672 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2673 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2674 #, sh-format
2675 msgid ""
2676 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2677 "desktop.\\n\\nThank you for using this installation script! :)"
25622678 msgstr ""
25632679
25642680 #: PlayOnLinux_Scripts/Reaper_4_:30
27102826 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
27112827 msgstr ""
27122828
2829 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2830 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2831 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2832 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2833 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2834 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2835 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2836 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2837 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2838 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2839 #, sh-format
2840 msgid ""
2841 "Close the visual novel when it appears to continue installation. Click Next "
2842 "to begin installation."
2843 msgstr ""
2844
2845 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2846 #, sh-format
2847 msgid ""
2848 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2849 "script will now install it. Click Next to continue."
2850 msgstr ""
2851
27132852 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
27142853 #, sh-format
27152854 msgid ""
27172856 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
27182857 msgstr ""
27192858
2720 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2721 #, sh-format
2722 msgid "Please locate installation program (Launcher.exe)"
2723 msgstr ""
2724
2725 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2726 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2727 #, sh-format
2728 msgid ""
2729 "When the launcher opens, click on the top button to open the installer. When "
2730 "a new window opens, click OK. When another window opens, click on the button "
2731 "with the letter N until it is installing. Wait until it is done and click "
2732 "the right button to quit. Click Next when you are done installing."
2859 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2860 #, sh-format
2861 msgid "Please locate installation program in Data folder (Resonance.msi)"
27332862 msgstr ""
27342863
27352864 #: PlayOnLinux_Scripts/Steam_:50
27652894 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
27662895 "game. Steam install xna framework the game. Close the Steam so that the "
27672896 "installer can continue."
2897 msgstr ""
2898
2899 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2900 #, sh-format
2901 msgid "If youve the extentions, you should install Tribunal first !"
27682902 msgstr ""
27692903
27702904 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
28763010 "pp 4-5."
28773011 msgstr ""
28783012
3013 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3014 #, sh-format
3015 msgid "Please select the installation file to run."
3016 msgstr ""
3017
3018 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3019 #, sh-format
3020 msgid ""
3021 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3022 "your region.\\n 2. Leave only checked DirectX box."
3023 msgstr ""
3024
28793025 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28803026 #, sh-format
28813027 msgid ""
28823028 "The game will fail to launch until you set "
28833029 "/proc/sys/kernel/yama/ptrace_scope to 0"
3030 msgstr ""
3031
3032 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3033 #, sh-format
3034 msgid "Other destination or other CD/DVD"
3035 msgstr ""
3036
3037 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3038 #, sh-format
3039 msgid "Retail CD"
3040 msgstr ""
3041
3042 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3043 #, sh-format
3044 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3045 msgstr ""
3046
3047 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3048 #, sh-format
3049 msgid "video fix"
28843050 msgstr ""
28853051
28863052 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
29633129 msgid "Donwload finished.\\nPatches installation will begin"
29643130 msgstr ""
29653131
3132 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3133 #, sh-format
3134 msgid "We will download the installer"
3135 msgstr ""
3136
29663137 #: PlayOnLinux_Scripts/Toontown_Online_:17
29673138 #, sh-format
29683139 msgid ""
30003171 msgid "Do you want to browse $TITLE website?"
30013172 msgstr "Você quer ver o website de $TITLE?"
30023173
3174 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3175 #, sh-format
3176 msgid ""
3177 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3178 "messenger, because it will won't work correctly."
3179 msgstr ""
3180
3181 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3182 #, sh-format
3183 msgid "Warning"
3184 msgstr ""
3185
30033186 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
30043187 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
30053188 #, sh-format
30103193 "A versão do CD-ROM está desatualizada. Não esqueça de atualizar o $TITLE se "
30113194 "você o deseja rodando corretamente com $APPLICATION_TITLE"
30123195
3196 #: PlayOnLinux_Scripts/Watchtower_library_:49
3197 #, sh-format
3198 msgid "File Selection Error"
3199 msgstr ""
3200
3201 #: PlayOnLinux_Scripts/Watchtower_library_:49
3202 #, sh-format
3203 msgid ""
3204 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3205 msgstr ""
3206
30133207 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
30143208 #, sh-format
30153209 msgid ""
30263220 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
30273221 #, sh-format
30283222 msgid ""
3029 "Attention: After installation is complete, the patcher will load. Please "
3030 "close the patcher before logging in or finish updating to complete the "
3031 "installation. After this, you can run \"$TITLE\" when setup is done"
3223 "Attention:After installation is complete, the patcher will load. After, go "
3224 "to the top right of the patcher and click the wrench, Then Un-check the box "
3225 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3226 "minuite. When finished with this, please close the patcher before logging in "
3227 "or finish updating to complete the installation. After this, you can run "
3228 "\"$TITLE\" when setup is done"
30323229 msgstr ""
30333230
30343231 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30743271 msgstr ""
30753272 "Por favor insira a mídia 5 do jogo na unidade\\nse você ainda não inseriu."
30763273
3274 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3275 #, sh-format
3276 msgid "Which region version of World of Warplanes would you like to install?"
3277 msgstr ""
3278
3279 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3280 #, sh-format
3281 msgid ""
3282 "Attention:After installation is complete, the patcher will load. After, go "
3283 "to the top right of the patcher and click the wrench, Then Un-check the box "
3284 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3285 "minute. When finished with this, please close the patcher before logging in "
3286 "or finish updating to complete the installation. After this, you can run "
3287 "\"$TITLE\" when setup is done"
3288 msgstr ""
3289
30773290 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30783291 #, sh-format
30793292 msgid ""
31213334 msgid "Please select the 32bit version of iTunes"
31223335 msgstr "Por favor, selecione a versão de 32 bits do iTunes"
31233336
3124 #: PlayOnLinux_Scripts/osu_:45
3337 #: PlayOnLinux_Scripts/osu_:46
31253338 #, sh-format
31263339 msgid ""
31273340 "Press next to start the updater. When the updater is finished, close it "
31413354 "resolution when rFactor Config comes up."
31423355 msgstr ""
31433356
3144 #: bash/bug_report:31
3357 #: bash/bug_report:32
31453358 #, sh-format
31463359 msgid "Report a bug"
31473360 msgstr "Relatar um problema (bug)"
31483361
3149 #: bash/bug_report:36
3362 #: bash/bug_report:37
31503363 #, sh-format
31513364 msgid ""
31523365 "Please give the more details as you can, otherwise, it will be very "
31553368 "Por favor forneça o máximo de detalhes que você puder, caso contrário será "
31563369 "difícil lhe ajudar"
31573370
3158 #: bash/bug_report:36
3371 #: bash/bug_report:37
31593372 #, sh-format
31603373 msgid ""
31613374 "This wizard will help you to report a bug about an officially supported "
31633376 msgstr ""
31643377 "Este assistente te ajuda a reportar bugs sobre um programa oficial suportado."
31653378
3166 #: bash/bug_report:40
3379 #: bash/bug_report:41
31673380 #, sh-format
31683381 msgid ""
31693382 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31723385 "Sua versão do $APPLICATION_TITLE não está atualizada.\\nVocê deve atualizar "
31733386 "o $APPLICATION_TITLE antes de enviar um relatório de bugs.\\nObrigado"
31743387
3175 #: bash/bug_report:46
3388 #: bash/bug_report:47
31763389 #, sh-format
31773390 msgid "I have a problem with a software"
31783391 msgstr "Eu tive um problema com este software."
31793392
3180 #: bash/bug_report:46
3393 #: bash/bug_report:47
31813394 #, sh-format
31823395 msgid "My problem concerns $APPLICATION_TITLE itself"
31833396 msgstr "Meu problema é com $APPLICATION_TITLE mesmo."
31843397
3185 #: bash/bug_report:46
3398 #: bash/bug_report:47
31863399 #, sh-format
31873400 msgid "What kind of problem do you have?"
31883401 msgstr "Que tipo de problema você teve ?"
31893402
3190 #: bash/bug_report:50
3403 #: bash/bug_report:51
31913404 #, sh-format
31923405 msgid "Don't join any log file"
31933406 msgstr "Não unir nenhum arquivo de log"
31943407
3195 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3408 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31963409 #: bash/manual_install:120 bash/manual_install:219
31973410 #, sh-format
31983411 msgid "Manual installation"
31993412 msgstr "Instalação manual"
32003413
3201 #: bash/bug_report:54 bash/run_exe:24
3414 #: bash/bug_report:55 bash/run_exe:24
32023415 #, sh-format
32033416 msgid "Automatic installation"
32043417 msgstr "Instalação automática"
32053418
3206 #: bash/bug_report:65
3419 #: bash/bug_report:66
32073420 #, sh-format
32083421 msgid "Choose the log file corresponding to your software."
32093422 msgstr "Selecione o arquivo de log correspondete ao seu software."
32103423
3211 #: bash/bug_report:69
3424 #: bash/bug_report:70
32123425 #, sh-format
32133426 msgid "Please give a very short description (title, english only)"
32143427 msgstr "Por favor, de uma breve descrição (titulo, em ingles somente)"
32153428
3216 #: bash/bug_report:72
3429 #: bash/bug_report:73
32173430 #, sh-format
32183431 msgid "Please explain your problem clearly (english only):"
32193432 msgstr "Por favor explique o problema claramente ( ingles somente)"
32203433
3221 #: bash/bug_report:76
3434 #: bash/bug_report:77
32223435 #, sh-format
32233436 msgid "Sorry, we need a detailed description."
32243437 msgstr "Por favor , nos precisamos da descrição detalhada."
32253438
3226 #: bash/bug_report:107
3439 #: bash/bug_report:108
32273440 #, sh-format
32283441 msgid ""
32293442 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32713484 msgstr "Escolha um nome para a unidade virtual"
32723485
32733486 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3274 #: python/mainwindow.py:232
3487 #: python/mainwindow.py:234
32753488 #, sh-format
32763489 msgid "Run a local script"
32773490 msgstr "Executar um script local"
34023615 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
34033616 msgstr "$APPLICATION_TITLE está criando um disco rígido virtual do windows"
34043617
3405 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3618 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
34063619 #, sh-format
34073620 msgid "$APPLICATION_TITLE first use"
34083621 msgstr "Primeiro uso de $APPLICATION_TITLE"
34093622
3410 #: bash/first_use:240
3623 #: bash/first_use:242
34113624 #, sh-format
34123625 msgid "$APPLICATION_TITLE is going to finish its preparation"
34133626 msgstr "$APPLICATION_TITLE vai acabar a sua preparação"
34143627
3415 #: bash/first_use:240 bash/first_use:243
3628 #: bash/first_use:242 bash/first_use:245
34163629 #, sh-format
34173630 msgid "Please ensure you are connected to the internet."
34183631 msgstr "Por favor, tenha certeza que você está conectado à internet."
34193632
3420 #: bash/first_use:243
3633 #: bash/first_use:245
34213634 #, sh-format
34223635 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
34233636 msgstr ""
34243637 "Parece que é a primeira vez que você está usando \t$APPLICATION_TITLE."
34253638
3426 #: bash/first_use:243
3639 #: bash/first_use:245
34273640 #, sh-format
34283641 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
34293642 msgstr "Este guia irá ajudá-lo a preparar o ambiente para $APPLICATION_TITLE"
34303643
3431 #: bash/first_use:253
3644 #: bash/first_use:255
34323645 #, sh-format
34333646 msgid "Error while installing fonts"
34343647 msgstr "Erro durante a instalação das fontes"
34353648
3436 #: bash/first_use:271
3649 #: bash/first_use:273
34373650 #, sh-format
34383651 msgid "Enjoy using $APPLICATION_TITLE"
34393652 msgstr "Seja feliz usando $APPLICATION_TITLE !"
35533766 msgid "Use another version of Wine"
35543767 msgstr "Usar outra versão do Wine"
35553768
3556 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3557 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3769 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3770 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
35583771 #, sh-format
35593772 msgid "Configure Wine"
35603773 msgstr "Configurar o Wine"
35743787 msgid "What would you like to do before installation?"
35753788 msgstr "O que você gostaria de fazer antes da instalação?"
35763789
3577 #: bash/manual_install:230 lib/scripts.lib:437
3790 #: bash/manual_install:231 lib/scripts.lib:438
35783791 #, sh-format
35793792 msgid "Please make your choice"
35803793 msgstr "Por favor, faça a sua escolha"
35813794
3582 #: bash/manual_install:258
3795 #: bash/manual_install:259
35833796 #, sh-format
35843797 msgid "Looking for runnable CD-ROMs"
35853798 msgstr "Procurando por CD-ROMs executáveis"
35863799
3587 #: bash/manual_install:281
3800 #: bash/manual_install:282
35883801 #, sh-format
35893802 msgid "Select another file"
35903803 msgstr "Selecione outro arquivo"
35913804
3592 #: bash/manual_install:289
3805 #: bash/manual_install:290
35933806 #, sh-format
35943807 msgid "Please choose a way to install your program"
35953808 msgstr "Por favor, escolha uma forma de instalar o programa"
35963809
3597 #: bash/manual_install:298
3810 #: bash/manual_install:299
35983811 #, sh-format
35993812 msgid "Please select the install file to run."
36003813 msgstr "Por favor, selecione o arquivo de instalação para ser executado."
36013814
3602 #: bash/manual_install:328
3815 #: bash/manual_install:329
36033816 #, sh-format
36043817 msgid "You must choose a file!"
36053818 msgstr "Você deve selecionar um arquivo!"
36063819
3607 #: bash/manual_install:334
3820 #: bash/manual_install:335
36083821 #, sh-format
36093822 msgid "$APPLICATION_TITLE is installing your application..."
36103823 msgstr "$APPLICATION_TITLE está instalando o aplicativo..."
36823895 msgid "Extracting: "
36833896 msgstr "Extraindo: "
36843897
3685 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3898 #: bash/playonlinux-pkg:111
36863899 #, sh-format
36873900 msgid "Running..."
36883901 msgstr "Executando..."
36923905 msgid "Cleaning..."
36933906 msgstr "Limpando..."
36943907
3695 #: bash/playonlinux_online:32
3696 #, sh-format
3697 msgid ""
3698 "This is the list of the scripts you sent to us. You can run one of them"
3699 msgstr ""
3700 "Esta é a lista dos scripts que você enviou para nós. Você pode executar um "
3701 "deles"
3702
3703 #: bash/playonlinux_online:42
3704 #, sh-format
3705 msgid "You do not seems to have any personal script"
3706 msgstr "Você não parece ter qualquer script pessoal"
3707
3708 #: bash/playonlinux_online:47
3709 #, sh-format
3710 msgid ""
3711 "If you have successfully installed a program with 'Install a non-listed\\"
3712 "nsoftware' button, it will allow you to add this program in our list"
3713 msgstr ""
3714 "Se você instalou um programa com sucesso com o botão 'Instalar um\\nprograma "
3715 "não listado', você pode adicionar este programa em nossa lista"
3716
3717 #: bash/playonlinux_online:47
3718 #, sh-format
3719 msgid "This tools will allow you to help us :"
3720 msgstr "Estas ferramentas permitirão que você possa nos ajudar:"
3721
3722 #: bash/playonlinux_online:47
3723 #, sh-format
3724 msgid ""
3725 "We're going to ask you some questions, please be as much accurate as\\"
3726 "npossible"
3727 msgstr ""
3728 "Nós vamos lhe fazer algumas perguntas, por favor, seja tão preciso quanto "
3729 "possível"
3730
3731 #: bash/playonlinux_online:55
3732 #, sh-format
3733 msgid "Choose the file corresponding to your program."
3734 msgstr "Selecione o arquivo correspondente ao seu programa."
3735
3736 #: bash/playonlinux_online:59
3737 #, sh-format
3738 msgid "Does your program run?"
3739 msgstr "Será que seu programa está em execução?"
3740
3741 #: bash/playonlinux_online:62
3742 #, sh-format
3743 msgid "What is the title of your program?"
3744 msgstr "Qual o título do seu programa?"
3745
3746 #: bash/playonlinux_online:64
3747 #, sh-format
3748 msgid "What is the editor of your program?"
3749 msgstr "Qual é o editor do seu programa?"
3750
3751 #: bash/playonlinux_online:66
3752 #, sh-format
3753 msgid "What is the editor website of your program?"
3754 msgstr "Qual é o website do editor do seu programa?"
3755
3756 #: bash/playonlinux_online:69 python/install.py:210
3757 #, sh-format
3758 msgid "Accessories"
3759 msgstr "Acessórios"
3760
3761 #: bash/playonlinux_online:69 python/install.py:211
3762 #, sh-format
3763 msgid "Development"
3764 msgstr "Desenvolvimento"
3765
3766 #: bash/playonlinux_online:69 python/install.py:212
3767 #, sh-format
3768 msgid "Education"
3769 msgstr "Educação"
3770
3771 #: bash/playonlinux_online:69 python/install.py:213
3772 #, sh-format
3773 msgid "Games"
3774 msgstr "Jogos"
3775
3776 #: bash/playonlinux_online:69 python/install.py:214
3777 #, sh-format
3778 msgid "Graphics"
3779 msgstr "Gráficos"
3780
3781 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3782 #: python/options.py:384
3783 #, sh-format
3784 msgid "Internet"
3785 msgstr "Internet"
3786
3787 #: bash/playonlinux_online:69 python/install.py:216
3788 #, sh-format
3789 msgid "Multimedia"
3790 msgstr "Multimídia"
3791
3792 #: bash/playonlinux_online:69 python/install.py:217
3793 #, sh-format
3794 msgid "Office"
3795 msgstr "Escritório"
3796
3797 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3798 #, sh-format
3799 msgid "Other"
3800 msgstr "Outro"
3801
3802 #: bash/playonlinux_online:69 python/install.py:219
3803 #, sh-format
3804 msgid "Patches"
3805 msgstr "Correções"
3806
3807 #: bash/playonlinux_online:69
3808 #, sh-format
3809 msgid "Select a category for your program"
3810 msgstr "Selecione uma categoria para o seu programa"
3811
3812 #: bash/playonlinux_online:69 python/install.py:258
3813 #, sh-format
3814 msgid "Testing"
3815 msgstr "Testando"
3816
3817 #: bash/playonlinux_online:72
3818 #, sh-format
3819 msgid ""
3820 "What feature of your program does not work?\\nIf everything works, please "
3821 "mention it"
3822 msgstr ""
3823 "Qual recurso do programa não funciona?\\nSe tudo funcionar, por favor, "
3824 "mencione-o"
3825
3826 #: bash/playonlinux_online:74
3827 #, sh-format
3828 msgid "Write any change you made to wine configuration here:"
3829 msgstr "Escreva qualquer alteração feita à configuração do wine aqui:"
3830
3831 #: bash/playonlinux_online:102
3832 #, sh-format
3833 msgid "You must be able to run this program!"
3834 msgstr "Você deve ser capaz de executar esse programa!"
3835
3836 #: bash/playonlinux_online:107
3837 #, sh-format
3838 msgid "Run one of your personal scripts"
3839 msgstr "Execute um dos seus scripts pessoais"
3840
3841 #: bash/playonlinux_online:108
3842 #, sh-format
3843 msgid "Send to us a working script generated by manual installation"
3844 msgstr "Envie-nos um roteiro de trabalho gerado pela instalação manual"
3845
3846 #: bash/playonlinux_online:109
3847 #, sh-format
3848 msgid "Logout"
3849 msgstr "Sair"
3850
3851 #: bash/playonlinux_online:110
3852 #, sh-format
3853 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3854 msgstr "Você está conectado ao $APPLICATION_TITLE conectado como $POL_LOGIN"
3855
3856 #: bash/playonlinux_online:124
3857 #, sh-format
3858 msgid ""
3859 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3860 "safely close this window"
3861 msgstr ""
3862 "Você foi desconectado com sucesso de $APPLICATION_TITLE\\nVocê pode fechar "
3863 "essa janela com segurança"
3864
3865 #: bash/polconfigurator:33
3908 #: bash/polconfigurator:34
38663909 #, sh-format
38673910 msgid "Killing programs in the virtual drive..."
38683911 msgstr "Matando programas no drive virtual..."
38693912
3870 #: bash/polconfigurator:79
3913 #: bash/polconfigurator:86
38713914 #, sh-format
38723915 msgid "Icon selection"
38733916 msgstr "Seleção de ícone"
38743917
3875 #: bash/polconfigurator:79
3918 #: bash/polconfigurator:86
38763919 #, sh-format
38773920 msgid "Please select an icon file"
38783921 msgstr "Por favor, selecione um arquivo de ícone"
38793922
3880 #: bash/polconfigurator:86
3923 #: bash/polconfigurator:93
38813924 #, sh-format
38823925 msgid "Bad file extension"
38833926 msgstr "Extensão de arquivo inválida"
38843927
3885 #: bash/polconfigurator:86
3928 #: bash/polconfigurator:93
38863929 #, sh-format
38873930 msgid "is not an icon extension"
38883931 msgstr "não é uma extensão de ícone"
38893932
3890 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3891 #: python/mainwindow.py:621
3933 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3934 #: python/mainwindow.py:619
38923935 #, sh-format
38933936 msgid "Registry Editor"
38943937 msgstr "Editor de registro"
38953938
3896 #: bash/polconfigurator:97
3939 #: bash/polconfigurator:104
38973940 #, sh-format
38983941 msgid "Kill all prefix processes"
38993942 msgstr "Matar todos os processos de prefixo"
39003943
3901 #: bash/polconfigurator:98
3944 #: bash/polconfigurator:105
39023945 #, sh-format
39033946 msgid "Update wineprefix"
39043947 msgstr "Atualizar wineprefix"
39053948
3906 #: bash/polconfigurator:99
3949 #: bash/polconfigurator:106
39073950 #, sh-format
39083951 msgid "Simulate Windows reboot"
39093952 msgstr "Simular reincialização do Windows"
39103953
3911 #: bash/polconfigurator:100
3954 #: bash/polconfigurator:107
39123955 #, sh-format
39133956 msgid "Use Advanced Wine Configuration plugin"
39143957 msgstr "Usar plug-in de configuração avançada do Wine"
39153958
3916 #: bash/polconfigurator:101
3959 #: bash/polconfigurator:108
39173960 #, sh-format
39183961 msgid "Use PlayOnLinux's configurator for"
39193962 msgstr "Usar configurador do PlayOnLinux para"
39203963
3921 #: bash/polconfigurator:103
3964 #: bash/polconfigurator:110
39223965 #, sh-format
39233966 msgid "Change the icon"
39243967 msgstr "Alterar o ícone"
39253968
3926 #: bash/polconfigurator:104
3969 #: bash/polconfigurator:111
39273970 #, sh-format
39283971 msgid "Use WineTricks"
39293972 msgstr "Usar WineTricks"
39303973
3931 #: bash/polconfigurator:123
3974 #: bash/polconfigurator:130
39323975 #, sh-format
39333976 msgid "Please choose an action to perform"
39343977 msgstr "Por favor escolha uma ação para realizar"
39844027 msgid "Please choose a CD-ROM to eject"
39854028 msgstr "Por favor, escolha um CD-ROM para ejetar"
39864029
3987 #: bash/run_app:83
4030 #: bash/run_app:85
39884031 #, sh-format
39894032 msgid "Please choose a software to run"
39904033 msgstr "Por favor, escolha um programa para executar"
39914034
3992 #: bash/run_app:114
4035 #: bash/run_app:116
39934036 #, sh-format
39944037 msgid "$APPLICATION_TITLE debugger is starting..."
39954038 msgstr "Depurador de $APPLICATION_TITLE está sendo iniciado..."
39964039
3997 #: bash/run_app:117
4040 #: bash/run_app:119
39984041 #, sh-format
39994042 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
40004043 msgstr ""
40014044
4002 #: bash/run_app:119
4045 #: bash/run_app:121
40034046 #, sh-format
40044047 msgid "$PACKAGE crashed."
40054048 msgstr "$PACKAGE travou."
40624105 "as configurações antigas?"
40634106
40644107 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4065 #: lib/playonlinux.lib:717
4108 #: lib/playonlinux.lib:720
40664109 #, sh-format
40674110 msgid "$APPLICATION_TITLE Uninstaller"
40684111 msgstr "Desinstalador de $APPLICATION_TITLE"
40824125 msgid "This wizard will help you to uninstall: "
40834126 msgstr "Este assistente irá ajudá-lo a desinstalar: "
40844127
4085 #: bash/uninstall:65 lib/playonlinux.lib:717
4128 #: bash/uninstall:65 lib/playonlinux.lib:720
40864129 #, sh-format
40874130 msgid "Uninstalling..."
40884131 msgstr "Desinstalando..."
41444187 "processo de instalação.\\nVisite www.$POL_DNS para obter mais informações"
41454188
41464189 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4147 #: lib/wine.lib:955 lib/wine.lib:1036
4190 #: lib/wine.lib:970 lib/wine.lib:1051
41484191 #, sh-format
41494192 msgid "Please wait while the virtual drive is being created..."
41504193 msgstr "Por favor aguarde enquanto a unidade virtual está sendo criada..."
41614204 msgid "Setting Program Files var"
41624205 msgstr "Configurando arquivos de programas var"
41634206
4164 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4165 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4207 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4208 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
41664209 #, sh-format
41674210 msgid "This function is disabled in the PlayOnlinux environment."
41684211 msgstr "A função está desabilitada no ambiente PlayOnLinux."
41694212
4170 #: lib/playonlinux.lib:334
4213 #: lib/playonlinux.lib:336
41714214 #, sh-format
41724215 msgid ""
41734216 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41784221 "válida\\n\\nPlayOnLinux não aprovou esse script e não será responsável por "
41794222 "ele.\\nPor favor, certifique-se de saber o que você está fazendo !"
41804223
4181 #: lib/playonlinux.lib:335
4224 #: lib/playonlinux.lib:337
41824225 #, sh-format
41834226 msgid "Here the source code of the script. Check it carefully"
41844227 msgstr "Aqui está o código fonte do script. Verifique com cuidado"
41854228
4186 #: lib/playonlinux.lib:357
4229 #: lib/playonlinux.lib:359
41874230 #, sh-format
41884231 msgid ""
41894232 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41954238 "responsável por ele.\\nPor favor, certifique-se de saber o que você está "
41964239 "fazendo !"
41974240
4198 #: lib/playonlinux.lib:358
4241 #: lib/playonlinux.lib:360
41994242 #, sh-format
42004243 msgid "External library"
42014244 msgstr "Biblioteca externa"
42024245
4203 #: lib/playonlinux.lib:358
4246 #: lib/playonlinux.lib:360
42044247 #, sh-format
42054248 msgid "Here the source code of the script. Check it carrefully"
42064249 msgstr "Aqui está o código fonte do script. Verifique com cuidado"
42074250
4208 #: lib/playonlinux.lib:591
4251 #: lib/playonlinux.lib:593
42094252 #, sh-format
42104253 msgid "Making shortcut..."
42114254 msgstr "Criando atalho..."
42124255
4213 #: lib/playonlinux.lib:715
4256 #: lib/playonlinux.lib:718
42144257 #, sh-format
42154258 msgid "Do you want to delete the virtual drive:"
42164259 msgstr "Você quer excluir a unidade virtual:"
42174260
4218 #: lib/playonlinux.lib:826
4261 #: lib/playonlinux.lib:831
42194262 #, sh-format
42204263 msgid ""
42214264 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
42244267 "O seguinte arquivo está localizado em um arquivo de sistemas FAT32.\\nIsso "
42254268 "pode impedir que o Wine funcione\\n\\n$FilePath"
42264269
4227 #: lib/playonlinux.lib:827
4270 #: lib/playonlinux.lib:832
42284271 #, sh-format
42294272 msgid ""
42304273 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
42334276 "O seguinte arquivo está localizado em um sistema de arquivos NTFS.\\nIsso "
42344277 "pode impedir que o Wine funcione\\n\\n$FilePath"
42354278
4236 #: lib/playonlinux.lib:828
4279 #: lib/playonlinux.lib:833
42374280 #, sh-format
42384281 msgid ""
42394282 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
42424285 "O seguinte arquivo está localizado em um sistema de arquivos FUSE.\\nIsso "
42434286 "pode impedir que o Wine funcione\\n\\n$FilePath"
42444287
4245 #: lib/playonlinux.lib:829
4288 #: lib/playonlinux.lib:834
42464289 #, sh-format
42474290 msgid ""
42484291 "The following file is located on a noexec mounted filesystem.\\nIt might "
42514294 "O seguinte arquivo está localizado em um sistema de arquivos montado como "
42524295 "noexec.\\nIsso pode impedir que o Wine funcione\\n\\n$FilePath"
42534296
4254 #: lib/plugins.lib:65
4297 #: lib/plugins.lib:66
42554298 #, sh-format
42564299 msgid "Checking plugin: "
42574300 msgstr "Verificando plug-in: "
42584301
4259 #: lib/plugins.lib:93
4302 #: lib/plugins.lib:94
42604303 #, sh-format
42614304 msgid "New: "
42624305 msgstr "Novo: "
42634306
4264 #: lib/plugins.lib:93
4307 #: lib/plugins.lib:94
42654308 #, sh-format
42664309 msgid "Updating plugin. Previous: "
42674310 msgstr "Atualizando plug-in. Anterior: "
42684311
4269 #: lib/plugins.lib:112
4312 #: lib/plugins.lib:113
42704313 #, sh-format
42714314 msgid "Installing plugin: "
42724315 msgstr "Instalando plug-in: "
42834326 msgid "Function override detected, disabling bug reporting"
42844327 msgstr ""
42854328
4286 #: lib/scripts.lib:499 lib/scripts.lib:565
4329 #: lib/scripts.lib:500 lib/scripts.lib:566
42874330 #, sh-format
42884331 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
42894332 msgstr ""
42904333
4291 #: lib/scripts.lib:501 lib/scripts.lib:784
4334 #: lib/scripts.lib:502 lib/scripts.lib:785
42924335 #, sh-format
42934336 msgid "Please wait while $APPLICATION_TITLE is downloading:"
42944337 msgstr "Por favor aguarde enquanto $APPLICATION_TITLE está baixando:"
42954338
4296 #: lib/scripts.lib:503 lib/scripts.lib:570
4339 #: lib/scripts.lib:504 lib/scripts.lib:571
42974340 #, sh-format
42984341 msgid "An error happened during download."
42994342 msgstr "Ocorreu um erro durante o download."
43004343
4301 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4302 #: lib/scripts.lib:586
4344 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4345 #: lib/scripts.lib:587
43034346 #, sh-format
43044347 msgid "Do you want to retry?"
43054348 msgstr "Deseja repetir?"
43064349
4307 #: lib/scripts.lib:522 lib/scripts.lib:586
4350 #: lib/scripts.lib:523 lib/scripts.lib:587
43084351 #, sh-format
43094352 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
43104353 msgstr ""
43114354 "Erro ! Incompatibilidade de arquivos\\n\\nLocal : $LOCAL_MD5\\nServidor : "
43124355 "$SERVER_MD5"
43134356
4314 #: lib/scripts.lib:689
4357 #: lib/scripts.lib:690
43154358 #, sh-format
43164359 msgid ""
43174360 "7z not installed, please check that you have 7zip installed and try again"
43194362 "7z não está instalado, verifique se você tem instalado o 7zip e tente "
43204363 "novamente"
43214364
4322 #: lib/scripts.lib:696
4365 #: lib/scripts.lib:697
43234366 #, sh-format
43244367 msgid "Failed to locate ${dest} from ${archive}"
43254368 msgstr "Falha ao localizar ${dest} de ${archive}"
43264369
4327 #: lib/scripts.lib:700
4370 #: lib/scripts.lib:701
43284371 #, sh-format
43294372 msgid "Extracting ${filename} from ${archivename}"
43304373 msgstr "Extraindo ${filename} de ${archivename}"
43314374
4332 #: lib/scripts.lib:715
4375 #: lib/scripts.lib:716
43334376 #, sh-format
43344377 msgid "Extracted file size does not match!"
43354378 msgstr "Tamanho do arquivo extraído não corresponde!"
43364379
4337 #: lib/scripts.lib:746
4380 #: lib/scripts.lib:747
43384381 #, sh-format
43394382 msgid "Copying ${filename}"
43404383 msgstr "Copiando ${filename}"
43414384
4342 #: lib/scripts.lib:759
4385 #: lib/scripts.lib:760
43434386 #, sh-format
43444387 msgid "File size does not match!"
43454388 msgstr "Tamanho do arquivo não corresponde!"
43464389
4347 #: lib/scripts.lib:903
4390 #: lib/scripts.lib:904
43484391 #, sh-format
43494392 msgid ""
43504393 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
43534396 "Desculpe, $APPLICATION_TITLE $VERSION é muito antigo para continuar.\\"
43544397 "n$APPLICATION_TITLE $NEEDED é necessário."
43554398
4356 #: lib/scripts.lib:918
4399 #: lib/scripts.lib:919
43574400 #, sh-format
43584401 msgid ""
43594402 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
43624405 "Aviso: Você está executando $APPLICATION_TITLE $VERSION.\\"
43634406 "n$APPLICATION_TITLE $NEEDED é recomendado para continuar."
43644407
4365 #: lib/scripts.lib:949
4408 #: lib/scripts.lib:950
43664409 #, sh-format
43674410 msgid "$AUTHOR profile"
43684411 msgstr "Perfil de $AUTHOR"
44114454 "Um ou mais programa(s) estão ausentes. Por favor, instale-o e execute o "
44124455 "script novamente."
44134456
4414 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4457 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
44154458 #: python/mainwindow.py:1135 python/mainwindow.py:1165
44164459 #: python/mainwindow.py:1179 python/mainwindow.py:1188
44174460 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
44234466 #, sh-format
44244467 msgid "Where is mounted your CD-ROM?"
44254468 msgstr "Onde o CD-ROM está montado?"
4469
4470 #: lib/setupwindow.lib:349 python/install.py:218
4471 #, sh-format
4472 msgid "Other"
4473 msgstr "Outro"
44264474
44274475 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
44284476 #, sh-format
45514599 msgid "I don't want to make another shortcut"
45524600 msgstr "Eu não quero criar outro atalho"
45534601
4554 #: lib/setupwindow.lib:711 python/guiv3.py:158
4602 #: lib/setupwindow.lib:711 python/guiv3.py:163
45554603 #, sh-format
45564604 msgid "Browse"
45574605 msgstr "Navegar"
4606
4607 #: lib/setupwindow.lib:739
4608 #, sh-format
4609 msgid "A shortcut by that name already exists, overwrite?"
4610 msgstr ""
45584611
45594612 #: lib/website.lib:29
45604613 #, sh-format
45734626 "valid."
45744627 msgstr "Falha ao conectar !\\nVerifique se seu login e senha são válidos."
45754628
4576 #: lib/wine.lib:367
4629 #: lib/wine.lib:371
45774630 #, sh-format
45784631 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
45794632 msgstr ""
45804633
4581 #: lib/wine.lib:373
4634 #: lib/wine.lib:377
45824635 #, sh-format
45834636 msgid "Select the main videocard to report:"
45844637 msgstr ""
45854638
4586 #: lib/wine.lib:538 lib/wine.lib:703
4639 #: lib/wine.lib:549 lib/wine.lib:714
45874640 #, sh-format
45884641 msgid ""
45894642 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
45924645 "Wine parece ter deixado de funcionar\\n\\nSe seu programa está sendo "
45934646 "executado, apenas ignore esta mensagem"
45944647
4595 #: lib/wine.lib:763
4648 #: lib/wine.lib:775
45964649 #, sh-format
45974650 msgid "Unable to find version: "
45984651 msgstr "Incapaz de encontrar a versão: "
45994652
4600 #: lib/wine.lib:769 lib/wine.lib:770
4653 #: lib/wine.lib:781 lib/wine.lib:782
46014654 #, sh-format
46024655 msgid "Downloading Wine: "
46034656 msgstr "Baixando o Wine: "
46044657
4605 #: lib/wine.lib:779
4658 #: lib/wine.lib:791
46064659 #, sh-format
46074660 msgid "The download seems to have failed."
46084661 msgstr "O download parece ter falhado."
46094662
4610 #: lib/wine.lib:781
4663 #: lib/wine.lib:793
46114664 #, sh-format
46124665 msgid "Extracting Wine..."
46134666 msgstr "Extraindo o Wine..."
46144667
4615 #: lib/wine.lib:961
4668 #: lib/wine.lib:976
46164669 #, sh-format
46174670 msgid "Overwrite (usually works, no guarantee)"
46184671 msgstr "Sobrescrever (geralmente funciona, sem garantia)"
46194672
4620 #: lib/wine.lib:962
4673 #: lib/wine.lib:977
46214674 #, sh-format
46224675 msgid "Erase (virtual drive content will be lost)"
46234676 msgstr "Apagar (o conteúdo do drive virtual será perdido)"
46244677
4625 #: lib/wine.lib:976
4678 #: lib/wine.lib:991
46264679 #, sh-format
46274680 msgid "The target virtual drive $PREFNAME already exists:"
46284681 msgstr ""
46294682
4630 #: lib/wine.lib:1156 lib/wine.lib:1186
4683 #: lib/wine.lib:1171 lib/wine.lib:1201
46314684 #, sh-format
46324685 msgid "Please wait while $SOFTNAME is installed..."
46334686 msgstr "Por favor aguarde enquanto $SOFTNAME é instalado..."
46344687
4635 #: lib/wine.lib:1160 lib/wine.lib:1189
4688 #: lib/wine.lib:1175 lib/wine.lib:1204
46364689 #, sh-format
46374690 msgid ""
46384691 "Be careful! This will kill install process. If it is not finished, you will "
46414694 "Tenha cuidado! Isso vai matar processo de instalação. Se não estiver "
46424695 "terminado, você precisará reinstalar $SOFTNAME"
46434696
4644 #: lib/wine.lib:1160 lib/wine.lib:1189
4697 #: lib/wine.lib:1175 lib/wine.lib:1204
46454698 #, sh-format
46464699 msgid "Install is done"
46474700 msgstr "Instalação está feita"
46484701
4649 #: lib/wine.lib:1193 lib/wine.lib:1194
4702 #: lib/wine.lib:1208 lib/wine.lib:1209
46504703 #, sh-format
46514704 msgid "Press next only when the installation process is finished"
46524705 msgstr ""
46534706 "Clique em próximo somente quando o processo de instalação estiver terminado"
46544707
4655 #: lib/wine.lib:1202
4708 #: lib/wine.lib:1217
46564709 #, sh-format
46574710 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
46584711 msgstr ""
46734726 "Para desinstalar um programa de forma limpa com {0}, você deve apagar o "
46744727 "drive virtual associado"
46754728
4676 #: python/configure.py:197 python/configure.py:694
4729 #: python/configure.py:196 python/configure.py:703
46774730 msgid "General"
46784731 msgstr "Geral"
46794732
4680 #: python/configure.py:200
4733 #: python/configure.py:199
46814734 msgid "Make a new shortcut from this virtual drive"
46824735 msgstr "Faça um novo atalho a partir deste drive virtual"
46834736
4684 #: python/configure.py:201
4737 #: python/configure.py:200
46854738 msgid "Name"
46864739 msgstr "Nome:"
46874740
4688 #: python/configure.py:202
4741 #: python/configure.py:201
46894742 msgid "Wine version"
46904743 msgstr "Versão do Wine"
46914744
4692 #: python/configure.py:203
4745 #: python/configure.py:202
46934746 msgid "Debug flags"
46944747 msgstr ""
46954748
4696 #: python/configure.py:205
4749 #: python/configure.py:204
46974750 msgid "Virtual drive"
46984751 msgstr "Disco virtual"
46994752
4700 #: python/configure.py:207
4753 #: python/configure.py:206
47014754 msgid "Arguments"
47024755 msgstr "Argumentos"
47034756
4704 #: python/configure.py:211
4757 #: python/configure.py:210
47054758 msgid "Run configuration wizard"
47064759 msgstr "Executar o assistente de configuração"
47074760
4708 #: python/configure.py:248
4761 #: python/configure.py:247
47094762 msgid "Windows reboot"
47104763 msgstr "Reinicialização do Windows"
47114764
4712 #: python/configure.py:256
4765 #: python/configure.py:255
47134766 msgid "Repair virtual drive"
47144767 msgstr "Reparar drive virtual"
47154768
4716 #: python/configure.py:265
4769 #: python/configure.py:264
47174770 msgid "Command prompt"
47184771 msgstr "Prompt de comando"
47194772
4720 #: python/configure.py:272
4773 #: python/configure.py:271
47214774 msgid "Task manager"
47224775 msgstr "Gerenciador de tarefas"
47234776
4724 #: python/configure.py:280
4777 #: python/configure.py:279
47254778 msgid "Kill processes"
47264779 msgstr "Matar processos"
47274780
4728 #: python/configure.py:287
4781 #: python/configure.py:286
47294782 msgid "Wine uninstaller"
47304783 msgstr "Desinstalador do Wine"
47314784
4732 #: python/configure.py:312
4785 #: python/configure.py:311
47334786 msgid ""
47344787 "Be careful! Installing one of these components can break your virtual drive."
47354788 msgstr ""
47364789 "Tenha cuidado! Instalar um destes componentes poderá quebrar o seu drive "
47374790 "virtual."
47384791
4739 #: python/configure.py:334 python/install.py:285 python/install.py:289
4740 #: python/mainwindow.py:197 python/mainwindow.py:350
4792 #: python/configure.py:333 python/install.py:285 python/install.py:289
4793 #: python/mainwindow.py:199 python/mainwindow.py:348
47414794 msgid "Install"
47424795 msgstr "Instalar"
47434796
4744 #: python/configure.py:395
4797 #: python/configure.py:388
47454798 msgid "Open program's directory"
47464799 msgstr "Abrir diretório do programa"
47474800
4748 #: python/configure.py:418
4801 #: python/configure.py:411
47494802 msgid "Open virtual drive's directory"
47504803 msgstr "Abrir diretório do drive virtual"
47514804
4752 #: python/configure.py:560
4805 #: python/configure.py:555
47534806 msgid "GLSL Support"
47544807 msgstr "Suporte GLSL"
47554808
4756 #: python/configure.py:561
4809 #: python/configure.py:556
47574810 msgid "Direct Draw Renderer"
47584811 msgstr "Direct Draw Renderer"
47594812
4760 #: python/configure.py:562
4813 #: python/configure.py:557
47614814 msgid "Video memory size"
47624815 msgstr "Tamanho da memória de vídeo"
47634816
4764 #: python/configure.py:563
4817 #: python/configure.py:558
47654818 msgid "Offscreen rendering mode"
47664819 msgstr "Modo de renderização Offscreen"
47674820
4768 #: python/configure.py:564
4821 #: python/configure.py:559
47694822 msgid "Render target mode lock"
47704823 msgstr "Renderizar modo de bloqueio do destino"
47714824
4772 #: python/configure.py:565
4825 #: python/configure.py:560
47734826 msgid "Multisampling"
47744827 msgstr "Multiamostragem"
47754828
4776 #: python/configure.py:566
4829 #: python/configure.py:561
47774830 msgid "Strict Draw Ordering"
47784831 msgstr "Controlar ordenação de desenho"
47794832
4780 #: python/configure.py:576
4833 #: python/configure.py:571
47814834 msgid "Mouse warp override"
47824835 msgstr "Substituir fuga do mouse"
47834836
4784 #: python/configure.py:578
4837 #: python/configure.py:573
47854838 msgid "Open a shell"
47864839 msgstr "Abrir o shell"
47874840
4788 #: python/configure.py:579
4841 #: python/configure.py:574
47894842 msgid "Run a .exe file in this virtual drive"
47904843 msgstr "Rodar um arquivo .exe em um drive virtual"
47914844
4792 #: python/configure.py:580
4845 #: python/configure.py:575
47934846 msgid "Command to exec before running the program"
47944847 msgstr "Comando para executar antes de abrir o programa"
47954848
4796 #: python/configure.py:591
4849 #: python/configure.py:585
4850 msgid ""
4851 "Warning:\n"
4852 "\n"
4853 "Any program still running in this virtual drive will be terminated before "
4854 "Wine version is changed.\n"
4855 "Are you sure you want to continue?"
4856 msgstr ""
4857
4858 #: python/configure.py:596
47974859 msgid ""
47984860 "Be careful!\n"
47994861 "If you change "
48014863 "Tenha cuidado!\n"
48024864 "Se você alterar "
48034865
4804 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4866 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
48054867 msgid "{0} configuration"
48064868 msgstr "configuração {0}"
48074869
4808 #: python/configure.py:659
4870 #: python/configure.py:664
48094871 msgid "Please select a program or a virtual drive to configure"
48104872 msgstr ""
48114873 "Por favor, selecione um programa ou um drive virtual para configurar."
48124874
4813 #: python/configure.py:677 python/options.py:280
4875 #: python/configure.py:683 python/configure.py:686 python/options.py:280
48144876 msgid "New"
48154877 msgstr "Novo"
48164878
4817 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4818 #: python/mainwindow.py:596 python/options.py:207
4879 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4880 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
48194881 msgid "Remove"
48204882 msgstr "Remover"
48214883
4822 #: python/configure.py:696
4884 #: python/configure.py:705
48234885 msgid "Install components"
48244886 msgstr "Instalar componentes"
48254887
4826 #: python/configure.py:697 python/mainwindow.py:332
4888 #: python/configure.py:706 python/mainwindow.py:330
48274889 msgid "Display"
48284890 msgstr "Exibir"
48294891
4830 #: python/configure.py:698
4892 #: python/configure.py:707
48314893 msgid "Miscellaneous"
48324894 msgstr "Diversos"
48334895
4834 #: python/configure.py:726
4896 #: python/configure.py:735
48354897 msgid "This virtual drive is protected"
48364898 msgstr "Esta unidade virtual está protegida"
48374899
4838 #: python/configure.py:728
4900 #: python/configure.py:737
48394901 msgid "Are you sure you want to delete {0} virtual drive ?"
48404902 msgstr "Tem certeza que deseja excluir a unidade virtual {0}?"
48414903
4842 #: python/configure.py:735
4904 #: python/configure.py:744
48434905 msgid "Are you sure you want to delete {0} ?"
48444906 msgstr "Tem certeza que deseja excluir {0}?"
48454907
4846 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4847 #: python/mainwindow.py:997
4908 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4909 #: python/mainwindow.py:995
48484910 msgid "{0} debugger"
48494911 msgstr "depurador {0}"
48504912
48524914 msgid "Please select a debug file"
48534915 msgstr "Por favor selecione um arquivo de depuração"
48544916
4855 #: python/debug.py:76
4917 #: python/debug.py:78
48564918 msgid "Locate this logfile"
48574919 msgstr "Localizar este arquivo de log"
48584920
4859 #: python/debug.py:99
4921 #: python/debug.py:101
48604922 msgid "The file is named : {0}"
48614923 msgstr "O arquivo possui o nome: {0}"
48624924
4863 #: python/debug.py:153 python/debug.py:207
4925 #: python/debug.py:189 python/debug.py:245
48644926 msgid "Virtual drives"
48654927 msgstr "Drives virtuais"
48664928
4867 #: python/debug.py:184
4929 #: python/debug.py:222
48684930 msgid "Report a problem about {0}"
48694931 msgstr "Informar um problema sobre {0}"
48704932
4871 #: python/debug.py:206
4933 #: python/debug.py:244
48724934 msgid "Install scripts"
48734935 msgstr "Scripts de instalação"
48744936
48934955 msgid "Next"
48944956 msgstr "Avançar"
48954957
4896 #: python/guiv3.py:166
4958 #: python/guiv3.py:171
48974959 msgid "I Agree"
48984960 msgstr "Eu aceito"
48994961
4900 #: python/guiv3.py:167
4962 #: python/guiv3.py:172
49014963 msgid "Show virtual drives"
49024964 msgstr "Exibir unidades virtuais"
49034965
4904 #: python/guiv3.py:188
4966 #: python/guiv3.py:193
49054967 msgid "Login: "
49064968 msgstr "Login: "
49074969
4908 #: python/guiv3.py:189
4970 #: python/guiv3.py:194
49094971 msgid "Password: "
49104972 msgstr "Senha: "
49114973
4912 #: python/guiv3.py:192
4974 #: python/guiv3.py:197
49134975 msgid "Register"
49144976 msgstr "Registrar"
49154977
4916 #: python/guiv3.py:288
4978 #: python/guiv3.py:302
49174979 msgid "MB downloaded"
49184980 msgstr "MB baixados"
49194981
4920 #: python/guiv3.py:288
4982 #: python/guiv3.py:302
49214983 msgid "of"
49224984 msgstr "de"
49234985
4924 #: python/guiv3.py:749
4986 #: python/guiv3.py:769
49254987 msgid "You cannot close this window"
49264988 msgstr "Você não pode fechar esta janela"
49274989
49294991 msgid "No description"
49304992 msgstr "Sem descrição"
49314993
4932 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4994 #: python/install.py:210
4995 msgid "Accessories"
4996 msgstr "Acessórios"
4997
4998 #: python/install.py:211
4999 msgid "Development"
5000 msgstr "Desenvolvimento"
5001
5002 #: python/install.py:212
5003 msgid "Education"
5004 msgstr "Educação"
5005
5006 #: python/install.py:213
5007 msgid "Games"
5008 msgstr "Jogos"
5009
5010 #: python/install.py:214
5011 msgid "Graphics"
5012 msgstr "Gráficos"
5013
5014 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5015 msgid "Internet"
5016 msgstr "Internet"
5017
5018 #: python/install.py:216
5019 msgid "Multimedia"
5020 msgstr "Multimídia"
5021
5022 #: python/install.py:217
5023 msgid "Office"
5024 msgstr "Escritório"
5025
5026 #: python/install.py:219
5027 msgid "Patches"
5028 msgstr "Correções"
5029
5030 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
49335031 msgid "Search"
49345032 msgstr "Procurar"
49355033
49365034 #: python/install.py:252
49375035 msgid "Include:"
49385036 msgstr "Incluir:"
5037
5038 #: python/install.py:258
5039 msgid "Testing"
5040 msgstr "Testando"
49395041
49405042 #: python/install.py:263
49415043 msgid "No-cd needed"
49965098 "used for piracy purposes we won't give any support on this matter."
49975099 msgstr ""
49985100
4999 #: python/irc.py:137
5101 #: python/irc.py:139
50005102 msgid "Send"
50015103 msgstr "Enviar"
50025104
5003 #: python/irc.py:138
5105 #: python/irc.py:140
50045106 msgid "Connect"
50055107 msgstr "Conectar"
50065108
5007 #: python/irc.py:139
5109 #: python/irc.py:141
50085110 msgid "Disconnect"
50095111 msgstr "Desconectar"
50105112
5011 #: python/irc.py:140
5113 #: python/irc.py:142
50125114 msgid "Leave"
50135115 msgstr "Sair"
50145116
5015 #: python/irc.py:227
5117 #: python/irc.py:229
50165118 msgid "Join a channel"
50175119 msgstr "Entrar em um canal"
50185120
5019 #: python/irc.py:257 python/mainwindow.py:725
5121 #: python/irc.py:259 python/mainwindow.py:723
50205122 msgid "Messenger"
50215123 msgstr "Mensageiro"
50225124
5023 #: python/irc.py:273
5125 #: python/irc.py:275
50245126 msgid ""
50255127 "If you close this window, you cannot read further replies. Are you sure that "
50265128 "you want to close it?"
50505152 msgid "{0} error"
50515153 msgstr "{0} erro"
50525154
5053 #: python/mainwindow.py:73
5155 #: python/mainwindow.py:75
50545156 msgid "{0} website is unavailable. Please check your connection"
50555157 msgstr "{0} o website está indisponível. Por favor, verifique a sua conexão"
50565158
5057 #: python/mainwindow.py:75
5159 #: python/mainwindow.py:77
50585160 msgid "Refreshing {0}"
50595161 msgstr "Atualizando {0}"
50605162
5061 #: python/mainwindow.py:90 python/mainwindow.py:92
5163 #: python/mainwindow.py:92 python/mainwindow.py:94
50625164 msgid "An updated version of {0} is available"
50635165 msgstr "Uma versão atualizada de {0} está disponível"
50645166
5065 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5167 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
50665168 msgid "Run"
50675169 msgstr "Executar"
50685170
5069 #: python/mainwindow.py:200
5171 #: python/mainwindow.py:202
50705172 msgid "Donate"
50715173 msgstr "Faça uma doação"
50725174
5073 #: python/mainwindow.py:201
5175 #: python/mainwindow.py:203
50745176 msgid "Exit"
50755177 msgstr "Sair"
50765178
5077 #: python/mainwindow.py:205
5179 #: python/mainwindow.py:207
50785180 msgid "Small icons"
50795181 msgstr "Ícones pequenos"
50805182
5081 #: python/mainwindow.py:206
5183 #: python/mainwindow.py:208
50825184 msgid "Medium icons"
50835185 msgstr "Ícones médios"
50845186
5085 #: python/mainwindow.py:207
5187 #: python/mainwindow.py:209
50865188 msgid "Large icons"
50875189 msgstr "Ícones grandes"
50885190
5089 #: python/mainwindow.py:208
5191 #: python/mainwindow.py:210
50905192 msgid "Very large icons"
50915193 msgstr "Ícones muito grandes"
50925194
5093 #: python/mainwindow.py:220
5195 #: python/mainwindow.py:222
50945196 msgid "Manage Wine versions"
50955197 msgstr "Gerenciar versões do Wine"
50965198
5097 #: python/mainwindow.py:226
5199 #: python/mainwindow.py:228
50985200 msgid "Read a PC CD-Rom"
50995201 msgstr "Ler um CD-ROM para PC's."
51005202
5101 #: python/mainwindow.py:236
5203 #: python/mainwindow.py:238
51025204 msgid "Close all {0} software"
51035205 msgstr "Fechar todos os {0} programas"
51045206
5105 #: python/mainwindow.py:240
5207 #: python/mainwindow.py:242
51065208 msgid "{0} console"
51075209 msgstr "{0} console"
51085210
5109 #: python/mainwindow.py:250
5211 #: python/mainwindow.py:248
51105212 msgid "{0} messenger"
51115213 msgstr "{0} mensageiro"
51125214
5113 #: python/mainwindow.py:266 python/options.py:388
5215 #: python/mainwindow.py:264 python/options.py:388
51145216 msgid "File associations"
51155217 msgstr "Associações de arquivos"
51165218
5117 #: python/mainwindow.py:273
5219 #: python/mainwindow.py:271
51185220 msgid "About {0}"
51195221 msgstr "Sobre {0}"
51205222
5121 #: python/mainwindow.py:302 python/mainwindow.py:306
5223 #: python/mainwindow.py:300 python/mainwindow.py:304
51225224 msgid "Plugin manager"
51235225 msgstr "Gerenciador de Plugin"
51245226
5125 #: python/mainwindow.py:331
5227 #: python/mainwindow.py:329
51265228 msgid "File"
51275229 msgstr "Arquivo"
51285230
5129 #: python/mainwindow.py:333
5231 #: python/mainwindow.py:331
51305232 msgid "Tools"
51315233 msgstr "Ferramentas"
51325234
5133 #: python/mainwindow.py:334 python/mainwindow.py:723
5235 #: python/mainwindow.py:332 python/mainwindow.py:721
51345236 msgid "Settings"
51355237 msgstr "Configurações"
51365238
5137 #: python/mainwindow.py:335 python/options.py:387
5239 #: python/mainwindow.py:333 python/options.py:387
51385240 msgid "Plugins"
51395241 msgstr "Plugins"
51405242
5141 #: python/mainwindow.py:347 python/mainwindow.py:739
5243 #: python/mainwindow.py:345 python/mainwindow.py:737
51425244 msgid "Close"
51435245 msgstr "Fechar"
51445246
5145 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5247 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
51465248 msgid "Configure"
51475249 msgstr "Configurar"
51485250
5149 #: python/mainwindow.py:584
5251 #: python/mainwindow.py:582
51505252 msgid "Open the application's directory"
51515253 msgstr "Abrir o diretório do aplicativo"
51525254
5153 #: python/mainwindow.py:588 python/mainwindow.py:753
5255 #: python/mainwindow.py:586 python/mainwindow.py:751
51545256 msgid "Read the manual"
51555257 msgstr "Ler o manual"
51565258
5157 #: python/mainwindow.py:592
5259 #: python/mainwindow.py:590
51585260 msgid "Set the icon"
51595261 msgstr "Definir o ícone"
51605262
5161 #: python/mainwindow.py:600
5263 #: python/mainwindow.py:598
51625264 msgid "Close this application"
51635265 msgstr "Fechar este aplicativo"
51645266
5165 #: python/mainwindow.py:611
5267 #: python/mainwindow.py:609
51665268 msgid "KillApp"
51675269 msgstr "Matar aplicativo"
51685270
5169 #: python/mainwindow.py:618
5271 #: python/mainwindow.py:616
51705272 msgid "No manual found for {0}"
51715273 msgstr "Nenhum manual encontrado para {0}"
51725274
5173 #: python/mainwindow.py:721
5275 #: python/mainwindow.py:719
51745276 msgid "Install a program"
51755277 msgstr "Instalar um programa"
51765278
5177 #: python/mainwindow.py:728
5279 #: python/mainwindow.py:726
51785280 msgid "Update GIT"
51795281 msgstr "Atualizar GIT"
51805282
5181 #: python/mainwindow.py:731
5283 #: python/mainwindow.py:729
51825284 msgid "Update instructions"
51835285 msgstr ""
51845286
5185 #: python/mainwindow.py:741
5287 #: python/mainwindow.py:739
51865288 msgid "Debug"
51875289 msgstr "Depurar"
51885290
5189 #: python/mainwindow.py:743
5291 #: python/mainwindow.py:741
51905292 msgid "Report a problem"
51915293 msgstr "Relatar um problema"
51925294
5193 #: python/mainwindow.py:747
5295 #: python/mainwindow.py:745
51945296 msgid "Create a shortcut"
51955297 msgstr "Criar um atalho"
51965298
5197 #: python/mainwindow.py:749
5299 #: python/mainwindow.py:747
51985300 msgid "Open the directory"
51995301 msgstr "Abrir a pasta"
52005302
5201 #: python/mainwindow.py:755
5303 #: python/mainwindow.py:753
52025304 msgid "Save"
52035305 msgstr "Salvar"
52045306
5205 #: python/mainwindow.py:758
5307 #: python/mainwindow.py:756
52065308 msgid "Uninstall"
52075309 msgstr "Desinstalar"
52085310
5209 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5210 #: python/mainwindow.py:1003
5311 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5312 #: python/mainwindow.py:1001
52115313 msgid "Please select a program."
52125314 msgstr "Por favor selecione um programa."
52135315
5214 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5316 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
52155317 msgid "{0} settings"
52165318 msgstr "{0} configurações"
52175319
5218 #: python/mainwindow.py:965
5320 #: python/mainwindow.py:963
52195321 msgid "{0} install menu"
52205322 msgstr "{0} menu de instalação"
52215323
5222 #: python/mainwindow.py:974
5324 #: python/mainwindow.py:972
52235325 msgid "{0} wine versions manager"
52245326 msgstr "{0} gerenciador de versões wine"
52255327
5226 #: python/mainwindow.py:1005
5328 #: python/mainwindow.py:1003
52275329 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
52285330 msgstr "O drive virtual relacionado com {0} ({1}) não existe mais."
52295331
53495451 "\n"
53505452 "Essas informações serão muito preciosas para que nós ajudemos as pessoas."
53515453
5352 #: python/mainwindow.py:1271
5454 #: python/mainwindow.py:1273
53535455 msgid "Are you sure you want to want to install {0} package?"
53545456 msgstr "Tem certeza de que quer deseja instalar {0} pacote?"
53555457
5356 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5458 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5459 #: python/mainwindow.py:1284
53575460 msgid ""
53585461 "You are trying to open a script design for {0}! It might not work as expected"
53595462 msgstr ""
54325535 msgid "You must restart {0} for the changes to take effect."
54335536 msgstr "Você deve reiniciar {0} para que as alterações tenham efeito."
54345537
5435 #: python/wine_versions.py:194
5538 #: python/wine_versions.py:195
54365539 msgid "Installed Wine versions: "
54375540 msgstr "Versões instaladas do Wine: "
54385541
5439 #: python/wine_versions.py:195
5542 #: python/wine_versions.py:196
54405543 msgid "Available Wine versions: "
54415544 msgstr "Versões do Wine disponíveis: "
54425545
5443 #: python/wine_versions.py:202
5546 #: python/wine_versions.py:203
54445547 msgid "Wine versions"
54455548 msgstr "Versões do Wine"
54465549
5447 #: python/wine_versions.py:321
5550 #: python/wine_versions.py:322
54485551 msgid "Are you sure you want to delete wine {0}?"
54495552 msgstr "Tem certeza de que deseja excluir wine {0}?"
54505553
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-11 13:05+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-04-20 08:15+0000\n"
11 "Last-Translator: Meriuță Cornel <meriutacornel@neacornel.eu>\n"
1212 "Language-Team: Romanian <ro@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
243243 msgstr "Introduceți suportul media al jocului în unitatea de disc."
244244
245245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
246 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
246247 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
247248 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
248249 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
271272 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
272273 #: PlayOnLinux_Scripts/Civilization_V_:53
273274 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
274 #: PlayOnLinux_Scripts/Diablo_II_:51
275 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
275276 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
276277 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
277278 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
278279 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
279280 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
280 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
281281 #: PlayOnLinux_Scripts/Google_SketchUp_:51
282282 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
283283 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
297297 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
298298 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
299299 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
300 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
300301 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
301302 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
302303 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
304 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
304 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
305 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
306 #: PlayOnLinux_Scripts/Portal_2_:82
305307 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
306308 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
307 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
310 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:72
309312 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
310313 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
314 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
311315 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
312316 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
313317 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
318 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
314319 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
315320 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
316 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
317 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
321 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
322 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
318324 #: PlayOnLinux_Scripts/Starcraft_:34
319325 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
320326 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
321 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
327 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
328 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
322329 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
323330 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
331 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
324332 #: PlayOnLinux_Scripts/Theme_Hospital_:59
325333 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
326334 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
327335 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
328336 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
337 #: PlayOnLinux_Scripts/Wizard_101_:38
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
338347 msgid "Please select the setup file to run"
339348 msgstr "Alegeți fișierul de configurare pentru rulat"
340349
350 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
352 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
354 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
355 #, sh-format
356 msgid "Please insert the game media into your disc drive."
357 msgstr ""
358
341359 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
361 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
342362 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
343363 #: PlayOnLinux_Scripts/Dishonored_:72
344364 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
435455 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
436456 #: PlayOnLinux_Scripts/Magicka_:68
437457 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
458 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
438459 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
439460 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
440461 #: PlayOnLinux_Scripts/Rayman_Origins_:83
441462 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
442 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
443 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
463 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
464 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
444465 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
445466 #: PlayOnLinux_Scripts/The_Witcher_:125
446467 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
470491 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
471492 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
472493 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
494 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
473495 #: PlayOnLinux_Scripts/Driftmoon_:43
474496 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
475497 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
478500 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
479501 #: PlayOnLinux_Scripts/League_Of_Legends_:57
480502 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
481 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
503 #: PlayOnLinux_Scripts/Sacrifice_:41
504 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
505 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
506 #: PlayOnLinux_Scripts/Toontown_Online_:25
507 #: PlayOnLinux_Scripts/Watchtower_library_:43
482508 #: PlayOnLinux_Scripts/iTunes_10_:28
483509 #, sh-format
484510 msgid "Please select the setup file to run."
493519 #: PlayOnLinux_Scripts/POL_GoG_download_:48
494520 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
495521 #: PlayOnLinux_Scripts/SimCity_2000_:50
496 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
497 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
522 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
523 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
498524 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
499525 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
500526 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
501 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
502 #: lib/wine.lib:1186
527 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
528 #: lib/wine.lib:1171 lib/wine.lib:1201
503529 #, sh-format
504530 msgid "Please wait..."
505531 msgstr "Așteptați..."
527553 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
528554 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
529555 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
530 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
556 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
531557 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
532558 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
533559 #: PlayOnLinux_Scripts/Dead_Space_2_:85
543569 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
544570 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
545571 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
546 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
572 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
547573 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
548574 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
549575 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
605631 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
606632 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
607633 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
608 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
634 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
609635 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
610636 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
611637 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
612 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
613 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
638 #: PlayOnLinux_Scripts/Dead_Space_:50
639 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
640 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
641 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
614642 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
615643 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
616644 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
620648 #: PlayOnLinux_Scripts/Rage_:79
621649 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
622650 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
623 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
651 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
624652 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
625653 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
626654 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
661689 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
662690 #: PlayOnLinux_Scripts/Sacrifice_:45
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
664692 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
665693 #: PlayOnLinux_Scripts/The_Witcher_:102
666694 #, sh-format
671699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
672700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
673701 #: PlayOnLinux_Scripts/Mass_Effect_:54
674 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
702 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
675703 #: PlayOnLinux_Scripts/The_Witcher_:110
676704 #, sh-format
677705 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
682710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
683711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
685 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
713 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
686714 #: PlayOnLinux_Scripts/The_Witcher_:113
687715 #, sh-format
688716 msgid "Please insert the next game media into your disk drive"
711739 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
712740 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
713741 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
742 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
714743 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
715744 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
716745 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
816845 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
817846 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
818847 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
819 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
848 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
820849 #, sh-format
821850 msgid ""
822851 "You must disable anti-piracy protections of this game\\nif you want to play "
834863
835864 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
836865 #: PlayOnLinux_Scripts/Cars_2_:83
837 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
866 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
838867 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
839868 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
840869 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
855884 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
856885 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
857886 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
887 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
888 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
858889 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
859890 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
860891 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10701101 msgid "Please insert media 2 into your disk drive\\nif not already done."
10711102 msgstr ""
10721103
1073 #: PlayOnLinux_Scripts/Diablo_III_:29
1104 #: PlayOnLinux_Scripts/Diablo_III_:31
10741105 #, sh-format
10751106 msgid "Please select the setup file downloaded on $EDITOR website"
10761107 msgstr ""
10771108
1078 #: PlayOnLinux_Scripts/Diablo_III_:60
1109 #: PlayOnLinux_Scripts/Diablo_III_:62
10791110 #, sh-format
10801111 msgid ""
10811112 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10821113 "patch (AcceptEx Fix)"
10831114 msgstr ""
10841115
1085 #: PlayOnLinux_Scripts/Diablo_III_:60
1116 #: PlayOnLinux_Scripts/Diablo_III_:62
10861117 #, sh-format
10871118 msgid ""
10881119 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10891120 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1121 msgstr ""
1122
1123 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1124 #, sh-format
1125 msgid "Scanning your hardware..."
10901126 msgstr ""
10911127
10921128 #: PlayOnLinux_Scripts/Dishonored_:79
11651201
11661202 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11671203 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1168 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1169 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1204 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1205 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11701206 #, sh-format
11711207 msgid "Please insert the first game media into your disk drive"
11721208 msgstr ""
11731209
11741210 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1175 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1211 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11761212 #, sh-format
11771213 msgid "Please insert the second game media into your disk drive"
11781214 msgstr ""
12371273 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12381274 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12391275 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1276 #: PlayOnLinux_Scripts/Hearthstone_:64
12401277 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12411278 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12421279 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12621299 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12631300 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12641301 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1265 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1302 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12661303 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12671304 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12681305 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12861323 msgid "Editor"
12871324 msgstr ""
12881325
1289 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1326 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12901327 #, sh-format
12911328 msgid "This install script requires ffmpeg"
12921329 msgstr ""
12931330
1294 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12951332 #, sh-format
12961333 msgid "Converting videos..."
12971334 msgstr ""
12981335
12991336 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1337 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13001338 #, sh-format
13011339 msgid ""
13021340 "On first run the game will autodetect available renderers.\\nIt is likely "
13091347 msgid "Run $TITLE in safe mode?"
13101348 msgstr ""
13111349
1350 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1351 #, sh-format
1352 msgid ""
1353 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1354 "disable it by pressing Alt+R while in game.)"
1355 msgstr ""
1356
1357 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1358 #, sh-format
1359 msgid ""
1360 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1361 "game."
1362 msgstr ""
1363
13121364 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13131365 #, sh-format
13141366 msgid "Could not find program directory"
13711423 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13721424 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13731425 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1374 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1375 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1376 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13771426 #, sh-format
13781427 msgid "Language"
13791428 msgstr ""
14971546 msgid "Dedicated server"
14981547 msgstr ""
14991548
1500 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1549 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15011550 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15021551 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15031552 #, sh-format
15231572 msgid "Code wheel"
15241573 msgstr ""
15251574
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1527 #, sh-format
1528 msgid "Do you have a language pack to install?"
1529 msgstr ""
1530
1531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1532 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1533 #, sh-format
1534 msgid "Later"
1535 msgstr ""
1536
1537 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1575 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1576 #, sh-format
1577 msgid ""
1578 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1579 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1580 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1581 msgstr ""
1582
1583 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1584 #, sh-format
1585 msgid "Now you must install the modpack in directory:"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1589 #, sh-format
1590 msgid "Please select ANY 3 icons when prompted."
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1594 #, sh-format
1595 msgid "temp directory missing"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1599 #, sh-format
1600 msgid ""
1601 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1602 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1603 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1604 "details.\\nInstall it?"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1608 #, sh-format
1609 msgid "Control Panel"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1613 #, sh-format
1614 msgid ""
1615 "IMPORTANT:\n"
1616 " \\n\\nOn the installation window coming next, do NOT click the Options "
1617 "button, it would mess up the language selection."
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1621 #, sh-format
1622 msgid ""
1623 "On first run the game will autodetect available renderers.\\nIt is likely "
1624 "that you will get better performance out of the OpenGL renderer."
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Goblins_3_:21
1628 #, sh-format
1629 msgid "Please select the game language"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:82
1633 #, sh-format
1634 msgid "Choose the game resolution"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:96
1638 #, sh-format
1639 msgid ""
1640 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1641 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1642 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Gothic_3_:110
1646 #, sh-format
1647 msgid "$TITLE is installed"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Guild_Wars_:53
1651 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1652 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1653 #, sh-format
1654 msgid "Please insert the DVD-ROM"
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1658 #, sh-format
1659 msgid ""
1660 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1661 "client and download will resume from where it stopped. Download percentage "
1662 "reset but do not worry, it do not restart from the beginning."
1663 msgstr ""
1664
1665 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1666 #, sh-format
1667 msgid ""
1668 "Please select $TITLE install file. During installation, uncheck all extra "
1669 "drivers it wants to install:"
1670 msgstr ""
1671
15381672 #: PlayOnLinux_Scripts/Half_Life_2_:56
15391673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15401674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15411675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1542 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1676 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15431677 #, sh-format
15441678 msgid "No"
15451679 msgstr "Nu"
15461680
1547 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1548 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1681 #: PlayOnLinux_Scripts/Half_Life_2_:56
1682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1683 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1685 #: PlayOnLinux_Scripts/Portal_:36
1686 #, sh-format
1687 msgid ""
1688 "Steam installation has been detected\\nwould you like to install this game "
1689 "in the same virtual drive?"
1690 msgstr ""
1691
15491692 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15501693 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15511694 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15541697 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15551698 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15561699 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1557 #: python/guiv3.py:157
1700 #: python/guiv3.py:158 python/guiv3.py:161
15581701 #, sh-format
15591702 msgid "Yes"
15601703 msgstr "Da"
15611704
1562 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1563 #, sh-format
1564 msgid ""
1565 "To install a language pack later, open the configuration panel for the game "
1566 "in order to execute the installer into the virtual disk (Misc tab)"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1570 #, sh-format
1571 msgid ""
1572 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1573 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1574 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1578 #, sh-format
1579 msgid "Now you must install the modpack in directory:"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1583 #, sh-format
1584 msgid "Please select ANY 3 icons when prompted."
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1588 #, sh-format
1589 msgid "temp directory missing"
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1593 #, sh-format
1594 msgid ""
1595 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1596 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1597 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1598 "details.\\nInstall it?"
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1602 #, sh-format
1603 msgid "Control Panel"
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1607 #, sh-format
1608 msgid ""
1609 "IMPORTANT:\n"
1610 " \\n\\nOn the installation window coming next, do NOT click the Options "
1611 "button, it would mess up the language selection."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1615 #, sh-format
1616 msgid ""
1617 "On first run the game will autodetect available renderers.\\nIt is likely "
1618 "that you will get better performance out of the OpenGL renderer."
1619 msgstr ""
1620
1621 #: PlayOnLinux_Scripts/Goblins_3_:21
1622 #, sh-format
1623 msgid "Please select the game language"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:82
1627 #, sh-format
1628 msgid "Choose the game resolution"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:96
1632 #, sh-format
1633 msgid ""
1634 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1635 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1636 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Gothic_3_:110
1640 #, sh-format
1641 msgid "$TITLE is installed"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_:53
1645 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1646 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1647 #, sh-format
1648 msgid "Please insert the DVD-ROM"
1649 msgstr ""
1650
1651 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1652 #, sh-format
1653 msgid ""
1654 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1655 "client and download will resume from where it stopped. Download percentage "
1656 "reset but do not worry, it do not restart from the beginning."
1657 msgstr ""
1658
1659 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1660 #, sh-format
1661 msgid ""
1662 "Please select $TITLE install file. During installation, uncheck all extra "
1663 "drivers it wants to install:"
1664 msgstr ""
1665
1666 #: PlayOnLinux_Scripts/Half_Life_2_:56
1667 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1669 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1670 #: PlayOnLinux_Scripts/Portal_:36
1671 #, sh-format
1672 msgid ""
1673 "Steam installation has been detected\\nwould you like to install this game "
1674 "in the same virtual drive?"
1675 msgstr ""
1676
16771705 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16781706 #, sh-format
16791707 msgid "Updating $TITLE"
16801708 msgstr ""
16811709
1682 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1710 #: PlayOnLinux_Scripts/Hanahira__:54
16831711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16841712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16851713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16911719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16921720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16931721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1727 #: PlayOnLinux_Scripts/Steins_Gate_:51
16941728 #, sh-format
16951729 msgid "Please locate installation program (Setup.exe)"
16961730 msgstr ""
16971731
1698 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1699 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1732 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17001733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17011734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17021735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17181751 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17191752 msgstr ""
17201753
1754 #: PlayOnLinux_Scripts/Hearthstone_:26
1755 #, sh-format
1756 msgid "What language do you want to install?"
1757 msgstr ""
1758
17211759 #: PlayOnLinux_Scripts/ImgBurn_:38
17221760 #, sh-format
17231761 msgid ""
17551793 msgstr ""
17561794
17571795 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1758 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17591796 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17601797 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17611798 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19071944 "If the download update stuck close and run until the download is complete."
19081945 msgstr ""
19091946
1947 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19101948 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19111949 #, sh-format
19121950 msgid "Demo version"
19131951 msgstr ""
19141952
1953 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19151954 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19161955 #, sh-format
19171956 msgid "Please select version."
19652004 #, sh-format
19662005 msgid ""
19672006 "No filename extension specified, skipping association to native application."
2007 msgstr ""
2008
2009 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2010 #, sh-format
2011 msgid "Contacting download server."
19682012 msgstr ""
19692013
19702014 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20502094 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20512095 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2053 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2097 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20542098 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20552099 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20562100 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20882132 "them without issues"
20892133 msgstr ""
20902134
2091 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2092 #, sh-format
2093 msgid "This package fail to install with wine 1.5.21 or better"
2094 msgstr ""
2095
2096 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2135 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20972136 #, sh-format
20982137 msgid ""
20992138 "If you see error messages during DotNet 3.5 installation, you can ignore "
22092248 "Please update."
22102249 msgstr ""
22112250
2212 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2251 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2252 #: PlayOnLinux_Scripts/yWriter_5_:45
22132253 #, sh-format
22142254 msgid "Downloading..."
22152255 msgstr ""
23202360 msgid "Microsoft fonts have been installed successfully."
23212361 msgstr ""
23222362
2363 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2364 #, sh-format
2365 msgid ""
2366 "OSX users: If the screen flickers once the game is launched, try to press "
2367 "cmd + tab twice"
2368 msgstr ""
2369
23232370 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23242371 #, sh-format
23252372 msgid "Remove Game For Windows Live..."
23572404 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23582405 msgstr ""
23592406
2360 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2407 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23612408 #, sh-format
23622409 msgid "Abort installation"
23632410 msgstr "Abandonează instalarea"
23822429 msgid "The program needs access to ptrace() to proceed:"
23832430 msgstr ""
23842431
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2432 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23862433 #, sh-format
23872434 msgid "User abort"
23882435 msgstr "Abandonat de utilizator"
24212468 msgid "Please do not run $TITLE after installation has finished."
24222469 msgstr ""
24232470
2471 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2472 #, sh-format
2473 msgid "Extracting $TITLE"
2474 msgstr ""
2475
24242476 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24252477 #, sh-format
24262478 msgid ""
24332485 msgid "$TITLE has been successfully installed."
24342486 msgstr ""
24352487
2488 #: PlayOnLinux_Scripts/Poker_Stars_:37
2489 #, sh-format
2490 msgid "Error while installing. Downloaded file not found."
2491 msgstr ""
2492
24362493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24372494 #, sh-format
24382495 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24402497
24412498 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24422499 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2500 #: PlayOnLinux_Scripts/Watchtower_library_:58
24432501 #, sh-format
24442502 msgid "Please wait while $TITLE is installed"
24452503 msgstr ""
24712529 #: PlayOnLinux_Scripts/Rage_:93
24722530 #, sh-format
24732531 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2532 msgstr ""
2533
2534 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2535 #, sh-format
2536 msgid ""
2537 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2538 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2539 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2540 "n\\nIf you have one of this two versions of this game, please give some "
2541 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2542 "n\\nThank you!"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2546 #, sh-format
2547 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #, sh-format
2557 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2561 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2562 #, sh-format
2563 msgid "Select a version of installation disc:"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2567 #, sh-format
2568 msgid "First Release (without addons)"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "Gold Edition"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "Platinum Edition"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2582 #, sh-format
2583 msgid "What is your version of Railroad Tycoon II?"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2587 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2588 #, sh-format
2589 msgid ""
2590 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2591 "desktop.\\n\\nThank you for using this installation script! :)"
24742592 msgstr ""
24752593
24762594 #: PlayOnLinux_Scripts/Reaper_4_:30
26222740 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26232741 msgstr ""
26242742
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2753 #, sh-format
2754 msgid ""
2755 "Close the visual novel when it appears to continue installation. Click Next "
2756 "to begin installation."
2757 msgstr ""
2758
2759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2760 #, sh-format
2761 msgid ""
2762 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2763 "script will now install it. Click Next to continue."
2764 msgstr ""
2765
26252766 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26262767 #, sh-format
26272768 msgid ""
26292770 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26302771 msgstr ""
26312772
2632 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2633 #, sh-format
2634 msgid "Please locate installation program (Launcher.exe)"
2635 msgstr ""
2636
2637 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2638 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2639 #, sh-format
2640 msgid ""
2641 "When the launcher opens, click on the top button to open the installer. When "
2642 "a new window opens, click OK. When another window opens, click on the button "
2643 "with the letter N until it is installing. Wait until it is done and click "
2644 "the right button to quit. Click Next when you are done installing."
2773 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2774 #, sh-format
2775 msgid "Please locate installation program in Data folder (Resonance.msi)"
26452776 msgstr ""
26462777
26472778 #: PlayOnLinux_Scripts/Steam_:50
26772808 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26782809 "game. Steam install xna framework the game. Close the Steam so that the "
26792810 "installer can continue."
2811 msgstr ""
2812
2813 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2814 #, sh-format
2815 msgid "If youve the extentions, you should install Tribunal first !"
26802816 msgstr ""
26812817
26822818 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27882924 "pp 4-5."
27892925 msgstr ""
27902926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2928 #, sh-format
2929 msgid "Please select the installation file to run."
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2933 #, sh-format
2934 msgid ""
2935 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2936 "your region.\\n 2. Leave only checked DirectX box."
2937 msgstr ""
2938
27912939 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27922940 #, sh-format
27932941 msgid ""
27942942 "The game will fail to launch until you set "
27952943 "/proc/sys/kernel/yama/ptrace_scope to 0"
2944 msgstr ""
2945
2946 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2947 #, sh-format
2948 msgid "Other destination or other CD/DVD"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Retail CD"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2957 #, sh-format
2958 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2959 msgstr ""
2960
2961 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2962 #, sh-format
2963 msgid "video fix"
27962964 msgstr ""
27972965
27982966 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28753043 msgid "Donwload finished.\\nPatches installation will begin"
28763044 msgstr ""
28773045
3046 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3047 #, sh-format
3048 msgid "We will download the installer"
3049 msgstr ""
3050
28783051 #: PlayOnLinux_Scripts/Toontown_Online_:17
28793052 #, sh-format
28803053 msgid ""
29123085 msgid "Do you want to browse $TITLE website?"
29133086 msgstr "Doriți să navigați website-ul $TITLE?"
29143087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid ""
3091 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3092 "messenger, because it will won't work correctly."
3093 msgstr ""
3094
3095 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3096 #, sh-format
3097 msgid "Warning"
3098 msgstr ""
3099
29153100 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29163101 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29173102 #, sh-format
29223107 "Versiune CD-ROM este veche. Nu uitați să actualizați $TITLE dacă doriți să "
29233108 "ruleze corect cu $APPLICATION_TITLE"
29243109
3110 #: PlayOnLinux_Scripts/Watchtower_library_:49
3111 #, sh-format
3112 msgid "File Selection Error"
3113 msgstr ""
3114
3115 #: PlayOnLinux_Scripts/Watchtower_library_:49
3116 #, sh-format
3117 msgid ""
3118 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3119 msgstr ""
3120
29253121 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29263122 #, sh-format
29273123 msgid ""
29383134 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29393135 #, sh-format
29403136 msgid ""
2941 "Attention: After installation is complete, the patcher will load. Please "
2942 "close the patcher before logging in or finish updating to complete the "
2943 "installation. After this, you can run \"$TITLE\" when setup is done"
3137 "Attention:After installation is complete, the patcher will load. After, go "
3138 "to the top right of the patcher and click the wrench, Then Un-check the box "
3139 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3140 "minuite. When finished with this, please close the patcher before logging in "
3141 "or finish updating to complete the installation. After this, you can run "
3142 "\"$TITLE\" when setup is done"
29443143 msgstr ""
29453144
29463145 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29913190 "Introduceți suportul media 5 al jocului în unitatea disk\\ndacă nu ați făcut-"
29923191 "o deja."
29933192
3193 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3194 #, sh-format
3195 msgid "Which region version of World of Warplanes would you like to install?"
3196 msgstr ""
3197
3198 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3199 #, sh-format
3200 msgid ""
3201 "Attention:After installation is complete, the patcher will load. After, go "
3202 "to the top right of the patcher and click the wrench, Then Un-check the box "
3203 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3204 "minute. When finished with this, please close the patcher before logging in "
3205 "or finish updating to complete the installation. After this, you can run "
3206 "\"$TITLE\" when setup is done"
3207 msgstr ""
3208
29943209 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29953210 #, sh-format
29963211 msgid ""
30383253 msgid "Please select the 32bit version of iTunes"
30393254 msgstr ""
30403255
3041 #: PlayOnLinux_Scripts/osu_:45
3256 #: PlayOnLinux_Scripts/osu_:46
30423257 #, sh-format
30433258 msgid ""
30443259 "Press next to start the updater. When the updater is finished, close it "
30583273 "resolution when rFactor Config comes up."
30593274 msgstr ""
30603275
3061 #: bash/bug_report:31
3276 #: bash/bug_report:32
30623277 #, sh-format
30633278 msgid "Report a bug"
30643279 msgstr "Raportaţi o eroare"
30653280
3066 #: bash/bug_report:36
3281 #: bash/bug_report:37
30673282 #, sh-format
30683283 msgid ""
30693284 "Please give the more details as you can, otherwise, it will be very "
30723287 "Vă rugăm să ne oferiți cât de multe detalii puteți, altfel, va fi foarte "
30733288 "greu să vă ajutăm"
30743289
3075 #: bash/bug_report:36
3290 #: bash/bug_report:37
30763291 #, sh-format
30773292 msgid ""
30783293 "This wizard will help you to report a bug about an officially supported "
30813296 "Acest vrăjitor vă va ajuta să raportați o eroare despre un program suportat "
30823297 "oficial."
30833298
3084 #: bash/bug_report:40
3299 #: bash/bug_report:41
30853300 #, sh-format
30863301 msgid ""
30873302 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30883303 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30893304 msgstr ""
3090 "Versiune dumneavoastră de $APPLICATION_TITLE nu este actualizată.\\nTrebuie "
3305 "Versiunea dumneavoastră de $APPLICATION_TITLE nu este actualizată.\\nTrebuie "
30913306 "să actualizați $APPLICATION_TITLE înainte să trimiteți un raport de eroare.\\"
30923307 "nVă mulțumim"
30933308
3094 #: bash/bug_report:46
3309 #: bash/bug_report:47
30953310 #, sh-format
30963311 msgid "I have a problem with a software"
30973312 msgstr "Am o problemă cu un soft"
30983313
3099 #: bash/bug_report:46
3314 #: bash/bug_report:47
31003315 #, sh-format
31013316 msgid "My problem concerns $APPLICATION_TITLE itself"
31023317 msgstr "Poate că problema se referă la $APPLICATION_TITLE însuși"
31033318
3104 #: bash/bug_report:46
3319 #: bash/bug_report:47
31053320 #, sh-format
31063321 msgid "What kind of problem do you have?"
31073322 msgstr "Ce fel de problemă aveți?"
31083323
3109 #: bash/bug_report:50
3324 #: bash/bug_report:51
31103325 #, sh-format
31113326 msgid "Don't join any log file"
31123327 msgstr "Nu alătura nici un fișier de jurnal"
31133328
3114 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3329 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31153330 #: bash/manual_install:120 bash/manual_install:219
31163331 #, sh-format
31173332 msgid "Manual installation"
31183333 msgstr "Instalare manuală"
31193334
3120 #: bash/bug_report:54 bash/run_exe:24
3335 #: bash/bug_report:55 bash/run_exe:24
31213336 #, sh-format
31223337 msgid "Automatic installation"
31233338 msgstr "Instalare automată"
31243339
3125 #: bash/bug_report:65
3340 #: bash/bug_report:66
31263341 #, sh-format
31273342 msgid "Choose the log file corresponding to your software."
31283343 msgstr "Alegeți fișierul de jurnal corespunzător softului."
31293344
3130 #: bash/bug_report:69
3345 #: bash/bug_report:70
31313346 #, sh-format
31323347 msgid "Please give a very short description (title, english only)"
31333348 msgstr "Expuneți o descriere foarte scurtă (tilul, numai în engleză)"
31343349
3135 #: bash/bug_report:72
3350 #: bash/bug_report:73
31363351 #, sh-format
31373352 msgid "Please explain your problem clearly (english only):"
31383353 msgstr "Explicați problema clar (numai în englază)"
31393354
3140 #: bash/bug_report:76
3355 #: bash/bug_report:77
31413356 #, sh-format
31423357 msgid "Sorry, we need a detailed description."
31433358 msgstr "Ne pare rău, avem nevoie de o descriere detaliată."
31443359
3145 #: bash/bug_report:107
3360 #: bash/bug_report:108
31463361 #, sh-format
31473362 msgid ""
31483363 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31883403 msgstr "Alegeți numele driverului virtual"
31893404
31903405 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3191 #: python/mainwindow.py:232
3406 #: python/mainwindow.py:234
31923407 #, sh-format
31933408 msgid "Run a local script"
3194 msgstr "Ruleaza un script local"
3409 msgstr "Rulează un script local"
31953410
31963411 #: bash/expert/Executer:27
31973412 #, sh-format
33173532 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33183533 msgstr "$APPLICATION_TITLE crează un hard drive virtual windows"
33193534
3320 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3535 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33213536 #, sh-format
33223537 msgid "$APPLICATION_TITLE first use"
33233538 msgstr "Prima folosire a $APPLICATION_TITLE"
33243539
3325 #: bash/first_use:240
3540 #: bash/first_use:242
33263541 #, sh-format
33273542 msgid "$APPLICATION_TITLE is going to finish its preparation"
33283543 msgstr "$APPLICATION_TITLE își va termina pregătirea"
33293544
3330 #: bash/first_use:240 bash/first_use:243
3545 #: bash/first_use:242 bash/first_use:245
33313546 #, sh-format
33323547 msgid "Please ensure you are connected to the internet."
3333 msgstr "Asigurațivă ca sunteți conectat la internet."
3334
3335 #: bash/first_use:243
3548 msgstr "Asigurațivă că sunteți conectat la internet."
3549
3550 #: bash/first_use:245
33363551 #, sh-format
33373552 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33383553 msgstr "Se pare că este prima dată când folosiți \t$APPLICATION_TITLE."
33393554
3340 #: bash/first_use:243
3555 #: bash/first_use:245
33413556 #, sh-format
33423557 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33433558 msgstr "Acest vrăjitor vă va ajuta să pregătiți mediul $APPLICATION_TITLE"
33443559
3345 #: bash/first_use:253
3560 #: bash/first_use:255
33463561 #, sh-format
33473562 msgid "Error while installing fonts"
33483563 msgstr "Eroare la instalarea fonturilor"
33493564
3350 #: bash/first_use:271
3565 #: bash/first_use:273
33513566 #, sh-format
33523567 msgid "Enjoy using $APPLICATION_TITLE"
33533568 msgstr "Bucurați-vă folosind $APPLICATION_TITLE"
34303645 msgstr ""
34313646 "Bine ați venit la $APPLICATION_TITLE vrăjitorul de instalare manuală.\\n\\"
34323647 "nAcest script vă permite să instalați orice program în $APPLICATION și să-l "
3433 "folosiți cu toate uneltele\\n\\nAtenție:Nu sunte capabili să garantăm că "
3648 "folosiți cu toate uneltele\\n\\nAtenție:Nu suntem capabili să garantăm că "
34343649 "aplicația va funcționa perfect."
34353650
34363651 #: bash/manual_install:116
34673682 msgid "Use another version of Wine"
34683683 msgstr "Folosiți o altă versiune de Wine"
34693684
3470 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3471 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3685 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3686 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34723687 #, sh-format
34733688 msgid "Configure Wine"
34743689 msgstr "Configurare Wine"
34883703 msgid "What would you like to do before installation?"
34893704 msgstr "Ce v-ar place să faceți înaintea instalării?"
34903705
3491 #: bash/manual_install:230 lib/scripts.lib:437
3706 #: bash/manual_install:231 lib/scripts.lib:438
34923707 #, sh-format
34933708 msgid "Please make your choice"
34943709 msgstr "Faceți alegerea"
34953710
3496 #: bash/manual_install:258
3711 #: bash/manual_install:259
34973712 #, sh-format
34983713 msgid "Looking for runnable CD-ROMs"
34993714 msgstr "Caut CD-ROM-uri rulabile"
35003715
3501 #: bash/manual_install:281
3716 #: bash/manual_install:282
35023717 #, sh-format
35033718 msgid "Select another file"
35043719 msgstr "Selectați alt fișier"
35053720
3506 #: bash/manual_install:289
3721 #: bash/manual_install:290
35073722 #, sh-format
35083723 msgid "Please choose a way to install your program"
35093724 msgstr "Alegeți o cale să vă instalați programul"
35103725
3511 #: bash/manual_install:298
3726 #: bash/manual_install:299
35123727 #, sh-format
35133728 msgid "Please select the install file to run."
35143729 msgstr "Selectați fișierul de instalare pentru rulat."
35153730
3516 #: bash/manual_install:328
3731 #: bash/manual_install:329
35173732 #, sh-format
35183733 msgid "You must choose a file!"
35193734 msgstr "Trebuie să alegeți un fișier!"
35203735
3521 #: bash/manual_install:334
3736 #: bash/manual_install:335
35223737 #, sh-format
35233738 msgid "$APPLICATION_TITLE is installing your application..."
35243739 msgstr "$APPLICATION_TITLE vă instalează aplicația..."
35963811 msgid "Extracting: "
35973812 msgstr "Se extrage: "
35983813
3599 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3814 #: bash/playonlinux-pkg:111
36003815 #, sh-format
36013816 msgid "Running..."
36023817 msgstr "În desfășurare..."
36063821 msgid "Cleaning..."
36073822 msgstr "Se șterge..."
36083823
3609 #: bash/playonlinux_online:32
3610 #, sh-format
3611 msgid ""
3612 "This is the list of the scripts you sent to us. You can run one of them"
3613 msgstr ""
3614 "Aceasta este lista scripturilor pe care ni-leați trimis.Puteți rula unul "
3615 "dintre ele"
3616
3617 #: bash/playonlinux_online:42
3618 #, sh-format
3619 msgid "You do not seems to have any personal script"
3620 msgstr "Se pare că nu aveți nici un script personal"
3621
3622 #: bash/playonlinux_online:47
3623 #, sh-format
3624 msgid ""
3625 "If you have successfully installed a program with 'Install a non-listed\\"
3626 "nsoftware' button, it will allow you to add this program in our list"
3627 msgstr ""
3628 "Dacă ați instalat cu succes un program cu 'Instalare un ne listat\\"
3629 "nsoftware' buton,asta vă permite să-l adăugați în lista noastră"
3630
3631 #: bash/playonlinux_online:47
3632 #, sh-format
3633 msgid "This tools will allow you to help us :"
3634 msgstr "Aceste unelte vă permite să ne ajutați:"
3635
3636 #: bash/playonlinux_online:47
3637 #, sh-format
3638 msgid ""
3639 "We're going to ask you some questions, please be as much accurate as\\"
3640 "npossible"
3641 msgstr "Vă vom întreba câteva întrebări,fiți cât de clar este\\nposibil"
3642
3643 #: bash/playonlinux_online:55
3644 #, sh-format
3645 msgid "Choose the file corresponding to your program."
3646 msgstr "Alegeți fișierul corespunzător programului."
3647
3648 #: bash/playonlinux_online:59
3649 #, sh-format
3650 msgid "Does your program run?"
3651 msgstr "Vă rulează programul?"
3652
3653 #: bash/playonlinux_online:62
3654 #, sh-format
3655 msgid "What is the title of your program?"
3656 msgstr "Care vă este titlul programului?"
3657
3658 #: bash/playonlinux_online:64
3659 #, sh-format
3660 msgid "What is the editor of your program?"
3661 msgstr "Care vă este editorul programului?"
3662
3663 #: bash/playonlinux_online:66
3664 #, sh-format
3665 msgid "What is the editor website of your program?"
3666 msgstr "Care vă este editorul web al programului"
3667
3668 #: bash/playonlinux_online:69 python/install.py:210
3669 #, sh-format
3670 msgid "Accessories"
3671 msgstr "Accesorii"
3672
3673 #: bash/playonlinux_online:69 python/install.py:211
3674 #, sh-format
3675 msgid "Development"
3676 msgstr "Dezvoltare"
3677
3678 #: bash/playonlinux_online:69 python/install.py:212
3679 #, sh-format
3680 msgid "Education"
3681 msgstr "Educaţie"
3682
3683 #: bash/playonlinux_online:69 python/install.py:213
3684 #, sh-format
3685 msgid "Games"
3686 msgstr "Jocuri"
3687
3688 #: bash/playonlinux_online:69 python/install.py:214
3689 #, sh-format
3690 msgid "Graphics"
3691 msgstr "Grafică"
3692
3693 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3694 #: python/options.py:384
3695 #, sh-format
3696 msgid "Internet"
3697 msgstr "Internet"
3698
3699 #: bash/playonlinux_online:69 python/install.py:216
3700 #, sh-format
3701 msgid "Multimedia"
3702 msgstr "Multimedia"
3703
3704 #: bash/playonlinux_online:69 python/install.py:217
3705 #, sh-format
3706 msgid "Office"
3707 msgstr "Birou"
3708
3709 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3710 #, sh-format
3711 msgid "Other"
3712 msgstr "Altele"
3713
3714 #: bash/playonlinux_online:69 python/install.py:219
3715 #, sh-format
3716 msgid "Patches"
3717 msgstr "Petice"
3718
3719 #: bash/playonlinux_online:69
3720 #, sh-format
3721 msgid "Select a category for your program"
3722 msgstr "Selectați-vă o categorie pentru program"
3723
3724 #: bash/playonlinux_online:69 python/install.py:258
3725 #, sh-format
3726 msgid "Testing"
3727 msgstr "Testare"
3728
3729 #: bash/playonlinux_online:72
3730 #, sh-format
3731 msgid ""
3732 "What feature of your program does not work?\\nIf everything works, please "
3733 "mention it"
3734 msgstr ""
3735 "Ce propietate aprogramului nu vă lucrează?\\ndacă totul lucrează,menționați "
3736 "asta"
3737
3738 #: bash/playonlinux_online:74
3739 #, sh-format
3740 msgid "Write any change you made to wine configuration here:"
3741 msgstr "Scrieți aici orice schimbare ați făcut configurării wine:"
3742
3743 #: bash/playonlinux_online:102
3744 #, sh-format
3745 msgid "You must be able to run this program!"
3746 msgstr "Trebuie să puteți rula acest program!"
3747
3748 #: bash/playonlinux_online:107
3749 #, sh-format
3750 msgid "Run one of your personal scripts"
3751 msgstr "Rulați unul dintre scripturile personale"
3752
3753 #: bash/playonlinux_online:108
3754 #, sh-format
3755 msgid "Send to us a working script generated by manual installation"
3756 msgstr "Trimiteți-ne un script funcțional generat de instalarea manuală"
3757
3758 #: bash/playonlinux_online:109
3759 #, sh-format
3760 msgid "Logout"
3761 msgstr "Delogare"
3762
3763 #: bash/playonlinux_online:110
3764 #, sh-format
3765 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3766 msgstr "Sunteți conectat la $APPLICATION_TITLE online ca $POL_LOGIN"
3767
3768 #: bash/playonlinux_online:124
3769 #, sh-format
3770 msgid ""
3771 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3772 "safely close this window"
3773 msgstr ""
3774 "Vați delogat cu succes de la $APPLICATION_TITLE Online\\nputeți închide în "
3775 "siguranță fereastra"
3776
3777 #: bash/polconfigurator:33
3824 #: bash/polconfigurator:34
37783825 #, sh-format
37793826 msgid "Killing programs in the virtual drive..."
37803827 msgstr "Se omoară programele din discul virtual"
37813828
3782 #: bash/polconfigurator:79
3829 #: bash/polconfigurator:86
37833830 #, sh-format
37843831 msgid "Icon selection"
37853832 msgstr "Selectarea iconiței"
37863833
3787 #: bash/polconfigurator:79
3834 #: bash/polconfigurator:86
37883835 #, sh-format
37893836 msgid "Please select an icon file"
37903837 msgstr "Selectați un fișier iconiță"
37913838
3792 #: bash/polconfigurator:86
3839 #: bash/polconfigurator:93
37933840 #, sh-format
37943841 msgid "Bad file extension"
37953842 msgstr "Extensie fișier greșită"
37963843
3797 #: bash/polconfigurator:86
3844 #: bash/polconfigurator:93
37983845 #, sh-format
37993846 msgid "is not an icon extension"
38003847 msgstr "nu este extensia unei iconițe"
38013848
3802 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3803 #: python/mainwindow.py:621
3849 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3850 #: python/mainwindow.py:619
38043851 #, sh-format
38053852 msgid "Registry Editor"
38063853 msgstr "Eroare de Registry"
38073854
3808 #: bash/polconfigurator:97
3855 #: bash/polconfigurator:104
38093856 #, sh-format
38103857 msgid "Kill all prefix processes"
38113858 msgstr "Se omoară toate prefixele proceselor"
38123859
3813 #: bash/polconfigurator:98
3860 #: bash/polconfigurator:105
38143861 #, sh-format
38153862 msgid "Update wineprefix"
38163863 msgstr "Se actualizează prefixul wine"
38173864
3818 #: bash/polconfigurator:99
3865 #: bash/polconfigurator:106
38193866 #, sh-format
38203867 msgid "Simulate Windows reboot"
38213868 msgstr "Se simulează repornirea Windows-ului"
38223869
3823 #: bash/polconfigurator:100
3870 #: bash/polconfigurator:107
38243871 #, sh-format
38253872 msgid "Use Advanced Wine Configuration plugin"
38263873 msgstr "Folosiți modulul de configurare avansată Wine"
38273874
3828 #: bash/polconfigurator:101
3875 #: bash/polconfigurator:108
38293876 #, sh-format
38303877 msgid "Use PlayOnLinux's configurator for"
38313878 msgstr "Utilizați configuratorul PlayOnLinux pentru"
38323879
3833 #: bash/polconfigurator:103
3880 #: bash/polconfigurator:110
38343881 #, sh-format
38353882 msgid "Change the icon"
38363883 msgstr "Schimbați iconița"
38373884
3838 #: bash/polconfigurator:104
3885 #: bash/polconfigurator:111
38393886 #, sh-format
38403887 msgid "Use WineTricks"
38413888 msgstr "Folosiți WineTricks"
38423889
3843 #: bash/polconfigurator:123
3890 #: bash/polconfigurator:130
38443891 #, sh-format
38453892 msgid "Please choose an action to perform"
38463893 msgstr "Alegeți o acțiune de efectuat"
38903937 msgid "Please choose a CD-ROM to eject"
38913938 msgstr "Alegeți un CD-ROM pentru a-l scoate"
38923939
3893 #: bash/run_app:83
3940 #: bash/run_app:85
38943941 #, sh-format
38953942 msgid "Please choose a software to run"
38963943 msgstr "Alegeți un soft de rulat"
38973944
3898 #: bash/run_app:114
3945 #: bash/run_app:116
38993946 #, sh-format
39003947 msgid "$APPLICATION_TITLE debugger is starting..."
39013948 msgstr "debugger-ul $APPLICATION_TITLE este pornit..."
39023949
3903 #: bash/run_app:117
3950 #: bash/run_app:119
39043951 #, sh-format
39053952 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
39063953 msgstr ""
39073954 "$PACKAGE a crăpat.\\nApăsați pe legătura de depanare pentru a obține mai "
39083955 "multe detalii."
39093956
3910 #: bash/run_app:119
3957 #: bash/run_app:121
39113958 #, sh-format
39123959 msgid "$PACKAGE crashed."
39133960 msgstr "$PACKAGE a crăpat."
39684015 "setări?"
39694016
39704017 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3971 #: lib/playonlinux.lib:717
4018 #: lib/playonlinux.lib:720
39724019 #, sh-format
39734020 msgid "$APPLICATION_TITLE Uninstaller"
39744021 msgstr "Dezinstalatorul $APPLICATION_TITLE"
39884035 msgid "This wizard will help you to uninstall: "
39894036 msgstr "Acest vrăjitor vă va ajuta să dezinstalați: "
39904037
3991 #: bash/uninstall:65 lib/playonlinux.lib:717
4038 #: bash/uninstall:65 lib/playonlinux.lib:720
39924039 #, sh-format
39934040 msgid "Uninstalling..."
39944041 msgstr "Se dezinstalează..."
40544101 "viitoare"
40554102
40564103 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4057 #: lib/wine.lib:955 lib/wine.lib:1036
4104 #: lib/wine.lib:970 lib/wine.lib:1051
40584105 #, sh-format
40594106 msgid "Please wait while the virtual drive is being created..."
40604107 msgstr "Așteptați până când driverul virtual va fi creat..."
40704117 msgid "Setting Program Files var"
40714118 msgstr "Se setează Program Files var"
40724119
4073 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4074 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4120 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4121 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40754122 #, sh-format
40764123 msgid "This function is disabled in the PlayOnlinux environment."
40774124 msgstr "Această funcție este dezactivată în mediul PlayOnLinux."
40784125
4079 #: lib/playonlinux.lib:334
4126 #: lib/playonlinux.lib:336
40804127 #, sh-format
40814128 msgid ""
40824129 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40874134 "valabilă\\n\\nPlayOnLinux nu a aprobat acest script și nu va fi responsabil "
40884135 "pentru el.\\nAsigurațivă că știți ce faceți!"
40894136
4090 #: lib/playonlinux.lib:335
4137 #: lib/playonlinux.lib:337
40914138 #, sh-format
40924139 msgid "Here the source code of the script. Check it carefully"
40934140 msgstr "Iată codul sursă al scriptului.Verificați-l cu atenție"
40944141
4095 #: lib/playonlinux.lib:357
4142 #: lib/playonlinux.lib:359
40964143 #, sh-format
40974144 msgid ""
40984145 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41034150 "valabilă\\n\\n$APPLICATION_TITLE nu a aprobat acest script și nu va fi "
41044151 "responsabil pentru el.\\nAsigurațivă că știți ce faceți!"
41054152
4106 #: lib/playonlinux.lib:358
4153 #: lib/playonlinux.lib:360
41074154 #, sh-format
41084155 msgid "External library"
41094156 msgstr "Librărie externă"
41104157
4111 #: lib/playonlinux.lib:358
4158 #: lib/playonlinux.lib:360
41124159 #, sh-format
41134160 msgid "Here the source code of the script. Check it carrefully"
41144161 msgstr "Iată codul sursă al scriptului.Verificați-l cu atenție"
41154162
4116 #: lib/playonlinux.lib:591
4163 #: lib/playonlinux.lib:593
41174164 #, sh-format
41184165 msgid "Making shortcut..."
41194166 msgstr "Se crează scurtătura..."
41204167
4121 #: lib/playonlinux.lib:715
4168 #: lib/playonlinux.lib:718
41224169 #, sh-format
41234170 msgid "Do you want to delete the virtual drive:"
41244171 msgstr "Doriți ștergerea driver-ului virtual:"
41254172
4126 #: lib/playonlinux.lib:826
4173 #: lib/playonlinux.lib:831
41274174 #, sh-format
41284175 msgid ""
41294176 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41324179 "Fișierul următor este situat pe un sistem de fișiere FAT32.\\nPoate "
41334180 "împiedica Wine să lucreze\\n\\n$FilePath"
41344181
4135 #: lib/playonlinux.lib:827
4182 #: lib/playonlinux.lib:832
41364183 #, sh-format
41374184 msgid ""
41384185 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41414188 "Fișierul următor este situat pe un sistem de fișiere NTFS.\\nPoate împiedica "
41424189 "Wine să lucreze\\n\\n$FilePath"
41434190
4144 #: lib/playonlinux.lib:828
4191 #: lib/playonlinux.lib:833
41454192 #, sh-format
41464193 msgid ""
41474194 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41484195 "from working\\n\\n$FilePath"
41494196 msgstr ""
41504197
4151 #: lib/playonlinux.lib:829
4198 #: lib/playonlinux.lib:834
41524199 #, sh-format
41534200 msgid ""
41544201 "The following file is located on a noexec mounted filesystem.\\nIt might "
41554202 "prevent wine from working\\n\\n$FilePath"
41564203 msgstr ""
41574204
4158 #: lib/plugins.lib:65
4205 #: lib/plugins.lib:66
41594206 #, sh-format
41604207 msgid "Checking plugin: "
41614208 msgstr "Se verifică modulul: "
41624209
4163 #: lib/plugins.lib:93
4210 #: lib/plugins.lib:94
41644211 #, sh-format
41654212 msgid "New: "
41664213 msgstr "Nou: "
41674214
4168 #: lib/plugins.lib:93
4215 #: lib/plugins.lib:94
41694216 #, sh-format
41704217 msgid "Updating plugin. Previous: "
41714218 msgstr "Se actualizează modulul.Precedent: "
41724219
4173 #: lib/plugins.lib:112
4220 #: lib/plugins.lib:113
41744221 #, sh-format
41754222 msgid "Installing plugin: "
41764223 msgstr "Se instalează modulul: "
41894236 msgid "Function override detected, disabling bug reporting"
41904237 msgstr ""
41914238
4192 #: lib/scripts.lib:499 lib/scripts.lib:565
4239 #: lib/scripts.lib:500 lib/scripts.lib:566
41934240 #, sh-format
41944241 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41954242 msgstr "Nu este spațiu suficient pentru a descărca:\\n$URL ($neededSpace KB)"
41964243
4197 #: lib/scripts.lib:501 lib/scripts.lib:784
4244 #: lib/scripts.lib:502 lib/scripts.lib:785
41984245 #, sh-format
41994246 msgid "Please wait while $APPLICATION_TITLE is downloading:"
42004247 msgstr "Așteptați până când $APPLICATION_TITLE este descărcat:"
42014248
4202 #: lib/scripts.lib:503 lib/scripts.lib:570
4249 #: lib/scripts.lib:504 lib/scripts.lib:571
42034250 #, sh-format
42044251 msgid "An error happened during download."
42054252 msgstr "A intervenit o eroare în timpul descărcării."
42064253
4207 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4208 #: lib/scripts.lib:586
4254 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4255 #: lib/scripts.lib:587
42094256 #, sh-format
42104257 msgid "Do you want to retry?"
4211 msgstr "Doriți să reâncercați?"
4212
4213 #: lib/scripts.lib:522 lib/scripts.lib:586
4258 msgstr "Doriți să reîncercați?"
4259
4260 #: lib/scripts.lib:523 lib/scripts.lib:587
42144261 #, sh-format
42154262 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
42164263 msgstr ""
42174264 "Eroare ! Fișierele nu se potrivesc\\n\\nLocal: $LOCAL_MD5\\nServer : "
42184265 "$SERVER_MD5"
42194266
4220 #: lib/scripts.lib:689
4267 #: lib/scripts.lib:690
42214268 #, sh-format
42224269 msgid ""
42234270 "7z not installed, please check that you have 7zip installed and try again"
42244271 msgstr ""
42254272 "7z nu este instalat,verificați dacă aveți 7zip instalat și încercați din nou"
42264273
4227 #: lib/scripts.lib:696
4274 #: lib/scripts.lib:697
42284275 #, sh-format
42294276 msgid "Failed to locate ${dest} from ${archive}"
42304277 msgstr "Eșuare la localizarea ${dest} din ${archive}"
42314278
4232 #: lib/scripts.lib:700
4279 #: lib/scripts.lib:701
42334280 #, sh-format
42344281 msgid "Extracting ${filename} from ${archivename}"
42354282 msgstr "Se extrage ${filename} din ${archivename}"
42364283
4237 #: lib/scripts.lib:715
4284 #: lib/scripts.lib:716
42384285 #, sh-format
42394286 msgid "Extracted file size does not match!"
42404287 msgstr "Dimensiunea fișierului extras nu se potrivește!"
42414288
4242 #: lib/scripts.lib:746
4289 #: lib/scripts.lib:747
42434290 #, sh-format
42444291 msgid "Copying ${filename}"
42454292 msgstr "Se copiază ${filename}"
42464293
4247 #: lib/scripts.lib:759
4294 #: lib/scripts.lib:760
42484295 #, sh-format
42494296 msgid "File size does not match!"
42504297 msgstr "Mărimea fișierului nu se potrivește!"
42514298
4252 #: lib/scripts.lib:903
4299 #: lib/scripts.lib:904
42534300 #, sh-format
42544301 msgid ""
42554302 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42584305 "Regret,$APPLICATION_TITLE $VERSION este foarte vechi să continui.\\"
42594306 "n$APPLICATION_TITLE $NEEDED este necesar."
42604307
4261 #: lib/scripts.lib:918
4308 #: lib/scripts.lib:919
42624309 #, sh-format
42634310 msgid ""
42644311 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42674314 "Atenție: Rulați $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED "
42684315 "este recomandat să continui."
42694316
4270 #: lib/scripts.lib:949
4317 #: lib/scripts.lib:950
42714318 #, sh-format
42724319 msgid "$AUTHOR profile"
42734320 msgstr "Profil $AUTHOR"
43154362 msgstr ""
43164363 "Lipsesc unul sau mai multe programe.Instalați-le și rulați scriptul din nou."
43174364
4318 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4365 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
43194366 #: python/mainwindow.py:1135 python/mainwindow.py:1165
43204367 #: python/mainwindow.py:1179 python/mainwindow.py:1188
43214368 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43274374 #, sh-format
43284375 msgid "Where is mounted your CD-ROM?"
43294376 msgstr "Unde vă este montat CD-ROM-ul?"
4377
4378 #: lib/setupwindow.lib:349 python/install.py:218
4379 #, sh-format
4380 msgid "Other"
4381 msgstr "Altele"
43304382
43314383 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43324384 #, sh-format
44494501 msgid "I don't want to make another shortcut"
44504502 msgstr "Nu doresc să fac o altă scurtătură"
44514503
4452 #: lib/setupwindow.lib:711 python/guiv3.py:158
4504 #: lib/setupwindow.lib:711 python/guiv3.py:163
44534505 #, sh-format
44544506 msgid "Browse"
44554507 msgstr "Navighează"
44564508
4509 #: lib/setupwindow.lib:739
4510 #, sh-format
4511 msgid "A shortcut by that name already exists, overwrite?"
4512 msgstr ""
4513
44574514 #: lib/website.lib:29
44584515 #, sh-format
44594516 msgid "Connect to your $APPLICATION_TITLE account"
44734530 "Eșuare la conectare!\\nAsigurați-vă că numele de logare și parola sunt "
44744531 "valide."
44754532
4476 #: lib/wine.lib:367
4533 #: lib/wine.lib:371
44774534 #, sh-format
44784535 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44794536 msgstr "Așteptați în timp ce $APPLICATION_TITLE scanează hardware-ul"
44804537
4481 #: lib/wine.lib:373
4538 #: lib/wine.lib:377
44824539 #, sh-format
44834540 msgid "Select the main videocard to report:"
44844541 msgstr ""
44854542
4486 #: lib/wine.lib:538 lib/wine.lib:703
4543 #: lib/wine.lib:549 lib/wine.lib:714
44874544 #, sh-format
44884545 msgid ""
44894546 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44914548 msgstr ""
44924549 "Wine pare a fi prăbușit\\n\\nDacă programul vă rulează,ignorați acest mesaj"
44934550
4494 #: lib/wine.lib:763
4551 #: lib/wine.lib:775
44954552 #, sh-format
44964553 msgid "Unable to find version: "
44974554 msgstr "Incapabil să aflu versiunea: "
44984555
4499 #: lib/wine.lib:769 lib/wine.lib:770
4556 #: lib/wine.lib:781 lib/wine.lib:782
45004557 #, sh-format
45014558 msgid "Downloading Wine: "
45024559 msgstr "Se descarcă Wine: "
45034560
4504 #: lib/wine.lib:779
4561 #: lib/wine.lib:791
45054562 #, sh-format
45064563 msgid "The download seems to have failed."
45074564 msgstr "Descărcarea se pare că a eșuat."
45084565
4509 #: lib/wine.lib:781
4566 #: lib/wine.lib:793
45104567 #, sh-format
45114568 msgid "Extracting Wine..."
45124569 msgstr "Se extrage Wine..."
45134570
4514 #: lib/wine.lib:961
4571 #: lib/wine.lib:976
45154572 #, sh-format
45164573 msgid "Overwrite (usually works, no guarantee)"
45174574 msgstr "Suprascrie (lucrează de obicei, fără garanție)"
45184575
4519 #: lib/wine.lib:962
4576 #: lib/wine.lib:977
45204577 #, sh-format
45214578 msgid "Erase (virtual drive content will be lost)"
45224579 msgstr "Șterge (se va pierde conținutul discului virtual)"
45234580
4524 #: lib/wine.lib:976
4581 #: lib/wine.lib:991
45254582 #, sh-format
45264583 msgid "The target virtual drive $PREFNAME already exists:"
45274584 msgstr "Ținta discul virtual $PREFNAME există deja:"
45284585
4529 #: lib/wine.lib:1156 lib/wine.lib:1186
4586 #: lib/wine.lib:1171 lib/wine.lib:1201
45304587 #, sh-format
45314588 msgid "Please wait while $SOFTNAME is installed..."
45324589 msgstr "Așteptați până când $SOFTNAME este instalat..."
45334590
4534 #: lib/wine.lib:1160 lib/wine.lib:1189
4591 #: lib/wine.lib:1175 lib/wine.lib:1204
45354592 #, sh-format
45364593 msgid ""
45374594 "Be careful! This will kill install process. If it is not finished, you will "
45404597 "Fiți atent! Acesta va omorâ procesul instalării.Dacă nu este finalizat, va "
45414598 "trebui să reinstalați $SOFTNAME"
45424599
4543 #: lib/wine.lib:1160 lib/wine.lib:1189
4600 #: lib/wine.lib:1175 lib/wine.lib:1204
45444601 #, sh-format
45454602 msgid "Install is done"
45464603 msgstr "Instalarea este terminată"
45474604
4548 #: lib/wine.lib:1193 lib/wine.lib:1194
4605 #: lib/wine.lib:1208 lib/wine.lib:1209
45494606 #, sh-format
45504607 msgid "Press next only when the installation process is finished"
45514608 msgstr "Apăsați următorul numai după ce s-a terminat procesul instalării"
45524609
4553 #: lib/wine.lib:1202
4610 #: lib/wine.lib:1217
45544611 #, sh-format
45554612 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45564613 msgstr "Așteptați până ce $APPLICATION_TITLE simulează o repornire"
45694626 "Pentru a dezinstala complet un program cu {0}, va trebui să ștergeți discul "
45704627 "virtual asociat"
45714628
4572 #: python/configure.py:197 python/configure.py:694
4629 #: python/configure.py:196 python/configure.py:703
45734630 msgid "General"
45744631 msgstr "General"
45754632
4576 #: python/configure.py:200
4633 #: python/configure.py:199
45774634 msgid "Make a new shortcut from this virtual drive"
45784635 msgstr "Faceți o nouă scurtătură acestui driver virtual"
45794636
4580 #: python/configure.py:201
4637 #: python/configure.py:200
45814638 msgid "Name"
45824639 msgstr "Nume"
45834640
4584 #: python/configure.py:202
4641 #: python/configure.py:201
45854642 msgid "Wine version"
45864643 msgstr "Versiune Wine"
45874644
4588 #: python/configure.py:203
4645 #: python/configure.py:202
45894646 msgid "Debug flags"
45904647 msgstr ""
45914648
4592 #: python/configure.py:205
4649 #: python/configure.py:204
45934650 msgid "Virtual drive"
45944651 msgstr "Driver virtual"
45954652
4596 #: python/configure.py:207
4653 #: python/configure.py:206
45974654 msgid "Arguments"
45984655 msgstr "Argumente"
45994656
4600 #: python/configure.py:211
4657 #: python/configure.py:210
46014658 msgid "Run configuration wizard"
46024659 msgstr "Rulează vrăjitorul de configurare"
46034660
4604 #: python/configure.py:248
4661 #: python/configure.py:247
46054662 msgid "Windows reboot"
46064663 msgstr "Repornește Windows-ul"
46074664
4608 #: python/configure.py:256
4665 #: python/configure.py:255
46094666 msgid "Repair virtual drive"
46104667 msgstr "Repară discul virtual"
46114668
4612 #: python/configure.py:265
4669 #: python/configure.py:264
46134670 msgid "Command prompt"
46144671 msgstr "Command prompt"
46154672
4616 #: python/configure.py:272
4673 #: python/configure.py:271
46174674 msgid "Task manager"
46184675 msgstr "Task manager"
46194676
4620 #: python/configure.py:280
4677 #: python/configure.py:279
46214678 msgid "Kill processes"
46224679 msgstr "Omoară procesele"
46234680
4624 #: python/configure.py:287
4681 #: python/configure.py:286
46254682 msgid "Wine uninstaller"
46264683 msgstr "Dezinstalatorul Wine"
46274684
4628 #: python/configure.py:312
4685 #: python/configure.py:311
46294686 msgid ""
46304687 "Be careful! Installing one of these components can break your virtual drive."
46314688 msgstr ""
46324689 "Fiși atent! Instalând una dintre aceste componente poate distruge discul "
46334690 "virtual."
46344691
4635 #: python/configure.py:334 python/install.py:285 python/install.py:289
4636 #: python/mainwindow.py:197 python/mainwindow.py:350
4692 #: python/configure.py:333 python/install.py:285 python/install.py:289
4693 #: python/mainwindow.py:199 python/mainwindow.py:348
46374694 msgid "Install"
46384695 msgstr "Instalează"
46394696
4640 #: python/configure.py:395
4697 #: python/configure.py:388
46414698 msgid "Open program's directory"
46424699 msgstr "Deschide directorul programului"
46434700
4644 #: python/configure.py:418
4701 #: python/configure.py:411
46454702 msgid "Open virtual drive's directory"
46464703 msgstr "Deschide directorul driverului virtual"
46474704
4648 #: python/configure.py:560
4705 #: python/configure.py:555
46494706 msgid "GLSL Support"
46504707 msgstr "Suport GLSL"
46514708
4652 #: python/configure.py:561
4709 #: python/configure.py:556
46534710 msgid "Direct Draw Renderer"
46544711 msgstr "Randare Direct Draw"
46554712
4656 #: python/configure.py:562
4713 #: python/configure.py:557
46574714 msgid "Video memory size"
46584715 msgstr "Mărimea memoriei video"
46594716
4660 #: python/configure.py:563
4717 #: python/configure.py:558
46614718 msgid "Offscreen rendering mode"
46624719 msgstr "Mod de randare offscreen"
46634720
4664 #: python/configure.py:564
4721 #: python/configure.py:559
46654722 msgid "Render target mode lock"
46664723 msgstr "Blocare randare mod țintă"
46674724
4668 #: python/configure.py:565
4725 #: python/configure.py:560
46694726 msgid "Multisampling"
46704727 msgstr "Multisampling"
46714728
4672 #: python/configure.py:566
4729 #: python/configure.py:561
46734730 msgid "Strict Draw Ordering"
46744731 msgstr "Strict Draw Ordering"
46754732
4676 #: python/configure.py:576
4733 #: python/configure.py:571
46774734 msgid "Mouse warp override"
46784735 msgstr "Suprascrie devierea mouse-lui"
46794736
4680 #: python/configure.py:578
4737 #: python/configure.py:573
46814738 msgid "Open a shell"
46824739 msgstr "Deschide un shell"
46834740
4684 #: python/configure.py:579
4741 #: python/configure.py:574
46854742 msgid "Run a .exe file in this virtual drive"
46864743 msgstr "Rulați un fișier .exe în acest driver virtual"
46874744
4688 #: python/configure.py:580
4745 #: python/configure.py:575
46894746 msgid "Command to exec before running the program"
46904747 msgstr ""
46914748
4692 #: python/configure.py:591
4749 #: python/configure.py:585
4750 msgid ""
4751 "Warning:\n"
4752 "\n"
4753 "Any program still running in this virtual drive will be terminated before "
4754 "Wine version is changed.\n"
4755 "Are you sure you want to continue?"
4756 msgstr ""
4757
4758 #: python/configure.py:596
46934759 msgid ""
46944760 "Be careful!\n"
46954761 "If you change "
46974763 "Fiți atent!\n"
46984764 "Dacă schimbați "
46994765
4700 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4766 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
47014767 msgid "{0} configuration"
47024768 msgstr "{0} configurare"
47034769
4704 #: python/configure.py:659
4770 #: python/configure.py:664
47054771 msgid "Please select a program or a virtual drive to configure"
47064772 msgstr "Selectați un program sau un disc virtual de configurat"
47074773
4708 #: python/configure.py:677 python/options.py:280
4774 #: python/configure.py:683 python/configure.py:686 python/options.py:280
47094775 msgid "New"
47104776 msgstr "Nou"
47114777
4712 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4713 #: python/mainwindow.py:596 python/options.py:207
4778 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4779 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
47144780 msgid "Remove"
47154781 msgstr "Eliminaţi"
47164782
4717 #: python/configure.py:696
4783 #: python/configure.py:705
47184784 msgid "Install components"
47194785 msgstr "Instalare componente"
47204786
4721 #: python/configure.py:697 python/mainwindow.py:332
4787 #: python/configure.py:706 python/mainwindow.py:330
47224788 msgid "Display"
47234789 msgstr "Afișează"
47244790
4725 #: python/configure.py:698
4791 #: python/configure.py:707
47264792 msgid "Miscellaneous"
47274793 msgstr "Diverse"
47284794
4729 #: python/configure.py:726
4795 #: python/configure.py:735
47304796 msgid "This virtual drive is protected"
47314797 msgstr "Acest driver virtual este protejat"
47324798
4733 #: python/configure.py:728
4799 #: python/configure.py:737
47344800 msgid "Are you sure you want to delete {0} virtual drive ?"
47354801 msgstr "Sigur doriți să ștergeți driverul virtual (0) ?"
47364802
4737 #: python/configure.py:735
4803 #: python/configure.py:744
47384804 msgid "Are you sure you want to delete {0} ?"
47394805 msgstr "Sigur doriți să ștergeți (0)?"
47404806
4741 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4742 #: python/mainwindow.py:997
4807 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4808 #: python/mainwindow.py:995
47434809 msgid "{0} debugger"
47444810 msgstr ""
47454811
47474813 msgid "Please select a debug file"
47484814 msgstr "Selectați un fișier de depanare"
47494815
4750 #: python/debug.py:76
4816 #: python/debug.py:78
47514817 msgid "Locate this logfile"
47524818 msgstr "Găsiți acest fișier jurnal"
47534819
4754 #: python/debug.py:99
4820 #: python/debug.py:101
47554821 msgid "The file is named : {0}"
47564822 msgstr "Acest fișier este denumit: {0}"
47574823
4758 #: python/debug.py:153 python/debug.py:207
4824 #: python/debug.py:189 python/debug.py:245
47594825 msgid "Virtual drives"
47604826 msgstr "Discuri virtuale"
47614827
4762 #: python/debug.py:184
4828 #: python/debug.py:222
47634829 msgid "Report a problem about {0}"
47644830 msgstr "Raportați o problemă despre {0}"
47654831
4766 #: python/debug.py:206
4832 #: python/debug.py:244
47674833 msgid "Install scripts"
47684834 msgstr "Instalare scripturi"
47694835
47884854 msgid "Next"
47894855 msgstr "Următoarea"
47904856
4791 #: python/guiv3.py:166
4857 #: python/guiv3.py:171
47924858 msgid "I Agree"
47934859 msgstr "Sunt de acord"
47944860
4795 #: python/guiv3.py:167
4861 #: python/guiv3.py:172
47964862 msgid "Show virtual drives"
47974863 msgstr "Arată driverii virtuali"
47984864
4799 #: python/guiv3.py:188
4865 #: python/guiv3.py:193
48004866 msgid "Login: "
48014867 msgstr "Autentificare: "
48024868
4803 #: python/guiv3.py:189
4869 #: python/guiv3.py:194
48044870 msgid "Password: "
48054871 msgstr "Parolă: "
48064872
4807 #: python/guiv3.py:192
4873 #: python/guiv3.py:197
48084874 msgid "Register"
48094875 msgstr "Înregistrare"
48104876
4811 #: python/guiv3.py:288
4877 #: python/guiv3.py:302
48124878 msgid "MB downloaded"
48134879 msgstr "MB descărcați"
48144880
4815 #: python/guiv3.py:288
4881 #: python/guiv3.py:302
48164882 msgid "of"
48174883 msgstr "din"
48184884
4819 #: python/guiv3.py:749
4885 #: python/guiv3.py:769
48204886 msgid "You cannot close this window"
48214887 msgstr "Nu puteți închide această fereastră"
48224888
48244890 msgid "No description"
48254891 msgstr "Fără descriere"
48264892
4827 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4893 #: python/install.py:210
4894 msgid "Accessories"
4895 msgstr "Accesorii"
4896
4897 #: python/install.py:211
4898 msgid "Development"
4899 msgstr "Dezvoltare"
4900
4901 #: python/install.py:212
4902 msgid "Education"
4903 msgstr "Educaţie"
4904
4905 #: python/install.py:213
4906 msgid "Games"
4907 msgstr "Jocuri"
4908
4909 #: python/install.py:214
4910 msgid "Graphics"
4911 msgstr "Grafică"
4912
4913 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4914 msgid "Internet"
4915 msgstr "Internet"
4916
4917 #: python/install.py:216
4918 msgid "Multimedia"
4919 msgstr "Multimedia"
4920
4921 #: python/install.py:217
4922 msgid "Office"
4923 msgstr "Birou"
4924
4925 #: python/install.py:219
4926 msgid "Patches"
4927 msgstr "Petice"
4928
4929 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
48284930 msgid "Search"
48294931 msgstr "Cauta"
48304932
48314933 #: python/install.py:252
48324934 msgid "Include:"
48334935 msgstr ""
4936
4937 #: python/install.py:258
4938 msgid "Testing"
4939 msgstr "Testare"
48344940
48354941 #: python/install.py:263
48364942 msgid "No-cd needed"
48914997 "used for piracy purposes we won't give any support on this matter."
48924998 msgstr ""
48934999
4894 #: python/irc.py:137
5000 #: python/irc.py:139
48955001 msgid "Send"
48965002 msgstr "Trimite"
48975003
4898 #: python/irc.py:138
5004 #: python/irc.py:140
48995005 msgid "Connect"
49005006 msgstr "Conectare"
49015007
4902 #: python/irc.py:139
5008 #: python/irc.py:141
49035009 msgid "Disconnect"
49045010 msgstr "Deconectare"
49055011
4906 #: python/irc.py:140
5012 #: python/irc.py:142
49075013 msgid "Leave"
49085014 msgstr "Părăsire"
49095015
4910 #: python/irc.py:227
5016 #: python/irc.py:229
49115017 msgid "Join a channel"
49125018 msgstr "Alătură un canal"
49135019
4914 #: python/irc.py:257 python/mainwindow.py:725
5020 #: python/irc.py:259 python/mainwindow.py:723
49155021 msgid "Messenger"
49165022 msgstr "Messenger"
49175023
4918 #: python/irc.py:273
5024 #: python/irc.py:275
49195025 msgid ""
49205026 "If you close this window, you cannot read further replies. Are you sure that "
49215027 "you want to close it?"
49425048 msgid "{0} error"
49435049 msgstr "{0} eroare"
49445050
4945 #: python/mainwindow.py:73
5051 #: python/mainwindow.py:75
49465052 msgid "{0} website is unavailable. Please check your connection"
49475053 msgstr ""
49485054
4949 #: python/mainwindow.py:75
5055 #: python/mainwindow.py:77
49505056 msgid "Refreshing {0}"
49515057 msgstr "Se reâmprospătează {0}"
49525058
4953 #: python/mainwindow.py:90 python/mainwindow.py:92
5059 #: python/mainwindow.py:92 python/mainwindow.py:94
49545060 msgid "An updated version of {0} is available"
49555061 msgstr "O versiune actualizată {0} este disponibilă"
49565062
4957 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5063 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49585064 msgid "Run"
49595065 msgstr "Rulează"
49605066
4961 #: python/mainwindow.py:200
5067 #: python/mainwindow.py:202
49625068 msgid "Donate"
49635069 msgstr "Donație"
49645070
4965 #: python/mainwindow.py:201
5071 #: python/mainwindow.py:203
49665072 msgid "Exit"
49675073 msgstr "Ieşire"
49685074
4969 #: python/mainwindow.py:205
5075 #: python/mainwindow.py:207
49705076 msgid "Small icons"
49715077 msgstr "Iconițe mici"
49725078
4973 #: python/mainwindow.py:206
5079 #: python/mainwindow.py:208
49745080 msgid "Medium icons"
49755081 msgstr "Iconițe medi"
49765082
4977 #: python/mainwindow.py:207
5083 #: python/mainwindow.py:209
49785084 msgid "Large icons"
49795085 msgstr "Iconițe mari"
49805086
4981 #: python/mainwindow.py:208
5087 #: python/mainwindow.py:210
49825088 msgid "Very large icons"
49835089 msgstr "Iconițe foarte mari"
49845090
4985 #: python/mainwindow.py:220
5091 #: python/mainwindow.py:222
49865092 msgid "Manage Wine versions"
49875093 msgstr "Administrează versiunile de Wine"
49885094
4989 #: python/mainwindow.py:226
5095 #: python/mainwindow.py:228
49905096 msgid "Read a PC CD-Rom"
49915097 msgstr "Citește un PC CD-Rom"
49925098
4993 #: python/mainwindow.py:236
5099 #: python/mainwindow.py:238
49945100 msgid "Close all {0} software"
49955101 msgstr "Închide-ti tot {0} software-ul"
49965102
4997 #: python/mainwindow.py:240
5103 #: python/mainwindow.py:242
49985104 msgid "{0} console"
49995105 msgstr "{0} terminal"
50005106
5001 #: python/mainwindow.py:250
5107 #: python/mainwindow.py:248
50025108 msgid "{0} messenger"
50035109 msgstr "{0} messenger"
50045110
5005 #: python/mainwindow.py:266 python/options.py:388
5111 #: python/mainwindow.py:264 python/options.py:388
50065112 msgid "File associations"
50075113 msgstr "Fișiere asociate"
50085114
5009 #: python/mainwindow.py:273
5115 #: python/mainwindow.py:271
50105116 msgid "About {0}"
50115117 msgstr "Despre {0}"
50125118
5013 #: python/mainwindow.py:302 python/mainwindow.py:306
5119 #: python/mainwindow.py:300 python/mainwindow.py:304
50145120 msgid "Plugin manager"
50155121 msgstr "Administrator de module"
50165122
5017 #: python/mainwindow.py:331
5123 #: python/mainwindow.py:329
50185124 msgid "File"
50195125 msgstr "Fișier"
50205126
5021 #: python/mainwindow.py:333
5127 #: python/mainwindow.py:331
50225128 msgid "Tools"
50235129 msgstr "Instrumente"
50245130
5025 #: python/mainwindow.py:334 python/mainwindow.py:723
5131 #: python/mainwindow.py:332 python/mainwindow.py:721
50265132 msgid "Settings"
50275133 msgstr "Setări"
50285134
5029 #: python/mainwindow.py:335 python/options.py:387
5135 #: python/mainwindow.py:333 python/options.py:387
50305136 msgid "Plugins"
50315137 msgstr "Module"
50325138
5033 #: python/mainwindow.py:347 python/mainwindow.py:739
5139 #: python/mainwindow.py:345 python/mainwindow.py:737
50345140 msgid "Close"
50355141 msgstr "Închide"
50365142
5037 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5143 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
50385144 msgid "Configure"
50395145 msgstr "Configurează"
50405146
5041 #: python/mainwindow.py:584
5147 #: python/mainwindow.py:582
50425148 msgid "Open the application's directory"
50435149 msgstr "Deschide directorul aplicației"
50445150
5045 #: python/mainwindow.py:588 python/mainwindow.py:753
5151 #: python/mainwindow.py:586 python/mainwindow.py:751
50465152 msgid "Read the manual"
50475153 msgstr "Citiți manualul"
50485154
5049 #: python/mainwindow.py:592
5155 #: python/mainwindow.py:590
50505156 msgid "Set the icon"
50515157 msgstr "Setează iconița"
50525158
5053 #: python/mainwindow.py:600
5159 #: python/mainwindow.py:598
50545160 msgid "Close this application"
50555161 msgstr "Închide această aplicație"
50565162
5057 #: python/mainwindow.py:611
5163 #: python/mainwindow.py:609
50585164 msgid "KillApp"
50595165 msgstr "KillApp"
50605166
5061 #: python/mainwindow.py:618
5167 #: python/mainwindow.py:616
50625168 msgid "No manual found for {0}"
50635169 msgstr "Nu s-a găsit manualul pentru {0}"
50645170
5065 #: python/mainwindow.py:721
5171 #: python/mainwindow.py:719
50665172 msgid "Install a program"
50675173 msgstr "Instalează un program"
50685174
5069 #: python/mainwindow.py:728
5175 #: python/mainwindow.py:726
50705176 msgid "Update GIT"
50715177 msgstr "Actualizare GIT"
50725178
5073 #: python/mainwindow.py:731
5179 #: python/mainwindow.py:729
50745180 msgid "Update instructions"
50755181 msgstr ""
50765182
5077 #: python/mainwindow.py:741
5183 #: python/mainwindow.py:739
50785184 msgid "Debug"
50795185 msgstr "Depanează"
50805186
5081 #: python/mainwindow.py:743
5187 #: python/mainwindow.py:741
50825188 msgid "Report a problem"
50835189 msgstr ""
50845190
5085 #: python/mainwindow.py:747
5191 #: python/mainwindow.py:745
50865192 msgid "Create a shortcut"
50875193 msgstr "Crează o scurtătură"
50885194
5089 #: python/mainwindow.py:749
5195 #: python/mainwindow.py:747
50905196 msgid "Open the directory"
50915197 msgstr "Deschide directorul"
50925198
5093 #: python/mainwindow.py:755
5199 #: python/mainwindow.py:753
50945200 msgid "Save"
50955201 msgstr ""
50965202
5097 #: python/mainwindow.py:758
5203 #: python/mainwindow.py:756
50985204 msgid "Uninstall"
50995205 msgstr "Dezinstalare"
51005206
5101 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5102 #: python/mainwindow.py:1003
5207 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5208 #: python/mainwindow.py:1001
51035209 msgid "Please select a program."
51045210 msgstr "Selectați un program."
51055211
5106 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5212 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
51075213 msgid "{0} settings"
51085214 msgstr "{0} setări"
51095215
5110 #: python/mainwindow.py:965
5216 #: python/mainwindow.py:963
51115217 msgid "{0} install menu"
51125218 msgstr "{0} meniu de instalare"
51135219
5114 #: python/mainwindow.py:974
5220 #: python/mainwindow.py:972
51155221 msgid "{0} wine versions manager"
51165222 msgstr "{0} administrator versiuni wine"
51175223
5118 #: python/mainwindow.py:1005
5224 #: python/mainwindow.py:1003
51195225 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
51205226 msgstr "Discul virtual asociat cu {0} ({1}) nu mai există."
51215227
52295335 "These information will be very precious for us to help people."
52305336 msgstr ""
52315337
5232 #: python/mainwindow.py:1271
5338 #: python/mainwindow.py:1273
52335339 msgid "Are you sure you want to want to install {0} package?"
52345340 msgstr "Sunteți sigur că doriți să instalați (0) pachetul?"
52355341
5236 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5342 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5343 #: python/mainwindow.py:1284
52375344 msgid ""
52385345 "You are trying to open a script design for {0}! It might not work as expected"
52395346 msgstr ""
53125419 msgid "You must restart {0} for the changes to take effect."
53135420 msgstr "Trebuie să reporniți {0} pentru ca modificările să aibe efect."
53145421
5315 #: python/wine_versions.py:194
5422 #: python/wine_versions.py:195
53165423 msgid "Installed Wine versions: "
53175424 msgstr "Versiunile instalate de Wine: "
53185425
5319 #: python/wine_versions.py:195
5426 #: python/wine_versions.py:196
53205427 msgid "Available Wine versions: "
53215428 msgstr "Versiuni disponibile de Wine: "
53225429
5323 #: python/wine_versions.py:202
5430 #: python/wine_versions.py:203
53245431 msgid "Wine versions"
53255432 msgstr "Versiuni Wine"
53265433
5327 #: python/wine_versions.py:321
5434 #: python/wine_versions.py:322
53285435 msgid "Are you sure you want to delete wine {0}?"
53295436 msgstr "Sigur doriți ștergerea wine (0)?"
53305437
55 msgstr ""
66 "Project-Id-Version: pol\n"
77 "Report-Msgid-Bugs-To: Tinou\n"
8 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "PO-Revision-Date: 2013-12-11 12:58+0000\n"
10 "Last-Translator: peregrine <andrej1741@yandex.ru>\n"
8 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
9 "PO-Revision-Date: 2014-06-27 12:47+0000\n"
10 "Last-Translator: Ilya Gorbachevsky <igorbachevsky@gmail.com>\n"
1111 "Language-Team: gnome-cyr@gnome.org\n"
1212 "MIME-Version: 1.0\n"
1313 "Content-Type: text/plain; charset=UTF-8\n"
1414 "Content-Transfer-Encoding: 8bit\n"
15 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
16 "X-Generator: Launchpad (build 16877)\n"
15 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
16 "X-Generator: Launchpad (build 17086)\n"
1717 "Language: ru\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
246246 msgstr "Пожалуйста вставьте носитель с игрой в дисковод."
247247
248248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
249 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
249250 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
250251 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
251252 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
274275 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
275276 #: PlayOnLinux_Scripts/Civilization_V_:53
276277 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
277 #: PlayOnLinux_Scripts/Diablo_II_:51
278 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
278279 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
279280 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
280281 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
281282 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
282283 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
283 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
284284 #: PlayOnLinux_Scripts/Google_SketchUp_:51
285285 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
286286 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
300300 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
301301 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
302302 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
303 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
303304 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
304305 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
305306 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
307 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
307 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
308 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
309 #: PlayOnLinux_Scripts/Portal_2_:82
308310 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
309311 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
310 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
313 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:72
312315 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
313316 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
317 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
314318 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
315319 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
316320 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
321 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
317322 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
318323 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
319 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
324 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
325 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
326 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
321327 #: PlayOnLinux_Scripts/Starcraft_:34
322328 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
323329 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
330 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
331 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
325332 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
326333 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
334 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
327335 #: PlayOnLinux_Scripts/Theme_Hospital_:59
328336 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
329337 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
330338 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
331339 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
340 #: PlayOnLinux_Scripts/Wizard_101_:38
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
334343 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
341350 msgid "Please select the setup file to run"
342351 msgstr "Пожалуйста, выберите установочный файл для запуска"
343352
353 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
355 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
357 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
358 #, sh-format
359 msgid "Please insert the game media into your disc drive."
360 msgstr ""
361
344362 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
364 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
345365 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
346366 #: PlayOnLinux_Scripts/Dishonored_:72
347367 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
379399 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
380400 #, sh-format
381401 msgid "Do you want to install the 2.0a Patch?"
382 msgstr ""
402 msgstr "Желаете установить патч версии 2.0a?"
383403
384404 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31
385405 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30
408428 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74
409429 #, sh-format
410430 msgid "Do you want to install the 1.0c Patch?"
411 msgstr ""
431 msgstr "Желаете установить патч версии 1.0c?"
412432
413433 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47
414434 #, sh-format
415435 msgid ""
416436 "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0"
417437 msgstr ""
438 "Перед установкой $TITLE, нам требуется установить Mod Pack Studio Lite 2.0"
418439
419440 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38
420441 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76
423444 "Please notice that Standards Maps do not work correctly, whereas Custom Maps "
424445 "works without problems."
425446 msgstr ""
447 "Обратите внимание, что стандартные карты работают некорректно; "
448 "пользовательские карты работают без проблем."
426449
427450 #: PlayOnLinux_Scripts/Alan_Wake_:81
428451 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74
443466 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
444467 #: PlayOnLinux_Scripts/Magicka_:68
445468 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
469 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
446470 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
447471 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
448472 #: PlayOnLinux_Scripts/Rayman_Origins_:83
449473 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
450 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
451 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
474 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
475 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
452476 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
453477 #: PlayOnLinux_Scripts/The_Witcher_:125
454478 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
483507 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
484508 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
485509 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
510 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
486511 #: PlayOnLinux_Scripts/Driftmoon_:43
487512 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
488513 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
491516 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
492517 #: PlayOnLinux_Scripts/League_Of_Legends_:57
493518 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
494 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
519 #: PlayOnLinux_Scripts/Sacrifice_:41
520 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
521 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
522 #: PlayOnLinux_Scripts/Toontown_Online_:25
523 #: PlayOnLinux_Scripts/Watchtower_library_:43
495524 #: PlayOnLinux_Scripts/iTunes_10_:28
496525 #, sh-format
497526 msgid "Please select the setup file to run."
506535 #: PlayOnLinux_Scripts/POL_GoG_download_:48
507536 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
508537 #: PlayOnLinux_Scripts/SimCity_2000_:50
509 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
510 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
538 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
539 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
511540 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
512541 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
513542 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
514 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
515 #: lib/wine.lib:1186
543 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
544 #: lib/wine.lib:1171 lib/wine.lib:1201
516545 #, sh-format
517546 msgid "Please wait..."
518547 msgstr "Пожалуйста, подождите..."
540569 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
541570 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
542571 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
543 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
572 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
544573 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
545574 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
546575 #: PlayOnLinux_Scripts/Dead_Space_2_:85
556585 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
557586 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
558587 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
559 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
588 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
560589 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
561590 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
562591 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
575604 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32
576605 #, sh-format
577606 msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED"
578 msgstr ""
607 msgstr "Добро пожаловать в установщик патча $PVERSION для $TITLE_REQUIRED"
579608
580609 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45
581610 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46
618647 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
619648 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
620649 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
621 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
650 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
622651 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
623652 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
624653 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
625 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
626 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
654 #: PlayOnLinux_Scripts/Dead_Space_:50
655 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
656 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
657 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
627658 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
628659 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
629660 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
633664 #: PlayOnLinux_Scripts/Rage_:79
634665 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
635666 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
636 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
667 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
637668 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
638669 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
639670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
672703 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
673704 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
674705 #: PlayOnLinux_Scripts/Sacrifice_:45
675 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
706 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
676707 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
677708 #: PlayOnLinux_Scripts/The_Witcher_:102
678709 #, sh-format
683714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
684715 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
685716 #: PlayOnLinux_Scripts/Mass_Effect_:54
686 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
717 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
687718 #: PlayOnLinux_Scripts/The_Witcher_:110
688719 #, sh-format
689720 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
696727 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
697728 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
698729 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
699 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
730 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
700731 #: PlayOnLinux_Scripts/The_Witcher_:113
701732 #, sh-format
702733 msgid "Please insert the next game media into your disk drive"
726757 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
727758 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
728759 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
760 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
729761 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
730762 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
731763 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
831863 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
832864 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
833865 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
834 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
866 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
835867 #, sh-format
836868 msgid ""
837869 "You must disable anti-piracy protections of this game\\nif you want to play "
855887
856888 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
857889 #: PlayOnLinux_Scripts/Cars_2_:83
858 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
890 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
859891 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
860892 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
861893 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
878910 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
879911 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
880912 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
913 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
914 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
881915 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
882916 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
883917 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11231157 msgstr ""
11241158 "Пожалуйста вставьте диск №2 в ваш дисковод,\\nесли это еще не сделано."
11251159
1126 #: PlayOnLinux_Scripts/Diablo_III_:29
1160 #: PlayOnLinux_Scripts/Diablo_III_:31
11271161 #, sh-format
11281162 msgid "Please select the setup file downloaded on $EDITOR website"
11291163 msgstr "Пожалуйста выберите установойчный файлЮ скаченный с сайта $EDITOR"
11301164
1131 #: PlayOnLinux_Scripts/Diablo_III_:60
1165 #: PlayOnLinux_Scripts/Diablo_III_:62
11321166 #, sh-format
11331167 msgid ""
11341168 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11371171 "$TITLE установлен.\\n\\nВыражаем особую благодарность Эрику Гуверу за патч к "
11381172 "wine (AcceptEx Fix)"
11391173
1140 #: PlayOnLinux_Scripts/Diablo_III_:60
1174 #: PlayOnLinux_Scripts/Diablo_III_:62
11411175 #, sh-format
11421176 msgid ""
11431177 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11451179 msgstr ""
11461180 "Если во время соединения вы столкнулись с ошибкой Error 3007, откройте "
11471181 "терминал и наберите:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1182
1183 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1184 #, sh-format
1185 msgid "Scanning your hardware..."
1186 msgstr ""
11481187
11491188 #: PlayOnLinux_Scripts/Dishonored_:79
11501189 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12061245 "Requires about 18Gb free space.nnAs well, an additional 5Gb in your /home/ "
12071246 "folder if you will use online installer.nRecommend using offline installer."
12081247 msgstr ""
1248 "Требует около 18Гб свободного места.nnЕщё 5Гб будет занято в домашней "
1249 "директории, при использовании онлайн установщика.nРекомендуется "
1250 "использование оффлайн установщика."
12091251
12101252 #: PlayOnLinux_Scripts/EVE_online_:80 PlayOnLinux_Scripts/ElsterFormular_:38
12111253 #, sh-format
12181260 "You want to create symbolic link for $TITLE settings in your /home/ "
12191261 "folder?n(Recommend yes.)"
12201262 msgstr ""
1263 "Вы хотите создать символьную ссылку для настроек $TITLE в вашей домашней "
1264 "директории?n(Рекомендуется)"
12211265
12221266 #: PlayOnLinux_Scripts/EVE_online_:138
12231267 #, sh-format
12311275
12321276 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12331277 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1234 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1235 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1278 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1279 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12361280 #, sh-format
12371281 msgid "Please insert the first game media into your disk drive"
12381282 msgstr "Пожалуйста вставьте Диск 1 в ваш дисковод"
12391283
12401284 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1241 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1285 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12421286 #, sh-format
12431287 msgid "Please insert the second game media into your disk drive"
12441288 msgstr "Пожалуйста вставьте Диск 2 в ваш дисковод"
13111355 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13121356 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13131357 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1358 #: PlayOnLinux_Scripts/Hearthstone_:64
13141359 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13151360 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13161361 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13361381 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13371382 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13381383 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1339 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1384 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13401385 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13411386 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13421387 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13611406 msgid "Editor"
13621407 msgstr "Редактор"
13631408
1364 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1409 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13651410 #, sh-format
13661411 msgid "This install script requires ffmpeg"
13671412 msgstr "Этот скрипт установки требует наличия ffmpeg"
13681413
1369 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1414 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13701415 #, sh-format
13711416 msgid "Converting videos..."
13721417 msgstr "Конвертация видео..."
13731418
13741419 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1420 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13751421 #, sh-format
13761422 msgid ""
13771423 "On first run the game will autodetect available renderers.\\nIt is likely "
13871433 msgid "Run $TITLE in safe mode?"
13881434 msgstr "Запустить $TITLE в безопасном режиме?"
13891435
1436 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1437 #, sh-format
1438 msgid ""
1439 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1440 "disable it by pressing Alt+R while in game.)"
1441 msgstr ""
1442 "Подсказка: Режим высокого разрешния был активирован. При проблемах с "
1443 "производительностью, вы можете отключить его, нажав Alt+R во время игры.)"
1444
1445 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1446 #, sh-format
1447 msgid ""
1448 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1449 "game."
1450 msgstr ""
1451 "Подсказка: вы можете активировать режим высокого разрешения, нажав Alt+R во "
1452 "время игры."
1453
13901454 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13911455 #, sh-format
13921456 msgid "Could not find program directory"
14181482 msgid ""
14191483 "This is an installer for an update;nPlease install $TITLE_REQUIRED first"
14201484 msgstr ""
1485 "Данный установщик предназначен для обновления;nПожалуйста, установите "
1486 "сначала $TITLE_REQUIRED"
14211487
14221488 #: PlayOnLinux_Scripts/GOG.com___Flatout_:50
14231489 #, sh-format
14251491 "Think about disabling triple-buffering in settings,\\nas it is not fully "
14261492 "supported by Wine yet."
14271493 msgstr ""
1494 "Подумайте об отключении тройной буферизации в настройках,\\n так как она "
1495 "пока не полностью поддерживается Wine."
14281496
14291497 #: PlayOnLinux_Scripts/GOG.com___Giants__Citizen_Kabuto_:20
14301498 #, sh-format
14521520 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14531521 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14541522 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1455 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1456 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1457 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14581523 #, sh-format
14591524 msgid "Language"
14601525 msgstr "Язык"
15361601 #: PlayOnLinux_Scripts/GOG.com___Outcast_:538
15371602 #, sh-format
15381603 msgid "High quality (Entropy settings)"
1539 msgstr ""
1604 msgstr "Высокое качество (настройки Энтропии)"
15401605
15411606 #: PlayOnLinux_Scripts/GOG.com___Outcast_:360
15421607 #, sh-format
15431608 msgid "Visual quality"
1544 msgstr ""
1609 msgstr "Качество графики"
15451610
15461611 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:44
15471612 #, sh-format
15831648 msgid "Dedicated server"
15841649 msgstr "Выделенный сервер"
15851650
1586 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1651 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15871652 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15881653 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15891654 #, sh-format
16131678 msgid "Code wheel"
16141679 msgstr ""
16151680
1616 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1617 #, sh-format
1618 msgid "Do you have a language pack to install?"
1619 msgstr "У вас есть языковой пакет, который вы хотите установить?"
1620
1621 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1622 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1623 #, sh-format
1624 msgid "Later"
1625 msgstr "Позже"
1626
1627 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1681 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1682 #, sh-format
1683 msgid ""
1684 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1685 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1686 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1687 msgstr ""
1688 "Настоятельно рекомендуем установить пакет модов Circle of Eight.\\nОн не "
1689 "только исправит ошибки но и добавит новый контент\\n(для пакета модов "
1690 "\"NC\")Используйте соответствующий скрипт PlayOnLinux в разделе \"Патчи\"."
1691
1692 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1693 #, sh-format
1694 msgid "Now you must install the modpack in directory:"
1695 msgstr "Теперь вы должны установить пакет модов в следующую директорию:"
1696
1697 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1698 #, sh-format
1699 msgid "Please select ANY 3 icons when prompted."
1700 msgstr "Пожалуйста, выберите ЛЮБЫЕ три значка, когда Вас об этом попросят."
1701
1702 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1703 #, sh-format
1704 msgid "temp directory missing"
1705 msgstr "отсутствует временная папка"
1706
1707 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1708 #, sh-format
1709 msgid ""
1710 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1711 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1712 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1713 "details.\\nInstall it?"
1714 msgstr ""
1715 "\"Контрольная панель Two Worlds\" - инструмент от сообщества "
1716 "InsideTwoWorlds,,\\nпозволяющий тонко настраивать параметры и управляю "
1717 "модификациями\\nдля этой игры. См. \\"
1718 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1719 "details.\\nУстановить его?"
1720
1721 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1722 #, sh-format
1723 msgid "Control Panel"
1724 msgstr "Панель Управления"
1725
1726 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1727 #, sh-format
1728 msgid ""
1729 "IMPORTANT:\n"
1730 " \\n\\nOn the installation window coming next, do NOT click the Options "
1731 "button, it would mess up the language selection."
1732 msgstr ""
1733 "ВАЖНО:\n"
1734 " \\n\\nВ следующем окне установщика НЕ НАЖИМАЙТЕ на кнопку Опции "
1735 "(Options), это повлечет за собой ошибки при выборе языка."
1736
1737 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1738 #, sh-format
1739 msgid ""
1740 "On first run the game will autodetect available renderers.\\nIt is likely "
1741 "that you will get better performance out of the OpenGL renderer."
1742 msgstr ""
1743 "При первом запуске игра автоматически определит доступные рендеры.\\nСкорее "
1744 "всего лучшая производительность будет на рендере OpenGL."
1745
1746 #: PlayOnLinux_Scripts/Goblins_3_:21
1747 #, sh-format
1748 msgid "Please select the game language"
1749 msgstr "Пожалуйста, выберите язык игры"
1750
1751 #: PlayOnLinux_Scripts/Gothic_3_:82
1752 #, sh-format
1753 msgid "Choose the game resolution"
1754 msgstr "Выберите разрешение"
1755
1756 #: PlayOnLinux_Scripts/Gothic_3_:96
1757 #, sh-format
1758 msgid ""
1759 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1760 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1761 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1762 msgstr ""
1763 "Теперь вам нужно выбрать режим игры:\\n1) Оконный режим:\\nБудет работать "
1764 "все, кроме системного курсора в окне игры.\\n\\n2) Полноэкранный режим:\\"
1765 "nБудет работать все, кроме неба - оно будет черным.\\n\\n\\n\\nКакой режим "
1766 "вы выбираете?"
1767
1768 #: PlayOnLinux_Scripts/Gothic_3_:110
1769 #, sh-format
1770 msgid "$TITLE is installed"
1771 msgstr "$TITLE установлен"
1772
1773 #: PlayOnLinux_Scripts/Guild_Wars_:53
1774 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1775 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1776 #, sh-format
1777 msgid "Please insert the DVD-ROM"
1778 msgstr "Пожалуйста, вставьте DVD диск"
1779
1780 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1781 #, sh-format
1782 msgid ""
1783 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1784 "client and download will resume from where it stopped. Download percentage "
1785 "reset but do not worry, it do not restart from the beginning."
1786 msgstr ""
1787 "Из-за бага wine #30512 загрузка зачастую прерывается - просто перезапустите "
1788 "клиент и загрузка продолжится с того места где она остановилась. При этом "
1789 "проценты загрузки сбросятся, но не беспокойтесь, так и должно быть."
1790
1791 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1792 #, sh-format
1793 msgid ""
1794 "Please select $TITLE install file. During installation, uncheck all extra "
1795 "drivers it wants to install:"
1796 msgstr ""
1797 "Пожалуйста, выберите установщик $TITLE. Во время установки снимите флажки со "
1798 "всех дополнительных драйверов:"
1799
16281800 #: PlayOnLinux_Scripts/Half_Life_2_:56
16291801 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16301802 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16311803 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1632 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1804 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16331805 #, sh-format
16341806 msgid "No"
16351807 msgstr "Нет"
16361808
1637 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1638 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1809 #: PlayOnLinux_Scripts/Half_Life_2_:56
1810 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1811 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1812 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1813 #: PlayOnLinux_Scripts/Portal_:36
1814 #, sh-format
1815 msgid ""
1816 "Steam installation has been detected\\nwould you like to install this game "
1817 "in the same virtual drive?"
1818 msgstr ""
1819 "Обнаружен установленный Steam.\\nХотите установить эту игру на тот же "
1820 "виртуальный диск?"
1821
16391822 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16401823 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16411824 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16441827 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16451828 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16461829 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1647 #: python/guiv3.py:157
1830 #: python/guiv3.py:158 python/guiv3.py:161
16481831 #, sh-format
16491832 msgid "Yes"
16501833 msgstr "Да"
16511834
1652 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1653 #, sh-format
1654 msgid ""
1655 "To install a language pack later, open the configuration panel for the game "
1656 "in order to execute the installer into the virtual disk (Misc tab)"
1657 msgstr ""
1658 "Чтобы установить языковой пакет позже, откройте панель управления игры, "
1659 "чтобы запустить установщик на виртуальном диске (Вкладка "
1660 "\"Разное\"(\"Misc\"))"
1661
1662 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1663 #, sh-format
1664 msgid ""
1665 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1666 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1667 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1668 msgstr ""
1669 "Настоятельно рекомендуем установить пакет модов Circle of Eight.\\nОн не "
1670 "только исправит ошибки но и добавит новый контент\\n(для пакета модов "
1671 "\"NC\")Используйте соответствующий скрипт PlayOnLinux в разделе \"Патчи\"."
1672
1673 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1674 #, sh-format
1675 msgid "Now you must install the modpack in directory:"
1676 msgstr "Теперь вы должны установить пакет модов в следующую директорию:"
1677
1678 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1679 #, sh-format
1680 msgid "Please select ANY 3 icons when prompted."
1681 msgstr "Пожалуйста, выберите ЛЮБЫЕ три значка, когда Вас об этом попросят."
1682
1683 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1684 #, sh-format
1685 msgid "temp directory missing"
1686 msgstr "отсутствует временная папка"
1687
1688 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1689 #, sh-format
1690 msgid ""
1691 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1692 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1693 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1694 "details.\\nInstall it?"
1695 msgstr ""
1696 "\"Контрольная панель Two Worlds\" - инструмент от сообщества "
1697 "InsideTwoWorlds,,\\nпозволяющий тонко настраивать параметры и управляю "
1698 "модификациями\\nдля этой игры. См. \\"
1699 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1700 "details.\\nУстановить его?"
1701
1702 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1703 #, sh-format
1704 msgid "Control Panel"
1705 msgstr "Панель Управления"
1706
1707 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1708 #, sh-format
1709 msgid ""
1710 "IMPORTANT:\n"
1711 " \\n\\nOn the installation window coming next, do NOT click the Options "
1712 "button, it would mess up the language selection."
1713 msgstr ""
1714 "ВАЖНО:\n"
1715 " \\n\\nВ следующем окне установщика НЕ НАЖИМАЙТЕ на кнопку Опции "
1716 "(Options), это повлечет за собой ошибки при выборе языка."
1717
1718 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1719 #, sh-format
1720 msgid ""
1721 "On first run the game will autodetect available renderers.\\nIt is likely "
1722 "that you will get better performance out of the OpenGL renderer."
1723 msgstr ""
1724 "При первом запуске игра автоматически определит доступные рендеры.\\nСкорее "
1725 "всего лучшая производительность будет на рендере OpenGL."
1726
1727 #: PlayOnLinux_Scripts/Goblins_3_:21
1728 #, sh-format
1729 msgid "Please select the game language"
1730 msgstr "Пожалуйста, выберите язык игры"
1731
1732 #: PlayOnLinux_Scripts/Gothic_3_:82
1733 #, sh-format
1734 msgid "Choose the game resolution"
1735 msgstr "Выберите разрешение"
1736
1737 #: PlayOnLinux_Scripts/Gothic_3_:96
1738 #, sh-format
1739 msgid ""
1740 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1741 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1742 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1743 msgstr ""
1744 "Теперь вам нужно выбрать режим игры:\\n1) Оконный режим:\\nБудет работать "
1745 "все, кроме системного курсора в окне игры.\\n\\n2) Полноэкранный режим:\\"
1746 "nБудет работать все, кроме неба - оно будет черным.\\n\\n\\n\\nКакой режим "
1747 "вы выбираете?"
1748
1749 #: PlayOnLinux_Scripts/Gothic_3_:110
1750 #, sh-format
1751 msgid "$TITLE is installed"
1752 msgstr "$TITLE установлен"
1753
1754 #: PlayOnLinux_Scripts/Guild_Wars_:53
1755 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1756 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1757 #, sh-format
1758 msgid "Please insert the DVD-ROM"
1759 msgstr "Пожалуйста, вставьте DVD диск"
1760
1761 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1762 #, sh-format
1763 msgid ""
1764 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1765 "client and download will resume from where it stopped. Download percentage "
1766 "reset but do not worry, it do not restart from the beginning."
1767 msgstr ""
1768 "Из-за бага wine #30512 загрузка зачастую прерывается - просто перезапустите "
1769 "клиент и загрузка продолжится с того места где она остановилась. При этом "
1770 "проценты загрузки сбросятся, но не беспокойтесь, так и должно быть."
1771
1772 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1773 #, sh-format
1774 msgid ""
1775 "Please select $TITLE install file. During installation, uncheck all extra "
1776 "drivers it wants to install:"
1777 msgstr ""
1778 "Пожалуйста, выберите установщик $TITLE. Во время установки снимите флажки со "
1779 "всех дополнительных драйверов:"
1780
1781 #: PlayOnLinux_Scripts/Half_Life_2_:56
1782 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1783 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1784 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1785 #: PlayOnLinux_Scripts/Portal_:36
1786 #, sh-format
1787 msgid ""
1788 "Steam installation has been detected\\nwould you like to install this game "
1789 "in the same virtual drive?"
1790 msgstr ""
1791 "Обнаружен установленный Steam.\\nХотите установить эту игру на тот же "
1792 "виртуальный диск?"
1793
17941835 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17951836 #, sh-format
17961837 msgid "Updating $TITLE"
17971838 msgstr "Обновляю $TITLE"
17981839
1799 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1840 #: PlayOnLinux_Scripts/Hanahira__:54
18001841 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18011842 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18021843 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18081849 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18091850 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18101851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1853 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1854 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1855 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1856 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1857 #: PlayOnLinux_Scripts/Steins_Gate_:51
18111858 #, sh-format
18121859 msgid "Please locate installation program (Setup.exe)"
1813 msgstr ""
1814
1815 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1816 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1860 msgstr "Пожалуйста, укажите путь к установщику программы (Setup.exe)"
1861
1862 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18171863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18181864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18191865 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18351881 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18361882 msgstr ""
18371883
1884 #: PlayOnLinux_Scripts/Hearthstone_:26
1885 #, sh-format
1886 msgid "What language do you want to install?"
1887 msgstr ""
1888
18381889 #: PlayOnLinux_Scripts/ImgBurn_:38
18391890 #, sh-format
18401891 msgid ""
18791930 msgstr "Хотите установить юникод версию Inno Setup?"
18801931
18811932 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1882 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18831933 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18841934 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18851935 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20542104 "If the download update stuck close and run until the download is complete."
20552105 msgstr ""
20562106
2107 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20572108 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20582109 #, sh-format
20592110 msgid "Demo version"
20602111 msgstr "Демоверсия"
20612112
2113 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20622114 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20632115 #, sh-format
20642116 msgid "Please select version."
21182170 "No filename extension specified, skipping association to native application."
21192171 msgstr ""
21202172 "Не указано имя расширения файла, ассоциация с системным приложеним прервана."
2173
2174 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2175 #, sh-format
2176 msgid "Contacting download server."
2177 msgstr ""
21212178
21222179 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21232180 #: python/install.py:454 python/install.py:456 python/install.py:570
22042261 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22052262 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22062263 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2207 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2264 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22082265 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22092266 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22102267 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22452302 msgstr ""
22462303 "Если вы увидите ошибки во время установки DotNet 3.0 - просто игнорируйте их"
22472304
2248 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2249 #, sh-format
2250 msgid "This package fail to install with wine 1.5.21 or better"
2251 msgstr "Этот пакет не установится на Wine 1.5.21 или выше"
2252
2253 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2305 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22542306 #, sh-format
22552307 msgid ""
22562308 "If you see error messages during DotNet 3.5 installation, you can ignore "
23812433 "Установка VCRun2010 может не удастся из-за того, что ваша версия PlayOnLinux "
23822434 "слишком старая. Пожалуйста обновитесь."
23832435
2384 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2436 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2437 #: PlayOnLinux_Scripts/yWriter_5_:45
23852438 #, sh-format
23862439 msgid "Downloading..."
2387 msgstr ""
2440 msgstr "Скачивание..."
23882441
23892442 #: PlayOnLinux_Scripts/POL_Install_wintrust_:11
23902443 #, sh-format
24972550 msgid "Microsoft fonts have been installed successfully."
24982551 msgstr "Шрифты от Microsoft успешно установлены."
24992552
2553 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2554 #, sh-format
2555 msgid ""
2556 "OSX users: If the screen flickers once the game is launched, try to press "
2557 "cmd + tab twice"
2558 msgstr ""
2559
25002560 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25012561 #, sh-format
25022562 msgid "Remove Game For Windows Live..."
25412601 "Для продолжения PlayOnLinux должен перемонтировать компакт-дисковод с опцией "
25422602 "\"Показать скрытое\" (\"unhide\")"
25432603
2544 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2604 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25452605 #, sh-format
25462606 msgid "Abort installation"
25472607 msgstr "Отмена установки"
25662626 msgid "The program needs access to ptrace() to proceed:"
25672627 msgstr "Для продолжения работы программе необходим доступ к ptrace():"
25682628
2569 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2629 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25702630 #, sh-format
25712631 msgid "User abort"
25722632 msgstr "Операция отменена пользователем"
26072667 #: PlayOnLinux_Scripts/Payday_2_:40
26082668 #, sh-format
26092669 msgid "Please do not run $TITLE after installation has finished."
2610 msgstr ""
2670 msgstr "Пожалуйста, не запускайте $TITLE после окончания установки."
2671
2672 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2673 #, sh-format
2674 msgid "Extracting $TITLE"
2675 msgstr "Распаковка $TITLE"
26112676
26122677 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26132678 #, sh-format
26212686 msgid "$TITLE has been successfully installed."
26222687 msgstr ""
26232688
2689 #: PlayOnLinux_Scripts/Poker_Stars_:37
2690 #, sh-format
2691 msgid "Error while installing. Downloaded file not found."
2692 msgstr ""
2693
26242694 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26252695 #, sh-format
26262696 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26282698
26292699 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26302700 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2701 #: PlayOnLinux_Scripts/Watchtower_library_:58
26312702 #, sh-format
26322703 msgid "Please wait while $TITLE is installed"
26332704 msgstr "Пожалуйста, подождите, пока $TITLE будет установлен"
26652736 msgid "Please insert disk 3 into your disk drive\\nif not already done."
26662737 msgstr ""
26672738 "Пожалуйста, вставьте диск №3 в Ваш дисковод,\\nесли это ещё не сделано."
2739
2740 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2741 #, sh-format
2742 msgid ""
2743 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2744 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2745 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2746 "n\\nIf you have one of this two versions of this game, please give some "
2747 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2748 "n\\nThank you!"
2749 msgstr ""
2750
2751 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2752 #, sh-format
2753 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2754 msgstr ""
2755
2756 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2757 #, sh-format
2758 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2759 msgstr ""
2760
2761 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2762 #, sh-format
2763 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2764 msgstr ""
2765
2766 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2767 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2768 #, sh-format
2769 msgid "Select a version of installation disc:"
2770 msgstr ""
2771
2772 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2773 #, sh-format
2774 msgid "First Release (without addons)"
2775 msgstr ""
2776
2777 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2778 #, sh-format
2779 msgid "Gold Edition"
2780 msgstr ""
2781
2782 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2783 #, sh-format
2784 msgid "Platinum Edition"
2785 msgstr ""
2786
2787 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2788 #, sh-format
2789 msgid "What is your version of Railroad Tycoon II?"
2790 msgstr ""
2791
2792 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2793 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2794 #, sh-format
2795 msgid ""
2796 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2797 "desktop.\\n\\nThank you for using this installation script! :)"
2798 msgstr ""
26682799
26692800 #: PlayOnLinux_Scripts/Reaper_4_:30
26702801 #, sh-format
28272958 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
28282959 msgstr ""
28292960
2961 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2962 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2963 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2964 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2965 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2966 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2967 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2968 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2969 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2970 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2971 #, sh-format
2972 msgid ""
2973 "Close the visual novel when it appears to continue installation. Click Next "
2974 "to begin installation."
2975 msgstr ""
2976
2977 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2978 #, sh-format
2979 msgid ""
2980 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2981 "script will now install it. Click Next to continue."
2982 msgstr ""
2983
28302984 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28312985 #, sh-format
28322986 msgid ""
28362990 "Если игра выдаёт ошибку времени выполнения, откройте терминал и наберите:\\"
28372991 "necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28382992
2839 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2840 #, sh-format
2841 msgid "Please locate installation program (Launcher.exe)"
2842 msgstr ""
2843
2844 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2845 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2846 #, sh-format
2847 msgid ""
2848 "When the launcher opens, click on the top button to open the installer. When "
2849 "a new window opens, click OK. When another window opens, click on the button "
2850 "with the letter N until it is installing. Wait until it is done and click "
2851 "the right button to quit. Click Next when you are done installing."
2993 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2994 #, sh-format
2995 msgid "Please locate installation program in Data folder (Resonance.msi)"
28522996 msgstr ""
28532997
28542998 #: PlayOnLinux_Scripts/Steam_:50
28863030 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
28873031 "game. Steam install xna framework the game. Close the Steam so that the "
28883032 "installer can continue."
3033 msgstr ""
3034
3035 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3036 #, sh-format
3037 msgid "If youve the extentions, you should install Tribunal first !"
28893038 msgstr ""
28903039
28913040 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
30043153 "nдокументации. Щёлкните правой кнопкой мыши по значку игры, \"Прочесть "
30053154 "руководство\" (\"Read the manual\"), пункты 4-5."
30063155
3156 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3157 #, sh-format
3158 msgid "Please select the installation file to run."
3159 msgstr ""
3160
3161 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3162 #, sh-format
3163 msgid ""
3164 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3165 "your region.\\n 2. Leave only checked DirectX box."
3166 msgstr ""
3167
30073168 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30083169 #, sh-format
30093170 msgid ""
30123173 msgstr ""
30133174 "Игра не сможет запуститься, пока Вы не установите "
30143175 "/proc/sys/kernel/yama/ptrace_scope в 0"
3176
3177 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3178 #, sh-format
3179 msgid "Other destination or other CD/DVD"
3180 msgstr ""
3181
3182 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3183 #, sh-format
3184 msgid "Retail CD"
3185 msgstr ""
3186
3187 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3188 #, sh-format
3189 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3190 msgstr ""
3191
3192 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3193 #, sh-format
3194 msgid "video fix"
3195 msgstr ""
30153196
30163197 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30173198 #, sh-format
31033284 msgid "Donwload finished.\\nPatches installation will begin"
31043285 msgstr "Загрузка завершена.\\nНачинается установка патчей"
31053286
3287 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3288 #, sh-format
3289 msgid "We will download the installer"
3290 msgstr ""
3291
31063292 #: PlayOnLinux_Scripts/Toontown_Online_:17
31073293 #, sh-format
31083294 msgid ""
31473333 msgid "Do you want to browse $TITLE website?"
31483334 msgstr "Вы хотите открыть сайт $TITLE?"
31493335
3336 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3337 #, sh-format
3338 msgid ""
3339 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3340 "messenger, because it will won't work correctly."
3341 msgstr ""
3342
3343 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3344 #, sh-format
3345 msgid "Warning"
3346 msgstr ""
3347
31503348 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
31513349 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
31523350 #, sh-format
31573355 "Версия, содержащаяся на компакт-диске, устарела. Не забудьте обновить "
31583356 "$TITLE, чтобы корректно запускать его с $APPLICATION_TITLE"
31593357
3358 #: PlayOnLinux_Scripts/Watchtower_library_:49
3359 #, sh-format
3360 msgid "File Selection Error"
3361 msgstr ""
3362
3363 #: PlayOnLinux_Scripts/Watchtower_library_:49
3364 #, sh-format
3365 msgid ""
3366 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3367 msgstr ""
3368
31603369 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
31613370 #, sh-format
31623371 msgid ""
31743383 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
31753384 #, sh-format
31763385 msgid ""
3177 "Attention: After installation is complete, the patcher will load. Please "
3178 "close the patcher before logging in or finish updating to complete the "
3179 "installation. After this, you can run \"$TITLE\" when setup is done"
3180 msgstr ""
3181 "Внимание: когда установка успешно завершится, загрузится патчер. Пожалуйста, "
3182 "закройте патчер перед входом в игру или завершите обновление, чтобы успешно "
3183 "закончить установку. После этого, когда устанока будет завершена, Вы сможете "
3184 "запустить \"$TITLE\"."
3386 "Attention:After installation is complete, the patcher will load. After, go "
3387 "to the top right of the patcher and click the wrench, Then Un-check the box "
3388 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3389 "minuite. When finished with this, please close the patcher before logging in "
3390 "or finish updating to complete the installation. After this, you can run "
3391 "\"$TITLE\" when setup is done"
3392 msgstr ""
31853393
31863394 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
31873395 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32313439 "Пожалуйста, вставьте пятый диск с игрой в дисковод\\nесли вы еще не сделали "
32323440 "этого."
32333441
3442 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3443 #, sh-format
3444 msgid "Which region version of World of Warplanes would you like to install?"
3445 msgstr ""
3446
3447 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3448 #, sh-format
3449 msgid ""
3450 "Attention:After installation is complete, the patcher will load. After, go "
3451 "to the top right of the patcher and click the wrench, Then Un-check the box "
3452 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3453 "minute. When finished with this, please close the patcher before logging in "
3454 "or finish updating to complete the installation. After this, you can run "
3455 "\"$TITLE\" when setup is done"
3456 msgstr ""
3457
32343458 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32353459 #, sh-format
32363460 msgid ""
32833507 msgid "Please select the 32bit version of iTunes"
32843508 msgstr "Пожалуйста, выберите 32 битную версию iTunes"
32853509
3286 #: PlayOnLinux_Scripts/osu_:45
3510 #: PlayOnLinux_Scripts/osu_:46
32873511 #, sh-format
32883512 msgid ""
32893513 "Press next to start the updater. When the updater is finished, close it "
33063530 "завершении установки. Установите DirectX когда вас попросят. Убедитесь в "
33073531 "том, что установлено 32 битное разрешение когда появится окно конфигурации."
33083532
3309 #: bash/bug_report:31
3533 #: bash/bug_report:32
33103534 #, sh-format
33113535 msgid "Report a bug"
33123536 msgstr "Сообщить об ошибке"
33133537
3314 #: bash/bug_report:36
3538 #: bash/bug_report:37
33153539 #, sh-format
33163540 msgid ""
33173541 "Please give the more details as you can, otherwise, it will be very "
33203544 "Пожалуйста, предоставьте как можно больше сведений и деталей, в противном "
33213545 "случае помочь Вам будет очень сложно."
33223546
3323 #: bash/bug_report:36
3547 #: bash/bug_report:37
33243548 #, sh-format
33253549 msgid ""
33263550 "This wizard will help you to report a bug about an officially supported "
33293553 "Этот мастер поможет Вам сообщить об ошибке в официально поддерживаемой "
33303554 "программе."
33313555
3332 #: bash/bug_report:40
3556 #: bash/bug_report:41
33333557 #, sh-format
33343558 msgid ""
33353559 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33383562 "Ваша версия $APPLICATION_TITLE устарела.\\nПеред отправкой сообщения об "
33393563 "ошибке следует обновить $APPLICATION_TITLE.\\nСпасибо"
33403564
3341 #: bash/bug_report:46
3565 #: bash/bug_report:47
33423566 #, sh-format
33433567 msgid "I have a problem with a software"
33443568 msgstr "У меня возникла проблема с программой"
33453569
3346 #: bash/bug_report:46
3570 #: bash/bug_report:47
33473571 #, sh-format
33483572 msgid "My problem concerns $APPLICATION_TITLE itself"
33493573 msgstr "Моя проблема относится к $APPLICATION_TITLE как к таковому"
33503574
3351 #: bash/bug_report:46
3575 #: bash/bug_report:47
33523576 #, sh-format
33533577 msgid "What kind of problem do you have?"
33543578 msgstr "Какого типа возникшая проблема?"
33553579
3356 #: bash/bug_report:50
3580 #: bash/bug_report:51
33573581 #, sh-format
33583582 msgid "Don't join any log file"
33593583 msgstr "Не прикреплять лог"
33603584
3361 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3585 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
33623586 #: bash/manual_install:120 bash/manual_install:219
33633587 #, sh-format
33643588 msgid "Manual installation"
33653589 msgstr "Ручная установка"
33663590
3367 #: bash/bug_report:54 bash/run_exe:24
3591 #: bash/bug_report:55 bash/run_exe:24
33683592 #, sh-format
33693593 msgid "Automatic installation"
33703594 msgstr "Автоматическая установка"
33713595
3372 #: bash/bug_report:65
3596 #: bash/bug_report:66
33733597 #, sh-format
33743598 msgid "Choose the log file corresponding to your software."
33753599 msgstr "Выберите лог, относящийся к Вашей программе."
33763600
3377 #: bash/bug_report:69
3601 #: bash/bug_report:70
33783602 #, sh-format
33793603 msgid "Please give a very short description (title, english only)"
33803604 msgstr ""
33813605 "Пожалуйста, дайте очень краткое описание (заголовок, строго на английском)"
33823606
3383 #: bash/bug_report:72
3607 #: bash/bug_report:73
33843608 #, sh-format
33853609 msgid "Please explain your problem clearly (english only):"
33863610 msgstr ""
33873611 "Пожалуйста, опишите Вашу проблему ясно и чётко (строго на английском):"
33883612
3389 #: bash/bug_report:76
3613 #: bash/bug_report:77
33903614 #, sh-format
33913615 msgid "Sorry, we need a detailed description."
33923616 msgstr "Извините, но необходимо подробное описание."
33933617
3394 #: bash/bug_report:107
3618 #: bash/bug_report:108
33953619 #, sh-format
33963620 msgid ""
33973621 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34393663 msgstr "Выберите имя виртуального диска"
34403664
34413665 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3442 #: python/mainwindow.py:232
3666 #: python/mainwindow.py:234
34433667 #, sh-format
34443668 msgid "Run a local script"
34453669 msgstr "Выполнить локальный сценарий"
35673791 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
35683792 msgstr "$APPLICATION_TITLE создаёт виртуальный жёсткий диск Windows"
35693793
3570 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3794 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
35713795 #, sh-format
35723796 msgid "$APPLICATION_TITLE first use"
35733797 msgstr "$APPLICATION_TITLE Первые шаги"
35743798
3575 #: bash/first_use:240
3799 #: bash/first_use:242
35763800 #, sh-format
35773801 msgid "$APPLICATION_TITLE is going to finish its preparation"
35783802 msgstr "$APPLICATION_TITLE заканчивает подготовку"
35793803
3580 #: bash/first_use:240 bash/first_use:243
3804 #: bash/first_use:242 bash/first_use:245
35813805 #, sh-format
35823806 msgid "Please ensure you are connected to the internet."
35833807 msgstr "Пожалуйста, убедитесь, что вы подключены к Интернету."
35843808
3585 #: bash/first_use:243
3809 #: bash/first_use:245
35863810 #, sh-format
35873811 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
35883812 msgstr "Похоже, это первое использование \t$APPLICATION_TITLE."
35893813
3590 #: bash/first_use:243
3814 #: bash/first_use:245
35913815 #, sh-format
35923816 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
35933817 msgstr "Этот мастер поможет Вам подготовить окружение $APPLICATION_TITLE"
35943818
3595 #: bash/first_use:253
3819 #: bash/first_use:255
35963820 #, sh-format
35973821 msgid "Error while installing fonts"
35983822 msgstr "Ошибка при установке шрифтов"
35993823
3600 #: bash/first_use:271
3824 #: bash/first_use:273
36013825 #, sh-format
36023826 msgid "Enjoy using $APPLICATION_TITLE"
36033827 msgstr "Наслаждайтесь $APPLICATION_TITLE"
37163940 msgid "Use another version of Wine"
37173941 msgstr "Использовать другую версию Wine"
37183942
3719 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3720 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3943 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3944 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37213945 #, sh-format
37223946 msgid "Configure Wine"
37233947 msgstr "Настроить Wine"
37373961 msgid "What would you like to do before installation?"
37383962 msgstr "Что Вы хотите сделать перед установкой?"
37393963
3740 #: bash/manual_install:230 lib/scripts.lib:437
3964 #: bash/manual_install:231 lib/scripts.lib:438
37413965 #, sh-format
37423966 msgid "Please make your choice"
37433967 msgstr "Пожалуйста, сделайте свой выбор"
37443968
3745 #: bash/manual_install:258
3969 #: bash/manual_install:259
37463970 #, sh-format
37473971 msgid "Looking for runnable CD-ROMs"
37483972 msgstr "Поиск запускаемых компакт-дисков"
37493973
3750 #: bash/manual_install:281
3974 #: bash/manual_install:282
37513975 #, sh-format
37523976 msgid "Select another file"
37533977 msgstr "Выберите другой файл"
37543978
3755 #: bash/manual_install:289
3979 #: bash/manual_install:290
37563980 #, sh-format
37573981 msgid "Please choose a way to install your program"
37583982 msgstr "Пожалуйста, выберите путь установки программы"
37593983
3760 #: bash/manual_install:298
3984 #: bash/manual_install:299
37613985 #, sh-format
37623986 msgid "Please select the install file to run."
37633987 msgstr "Пожалуйста, выберите установщик для запуска."
37643988
3765 #: bash/manual_install:328
3989 #: bash/manual_install:329
37663990 #, sh-format
37673991 msgid "You must choose a file!"
37683992 msgstr "Необходимо выбрать файл!"
37693993
3770 #: bash/manual_install:334
3994 #: bash/manual_install:335
37713995 #, sh-format
37723996 msgid "$APPLICATION_TITLE is installing your application..."
37733997 msgstr "$APPLICATION_TITLE устанавливает Ваше приложение..."
38454069 msgid "Extracting: "
38464070 msgstr "Извлечение: "
38474071
3848 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4072 #: bash/playonlinux-pkg:111
38494073 #, sh-format
38504074 msgid "Running..."
38514075 msgstr "Запуск..."
38554079 msgid "Cleaning..."
38564080 msgstr "Очистка..."
38574081
3858 #: bash/playonlinux_online:32
3859 #, sh-format
3860 msgid ""
3861 "This is the list of the scripts you sent to us. You can run one of them"
3862 msgstr ""
3863 "Это - список скриптов, которые вы нам прислали. Вы можете запустить один из "
3864 "них"
3865
3866 #: bash/playonlinux_online:42
3867 #, sh-format
3868 msgid "You do not seems to have any personal script"
3869 msgstr "Похоже, у Вас нет персональных скриптов"
3870
3871 #: bash/playonlinux_online:47
3872 #, sh-format
3873 msgid ""
3874 "If you have successfully installed a program with 'Install a non-listed\\"
3875 "nsoftware' button, it will allow you to add this program in our list"
3876 msgstr ""
3877 "Если Вы успешно установили программу с помощью опции \"Установить программу "
3878 "не из списка\" (\"Install a non-listed\\nsoftware\"), это позволит добавить "
3879 "программу в список"
3880
3881 #: bash/playonlinux_online:47
3882 #, sh-format
3883 msgid "This tools will allow you to help us :"
3884 msgstr "Эти инструменты позволят Вам помочь нам:"
3885
3886 #: bash/playonlinux_online:47
3887 #, sh-format
3888 msgid ""
3889 "We're going to ask you some questions, please be as much accurate as\\"
3890 "npossible"
3891 msgstr ""
3892 "Сейчас мы зададим Вам несколько вопросов, пожалуйста, отвечайте как можно "
3893 "точнее и подробнее"
3894
3895 #: bash/playonlinux_online:55
3896 #, sh-format
3897 msgid "Choose the file corresponding to your program."
3898 msgstr "Выберите файл, относящийся к Вашей программе."
3899
3900 #: bash/playonlinux_online:59
3901 #, sh-format
3902 msgid "Does your program run?"
3903 msgstr "Ваша программа запускается?"
3904
3905 #: bash/playonlinux_online:62
3906 #, sh-format
3907 msgid "What is the title of your program?"
3908 msgstr "Как называется программа?"
3909
3910 #: bash/playonlinux_online:64
3911 #, sh-format
3912 msgid "What is the editor of your program?"
3913 msgstr "Кто издатель вашей программы?"
3914
3915 #: bash/playonlinux_online:66
3916 #, sh-format
3917 msgid "What is the editor website of your program?"
3918 msgstr "Кто автор сайта вашей программы?"
3919
3920 #: bash/playonlinux_online:69 python/install.py:210
3921 #, sh-format
3922 msgid "Accessories"
3923 msgstr "Утилиты"
3924
3925 #: bash/playonlinux_online:69 python/install.py:211
3926 #, sh-format
3927 msgid "Development"
3928 msgstr "Разработка"
3929
3930 #: bash/playonlinux_online:69 python/install.py:212
3931 #, sh-format
3932 msgid "Education"
3933 msgstr "Обучение"
3934
3935 #: bash/playonlinux_online:69 python/install.py:213
3936 #, sh-format
3937 msgid "Games"
3938 msgstr "Игры"
3939
3940 #: bash/playonlinux_online:69 python/install.py:214
3941 #, sh-format
3942 msgid "Graphics"
3943 msgstr "Графика"
3944
3945 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3946 #: python/options.py:384
3947 #, sh-format
3948 msgid "Internet"
3949 msgstr "Интернет"
3950
3951 #: bash/playonlinux_online:69 python/install.py:216
3952 #, sh-format
3953 msgid "Multimedia"
3954 msgstr "Мультимедия"
3955
3956 #: bash/playonlinux_online:69 python/install.py:217
3957 #, sh-format
3958 msgid "Office"
3959 msgstr "Офис"
3960
3961 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3962 #, sh-format
3963 msgid "Other"
3964 msgstr "Другие"
3965
3966 #: bash/playonlinux_online:69 python/install.py:219
3967 #, sh-format
3968 msgid "Patches"
3969 msgstr "Патчи"
3970
3971 #: bash/playonlinux_online:69
3972 #, sh-format
3973 msgid "Select a category for your program"
3974 msgstr "Выберите категорию для программы"
3975
3976 #: bash/playonlinux_online:69 python/install.py:258
3977 #, sh-format
3978 msgid "Testing"
3979 msgstr "Тестирование"
3980
3981 #: bash/playonlinux_online:72
3982 #, sh-format
3983 msgid ""
3984 "What feature of your program does not work?\\nIf everything works, please "
3985 "mention it"
3986 msgstr ""
3987 "Какие особенности программы не работают?\\nЕсли всё работает, пожалуйста, "
3988 "напишите об этом"
3989
3990 #: bash/playonlinux_online:74
3991 #, sh-format
3992 msgid "Write any change you made to wine configuration here:"
3993 msgstr "Запишите все изменения, которые Вы внесли в конфигурацию Wine:"
3994
3995 #: bash/playonlinux_online:102
3996 #, sh-format
3997 msgid "You must be able to run this program!"
3998 msgstr "Эта программа должна запускаться!"
3999
4000 #: bash/playonlinux_online:107
4001 #, sh-format
4002 msgid "Run one of your personal scripts"
4003 msgstr "Запустите один из Ваших персональных скриптов"
4004
4005 #: bash/playonlinux_online:108
4006 #, sh-format
4007 msgid "Send to us a working script generated by manual installation"
4008 msgstr "Пришлите нам работающий скрипт, созданный при ручной установке"
4009
4010 #: bash/playonlinux_online:109
4011 #, sh-format
4012 msgid "Logout"
4013 msgstr "Выйти"
4014
4015 #: bash/playonlinux_online:110
4016 #, sh-format
4017 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4018 msgstr "Вы подключены к онлайн-среде $APPLICATION_TITLE как $POL_LOGIN"
4019
4020 #: bash/playonlinux_online:124
4021 #, sh-format
4022 msgid ""
4023 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4024 "safely close this window"
4025 msgstr ""
4026 "Вы успешно вышли из онлайн-среды $APPLICATION_TITLE\\nТеперь это окно можно "
4027 "закрыть"
4028
4029 #: bash/polconfigurator:33
4082 #: bash/polconfigurator:34
40304083 #, sh-format
40314084 msgid "Killing programs in the virtual drive..."
40324085 msgstr "Останавливаются процессы на виртуальном диске..."
40334086
4034 #: bash/polconfigurator:79
4087 #: bash/polconfigurator:86
40354088 #, sh-format
40364089 msgid "Icon selection"
40374090 msgstr "Выбор значка"
40384091
4039 #: bash/polconfigurator:79
4092 #: bash/polconfigurator:86
40404093 #, sh-format
40414094 msgid "Please select an icon file"
40424095 msgstr "Пожалуста, выберите файл значка"
40434096
4044 #: bash/polconfigurator:86
4097 #: bash/polconfigurator:93
40454098 #, sh-format
40464099 msgid "Bad file extension"
40474100 msgstr "Недопустимое расширение файла"
40484101
4049 #: bash/polconfigurator:86
4102 #: bash/polconfigurator:93
40504103 #, sh-format
40514104 msgid "is not an icon extension"
40524105 msgstr "это не расширение файла значка"
40534106
4054 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4055 #: python/mainwindow.py:621
4107 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4108 #: python/mainwindow.py:619
40564109 #, sh-format
40574110 msgid "Registry Editor"
40584111 msgstr "Редактор реестра"
40594112
4060 #: bash/polconfigurator:97
4113 #: bash/polconfigurator:104
40614114 #, sh-format
40624115 msgid "Kill all prefix processes"
40634116 msgstr ""
40644117
4065 #: bash/polconfigurator:98
4118 #: bash/polconfigurator:105
40664119 #, sh-format
40674120 msgid "Update wineprefix"
40684121 msgstr "Обновить wineprefix"
40694122
4070 #: bash/polconfigurator:99
4123 #: bash/polconfigurator:106
40714124 #, sh-format
40724125 msgid "Simulate Windows reboot"
40734126 msgstr "Имитировать перезагрузку Windows"
40744127
4075 #: bash/polconfigurator:100
4128 #: bash/polconfigurator:107
40764129 #, sh-format
40774130 msgid "Use Advanced Wine Configuration plugin"
40784131 msgstr ""
40794132 "Используйте плагин продвинутой настройки Wine (Advanced Wine Configuration)"
40804133
4081 #: bash/polconfigurator:101
4134 #: bash/polconfigurator:108
40824135 #, sh-format
40834136 msgid "Use PlayOnLinux's configurator for"
40844137 msgstr "Использовать мастер настройки PlayOnLinux для"
40854138
4086 #: bash/polconfigurator:103
4139 #: bash/polconfigurator:110
40874140 #, sh-format
40884141 msgid "Change the icon"
40894142 msgstr "Изменить значок"
40904143
4091 #: bash/polconfigurator:104
4144 #: bash/polconfigurator:111
40924145 #, sh-format
40934146 msgid "Use WineTricks"
40944147 msgstr "Испльзовать WineTricks"
40954148
4096 #: bash/polconfigurator:123
4149 #: bash/polconfigurator:130
40974150 #, sh-format
40984151 msgid "Please choose an action to perform"
40994152 msgstr "Пожалуйста, выберите выполняемое действие"
41434196 msgid "Please choose a CD-ROM to eject"
41444197 msgstr "Выберите компакт-дисковод для извлечения..."
41454198
4146 #: bash/run_app:83
4199 #: bash/run_app:85
41474200 #, sh-format
41484201 msgid "Please choose a software to run"
41494202 msgstr "Пожалуйста, выберите программу для запуска"
41504203
4151 #: bash/run_app:114
4204 #: bash/run_app:116
41524205 #, sh-format
41534206 msgid "$APPLICATION_TITLE debugger is starting..."
41544207 msgstr "$APPLICATION_TITLE отладчик запускается..."
41554208
4156 #: bash/run_app:117
4209 #: bash/run_app:119
41574210 #, sh-format
41584211 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
41594212 msgstr ""
41604213 "$PACKAGE прекратил свою работу.\\nНажмите \"Отладка\" (\"Debug\"), чтобы "
41614214 "узнать подробности."
41624215
4163 #: bash/run_app:119
4216 #: bash/run_app:121
41644217 #, sh-format
41654218 msgid "$PACKAGE crashed."
41664219 msgstr "$PACKAGE прекратил свою работу."
42234276 "настройки?"
42244277
42254278 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4226 #: lib/playonlinux.lib:717
4279 #: lib/playonlinux.lib:720
42274280 #, sh-format
42284281 msgid "$APPLICATION_TITLE Uninstaller"
42294282 msgstr "Деинсталлятор $APPLICATION_TITLE"
42434296 msgid "This wizard will help you to uninstall: "
42444297 msgstr "Этот мастер поможет Вам удалить программу: "
42454298
4246 #: bash/uninstall:65 lib/playonlinux.lib:717
4299 #: bash/uninstall:65 lib/playonlinux.lib:720
42474300 #, sh-format
42484301 msgid "Uninstalling..."
42494302 msgstr "Удаление..."
43134366 "адресу: www.$POL_DNS"
43144367
43154368 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4316 #: lib/wine.lib:955 lib/wine.lib:1036
4369 #: lib/wine.lib:970 lib/wine.lib:1051
43174370 #, sh-format
43184371 msgid "Please wait while the virtual drive is being created..."
43194372 msgstr "Пожалуйста, подождите, пока создаётся виртуальный диск..."
43304383 msgid "Setting Program Files var"
43314384 msgstr "Установка переменной Program Files"
43324385
4333 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4334 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4386 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4387 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43354388 #, sh-format
43364389 msgid "This function is disabled in the PlayOnlinux environment."
43374390 msgstr "Эта функция недоступна в окружении PlayOnLinux"
43384391
4339 #: lib/playonlinux.lib:334
4392 #: lib/playonlinux.lib:336
43404393 #, sh-format
43414394 msgid ""
43424395 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43484401 "PlayOnLinux, и PlayOnLinux не отвечает за него.\\nПожалуйста, убедитесь, что "
43494402 "знаете, что делаете!"
43504403
4351 #: lib/playonlinux.lib:335
4404 #: lib/playonlinux.lib:337
43524405 #, sh-format
43534406 msgid "Here the source code of the script. Check it carefully"
43544407 msgstr "Здесь находится исходный код скрипта. Проверьте его внимательно"
43554408
4356 #: lib/playonlinux.lib:357
4409 #: lib/playonlinux.lib:359
43574410 #, sh-format
43584411 msgid ""
43594412 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43654418 "$APPLICATION_TITLE, и $APPLICATION_TITLE не отвечает за него.\\nПожалуйста, "
43664419 "убедитесь, что знаете, что делаете!"
43674420
4368 #: lib/playonlinux.lib:358
4421 #: lib/playonlinux.lib:360
43694422 #, sh-format
43704423 msgid "External library"
43714424 msgstr "Внешняя библиотека"
43724425
4373 #: lib/playonlinux.lib:358
4426 #: lib/playonlinux.lib:360
43744427 #, sh-format
43754428 msgid "Here the source code of the script. Check it carrefully"
43764429 msgstr "Здесь находится исходный код скрипта. Проверьте его внимательно"
43774430
4378 #: lib/playonlinux.lib:591
4431 #: lib/playonlinux.lib:593
43794432 #, sh-format
43804433 msgid "Making shortcut..."
43814434 msgstr "Создание иконки..."
43824435
4383 #: lib/playonlinux.lib:715
4436 #: lib/playonlinux.lib:718
43844437 #, sh-format
43854438 msgid "Do you want to delete the virtual drive:"
43864439 msgstr "Вы хотите удалить виртуальный диск:"
43874440
4388 #: lib/playonlinux.lib:826
4441 #: lib/playonlinux.lib:831
43894442 #, sh-format
43904443 msgid ""
43914444 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
43944447 "Этот файл расположен на диске с файловой системой FAT32.\\nИз-за этого Wine "
43954448 "может не работать.\\n\\n$FilePath"
43964449
4397 #: lib/playonlinux.lib:827
4450 #: lib/playonlinux.lib:832
43984451 #, sh-format
43994452 msgid ""
44004453 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44034456 "Этот файл расположен на диске с файловой системой NTFS.\\nИз-за этого Wine "
44044457 "может не работать.\\n\\n$FilePath"
44054458
4406 #: lib/playonlinux.lib:828
4459 #: lib/playonlinux.lib:833
44074460 #, sh-format
44084461 msgid ""
44094462 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44124465 "Этот файл расположен на файловой системой в пользовательском пространстве "
44134466 "(FUSE).\\nИз-за этого Wine может не работать.\\n\\n$FilePath"
44144467
4415 #: lib/playonlinux.lib:829
4468 #: lib/playonlinux.lib:834
44164469 #, sh-format
44174470 msgid ""
44184471 "The following file is located on a noexec mounted filesystem.\\nIt might "
44214474 "Этот файл расположен на диске, примонтированным без прав на исполнение.\\nИз-"
44224475 "за этого Wine может не работать.\\n\\n$FilePath"
44234476
4424 #: lib/plugins.lib:65
4477 #: lib/plugins.lib:66
44254478 #, sh-format
44264479 msgid "Checking plugin: "
44274480 msgstr "Проверка плагина: "
44284481
4429 #: lib/plugins.lib:93
4482 #: lib/plugins.lib:94
44304483 #, sh-format
44314484 msgid "New: "
44324485 msgstr "Новые: "
44334486
4434 #: lib/plugins.lib:93
4487 #: lib/plugins.lib:94
44354488 #, sh-format
44364489 msgid "Updating plugin. Previous: "
44374490 msgstr "Обновление плагина. Предыдущий: "
44384491
4439 #: lib/plugins.lib:112
4492 #: lib/plugins.lib:113
44404493 #, sh-format
44414494 msgid "Installing plugin: "
44424495 msgstr "Установка плагина: "
44554508 msgid "Function override detected, disabling bug reporting"
44564509 msgstr ""
44574510
4458 #: lib/scripts.lib:499 lib/scripts.lib:565
4511 #: lib/scripts.lib:500 lib/scripts.lib:566
44594512 #, sh-format
44604513 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
44614514 msgstr ""
44624515 "Недостаточно свободного места для загрузки :\\n$URL ($neededSpace KБ)"
44634516
4464 #: lib/scripts.lib:501 lib/scripts.lib:784
4517 #: lib/scripts.lib:502 lib/scripts.lib:785
44654518 #, sh-format
44664519 msgid "Please wait while $APPLICATION_TITLE is downloading:"
44674520 msgstr "Пожалуйста, подождите пока скачивается $APPLICATION_TITLE:"
44684521
4469 #: lib/scripts.lib:503 lib/scripts.lib:570
4522 #: lib/scripts.lib:504 lib/scripts.lib:571
44704523 #, sh-format
44714524 msgid "An error happened during download."
44724525 msgstr "Во время загрузки произошла ошибка."
44734526
4474 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4475 #: lib/scripts.lib:586
4527 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4528 #: lib/scripts.lib:587
44764529 #, sh-format
44774530 msgid "Do you want to retry?"
44784531 msgstr "Хотите попробовать еще раз?"
44794532
4480 #: lib/scripts.lib:522 lib/scripts.lib:586
4533 #: lib/scripts.lib:523 lib/scripts.lib:587
44814534 #, sh-format
44824535 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
44834536 msgstr ""
44844537 "Ошибка! Файлы не совпадают\\n\\nЛокальный: $LOCAL_MD5\\nНа сервере : "
44854538 "$SERVER_MD5"
44864539
4487 #: lib/scripts.lib:689
4540 #: lib/scripts.lib:690
44884541 #, sh-format
44894542 msgid ""
44904543 "7z not installed, please check that you have 7zip installed and try again"
44924545 "7z не установлен, пожалуйста, убедитесь что 7zip установлен и попробуйте "
44934546 "снова"
44944547
4495 #: lib/scripts.lib:696
4548 #: lib/scripts.lib:697
44964549 #, sh-format
44974550 msgid "Failed to locate ${dest} from ${archive}"
44984551 msgstr "Не удалось разместить ${dest} из ${archive}"
44994552
4500 #: lib/scripts.lib:700
4553 #: lib/scripts.lib:701
45014554 #, sh-format
45024555 msgid "Extracting ${filename} from ${archivename}"
45034556 msgstr "Извлечение ${filename} из ${archivename}"
45044557
4505 #: lib/scripts.lib:715
4558 #: lib/scripts.lib:716
45064559 #, sh-format
45074560 msgid "Extracted file size does not match!"
45084561 msgstr "Размер извлечённого файла не сходится!"
45094562
4510 #: lib/scripts.lib:746
4563 #: lib/scripts.lib:747
45114564 #, sh-format
45124565 msgid "Copying ${filename}"
45134566 msgstr "Копирование ${filename}"
45144567
4515 #: lib/scripts.lib:759
4568 #: lib/scripts.lib:760
45164569 #, sh-format
45174570 msgid "File size does not match!"
45184571 msgstr "Размер файла не сходится!"
45194572
4520 #: lib/scripts.lib:903
4573 #: lib/scripts.lib:904
45214574 #, sh-format
45224575 msgid ""
45234576 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45264579 "К сожалению, $APPLICATION_TITLE $VERSION слишком устарело, и продолжить "
45274580 "нельзя.\\nТребуется $APPLICATION_TITLE $NEEDED."
45284581
4529 #: lib/scripts.lib:918
4582 #: lib/scripts.lib:919
45304583 #, sh-format
45314584 msgid ""
45324585 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45354588 "Внимание: Вы запускаете $APPLICATION_TITLE $VERSION.\\nДля того, чтобы "
45364589 "продолжить, рекомендуется $APPLICATION_TITLE $NEEDED."
45374590
4538 #: lib/scripts.lib:949
4591 #: lib/scripts.lib:950
45394592 #, sh-format
45404593 msgid "$AUTHOR profile"
45414594 msgstr "$AUTHOR профиль"
45844637 "Одна или несколько программ отсутствуют. Пожалуйста, установите их и "
45854638 "запустите скрипт ещё раз."
45864639
4587 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4640 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
45884641 #: python/mainwindow.py:1135 python/mainwindow.py:1165
45894642 #: python/mainwindow.py:1179 python/mainwindow.py:1188
45904643 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
45964649 #, sh-format
45974650 msgid "Where is mounted your CD-ROM?"
45984651 msgstr "Где примонтирован Ваш компакт-диск?"
4652
4653 #: lib/setupwindow.lib:349 python/install.py:218
4654 #, sh-format
4655 msgid "Other"
4656 msgstr "Другие"
45994657
46004658 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46014659 #, sh-format
47174775 msgid "I don't want to make another shortcut"
47184776 msgstr "Я не хочу создавать другой ярлык"
47194777
4720 #: lib/setupwindow.lib:711 python/guiv3.py:158
4778 #: lib/setupwindow.lib:711 python/guiv3.py:163
47214779 #, sh-format
47224780 msgid "Browse"
47234781 msgstr "Просмотр"
47244782
4783 #: lib/setupwindow.lib:739
4784 #, sh-format
4785 msgid "A shortcut by that name already exists, overwrite?"
4786 msgstr ""
4787
47254788 #: lib/website.lib:29
47264789 #, sh-format
47274790 msgid "Connect to your $APPLICATION_TITLE account"
47414804 "Не удалось подключиться!\\n\\nПожалуйста, убедитесь, что имя пользователя и "
47424805 "пароль правильны."
47434806
4744 #: lib/wine.lib:367
4807 #: lib/wine.lib:371
47454808 #, sh-format
47464809 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
47474810 msgstr ""
47484811 "Пожалуйста, подождите, пока $APPLICATION_TITLE изучает Ваше оборудование."
47494812
4750 #: lib/wine.lib:373
4813 #: lib/wine.lib:377
47514814 #, sh-format
47524815 msgid "Select the main videocard to report:"
47534816 msgstr ""
47544817
4755 #: lib/wine.lib:538 lib/wine.lib:703
4818 #: lib/wine.lib:549 lib/wine.lib:714
47564819 #, sh-format
47574820 msgid ""
47584821 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
47614824 "Похоже, Wine прервала работу.\\n\\nЕсли Ваша программа работает, просто не "
47624825 "обращайте внимания на это сообщение."
47634826
4764 #: lib/wine.lib:763
4827 #: lib/wine.lib:775
47654828 #, sh-format
47664829 msgid "Unable to find version: "
47674830 msgstr "Не удалось найти версию: "
47684831
4769 #: lib/wine.lib:769 lib/wine.lib:770
4832 #: lib/wine.lib:781 lib/wine.lib:782
47704833 #, sh-format
47714834 msgid "Downloading Wine: "
47724835 msgstr "Загрузка Wine: "
47734836
4774 #: lib/wine.lib:779
4837 #: lib/wine.lib:791
47754838 #, sh-format
47764839 msgid "The download seems to have failed."
47774840 msgstr "Похоже, загрузка не удалась."
47784841
4779 #: lib/wine.lib:781
4842 #: lib/wine.lib:793
47804843 #, sh-format
47814844 msgid "Extracting Wine..."
47824845 msgstr "Извлечение Wine..."
47834846
4784 #: lib/wine.lib:961
4847 #: lib/wine.lib:976
47854848 #, sh-format
47864849 msgid "Overwrite (usually works, no guarantee)"
47874850 msgstr "Перезаписать (обычно работает, но без гарантии)"
47884851
4789 #: lib/wine.lib:962
4852 #: lib/wine.lib:977
47904853 #, sh-format
47914854 msgid "Erase (virtual drive content will be lost)"
47924855 msgstr "Стереть (содержимое виртуального диска будет уничтожено)"
47934856
4794 #: lib/wine.lib:976
4857 #: lib/wine.lib:991
47954858 #, sh-format
47964859 msgid "The target virtual drive $PREFNAME already exists:"
47974860 msgstr "Целевой виртуальный диск $PREFNAME уже существует:"
47984861
4799 #: lib/wine.lib:1156 lib/wine.lib:1186
4862 #: lib/wine.lib:1171 lib/wine.lib:1201
48004863 #, sh-format
48014864 msgid "Please wait while $SOFTNAME is installed..."
48024865 msgstr "Пожалуйста, подождите пока $SOFTNAME установится..."
48034866
4804 #: lib/wine.lib:1160 lib/wine.lib:1189
4867 #: lib/wine.lib:1175 lib/wine.lib:1204
48054868 #, sh-format
48064869 msgid ""
48074870 "Be careful! This will kill install process. If it is not finished, you will "
48104873 "Внимание! Это прервёт процесс установки. Если он не был завершён, Вам "
48114874 "придётся переустановить $SOFTNAME"
48124875
4813 #: lib/wine.lib:1160 lib/wine.lib:1189
4876 #: lib/wine.lib:1175 lib/wine.lib:1204
48144877 #, sh-format
48154878 msgid "Install is done"
48164879 msgstr "Установка завершена"
48174880
4818 #: lib/wine.lib:1193 lib/wine.lib:1194
4881 #: lib/wine.lib:1208 lib/wine.lib:1209
48194882 #, sh-format
48204883 msgid "Press next only when the installation process is finished"
48214884 msgstr "Нажмите далее только когда процесс установки будет завершен"
48224885
4823 #: lib/wine.lib:1202
4886 #: lib/wine.lib:1217
48244887 #, sh-format
48254888 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48264889 msgstr ""
48404903 "Чтобы полностью удалить программу с {0}, нужно удалить связанный с ней "
48414904 "виртуальный диск"
48424905
4843 #: python/configure.py:197 python/configure.py:694
4906 #: python/configure.py:196 python/configure.py:703
48444907 msgid "General"
48454908 msgstr "Основные"
48464909
4847 #: python/configure.py:200
4910 #: python/configure.py:199
48484911 msgid "Make a new shortcut from this virtual drive"
48494912 msgstr "Сделать новый ярлык из этого виртуального диска"
48504913
4851 #: python/configure.py:201
4914 #: python/configure.py:200
48524915 msgid "Name"
48534916 msgstr "Имя"
48544917
4855 #: python/configure.py:202
4918 #: python/configure.py:201
48564919 msgid "Wine version"
48574920 msgstr "Версия Wine"
48584921
4859 #: python/configure.py:203
4922 #: python/configure.py:202
48604923 msgid "Debug flags"
48614924 msgstr "Опции отладки"
48624925
4863 #: python/configure.py:205
4926 #: python/configure.py:204
48644927 msgid "Virtual drive"
48654928 msgstr "Виртуальный диск"
48664929
4867 #: python/configure.py:207
4930 #: python/configure.py:206
48684931 msgid "Arguments"
48694932 msgstr "Параметры"
48704933
4871 #: python/configure.py:211
4934 #: python/configure.py:210
48724935 msgid "Run configuration wizard"
48734936 msgstr "Запустить мастер настройки"
48744937
4875 #: python/configure.py:248
4938 #: python/configure.py:247
48764939 msgid "Windows reboot"
48774940 msgstr "Перезагрузка Windows"
48784941
4879 #: python/configure.py:256
4942 #: python/configure.py:255
48804943 msgid "Repair virtual drive"
48814944 msgstr "Восстановить виртуальный диск"
48824945
4883 #: python/configure.py:265
4946 #: python/configure.py:264
48844947 msgid "Command prompt"
48854948 msgstr "Командная строка"
48864949
4887 #: python/configure.py:272
4950 #: python/configure.py:271
48884951 msgid "Task manager"
48894952 msgstr "Диспетчер задач"
48904953
4891 #: python/configure.py:280
4954 #: python/configure.py:279
48924955 msgid "Kill processes"
48934956 msgstr "Завершить процессы"
48944957
4895 #: python/configure.py:287
4958 #: python/configure.py:286
48964959 msgid "Wine uninstaller"
48974960 msgstr "Деинсталлятор Wine"
48984961
4899 #: python/configure.py:312
4962 #: python/configure.py:311
49004963 msgid ""
49014964 "Be careful! Installing one of these components can break your virtual drive."
49024965 msgstr ""
49034966 "Будьте осторожны! Установка одного из этих компонентов может повредить Ваш "
49044967 "виртуальный диск."
49054968
4906 #: python/configure.py:334 python/install.py:285 python/install.py:289
4907 #: python/mainwindow.py:197 python/mainwindow.py:350
4969 #: python/configure.py:333 python/install.py:285 python/install.py:289
4970 #: python/mainwindow.py:199 python/mainwindow.py:348
49084971 msgid "Install"
49094972 msgstr "Установка"
49104973
4911 #: python/configure.py:395
4974 #: python/configure.py:388
49124975 msgid "Open program's directory"
49134976 msgstr "Открыть каталог программы"
49144977
4915 #: python/configure.py:418
4978 #: python/configure.py:411
49164979 msgid "Open virtual drive's directory"
49174980 msgstr "Открыть каталог виртуального диска"
49184981
4919 #: python/configure.py:560
4982 #: python/configure.py:555
49204983 msgid "GLSL Support"
49214984 msgstr "Поддержка GLSL"
49224985
4923 #: python/configure.py:561
4986 #: python/configure.py:556
49244987 msgid "Direct Draw Renderer"
49254988 msgstr "Рендер Direct Draw"
49264989
4927 #: python/configure.py:562
4990 #: python/configure.py:557
49284991 msgid "Video memory size"
49294992 msgstr "Размер видеопамяти"
49304993
4931 #: python/configure.py:563
4994 #: python/configure.py:558
49324995 msgid "Offscreen rendering mode"
49334996 msgstr "Режим рендеринга Offscreen"
49344997
4935 #: python/configure.py:564
4998 #: python/configure.py:559
49364999 msgid "Render target mode lock"
49375000 msgstr ""
49385001
4939 #: python/configure.py:565
5002 #: python/configure.py:560
49405003 msgid "Multisampling"
49415004 msgstr "Мультисэмплинг"
49425005
4943 #: python/configure.py:566
5006 #: python/configure.py:561
49445007 msgid "Strict Draw Ordering"
49455008 msgstr "Строгий порядок отрисовки"
49465009
4947 #: python/configure.py:576
5010 #: python/configure.py:571
49485011 msgid "Mouse warp override"
49495012 msgstr ""
49505013
4951 #: python/configure.py:578
5014 #: python/configure.py:573
49525015 msgid "Open a shell"
49535016 msgstr "Открыть консоль"
49545017
4955 #: python/configure.py:579
5018 #: python/configure.py:574
49565019 msgid "Run a .exe file in this virtual drive"
49575020 msgstr "Выполнить файл .exe на этом виртуальном диске"
49585021
4959 #: python/configure.py:580
5022 #: python/configure.py:575
49605023 msgid "Command to exec before running the program"
49615024 msgstr "Команда, выполняемая перед запуском программы"
49625025
4963 #: python/configure.py:591
5026 #: python/configure.py:585
5027 msgid ""
5028 "Warning:\n"
5029 "\n"
5030 "Any program still running in this virtual drive will be terminated before "
5031 "Wine version is changed.\n"
5032 "Are you sure you want to continue?"
5033 msgstr ""
5034
5035 #: python/configure.py:596
49645036 msgid ""
49655037 "Be careful!\n"
49665038 "If you change "
49685040 "Будьте осторожны!\n"
49695041 "Если вы измените "
49705042
4971 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5043 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
49725044 msgid "{0} configuration"
49735045 msgstr "Параметры {0}"
49745046
4975 #: python/configure.py:659
5047 #: python/configure.py:664
49765048 msgid "Please select a program or a virtual drive to configure"
49775049 msgstr "Пожалуйста, выберите настраиваемую программу или виртуальный диск"
49785050
4979 #: python/configure.py:677 python/options.py:280
5051 #: python/configure.py:683 python/configure.py:686 python/options.py:280
49805052 msgid "New"
49815053 msgstr "Новый"
49825054
4983 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4984 #: python/mainwindow.py:596 python/options.py:207
5055 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5056 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
49855057 msgid "Remove"
49865058 msgstr "Удалить"
49875059
4988 #: python/configure.py:696
5060 #: python/configure.py:705
49895061 msgid "Install components"
49905062 msgstr "Установка компонентов"
49915063
4992 #: python/configure.py:697 python/mainwindow.py:332
5064 #: python/configure.py:706 python/mainwindow.py:330
49935065 msgid "Display"
49945066 msgstr "Экран"
49955067
4996 #: python/configure.py:698
5068 #: python/configure.py:707
49975069 msgid "Miscellaneous"
49985070 msgstr "Разное"
49995071
5000 #: python/configure.py:726
5072 #: python/configure.py:735
50015073 msgid "This virtual drive is protected"
50025074 msgstr "Этот виртуальный диск защищен"
50035075
5004 #: python/configure.py:728
5076 #: python/configure.py:737
50055077 msgid "Are you sure you want to delete {0} virtual drive ?"
50065078 msgstr "Вы уверены, что хотите удалить виртуальный диск {0}?"
50075079
5008 #: python/configure.py:735
5080 #: python/configure.py:744
50095081 msgid "Are you sure you want to delete {0} ?"
50105082 msgstr "Вы уверены, что хотите удалить {0}?"
50115083
5012 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5013 #: python/mainwindow.py:997
5084 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5085 #: python/mainwindow.py:995
50145086 msgid "{0} debugger"
50155087 msgstr "Отладчик {0}"
50165088
50185090 msgid "Please select a debug file"
50195091 msgstr "Пожалуйста, выберите файл отладки"
50205092
5021 #: python/debug.py:76
5093 #: python/debug.py:78
50225094 msgid "Locate this logfile"
50235095 msgstr "Укажите расположение лога"
50245096
5025 #: python/debug.py:99
5097 #: python/debug.py:101
50265098 msgid "The file is named : {0}"
50275099 msgstr "Поле называется: {0}"
50285100
5029 #: python/debug.py:153 python/debug.py:207
5101 #: python/debug.py:189 python/debug.py:245
50305102 msgid "Virtual drives"
50315103 msgstr "Виртуальные диски"
50325104
5033 #: python/debug.py:184
5105 #: python/debug.py:222
50345106 msgid "Report a problem about {0}"
50355107 msgstr "Сообщить о проблеме, связанной с {0}"
50365108
5037 #: python/debug.py:206
5109 #: python/debug.py:244
50385110 msgid "Install scripts"
50395111 msgstr "Установка сценариев"
50405112
50595131 msgid "Next"
50605132 msgstr "Далее"
50615133
5062 #: python/guiv3.py:166
5134 #: python/guiv3.py:171
50635135 msgid "I Agree"
50645136 msgstr "Я согласен"
50655137
5066 #: python/guiv3.py:167
5138 #: python/guiv3.py:172
50675139 msgid "Show virtual drives"
50685140 msgstr "Показать виртуальные диски"
50695141
5070 #: python/guiv3.py:188
5142 #: python/guiv3.py:193
50715143 msgid "Login: "
50725144 msgstr "Логин: "
50735145
5074 #: python/guiv3.py:189
5146 #: python/guiv3.py:194
50755147 msgid "Password: "
50765148 msgstr "Пароль: "
50775149
5078 #: python/guiv3.py:192
5150 #: python/guiv3.py:197
50795151 msgid "Register"
50805152 msgstr "Регистрация"
50815153
5082 #: python/guiv3.py:288
5154 #: python/guiv3.py:302
50835155 msgid "MB downloaded"
50845156 msgstr "Мб загружено"
50855157
5086 #: python/guiv3.py:288
5158 #: python/guiv3.py:302
50875159 msgid "of"
50885160 msgstr "из"
50895161
5090 #: python/guiv3.py:749
5162 #: python/guiv3.py:769
50915163 msgid "You cannot close this window"
50925164 msgstr "Вы не можете закрыть это окно"
50935165
50955167 msgid "No description"
50965168 msgstr "Нет описания"
50975169
5098 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5170 #: python/install.py:210
5171 msgid "Accessories"
5172 msgstr "Утилиты"
5173
5174 #: python/install.py:211
5175 msgid "Development"
5176 msgstr "Разработка"
5177
5178 #: python/install.py:212
5179 msgid "Education"
5180 msgstr "Обучение"
5181
5182 #: python/install.py:213
5183 msgid "Games"
5184 msgstr "Игры"
5185
5186 #: python/install.py:214
5187 msgid "Graphics"
5188 msgstr "Графика"
5189
5190 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5191 msgid "Internet"
5192 msgstr "Интернет"
5193
5194 #: python/install.py:216
5195 msgid "Multimedia"
5196 msgstr "Мультимедия"
5197
5198 #: python/install.py:217
5199 msgid "Office"
5200 msgstr "Офис"
5201
5202 #: python/install.py:219
5203 msgid "Patches"
5204 msgstr "Патчи"
5205
5206 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
50995207 msgid "Search"
51005208 msgstr "Поиск"
51015209
51025210 #: python/install.py:252
51035211 msgid "Include:"
51045212 msgstr "Включая:"
5213
5214 #: python/install.py:258
5215 msgid "Testing"
5216 msgstr "Тестирование"
51055217
51065218 #: python/install.py:263
51075219 msgid "No-cd needed"
51775289 "\"no-cd\", но, так как это может быть использовано в пиратских целях, мы не "
51785290 "оказываем никакой поддержки подобным приёмам."
51795291
5180 #: python/irc.py:137
5292 #: python/irc.py:139
51815293 msgid "Send"
51825294 msgstr "Отправить"
51835295
5184 #: python/irc.py:138
5296 #: python/irc.py:140
51855297 msgid "Connect"
51865298 msgstr "Подключиться"
51875299
5188 #: python/irc.py:139
5300 #: python/irc.py:141
51895301 msgid "Disconnect"
51905302 msgstr "Разъединить"
51915303
5192 #: python/irc.py:140
5304 #: python/irc.py:142
51935305 msgid "Leave"
51945306 msgstr "Завершить работу"
51955307
5196 #: python/irc.py:227
5308 #: python/irc.py:229
51975309 msgid "Join a channel"
51985310 msgstr "Зайти на канал"
51995311
5200 #: python/irc.py:257 python/mainwindow.py:725
5312 #: python/irc.py:259 python/mainwindow.py:723
52015313 msgid "Messenger"
52025314 msgstr "Чат"
52035315
5204 #: python/irc.py:273
5316 #: python/irc.py:275
52055317 msgid ""
52065318 "If you close this window, you cannot read further replies. Are you sure that "
52075319 "you want to close it?"
52315343 msgid "{0} error"
52325344 msgstr "Ошибка {0}"
52335345
5234 #: python/mainwindow.py:73
5346 #: python/mainwindow.py:75
52355347 msgid "{0} website is unavailable. Please check your connection"
52365348 msgstr "Веб-сайт {0} недоступен. Пожалуйста, проверьте интернет-соединение."
52375349
5238 #: python/mainwindow.py:75
5350 #: python/mainwindow.py:77
52395351 msgid "Refreshing {0}"
52405352 msgstr "Обновление {0}"
52415353
5242 #: python/mainwindow.py:90 python/mainwindow.py:92
5354 #: python/mainwindow.py:92 python/mainwindow.py:94
52435355 msgid "An updated version of {0} is available"
52445356 msgstr "Доступна обновленная версия {0}"
52455357
5246 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5358 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
52475359 msgid "Run"
52485360 msgstr "Запуск"
52495361
5250 #: python/mainwindow.py:200
5362 #: python/mainwindow.py:202
52515363 msgid "Donate"
52525364 msgstr "Пожертвовать"
52535365
5254 #: python/mainwindow.py:201
5366 #: python/mainwindow.py:203
52555367 msgid "Exit"
52565368 msgstr "Выход"
52575369
5258 #: python/mainwindow.py:205
5370 #: python/mainwindow.py:207
52595371 msgid "Small icons"
52605372 msgstr "Мелкие значки"
52615373
5262 #: python/mainwindow.py:206
5374 #: python/mainwindow.py:208
52635375 msgid "Medium icons"
52645376 msgstr "Обычные значки"
52655377
5266 #: python/mainwindow.py:207
5378 #: python/mainwindow.py:209
52675379 msgid "Large icons"
52685380 msgstr "Крупные значки"
52695381
5270 #: python/mainwindow.py:208
5382 #: python/mainwindow.py:210
52715383 msgid "Very large icons"
52725384 msgstr "Огромные значки"
52735385
5274 #: python/mainwindow.py:220
5386 #: python/mainwindow.py:222
52755387 msgid "Manage Wine versions"
52765388 msgstr "Управление версиями Wine"
52775389
5278 #: python/mainwindow.py:226
5390 #: python/mainwindow.py:228
52795391 msgid "Read a PC CD-Rom"
52805392 msgstr ""
52815393
5282 #: python/mainwindow.py:236
5394 #: python/mainwindow.py:238
52835395 msgid "Close all {0} software"
52845396 msgstr "Закрыть все программы {0}"
52855397
5286 #: python/mainwindow.py:240
5398 #: python/mainwindow.py:242
52875399 msgid "{0} console"
52885400 msgstr "Консоль {0}"
52895401
5290 #: python/mainwindow.py:250
5402 #: python/mainwindow.py:248
52915403 msgid "{0} messenger"
52925404 msgstr "Чат {0}"
52935405
5294 #: python/mainwindow.py:266 python/options.py:388
5406 #: python/mainwindow.py:264 python/options.py:388
52955407 msgid "File associations"
52965408 msgstr "Файловые ассоциации"
52975409
5298 #: python/mainwindow.py:273
5410 #: python/mainwindow.py:271
52995411 msgid "About {0}"
53005412 msgstr "О {0}"
53015413
5302 #: python/mainwindow.py:302 python/mainwindow.py:306
5414 #: python/mainwindow.py:300 python/mainwindow.py:304
53035415 msgid "Plugin manager"
53045416 msgstr "Менеджер плагинов"
53055417
5306 #: python/mainwindow.py:331
5418 #: python/mainwindow.py:329
53075419 msgid "File"
53085420 msgstr "Файл"
53095421
5310 #: python/mainwindow.py:333
5422 #: python/mainwindow.py:331
53115423 msgid "Tools"
53125424 msgstr "Утилиты"
53135425
5314 #: python/mainwindow.py:334 python/mainwindow.py:723
5426 #: python/mainwindow.py:332 python/mainwindow.py:721
53155427 msgid "Settings"
53165428 msgstr "Настройки"
53175429
5318 #: python/mainwindow.py:335 python/options.py:387
5430 #: python/mainwindow.py:333 python/options.py:387
53195431 msgid "Plugins"
53205432 msgstr "Плагины"
53215433
5322 #: python/mainwindow.py:347 python/mainwindow.py:739
5434 #: python/mainwindow.py:345 python/mainwindow.py:737
53235435 msgid "Close"
53245436 msgstr "Закрыть"
53255437
5326 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5438 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53275439 msgid "Configure"
53285440 msgstr "Настроить"
53295441
5330 #: python/mainwindow.py:584
5442 #: python/mainwindow.py:582
53315443 msgid "Open the application's directory"
53325444 msgstr "Открыть в каталоге приложения"
53335445
5334 #: python/mainwindow.py:588 python/mainwindow.py:753
5446 #: python/mainwindow.py:586 python/mainwindow.py:751
53355447 msgid "Read the manual"
53365448 msgstr "Прочитать Руководство"
53375449
5338 #: python/mainwindow.py:592
5450 #: python/mainwindow.py:590
53395451 msgid "Set the icon"
53405452 msgstr "Установить значок"
53415453
5342 #: python/mainwindow.py:600
5454 #: python/mainwindow.py:598
53435455 msgid "Close this application"
53445456 msgstr "Закрыть приложение"
53455457
5346 #: python/mainwindow.py:611
5458 #: python/mainwindow.py:609
53475459 msgid "KillApp"
53485460 msgstr "KillApp"
53495461
5350 #: python/mainwindow.py:618
5462 #: python/mainwindow.py:616
53515463 msgid "No manual found for {0}"
53525464 msgstr "Не найдено руководство пользователя для {0}"
53535465
5354 #: python/mainwindow.py:721
5466 #: python/mainwindow.py:719
53555467 msgid "Install a program"
53565468 msgstr "Установить программу"
53575469
5358 #: python/mainwindow.py:728
5470 #: python/mainwindow.py:726
53595471 msgid "Update GIT"
53605472 msgstr "Обновить GIT"
53615473
5362 #: python/mainwindow.py:731
5474 #: python/mainwindow.py:729
53635475 msgid "Update instructions"
53645476 msgstr "Инструкции по обновлению"
53655477
5366 #: python/mainwindow.py:741
5478 #: python/mainwindow.py:739
53675479 msgid "Debug"
53685480 msgstr "Отладка"
53695481
5370 #: python/mainwindow.py:743
5482 #: python/mainwindow.py:741
53715483 msgid "Report a problem"
53725484 msgstr "Сообщить о проблеме"
53735485
5374 #: python/mainwindow.py:747
5486 #: python/mainwindow.py:745
53755487 msgid "Create a shortcut"
53765488 msgstr "Создать ярлык"
53775489
5378 #: python/mainwindow.py:749
5490 #: python/mainwindow.py:747
53795491 msgid "Open the directory"
53805492 msgstr "Открыть папку"
53815493
5382 #: python/mainwindow.py:755
5494 #: python/mainwindow.py:753
53835495 msgid "Save"
53845496 msgstr "Сохранить"
53855497
5386 #: python/mainwindow.py:758
5498 #: python/mainwindow.py:756
53875499 msgid "Uninstall"
53885500 msgstr "Удалить"
53895501
5390 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5391 #: python/mainwindow.py:1003
5502 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5503 #: python/mainwindow.py:1001
53925504 msgid "Please select a program."
53935505 msgstr "Пожалуйста, выберите программу."
53945506
5395 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5507 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
53965508 msgid "{0} settings"
53975509 msgstr "{0} настройки"
53985510
5399 #: python/mainwindow.py:965
5511 #: python/mainwindow.py:963
54005512 msgid "{0} install menu"
54015513 msgstr "{0} меню установки"
54025514
5403 #: python/mainwindow.py:974
5515 #: python/mainwindow.py:972
54045516 msgid "{0} wine versions manager"
54055517 msgstr "{0} менеджер версий Wine"
54065518
5407 #: python/mainwindow.py:1005
5519 #: python/mainwindow.py:1003
54085520 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54095521 msgstr "Виртуальный диск, связанный с {0} ({1}), больше не существует."
54105522
55365648 "\n"
55375649 "Эта информация сильно пригодится нам для помощи остальным пользователям."
55385650
5539 #: python/mainwindow.py:1271
5651 #: python/mainwindow.py:1273
55405652 msgid "Are you sure you want to want to install {0} package?"
55415653 msgstr "Вы точно хотите установить пакет {0}?"
55425654
5543 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5655 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5656 #: python/mainwindow.py:1284
55445657 msgid ""
55455658 "You are trying to open a script design for {0}! It might not work as expected"
55465659 msgstr ""
56195732 msgid "You must restart {0} for the changes to take effect."
56205733 msgstr "Вам необходимо перезапустить {0}, чтобы изменения вошли в силу."
56215734
5622 #: python/wine_versions.py:194
5735 #: python/wine_versions.py:195
56235736 msgid "Installed Wine versions: "
56245737 msgstr "Установленные версии Wine: "
56255738
5626 #: python/wine_versions.py:195
5739 #: python/wine_versions.py:196
56275740 msgid "Available Wine versions: "
56285741 msgstr "Доступные версии Wine: "
56295742
5630 #: python/wine_versions.py:202
5743 #: python/wine_versions.py:203
56315744 msgid "Wine versions"
56325745 msgstr "Версии Wine"
56335746
5634 #: python/wine_versions.py:321
5747 #: python/wine_versions.py:322
56355748 msgid "Are you sure you want to delete wine {0}?"
56365749 msgstr "Вы действительно хотите удалить wine {0}?"
56375750
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-10-25 17:34+0000\n"
11 "Last-Translator: Aymeric PETIT <mulx@aplu.fr>\n"
11 "Last-Translator: Aymeric PETIT <lp@mulx.net>\n"
1212 "Language-Team: Sinhalese <si@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr ""
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr ""
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr ""
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42264281 #: lib/setupwindow.lib:348
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
4284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
42294289 msgstr ""
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
4412 msgstr ""
4413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
43524417 msgstr ""
43534418
43544419 #: lib/website.lib:29
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr ""
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr ""
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr ""
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr ""
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr ""
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr ""
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr ""
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr ""
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr ""
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr ""
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr ""
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr ""
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr ""
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr ""
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr ""
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
4826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
47164830 msgstr ""
47174831
47184832 #: python/install.py:263
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr ""
48895003
5004 #: python/mainwindow.py:329
5005 msgid "File"
5006 msgstr ""
5007
48905008 #: python/mainwindow.py:331
4891 msgid "File"
4892 msgstr ""
4893
4894 #: python/mainwindow.py:333
48955009 msgid "Tools"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr ""
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:41+0000\n"
1111 "Last-Translator: Michal Lelek <kozodoj@azet.sk>\n"
1212 "Language-Team: sk_SK.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
241241 msgstr "Prosím, vložte herné médium do Vašej mechaniky."
242242
243243 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
244245 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
245246 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
246247 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
269270 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
270271 #: PlayOnLinux_Scripts/Civilization_V_:53
271272 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
272 #: PlayOnLinux_Scripts/Diablo_II_:51
273 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
273274 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
274275 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
275276 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
276277 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
277278 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
278 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
279279 #: PlayOnLinux_Scripts/Google_SketchUp_:51
280280 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
281281 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
295295 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
296296 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
297297 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
298 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
298299 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
299300 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
300301 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
301 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
302 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
303 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
304 #: PlayOnLinux_Scripts/Portal_2_:82
303305 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
304306 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
305 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
307 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
306309 #: PlayOnLinux_Scripts/Rayman_Origins_:72
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
308311 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
312 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
309313 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
310314 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
311315 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
316 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
312317 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
313318 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
314 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
315 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
319 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
320 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
321 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
316322 #: PlayOnLinux_Scripts/Starcraft_:34
317323 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
318324 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
319 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
325 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
326 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
320327 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
321328 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
329 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
322330 #: PlayOnLinux_Scripts/Theme_Hospital_:59
323331 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
324332 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
325333 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
326334 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
335 #: PlayOnLinux_Scripts/Wizard_101_:38
327336 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
336345 msgid "Please select the setup file to run"
337346 msgstr "Prosím, zvoľte inštalačný súbor na spustenie"
338347
348 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
349 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
351 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
353 #, sh-format
354 msgid "Please insert the game media into your disc drive."
355 msgstr ""
356
339357 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
358 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
340360 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
341361 #: PlayOnLinux_Scripts/Dishonored_:72
342362 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
430450 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
431451 #: PlayOnLinux_Scripts/Magicka_:68
432452 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
453 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
433454 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
434455 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
435456 #: PlayOnLinux_Scripts/Rayman_Origins_:83
436457 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
437 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
438 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
458 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
459 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
439460 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
440461 #: PlayOnLinux_Scripts/The_Witcher_:125
441462 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
465486 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
466487 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
467488 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
489 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
468490 #: PlayOnLinux_Scripts/Driftmoon_:43
469491 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
470492 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
473495 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
474496 #: PlayOnLinux_Scripts/League_Of_Legends_:57
475497 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
476 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
498 #: PlayOnLinux_Scripts/Sacrifice_:41
499 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
500 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
501 #: PlayOnLinux_Scripts/Toontown_Online_:25
502 #: PlayOnLinux_Scripts/Watchtower_library_:43
477503 #: PlayOnLinux_Scripts/iTunes_10_:28
478504 #, sh-format
479505 msgid "Please select the setup file to run."
488514 #: PlayOnLinux_Scripts/POL_GoG_download_:48
489515 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
490516 #: PlayOnLinux_Scripts/SimCity_2000_:50
491 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
492 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
517 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
518 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
493519 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
494520 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
495521 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
496 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
497 #: lib/wine.lib:1186
522 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
523 #: lib/wine.lib:1171 lib/wine.lib:1201
498524 #, sh-format
499525 msgid "Please wait..."
500526 msgstr ""
522548 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
523549 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
524550 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
525 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
551 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
526552 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
527553 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
528554 #: PlayOnLinux_Scripts/Dead_Space_2_:85
538564 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
539565 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
540566 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
541 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
567 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
542568 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
543569 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
544570 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
600626 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
601627 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
602628 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
603 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
629 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
604630 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
605631 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
606632 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
607 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
608 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
633 #: PlayOnLinux_Scripts/Dead_Space_:50
634 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
635 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
636 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
609637 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
610638 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
611639 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
615643 #: PlayOnLinux_Scripts/Rage_:79
616644 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
617645 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
618 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
646 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
619647 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
620648 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
621649 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
655683 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
656684 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
657685 #: PlayOnLinux_Scripts/Sacrifice_:45
658 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
686 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
659687 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
660688 #: PlayOnLinux_Scripts/The_Witcher_:102
661689 #, sh-format
666694 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
667695 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
668696 #: PlayOnLinux_Scripts/Mass_Effect_:54
669 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
697 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
670698 #: PlayOnLinux_Scripts/The_Witcher_:110
671699 #, sh-format
672700 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
678706 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
679707 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
680 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
708 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
681709 #: PlayOnLinux_Scripts/The_Witcher_:113
682710 #, sh-format
683711 msgid "Please insert the next game media into your disk drive"
706734 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
707735 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
708736 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
737 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
709738 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
710739 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
711740 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
811840 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
812841 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
813842 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
814 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
843 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
815844 #, sh-format
816845 msgid ""
817846 "You must disable anti-piracy protections of this game\\nif you want to play "
829858
830859 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
831860 #: PlayOnLinux_Scripts/Cars_2_:83
832 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
861 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
833862 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
834863 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
835864 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
850879 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
851880 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
852881 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
882 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
883 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
853884 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
854885 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
855886 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10651096 msgid "Please insert media 2 into your disk drive\\nif not already done."
10661097 msgstr ""
10671098
1068 #: PlayOnLinux_Scripts/Diablo_III_:29
1099 #: PlayOnLinux_Scripts/Diablo_III_:31
10691100 #, sh-format
10701101 msgid "Please select the setup file downloaded on $EDITOR website"
10711102 msgstr ""
10721103
1073 #: PlayOnLinux_Scripts/Diablo_III_:60
1104 #: PlayOnLinux_Scripts/Diablo_III_:62
10741105 #, sh-format
10751106 msgid ""
10761107 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10771108 "patch (AcceptEx Fix)"
10781109 msgstr ""
10791110
1080 #: PlayOnLinux_Scripts/Diablo_III_:60
1111 #: PlayOnLinux_Scripts/Diablo_III_:62
10811112 #, sh-format
10821113 msgid ""
10831114 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10841115 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1116 msgstr ""
1117
1118 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1119 #, sh-format
1120 msgid "Scanning your hardware..."
10851121 msgstr ""
10861122
10871123 #: PlayOnLinux_Scripts/Dishonored_:79
11601196
11611197 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11621198 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1163 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1164 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1199 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1200 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11651201 #, sh-format
11661202 msgid "Please insert the first game media into your disk drive"
11671203 msgstr ""
11681204
11691205 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1170 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1206 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11711207 #, sh-format
11721208 msgid "Please insert the second game media into your disk drive"
11731209 msgstr ""
12321268 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12331269 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12341270 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1271 #: PlayOnLinux_Scripts/Hearthstone_:64
12351272 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12361273 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12371274 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12571294 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12581295 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12591296 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1260 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1297 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12611298 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12621299 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12631300 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12811318 msgid "Editor"
12821319 msgstr ""
12831320
1284 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1321 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12851322 #, sh-format
12861323 msgid "This install script requires ffmpeg"
12871324 msgstr ""
12881325
1289 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1326 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12901327 #, sh-format
12911328 msgid "Converting videos..."
12921329 msgstr ""
12931330
12941331 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1332 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12951333 #, sh-format
12961334 msgid ""
12971335 "On first run the game will autodetect available renderers.\\nIt is likely "
13041342 msgid "Run $TITLE in safe mode?"
13051343 msgstr ""
13061344
1345 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1346 #, sh-format
1347 msgid ""
1348 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1349 "disable it by pressing Alt+R while in game.)"
1350 msgstr ""
1351
1352 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1353 #, sh-format
1354 msgid ""
1355 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1356 "game."
1357 msgstr ""
1358
13071359 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13081360 #, sh-format
13091361 msgid "Could not find program directory"
13661418 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13671419 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13681420 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1369 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1370 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1371 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13721421 #, sh-format
13731422 msgid "Language"
13741423 msgstr ""
14921541 msgid "Dedicated server"
14931542 msgstr ""
14941543
1495 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1544 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14961545 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14971546 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14981547 #, sh-format
15181567 msgid "Code wheel"
15191568 msgstr ""
15201569
1521 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1522 #, sh-format
1523 msgid "Do you have a language pack to install?"
1524 msgstr ""
1525
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1527 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1528 #, sh-format
1529 msgid "Later"
1530 msgstr ""
1531
1532 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1570 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1571 #, sh-format
1572 msgid ""
1573 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1574 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1575 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1576 msgstr ""
1577
1578 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1579 #, sh-format
1580 msgid "Now you must install the modpack in directory:"
1581 msgstr ""
1582
1583 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1584 #, sh-format
1585 msgid "Please select ANY 3 icons when prompted."
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1589 #, sh-format
1590 msgid "temp directory missing"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1594 #, sh-format
1595 msgid ""
1596 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1597 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1598 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1599 "details.\\nInstall it?"
1600 msgstr ""
1601
1602 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1603 #, sh-format
1604 msgid "Control Panel"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1608 #, sh-format
1609 msgid ""
1610 "IMPORTANT:\n"
1611 " \\n\\nOn the installation window coming next, do NOT click the Options "
1612 "button, it would mess up the language selection."
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1616 #, sh-format
1617 msgid ""
1618 "On first run the game will autodetect available renderers.\\nIt is likely "
1619 "that you will get better performance out of the OpenGL renderer."
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Goblins_3_:21
1623 #, sh-format
1624 msgid "Please select the game language"
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Gothic_3_:82
1628 #, sh-format
1629 msgid "Choose the game resolution"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:96
1633 #, sh-format
1634 msgid ""
1635 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1636 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1637 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1638 msgstr ""
1639
1640 #: PlayOnLinux_Scripts/Gothic_3_:110
1641 #, sh-format
1642 msgid "$TITLE is installed"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guild_Wars_:53
1646 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1647 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1648 #, sh-format
1649 msgid "Please insert the DVD-ROM"
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1653 #, sh-format
1654 msgid ""
1655 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1656 "client and download will resume from where it stopped. Download percentage "
1657 "reset but do not worry, it do not restart from the beginning."
1658 msgstr ""
1659
1660 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1661 #, sh-format
1662 msgid ""
1663 "Please select $TITLE install file. During installation, uncheck all extra "
1664 "drivers it wants to install:"
1665 msgstr ""
1666
15331667 #: PlayOnLinux_Scripts/Half_Life_2_:56
15341668 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15351669 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15361670 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1537 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1671 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15381672 #, sh-format
15391673 msgid "No"
15401674 msgstr "Nie"
15411675
1542 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1543 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1676 #: PlayOnLinux_Scripts/Half_Life_2_:56
1677 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1678 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1679 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1680 #: PlayOnLinux_Scripts/Portal_:36
1681 #, sh-format
1682 msgid ""
1683 "Steam installation has been detected\\nwould you like to install this game "
1684 "in the same virtual drive?"
1685 msgstr ""
1686
15441687 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15451688 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15461689 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15491692 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15501693 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15511694 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1552 #: python/guiv3.py:157
1695 #: python/guiv3.py:158 python/guiv3.py:161
15531696 #, sh-format
15541697 msgid "Yes"
15551698 msgstr "Áno"
15561699
1557 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1558 #, sh-format
1559 msgid ""
1560 "To install a language pack later, open the configuration panel for the game "
1561 "in order to execute the installer into the virtual disk (Misc tab)"
1562 msgstr ""
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1565 #, sh-format
1566 msgid ""
1567 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1568 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1569 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1570 msgstr ""
1571
1572 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1573 #, sh-format
1574 msgid "Now you must install the modpack in directory:"
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1578 #, sh-format
1579 msgid "Please select ANY 3 icons when prompted."
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1583 #, sh-format
1584 msgid "temp directory missing"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1588 #, sh-format
1589 msgid ""
1590 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1591 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1592 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1593 "details.\\nInstall it?"
1594 msgstr ""
1595
1596 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1597 #, sh-format
1598 msgid "Control Panel"
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1602 #, sh-format
1603 msgid ""
1604 "IMPORTANT:\n"
1605 " \\n\\nOn the installation window coming next, do NOT click the Options "
1606 "button, it would mess up the language selection."
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1610 #, sh-format
1611 msgid ""
1612 "On first run the game will autodetect available renderers.\\nIt is likely "
1613 "that you will get better performance out of the OpenGL renderer."
1614 msgstr ""
1615
1616 #: PlayOnLinux_Scripts/Goblins_3_:21
1617 #, sh-format
1618 msgid "Please select the game language"
1619 msgstr ""
1620
1621 #: PlayOnLinux_Scripts/Gothic_3_:82
1622 #, sh-format
1623 msgid "Choose the game resolution"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:96
1627 #, sh-format
1628 msgid ""
1629 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1630 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1631 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1632 msgstr ""
1633
1634 #: PlayOnLinux_Scripts/Gothic_3_:110
1635 #, sh-format
1636 msgid "$TITLE is installed"
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Guild_Wars_:53
1640 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1641 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1642 #, sh-format
1643 msgid "Please insert the DVD-ROM"
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1647 #, sh-format
1648 msgid ""
1649 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1650 "client and download will resume from where it stopped. Download percentage "
1651 "reset but do not worry, it do not restart from the beginning."
1652 msgstr ""
1653
1654 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1655 #, sh-format
1656 msgid ""
1657 "Please select $TITLE install file. During installation, uncheck all extra "
1658 "drivers it wants to install:"
1659 msgstr ""
1660
1661 #: PlayOnLinux_Scripts/Half_Life_2_:56
1662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1663 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1664 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1665 #: PlayOnLinux_Scripts/Portal_:36
1666 #, sh-format
1667 msgid ""
1668 "Steam installation has been detected\\nwould you like to install this game "
1669 "in the same virtual drive?"
1670 msgstr ""
1671
16721700 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16731701 #, sh-format
16741702 msgid "Updating $TITLE"
16751703 msgstr ""
16761704
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1705 #: PlayOnLinux_Scripts/Hanahira__:54
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16791707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16801708 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16861714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16871715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16881716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1722 #: PlayOnLinux_Scripts/Steins_Gate_:51
16891723 #, sh-format
16901724 msgid "Please locate installation program (Setup.exe)"
16911725 msgstr ""
16921726
1693 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1694 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1727 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16951728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16961729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16971730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17131746 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17141747 msgstr ""
17151748
1749 #: PlayOnLinux_Scripts/Hearthstone_:26
1750 #, sh-format
1751 msgid "What language do you want to install?"
1752 msgstr ""
1753
17161754 #: PlayOnLinux_Scripts/ImgBurn_:38
17171755 #, sh-format
17181756 msgid ""
17501788 msgstr ""
17511789
17521790 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1753 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17541791 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17551792 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17561793 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19021939 "If the download update stuck close and run until the download is complete."
19031940 msgstr ""
19041941
1942 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19051943 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19061944 #, sh-format
19071945 msgid "Demo version"
19081946 msgstr ""
19091947
1948 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19101949 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19111950 #, sh-format
19121951 msgid "Please select version."
19601999 #, sh-format
19612000 msgid ""
19622001 "No filename extension specified, skipping association to native application."
2002 msgstr ""
2003
2004 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2005 #, sh-format
2006 msgid "Contacting download server."
19632007 msgstr ""
19642008
19652009 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20452089 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20462090 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20472091 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2048 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2092 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20502094 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20512095 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20832127 "them without issues"
20842128 msgstr ""
20852129
2086 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2087 #, sh-format
2088 msgid "This package fail to install with wine 1.5.21 or better"
2089 msgstr ""
2090
2091 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2130 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20922131 #, sh-format
20932132 msgid ""
20942133 "If you see error messages during DotNet 3.5 installation, you can ignore "
22042243 "Please update."
22052244 msgstr ""
22062245
2207 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2246 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2247 #: PlayOnLinux_Scripts/yWriter_5_:45
22082248 #, sh-format
22092249 msgid "Downloading..."
22102250 msgstr ""
23152355 msgid "Microsoft fonts have been installed successfully."
23162356 msgstr ""
23172357
2358 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2359 #, sh-format
2360 msgid ""
2361 "OSX users: If the screen flickers once the game is launched, try to press "
2362 "cmd + tab twice"
2363 msgstr ""
2364
23182365 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23192366 #, sh-format
23202367 msgid "Remove Game For Windows Live..."
23522399 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23532400 msgstr ""
23542401
2355 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2402 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23562403 #, sh-format
23572404 msgid "Abort installation"
23582405 msgstr ""
23772424 msgid "The program needs access to ptrace() to proceed:"
23782425 msgstr ""
23792426
2380 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2427 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23812428 #, sh-format
23822429 msgid "User abort"
23832430 msgstr ""
24162463 msgid "Please do not run $TITLE after installation has finished."
24172464 msgstr ""
24182465
2466 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2467 #, sh-format
2468 msgid "Extracting $TITLE"
2469 msgstr ""
2470
24192471 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24202472 #, sh-format
24212473 msgid ""
24282480 msgid "$TITLE has been successfully installed."
24292481 msgstr ""
24302482
2483 #: PlayOnLinux_Scripts/Poker_Stars_:37
2484 #, sh-format
2485 msgid "Error while installing. Downloaded file not found."
2486 msgstr ""
2487
24312488 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24322489 #, sh-format
24332490 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24352492
24362493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24372494 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2495 #: PlayOnLinux_Scripts/Watchtower_library_:58
24382496 #, sh-format
24392497 msgid "Please wait while $TITLE is installed"
24402498 msgstr ""
24662524 #: PlayOnLinux_Scripts/Rage_:93
24672525 #, sh-format
24682526 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2527 msgstr ""
2528
2529 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2530 #, sh-format
2531 msgid ""
2532 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2533 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2534 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2535 "n\\nIf you have one of this two versions of this game, please give some "
2536 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2537 "n\\nThank you!"
2538 msgstr ""
2539
2540 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2541 #, sh-format
2542 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2546 #, sh-format
2547 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2557 #, sh-format
2558 msgid "Select a version of installation disc:"
2559 msgstr ""
2560
2561 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2562 #, sh-format
2563 msgid "First Release (without addons)"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2567 #, sh-format
2568 msgid "Gold Edition"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "Platinum Edition"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "What is your version of Railroad Tycoon II?"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2582 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2583 #, sh-format
2584 msgid ""
2585 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2586 "desktop.\\n\\nThank you for using this installation script! :)"
24692587 msgstr ""
24702588
24712589 #: PlayOnLinux_Scripts/Reaper_4_:30
26172735 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26182736 msgstr ""
26192737
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2748 #, sh-format
2749 msgid ""
2750 "Close the visual novel when it appears to continue installation. Click Next "
2751 "to begin installation."
2752 msgstr ""
2753
2754 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2755 #, sh-format
2756 msgid ""
2757 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2758 "script will now install it. Click Next to continue."
2759 msgstr ""
2760
26202761 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26212762 #, sh-format
26222763 msgid ""
26242765 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26252766 msgstr ""
26262767
2627 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2628 #, sh-format
2629 msgid "Please locate installation program (Launcher.exe)"
2630 msgstr ""
2631
2632 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2633 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2634 #, sh-format
2635 msgid ""
2636 "When the launcher opens, click on the top button to open the installer. When "
2637 "a new window opens, click OK. When another window opens, click on the button "
2638 "with the letter N until it is installing. Wait until it is done and click "
2639 "the right button to quit. Click Next when you are done installing."
2768 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2769 #, sh-format
2770 msgid "Please locate installation program in Data folder (Resonance.msi)"
26402771 msgstr ""
26412772
26422773 #: PlayOnLinux_Scripts/Steam_:50
26722803 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26732804 "game. Steam install xna framework the game. Close the Steam so that the "
26742805 "installer can continue."
2806 msgstr ""
2807
2808 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2809 #, sh-format
2810 msgid "If youve the extentions, you should install Tribunal first !"
26752811 msgstr ""
26762812
26772813 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27832919 "pp 4-5."
27842920 msgstr ""
27852921
2922 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2923 #, sh-format
2924 msgid "Please select the installation file to run."
2925 msgstr ""
2926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2928 #, sh-format
2929 msgid ""
2930 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2931 "your region.\\n 2. Leave only checked DirectX box."
2932 msgstr ""
2933
27862934 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27872935 #, sh-format
27882936 msgid ""
27892937 "The game will fail to launch until you set "
27902938 "/proc/sys/kernel/yama/ptrace_scope to 0"
2939 msgstr ""
2940
2941 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2942 #, sh-format
2943 msgid "Other destination or other CD/DVD"
2944 msgstr ""
2945
2946 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2947 #, sh-format
2948 msgid "Retail CD"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2957 #, sh-format
2958 msgid "video fix"
27912959 msgstr ""
27922960
27932961 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28703038 msgid "Donwload finished.\\nPatches installation will begin"
28713039 msgstr ""
28723040
3041 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3042 #, sh-format
3043 msgid "We will download the installer"
3044 msgstr ""
3045
28733046 #: PlayOnLinux_Scripts/Toontown_Online_:17
28743047 #, sh-format
28753048 msgid ""
29073080 msgid "Do you want to browse $TITLE website?"
29083081 msgstr ""
29093082
3083 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3084 #, sh-format
3085 msgid ""
3086 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3087 "messenger, because it will won't work correctly."
3088 msgstr ""
3089
3090 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3091 #, sh-format
3092 msgid "Warning"
3093 msgstr ""
3094
29103095 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29113096 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29123097 #, sh-format
29153100 "want it to run correctly with $APPLICATION_TITLE"
29163101 msgstr ""
29173102
3103 #: PlayOnLinux_Scripts/Watchtower_library_:49
3104 #, sh-format
3105 msgid "File Selection Error"
3106 msgstr ""
3107
3108 #: PlayOnLinux_Scripts/Watchtower_library_:49
3109 #, sh-format
3110 msgid ""
3111 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3112 msgstr ""
3113
29183114 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29193115 #, sh-format
29203116 msgid ""
29313127 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29323128 #, sh-format
29333129 msgid ""
2934 "Attention: After installation is complete, the patcher will load. Please "
2935 "close the patcher before logging in or finish updating to complete the "
2936 "installation. After this, you can run \"$TITLE\" when setup is done"
3130 "Attention:After installation is complete, the patcher will load. After, go "
3131 "to the top right of the patcher and click the wrench, Then Un-check the box "
3132 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3133 "minuite. When finished with this, please close the patcher before logging in "
3134 "or finish updating to complete the installation. After this, you can run "
3135 "\"$TITLE\" when setup is done"
29373136 msgstr ""
29383137
29393138 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29843183 "Prosím, vložte herné médium 5 do Vašej mechaniky\\nak ste tak ešte "
29853184 "nespravili."
29863185
3186 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3187 #, sh-format
3188 msgid "Which region version of World of Warplanes would you like to install?"
3189 msgstr ""
3190
3191 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3192 #, sh-format
3193 msgid ""
3194 "Attention:After installation is complete, the patcher will load. After, go "
3195 "to the top right of the patcher and click the wrench, Then Un-check the box "
3196 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3197 "minute. When finished with this, please close the patcher before logging in "
3198 "or finish updating to complete the installation. After this, you can run "
3199 "\"$TITLE\" when setup is done"
3200 msgstr ""
3201
29873202 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29883203 #, sh-format
29893204 msgid ""
30313246 msgid "Please select the 32bit version of iTunes"
30323247 msgstr ""
30333248
3034 #: PlayOnLinux_Scripts/osu_:45
3249 #: PlayOnLinux_Scripts/osu_:46
30353250 #, sh-format
30363251 msgid ""
30373252 "Press next to start the updater. When the updater is finished, close it "
30513266 "resolution when rFactor Config comes up."
30523267 msgstr ""
30533268
3054 #: bash/bug_report:31
3269 #: bash/bug_report:32
30553270 #, sh-format
30563271 msgid "Report a bug"
30573272 msgstr "Nahlásiť chybu"
30583273
3059 #: bash/bug_report:36
3274 #: bash/bug_report:37
30603275 #, sh-format
30613276 msgid ""
30623277 "Please give the more details as you can, otherwise, it will be very "
30633278 "difficult to help you"
30643279 msgstr ""
30653280
3066 #: bash/bug_report:36
3281 #: bash/bug_report:37
30673282 #, sh-format
30683283 msgid ""
30693284 "This wizard will help you to report a bug about an officially supported "
30713286 msgstr ""
30723287 "Tento sprievodca Vám pomôže nahlásiť chybu pre oficiálne podporovaný program."
30733288
3074 #: bash/bug_report:40
3289 #: bash/bug_report:41
30753290 #, sh-format
30763291 msgid ""
30773292 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30783293 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30793294 msgstr ""
30803295
3081 #: bash/bug_report:46
3296 #: bash/bug_report:47
30823297 #, sh-format
30833298 msgid "I have a problem with a software"
30843299 msgstr "Mám problém s programom"
30853300
3086 #: bash/bug_report:46
3301 #: bash/bug_report:47
30873302 #, sh-format
30883303 msgid "My problem concerns $APPLICATION_TITLE itself"
30893304 msgstr "Môj problém sa týka samotného $APPLICATION_TITLE"
30903305
3091 #: bash/bug_report:46
3306 #: bash/bug_report:47
30923307 #, sh-format
30933308 msgid "What kind of problem do you have?"
30943309 msgstr "Aký máte problém?"
30953310
3096 #: bash/bug_report:50
3311 #: bash/bug_report:51
30973312 #, sh-format
30983313 msgid "Don't join any log file"
30993314 msgstr "Neprikladať žiadny súbor záznamu"
31003315
3101 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3316 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31023317 #: bash/manual_install:120 bash/manual_install:219
31033318 #, sh-format
31043319 msgid "Manual installation"
31053320 msgstr "Ručná inštalácia"
31063321
3107 #: bash/bug_report:54 bash/run_exe:24
3322 #: bash/bug_report:55 bash/run_exe:24
31083323 #, sh-format
31093324 msgid "Automatic installation"
31103325 msgstr ""
31113326
3112 #: bash/bug_report:65
3327 #: bash/bug_report:66
31133328 #, sh-format
31143329 msgid "Choose the log file corresponding to your software."
31153330 msgstr "Zvoľte súbor záznamu k príslušnému programu."
31163331
3117 #: bash/bug_report:69
3332 #: bash/bug_report:70
31183333 #, sh-format
31193334 msgid "Please give a very short description (title, english only)"
31203335 msgstr "Prosím, zadajte veľmi krátky popis (nadpis, iba v angličtine)"
31213336
3122 #: bash/bug_report:72
3337 #: bash/bug_report:73
31233338 #, sh-format
31243339 msgid "Please explain your problem clearly (english only):"
31253340 msgstr "Prosím, jasne opíšte Váš problém (iba v angličtine):"
31263341
3127 #: bash/bug_report:76
3342 #: bash/bug_report:77
31283343 #, sh-format
31293344 msgid "Sorry, we need a detailed description."
31303345 msgstr "Prepáčte, potrebujeme podrobný popis."
31313346
3132 #: bash/bug_report:107
3347 #: bash/bug_report:108
31333348 #, sh-format
31343349 msgid ""
31353350 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31733388 msgstr "Zvoľte meno virtuálnej jednotky"
31743389
31753390 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3176 #: python/mainwindow.py:232
3391 #: python/mainwindow.py:234
31773392 #, sh-format
31783393 msgid "Run a local script"
31793394 msgstr "Spustiť miestny skript"
33003515 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33013516 msgstr "$APPLICATION_TITLE vytvára virtuálnu jednotku s windowsom"
33023517
3303 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3518 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33043519 #, sh-format
33053520 msgid "$APPLICATION_TITLE first use"
33063521 msgstr "Prvé spustenie $APPLICATION_TITLE"
33073522
3308 #: bash/first_use:240
3523 #: bash/first_use:242
33093524 #, sh-format
33103525 msgid "$APPLICATION_TITLE is going to finish its preparation"
33113526 msgstr ""
33123527
3313 #: bash/first_use:240 bash/first_use:243
3528 #: bash/first_use:242 bash/first_use:245
33143529 #, sh-format
33153530 msgid "Please ensure you are connected to the internet."
33163531 msgstr "Prosím, uistite sa, že ste pripojený na Internet."
33173532
3318 #: bash/first_use:243
3533 #: bash/first_use:245
33193534 #, sh-format
33203535 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33213536 msgstr ""
33223537
3323 #: bash/first_use:243
3538 #: bash/first_use:245
33243539 #, sh-format
33253540 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33263541 msgstr ""
33273542
3328 #: bash/first_use:253
3543 #: bash/first_use:255
33293544 #, sh-format
33303545 msgid "Error while installing fonts"
33313546 msgstr ""
33323547
3333 #: bash/first_use:271
3548 #: bash/first_use:273
33343549 #, sh-format
33353550 msgid "Enjoy using $APPLICATION_TITLE"
33363551 msgstr ""
34483663 msgid "Use another version of Wine"
34493664 msgstr "Použiť inú verziu Wine"
34503665
3451 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3452 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3666 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3667 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34533668 #, sh-format
34543669 msgid "Configure Wine"
34553670 msgstr "Konfigurovať Wine"
34693684 msgid "What would you like to do before installation?"
34703685 msgstr "Čo chcete urobiť pred inštaláciou?"
34713686
3472 #: bash/manual_install:230 lib/scripts.lib:437
3687 #: bash/manual_install:231 lib/scripts.lib:438
34733688 #, sh-format
34743689 msgid "Please make your choice"
34753690 msgstr "Prosím, vyberte si"
34763691
3477 #: bash/manual_install:258
3692 #: bash/manual_install:259
34783693 #, sh-format
34793694 msgid "Looking for runnable CD-ROMs"
34803695 msgstr "Hľadajú sa spustiteľné CD-ROMy"
34813696
3482 #: bash/manual_install:281
3697 #: bash/manual_install:282
34833698 #, sh-format
34843699 msgid "Select another file"
34853700 msgstr "Vybrať iný súbor"
34863701
3487 #: bash/manual_install:289
3702 #: bash/manual_install:290
34883703 #, sh-format
34893704 msgid "Please choose a way to install your program"
34903705 msgstr "Prosím, zvoľte spôsob akým nainštalovať Váš program"
34913706
3492 #: bash/manual_install:298
3707 #: bash/manual_install:299
34933708 #, sh-format
34943709 msgid "Please select the install file to run."
34953710 msgstr "Prosím, zvoľte inštalačný súbor na spustenie."
34963711
3497 #: bash/manual_install:328
3712 #: bash/manual_install:329
34983713 #, sh-format
34993714 msgid "You must choose a file!"
35003715 msgstr "Musíte vybrať súbor!"
35013716
3502 #: bash/manual_install:334
3717 #: bash/manual_install:335
35033718 #, sh-format
35043719 msgid "$APPLICATION_TITLE is installing your application..."
35053720 msgstr "$APPLICATION_TITLE inštaluje Vašu aplikáciu..."
35773792 msgid "Extracting: "
35783793 msgstr "Rozbaľuje sa: "
35793794
3580 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3795 #: bash/playonlinux-pkg:111
35813796 #, sh-format
35823797 msgid "Running..."
35833798 msgstr "Spúšťa sa..."
35873802 msgid "Cleaning..."
35883803 msgstr "Čistí sa..."
35893804
3590 #: bash/playonlinux_online:32
3591 #, sh-format
3592 msgid ""
3593 "This is the list of the scripts you sent to us. You can run one of them"
3594 msgstr ""
3595 "Toto je zoznam skriptov, ktoré ste nám zaslali. Môžete jeden z nich spustiť."
3596
3597 #: bash/playonlinux_online:42
3598 #, sh-format
3599 msgid "You do not seems to have any personal script"
3600 msgstr ""
3601
3602 #: bash/playonlinux_online:47
3603 #, sh-format
3604 msgid ""
3605 "If you have successfully installed a program with 'Install a non-listed\\"
3606 "nsoftware' button, it will allow you to add this program in our list"
3607 msgstr ""
3608 "Ak ste úspešne nainštalovali program cez tlačidlo 'Nainštalovať program mimo "
3609 "zoznamu', umožní Vám to pridať tento program do nášho zoznamu."
3610
3611 #: bash/playonlinux_online:47
3612 #, sh-format
3613 msgid "This tools will allow you to help us :"
3614 msgstr "Tieto nástroje Vám umožnia pomôcť nám:"
3615
3616 #: bash/playonlinux_online:47
3617 #, sh-format
3618 msgid ""
3619 "We're going to ask you some questions, please be as much accurate as\\"
3620 "npossible"
3621 msgstr "Spýtame sa Vás na pár otázok. Prosím, buďte čo najpresnejší."
3622
3623 #: bash/playonlinux_online:55
3624 #, sh-format
3625 msgid "Choose the file corresponding to your program."
3626 msgstr "Zvoľte príslušný súbor k Vášmu programu."
3627
3628 #: bash/playonlinux_online:59
3629 #, sh-format
3630 msgid "Does your program run?"
3631 msgstr "Je Váš program spustený?"
3632
3633 #: bash/playonlinux_online:62
3634 #, sh-format
3635 msgid "What is the title of your program?"
3636 msgstr "Aký je názov Vášho programu?"
3637
3638 #: bash/playonlinux_online:64
3639 #, sh-format
3640 msgid "What is the editor of your program?"
3641 msgstr "Aký je editor Vášho programu?"
3642
3643 #: bash/playonlinux_online:66
3644 #, sh-format
3645 msgid "What is the editor website of your program?"
3646 msgstr ""
3647
3648 #: bash/playonlinux_online:69 python/install.py:210
3649 #, sh-format
3650 msgid "Accessories"
3651 msgstr "Nástroje"
3652
3653 #: bash/playonlinux_online:69 python/install.py:211
3654 #, sh-format
3655 msgid "Development"
3656 msgstr "Vývoj"
3657
3658 #: bash/playonlinux_online:69 python/install.py:212
3659 #, sh-format
3660 msgid "Education"
3661 msgstr "Vzdelávanie"
3662
3663 #: bash/playonlinux_online:69 python/install.py:213
3664 #, sh-format
3665 msgid "Games"
3666 msgstr "Hry"
3667
3668 #: bash/playonlinux_online:69 python/install.py:214
3669 #, sh-format
3670 msgid "Graphics"
3671 msgstr "Grafika"
3672
3673 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3674 #: python/options.py:384
3675 #, sh-format
3676 msgid "Internet"
3677 msgstr "Internet"
3678
3679 #: bash/playonlinux_online:69 python/install.py:216
3680 #, sh-format
3681 msgid "Multimedia"
3682 msgstr "Multimédia"
3683
3684 #: bash/playonlinux_online:69 python/install.py:217
3685 #, sh-format
3686 msgid "Office"
3687 msgstr "Kancelária"
3688
3689 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3690 #, sh-format
3691 msgid "Other"
3692 msgstr "Ostatné"
3693
3694 #: bash/playonlinux_online:69 python/install.py:219
3695 #, sh-format
3696 msgid "Patches"
3697 msgstr "Opravy"
3698
3699 #: bash/playonlinux_online:69
3700 #, sh-format
3701 msgid "Select a category for your program"
3702 msgstr "Zvoľte kategóriu pre Váš program"
3703
3704 #: bash/playonlinux_online:69 python/install.py:258
3705 #, sh-format
3706 msgid "Testing"
3707 msgstr "Testovanie"
3708
3709 #: bash/playonlinux_online:72
3710 #, sh-format
3711 msgid ""
3712 "What feature of your program does not work?\\nIf everything works, please "
3713 "mention it"
3714 msgstr ""
3715 "Ktorá z funkcií Vášho programu nefunguje?\\nAk všetko funguje, zmieňte sa o "
3716 "tom."
3717
3718 #: bash/playonlinux_online:74
3719 #, sh-format
3720 msgid "Write any change you made to wine configuration here:"
3721 msgstr "Zapíšte všetky zmeny, ktoré ste vykonali v konfigurácii Wine:"
3722
3723 #: bash/playonlinux_online:102
3724 #, sh-format
3725 msgid "You must be able to run this program!"
3726 msgstr "Musíte byť schopný spustiť tento program!"
3727
3728 #: bash/playonlinux_online:107
3729 #, sh-format
3730 msgid "Run one of your personal scripts"
3731 msgstr "Spustiť jeden z Vašich osobných skriptov"
3732
3733 #: bash/playonlinux_online:108
3734 #, sh-format
3735 msgid "Send to us a working script generated by manual installation"
3736 msgstr "Pošlite nám funkčný skript vygenerovaný ručnou inštaláciou"
3737
3738 #: bash/playonlinux_online:109
3739 #, sh-format
3740 msgid "Logout"
3741 msgstr "Odhlásiť"
3742
3743 #: bash/playonlinux_online:110
3744 #, sh-format
3745 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3746 msgstr "Ste pripojený na $APPLICATION_TITLE online ako $POL_LOGIN"
3747
3748 #: bash/playonlinux_online:124
3749 #, sh-format
3750 msgid ""
3751 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3752 "safely close this window"
3753 msgstr ""
3754 "Úspešne ste sa odhlásili z $APPLICATION_TITLE Online\\nMôžete bez obáv "
3755 "zatvoriť toto okno."
3756
3757 #: bash/polconfigurator:33
3805 #: bash/polconfigurator:34
37583806 #, sh-format
37593807 msgid "Killing programs in the virtual drive..."
37603808 msgstr ""
37613809
3762 #: bash/polconfigurator:79
3810 #: bash/polconfigurator:86
37633811 #, sh-format
37643812 msgid "Icon selection"
37653813 msgstr "Výber ikony"
37663814
3767 #: bash/polconfigurator:79
3815 #: bash/polconfigurator:86
37683816 #, sh-format
37693817 msgid "Please select an icon file"
37703818 msgstr "Prosím, vyberte súbor ikony"
37713819
3772 #: bash/polconfigurator:86
3820 #: bash/polconfigurator:93
37733821 #, sh-format
37743822 msgid "Bad file extension"
37753823 msgstr "Zlá prípona súboru"
37763824
3777 #: bash/polconfigurator:86
3825 #: bash/polconfigurator:93
37783826 #, sh-format
37793827 msgid "is not an icon extension"
37803828 msgstr "nie je prípona ikôn"
37813829
3782 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3783 #: python/mainwindow.py:621
3830 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3831 #: python/mainwindow.py:619
37843832 #, sh-format
37853833 msgid "Registry Editor"
37863834 msgstr "Editor registrov"
37873835
3788 #: bash/polconfigurator:97
3836 #: bash/polconfigurator:104
37893837 #, sh-format
37903838 msgid "Kill all prefix processes"
37913839 msgstr "Ukončiť všetky procesy prefixu"
37923840
3793 #: bash/polconfigurator:98
3841 #: bash/polconfigurator:105
37943842 #, sh-format
37953843 msgid "Update wineprefix"
37963844 msgstr "Aktualizovať wineprefix"
37973845
3798 #: bash/polconfigurator:99
3846 #: bash/polconfigurator:106
37993847 #, sh-format
38003848 msgid "Simulate Windows reboot"
38013849 msgstr "Simulovať reštart Windowsu"
38023850
3803 #: bash/polconfigurator:100
3851 #: bash/polconfigurator:107
38043852 #, sh-format
38053853 msgid "Use Advanced Wine Configuration plugin"
38063854 msgstr "Použiť zásuvný modul Pokročilá konfigurácia Wine"
38073855
3808 #: bash/polconfigurator:101
3856 #: bash/polconfigurator:108
38093857 #, sh-format
38103858 msgid "Use PlayOnLinux's configurator for"
38113859 msgstr "Použiť Konfigurátor PlayOnLinux pre"
38123860
3813 #: bash/polconfigurator:103
3861 #: bash/polconfigurator:110
38143862 #, sh-format
38153863 msgid "Change the icon"
38163864 msgstr "Zmeniť ikonu"
38173865
3818 #: bash/polconfigurator:104
3866 #: bash/polconfigurator:111
38193867 #, sh-format
38203868 msgid "Use WineTricks"
38213869 msgstr "Použiť WineTricks"
38223870
3823 #: bash/polconfigurator:123
3871 #: bash/polconfigurator:130
38243872 #, sh-format
38253873 msgid "Please choose an action to perform"
38263874 msgstr "Prosím, vyberte akciu na vykonanie"
38703918 msgid "Please choose a CD-ROM to eject"
38713919 msgstr ""
38723920
3873 #: bash/run_app:83
3921 #: bash/run_app:85
38743922 #, sh-format
38753923 msgid "Please choose a software to run"
38763924 msgstr "Prosím, zvoľte program na spustenie"
38773925
3878 #: bash/run_app:114
3926 #: bash/run_app:116
38793927 #, sh-format
38803928 msgid "$APPLICATION_TITLE debugger is starting..."
38813929 msgstr "$APPLICATION_TITLE ladenie sa spúšťa..."
38823930
3883 #: bash/run_app:117
3931 #: bash/run_app:119
38843932 #, sh-format
38853933 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38863934 msgstr ""
38873935
3888 #: bash/run_app:119
3936 #: bash/run_app:121
38893937 #, sh-format
38903938 msgid "$PACKAGE crashed."
38913939 msgstr ""
39473995 "nastavenia?"
39483996
39493997 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3950 #: lib/playonlinux.lib:717
3998 #: lib/playonlinux.lib:720
39513999 #, sh-format
39524000 msgid "$APPLICATION_TITLE Uninstaller"
39534001 msgstr "$APPLICATION_TITLE odinštalátor"
39674015 msgid "This wizard will help you to uninstall: "
39684016 msgstr "Tento sprievodca Vám pomôže odinštalovať: "
39694017
3970 #: bash/uninstall:65 lib/playonlinux.lib:717
4018 #: bash/uninstall:65 lib/playonlinux.lib:720
39714019 #, sh-format
39724020 msgid "Uninstalling..."
39734021 msgstr "Odinštalováva sa..."
40274075 msgstr ""
40284076
40294077 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4030 #: lib/wine.lib:955 lib/wine.lib:1036
4078 #: lib/wine.lib:970 lib/wine.lib:1051
40314079 #, sh-format
40324080 msgid "Please wait while the virtual drive is being created..."
40334081 msgstr "Prosím, čakajte, kým sa nevytvorí virtuálna jednotka..."
40424090 msgid "Setting Program Files var"
40434091 msgstr "Nastavuje sa premenná pre Program Files"
40444092
4045 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4046 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4093 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4094 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40474095 #, sh-format
40484096 msgid "This function is disabled in the PlayOnlinux environment."
40494097 msgstr "Táto funkcie je zakázaná v prostredí PlayOnLinux."
40504098
4051 #: lib/playonlinux.lib:334
4099 #: lib/playonlinux.lib:336
40524100 #, sh-format
40534101 msgid ""
40544102 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40564104 "responsible from it.\\nPlease ensure you know what you are doing !"
40574105 msgstr ""
40584106
4059 #: lib/playonlinux.lib:335
4107 #: lib/playonlinux.lib:337
40604108 #, sh-format
40614109 msgid "Here the source code of the script. Check it carefully"
40624110 msgstr ""
40634111
4064 #: lib/playonlinux.lib:357
4112 #: lib/playonlinux.lib:359
40654113 #, sh-format
40664114 msgid ""
40674115 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40694117 "responsible from it.\\nPlease ensure you know what you are doing!"
40704118 msgstr ""
40714119
4072 #: lib/playonlinux.lib:358
4120 #: lib/playonlinux.lib:360
40734121 #, sh-format
40744122 msgid "External library"
40754123 msgstr ""
40764124
4077 #: lib/playonlinux.lib:358
4125 #: lib/playonlinux.lib:360
40784126 #, sh-format
40794127 msgid "Here the source code of the script. Check it carrefully"
40804128 msgstr ""
40814129
4082 #: lib/playonlinux.lib:591
4130 #: lib/playonlinux.lib:593
40834131 #, sh-format
40844132 msgid "Making shortcut..."
40854133 msgstr "Vytvára sa odkaz..."
40864134
4087 #: lib/playonlinux.lib:715
4135 #: lib/playonlinux.lib:718
40884136 #, sh-format
40894137 msgid "Do you want to delete the virtual drive:"
40904138 msgstr "Chcete vymazať virtuálnu jednotku:"
40914139
4092 #: lib/playonlinux.lib:826
4140 #: lib/playonlinux.lib:831
40934141 #, sh-format
40944142 msgid ""
40954143 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40964144 "from working\\n\\n$FilePath"
40974145 msgstr ""
40984146
4099 #: lib/playonlinux.lib:827
4147 #: lib/playonlinux.lib:832
41004148 #, sh-format
41014149 msgid ""
41024150 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41034151 "from working\\n\\n$FilePath"
41044152 msgstr ""
41054153
4106 #: lib/playonlinux.lib:828
4154 #: lib/playonlinux.lib:833
41074155 #, sh-format
41084156 msgid ""
41094157 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41104158 "from working\\n\\n$FilePath"
41114159 msgstr ""
41124160
4113 #: lib/playonlinux.lib:829
4161 #: lib/playonlinux.lib:834
41144162 #, sh-format
41154163 msgid ""
41164164 "The following file is located on a noexec mounted filesystem.\\nIt might "
41174165 "prevent wine from working\\n\\n$FilePath"
41184166 msgstr ""
41194167
4120 #: lib/plugins.lib:65
4168 #: lib/plugins.lib:66
41214169 #, sh-format
41224170 msgid "Checking plugin: "
41234171 msgstr "Kontroluje sa zásuvný modul: "
41244172
4125 #: lib/plugins.lib:93
4173 #: lib/plugins.lib:94
41264174 #, sh-format
41274175 msgid "New: "
41284176 msgstr "Nový: "
41294177
4130 #: lib/plugins.lib:93
4178 #: lib/plugins.lib:94
41314179 #, sh-format
41324180 msgid "Updating plugin. Previous: "
41334181 msgstr "Aktualizuje sa zásuvný modul. Predošlý: "
41344182
4135 #: lib/plugins.lib:112
4183 #: lib/plugins.lib:113
41364184 #, sh-format
41374185 msgid "Installing plugin: "
41384186 msgstr "Inštaluje sa zásuvný modul: "
41494197 msgid "Function override detected, disabling bug reporting"
41504198 msgstr ""
41514199
4152 #: lib/scripts.lib:499 lib/scripts.lib:565
4200 #: lib/scripts.lib:500 lib/scripts.lib:566
41534201 #, sh-format
41544202 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41554203 msgstr ""
41564204
4157 #: lib/scripts.lib:501 lib/scripts.lib:784
4205 #: lib/scripts.lib:502 lib/scripts.lib:785
41584206 #, sh-format
41594207 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41604208 msgstr "Prosím, čakajte, kým $APPLICATION_TITLE nestiahne:"
41614209
4162 #: lib/scripts.lib:503 lib/scripts.lib:570
4210 #: lib/scripts.lib:504 lib/scripts.lib:571
41634211 #, sh-format
41644212 msgid "An error happened during download."
41654213 msgstr ""
41664214
4167 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4168 #: lib/scripts.lib:586
4215 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4216 #: lib/scripts.lib:587
41694217 #, sh-format
41704218 msgid "Do you want to retry?"
41714219 msgstr ""
41724220
4173 #: lib/scripts.lib:522 lib/scripts.lib:586
4221 #: lib/scripts.lib:523 lib/scripts.lib:587
41744222 #, sh-format
41754223 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41764224 msgstr ""
41774225 "Chyba ! Nezhoda súborov\\n\\nMiestne : $LOCAL_MD5\\nNa serveri : $SERVER_MD5"
41784226
4179 #: lib/scripts.lib:689
4227 #: lib/scripts.lib:690
41804228 #, sh-format
41814229 msgid ""
41824230 "7z not installed, please check that you have 7zip installed and try again"
41844232 "7z nie je nainštalovaný. Prosím, skontrolujte, či máte 7zip nainštalovaný a "
41854233 "skúste to znovu"
41864234
4187 #: lib/scripts.lib:696
4235 #: lib/scripts.lib:697
41884236 #, sh-format
41894237 msgid "Failed to locate ${dest} from ${archive}"
41904238 msgstr "Zlyhanie pri lokalizovaní ${dest} z ${archive}"
41914239
4192 #: lib/scripts.lib:700
4240 #: lib/scripts.lib:701
41934241 #, sh-format
41944242 msgid "Extracting ${filename} from ${archivename}"
41954243 msgstr "Rozbaľuje sa ${filename} z ${archivename}"
41964244
4197 #: lib/scripts.lib:715
4245 #: lib/scripts.lib:716
41984246 #, sh-format
41994247 msgid "Extracted file size does not match!"
42004248 msgstr "Veľkosť rozbalených súborov nesúhlasí!"
42014249
4202 #: lib/scripts.lib:746
4250 #: lib/scripts.lib:747
42034251 #, sh-format
42044252 msgid "Copying ${filename}"
42054253 msgstr "Kopíruje sa ${filename}"
42064254
4207 #: lib/scripts.lib:759
4255 #: lib/scripts.lib:760
42084256 #, sh-format
42094257 msgid "File size does not match!"
42104258 msgstr "Veľkosť súborov nesúhlasí!"
42114259
4212 #: lib/scripts.lib:903
4260 #: lib/scripts.lib:904
42134261 #, sh-format
42144262 msgid ""
42154263 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42164264 "n$APPLICATION_TITLE $NEEDED is required."
42174265 msgstr ""
42184266
4219 #: lib/scripts.lib:918
4267 #: lib/scripts.lib:919
42204268 #, sh-format
42214269 msgid ""
42224270 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42234271 "$NEEDED is recommended to continue."
42244272 msgstr ""
42254273
4226 #: lib/scripts.lib:949
4274 #: lib/scripts.lib:950
42274275 #, sh-format
42284276 msgid "$AUTHOR profile"
42294277 msgstr ""
42724320 "Jeden alebo viac programov chýba. Prosím, nainštalujte ich a spustite skript "
42734321 "znovu."
42744322
4275 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4323 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42764324 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42774325 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42784326 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42844332 #, sh-format
42854333 msgid "Where is mounted your CD-ROM?"
42864334 msgstr "Kde je pripojený Váš CD-ROM?"
4335
4336 #: lib/setupwindow.lib:349 python/install.py:218
4337 #, sh-format
4338 msgid "Other"
4339 msgstr "Ostatné"
42874340
42884341 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42894342 #, sh-format
44044457 msgid "I don't want to make another shortcut"
44054458 msgstr "Nechcem vytvoriť ďalší odkaz"
44064459
4407 #: lib/setupwindow.lib:711 python/guiv3.py:158
4460 #: lib/setupwindow.lib:711 python/guiv3.py:163
44084461 #, sh-format
44094462 msgid "Browse"
44104463 msgstr "Prehliadať"
44114464
4465 #: lib/setupwindow.lib:739
4466 #, sh-format
4467 msgid "A shortcut by that name already exists, overwrite?"
4468 msgstr ""
4469
44124470 #: lib/website.lib:29
44134471 #, sh-format
44144472 msgid "Connect to your $APPLICATION_TITLE account"
44284486 "Zlyhanie počas pripájania!\\nProsím, uistite sa, že Vaše prihlasovacie meno "
44294487 "a heslo je platné."
44304488
4431 #: lib/wine.lib:367
4489 #: lib/wine.lib:371
44324490 #, sh-format
44334491 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44344492 msgstr "Prosím, počkajte kým $APPLICATION_TITLE nepreskúma Váš hardvér."
44354493
4436 #: lib/wine.lib:373
4494 #: lib/wine.lib:377
44374495 #, sh-format
44384496 msgid "Select the main videocard to report:"
44394497 msgstr ""
44404498
4441 #: lib/wine.lib:538 lib/wine.lib:703
4499 #: lib/wine.lib:549 lib/wine.lib:714
44424500 #, sh-format
44434501 msgid ""
44444502 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44464504 msgstr ""
44474505 "Zdá sa, že Wine spadol.\\n\\nAk Váš program beží, ignorujte túto správu."
44484506
4449 #: lib/wine.lib:763
4507 #: lib/wine.lib:775
44504508 #, sh-format
44514509 msgid "Unable to find version: "
44524510 msgstr "Nedá sa nájsť verzia: "
44534511
4454 #: lib/wine.lib:769 lib/wine.lib:770
4512 #: lib/wine.lib:781 lib/wine.lib:782
44554513 #, sh-format
44564514 msgid "Downloading Wine: "
44574515 msgstr "Sťahuje sa Wine: "
44584516
4459 #: lib/wine.lib:779
4517 #: lib/wine.lib:791
44604518 #, sh-format
44614519 msgid "The download seems to have failed."
44624520 msgstr "Zdá sa, že sťahovanie zlyhalo."
44634521
4464 #: lib/wine.lib:781
4522 #: lib/wine.lib:793
44654523 #, sh-format
44664524 msgid "Extracting Wine..."
44674525 msgstr "Rozbaľuje sa Wine..."
44684526
4469 #: lib/wine.lib:961
4527 #: lib/wine.lib:976
44704528 #, sh-format
44714529 msgid "Overwrite (usually works, no guarantee)"
44724530 msgstr ""
44734531
4474 #: lib/wine.lib:962
4532 #: lib/wine.lib:977
44754533 #, sh-format
44764534 msgid "Erase (virtual drive content will be lost)"
44774535 msgstr ""
44784536
4479 #: lib/wine.lib:976
4537 #: lib/wine.lib:991
44804538 #, sh-format
44814539 msgid "The target virtual drive $PREFNAME already exists:"
44824540 msgstr ""
44834541
4484 #: lib/wine.lib:1156 lib/wine.lib:1186
4542 #: lib/wine.lib:1171 lib/wine.lib:1201
44854543 #, sh-format
44864544 msgid "Please wait while $SOFTNAME is installed..."
44874545 msgstr "Prosím, čakajte, kým sa nenainštaluje $SOFTNAME ..."
44884546
4489 #: lib/wine.lib:1160 lib/wine.lib:1189
4547 #: lib/wine.lib:1175 lib/wine.lib:1204
44904548 #, sh-format
44914549 msgid ""
44924550 "Be careful! This will kill install process. If it is not finished, you will "
44954553 "Buďte opatrný! Toto ukončí inštalačný proces. Ak nie je dokončený, budete "
44964554 "musieť inštalovať $SOFTNAME odznova"
44974555
4498 #: lib/wine.lib:1160 lib/wine.lib:1189
4556 #: lib/wine.lib:1175 lib/wine.lib:1204
44994557 #, sh-format
45004558 msgid "Install is done"
45014559 msgstr "Inštalácia je dokončená"
45024560
4503 #: lib/wine.lib:1193 lib/wine.lib:1194
4561 #: lib/wine.lib:1208 lib/wine.lib:1209
45044562 #, sh-format
45054563 msgid "Press next only when the installation process is finished"
45064564 msgstr "Stlačte Ďalej iba keď bude dokončený inštalačný proces"
45074565
4508 #: lib/wine.lib:1202
4566 #: lib/wine.lib:1217
45094567 #, sh-format
45104568 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45114569 msgstr "Prosím, čakajte, kým $APPLICATION_TITLE nasimuluje reštart"
45244582 "Pre čisté odinštalovanie programu s {0}, musíte vymazať priradenú virtuálnu "
45254583 "jednotku"
45264584
4527 #: python/configure.py:197 python/configure.py:694
4585 #: python/configure.py:196 python/configure.py:703
45284586 msgid "General"
45294587 msgstr "Všeobecné"
45304588
4531 #: python/configure.py:200
4589 #: python/configure.py:199
45324590 msgid "Make a new shortcut from this virtual drive"
45334591 msgstr "Vytvoriť nový odkaz z tejto virtuálnej jednotky"
45344592
4535 #: python/configure.py:201
4593 #: python/configure.py:200
45364594 msgid "Name"
45374595 msgstr "Meno"
45384596
4539 #: python/configure.py:202
4597 #: python/configure.py:201
45404598 msgid "Wine version"
45414599 msgstr "Verzia Wine"
45424600
4543 #: python/configure.py:203
4601 #: python/configure.py:202
45444602 msgid "Debug flags"
45454603 msgstr ""
45464604
4547 #: python/configure.py:205
4605 #: python/configure.py:204
45484606 msgid "Virtual drive"
45494607 msgstr "Virtuálna jednotka"
45504608
4551 #: python/configure.py:207
4609 #: python/configure.py:206
45524610 msgid "Arguments"
45534611 msgstr "Argumenty"
45544612
4555 #: python/configure.py:211
4613 #: python/configure.py:210
45564614 msgid "Run configuration wizard"
45574615 msgstr "Spustiť sprievodcu konfigurácie"
45584616
4559 #: python/configure.py:248
4617 #: python/configure.py:247
45604618 msgid "Windows reboot"
45614619 msgstr "Reštartovať Windows"
45624620
4563 #: python/configure.py:256
4621 #: python/configure.py:255
45644622 msgid "Repair virtual drive"
45654623 msgstr "Opraviť virtuálnu jednotku"
45664624
4567 #: python/configure.py:265
4625 #: python/configure.py:264
45684626 msgid "Command prompt"
45694627 msgstr "Príkazový riadok"
45704628
4571 #: python/configure.py:272
4629 #: python/configure.py:271
45724630 msgid "Task manager"
45734631 msgstr "Správca úloh"
45744632
4575 #: python/configure.py:280
4633 #: python/configure.py:279
45764634 msgid "Kill processes"
45774635 msgstr "Ukončiť procesy"
45784636
4579 #: python/configure.py:287
4637 #: python/configure.py:286
45804638 msgid "Wine uninstaller"
45814639 msgstr "Wine odinštalátor"
45824640
4583 #: python/configure.py:312
4641 #: python/configure.py:311
45844642 msgid ""
45854643 "Be careful! Installing one of these components can break your virtual drive."
45864644 msgstr ""
45874645 "Buďte opatrný! Inštaláciou týchto súčastí môžete poškodiť vašu virtuálnu "
45884646 "jednotku."
45894647
4590 #: python/configure.py:334 python/install.py:285 python/install.py:289
4591 #: python/mainwindow.py:197 python/mainwindow.py:350
4648 #: python/configure.py:333 python/install.py:285 python/install.py:289
4649 #: python/mainwindow.py:199 python/mainwindow.py:348
45924650 msgid "Install"
45934651 msgstr "Pridať"
45944652
4595 #: python/configure.py:395
4653 #: python/configure.py:388
45964654 msgid "Open program's directory"
45974655 msgstr "Otvoriť adresár programu"
45984656
4599 #: python/configure.py:418
4657 #: python/configure.py:411
46004658 msgid "Open virtual drive's directory"
46014659 msgstr "Otvoriť adresár virtuálnej jednotky"
46024660
4603 #: python/configure.py:560
4661 #: python/configure.py:555
46044662 msgid "GLSL Support"
46054663 msgstr "Podpora GLSL"
46064664
4607 #: python/configure.py:561
4665 #: python/configure.py:556
46084666 msgid "Direct Draw Renderer"
46094667 msgstr "Vykresľovač Direct Draw"
46104668
4611 #: python/configure.py:562
4669 #: python/configure.py:557
46124670 msgid "Video memory size"
46134671 msgstr "Veľkosť video pamäti"
46144672
4615 #: python/configure.py:563
4673 #: python/configure.py:558
46164674 msgid "Offscreen rendering mode"
46174675 msgstr "Režim vykresľovania čiernej obrazovky"
46184676
4619 #: python/configure.py:564
4677 #: python/configure.py:559
46204678 msgid "Render target mode lock"
46214679 msgstr "Zámok režimu cieľového vykresľovača"
46224680
4623 #: python/configure.py:565
4681 #: python/configure.py:560
46244682 msgid "Multisampling"
46254683 msgstr "Viac-vzorkovanie(Multisampling)"
46264684
4627 #: python/configure.py:566
4685 #: python/configure.py:561
46284686 msgid "Strict Draw Ordering"
46294687 msgstr ""
46304688
4631 #: python/configure.py:576
4689 #: python/configure.py:571
46324690 msgid "Mouse warp override"
46334691 msgstr ""
46344692
4635 #: python/configure.py:578
4693 #: python/configure.py:573
46364694 msgid "Open a shell"
46374695 msgstr "Otvoriť terminál"
46384696
4639 #: python/configure.py:579
4697 #: python/configure.py:574
46404698 msgid "Run a .exe file in this virtual drive"
46414699 msgstr "Spustiť .exe súbor v tejto virtuálnej jednotke"
46424700
4643 #: python/configure.py:580
4701 #: python/configure.py:575
46444702 msgid "Command to exec before running the program"
46454703 msgstr "Príkaz na vykonanie pred spustením programu"
46464704
4647 #: python/configure.py:591
4705 #: python/configure.py:585
4706 msgid ""
4707 "Warning:\n"
4708 "\n"
4709 "Any program still running in this virtual drive will be terminated before "
4710 "Wine version is changed.\n"
4711 "Are you sure you want to continue?"
4712 msgstr ""
4713
4714 #: python/configure.py:596
46484715 msgid ""
46494716 "Be careful!\n"
46504717 "If you change "
46524719 "Buďte opatrný!\n"
46534720 "Ak zmeníte "
46544721
4655 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4722 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46564723 msgid "{0} configuration"
46574724 msgstr "{0} konfigurácia"
46584725
4659 #: python/configure.py:659
4726 #: python/configure.py:664
46604727 msgid "Please select a program or a virtual drive to configure"
46614728 msgstr "Prosím, vyberte program alebo virtuálnu jednotku na konfiguráciu"
46624729
4663 #: python/configure.py:677 python/options.py:280
4730 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46644731 msgid "New"
46654732 msgstr "Nová"
46664733
4667 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4668 #: python/mainwindow.py:596 python/options.py:207
4734 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4735 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46694736 msgid "Remove"
46704737 msgstr "Odobrať"
46714738
4672 #: python/configure.py:696
4739 #: python/configure.py:705
46734740 msgid "Install components"
46744741 msgstr "Inštalovať súčasti"
46754742
4676 #: python/configure.py:697 python/mainwindow.py:332
4743 #: python/configure.py:706 python/mainwindow.py:330
46774744 msgid "Display"
46784745 msgstr "Zobrazenie"
46794746
4680 #: python/configure.py:698
4747 #: python/configure.py:707
46814748 msgid "Miscellaneous"
46824749 msgstr "Rozličné"
46834750
4684 #: python/configure.py:726
4751 #: python/configure.py:735
46854752 msgid "This virtual drive is protected"
46864753 msgstr "Táto virtuálna jednotka je chránená"
46874754
4688 #: python/configure.py:728
4755 #: python/configure.py:737
46894756 msgid "Are you sure you want to delete {0} virtual drive ?"
46904757 msgstr "Naozaj chcete zmazať virtuálnu jednotku {0} ?"
46914758
4692 #: python/configure.py:735
4759 #: python/configure.py:744
46934760 msgid "Are you sure you want to delete {0} ?"
46944761 msgstr "Naozaj chcete vymazať {0} ?"
46954762
4696 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4697 #: python/mainwindow.py:997
4763 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4764 #: python/mainwindow.py:995
46984765 msgid "{0} debugger"
46994766 msgstr "{0} ladenie"
47004767
47024769 msgid "Please select a debug file"
47034770 msgstr "Prosím, vyberte ladiaci súbor"
47044771
4705 #: python/debug.py:76
4772 #: python/debug.py:78
47064773 msgid "Locate this logfile"
47074774 msgstr "Lokalizovať tento súbor denníka"
47084775
4709 #: python/debug.py:99
4776 #: python/debug.py:101
47104777 msgid "The file is named : {0}"
47114778 msgstr "Súbor je nazvaný : {0}"
47124779
4713 #: python/debug.py:153 python/debug.py:207
4780 #: python/debug.py:189 python/debug.py:245
47144781 msgid "Virtual drives"
47154782 msgstr "Virtuálne jednotky"
47164783
4717 #: python/debug.py:184
4784 #: python/debug.py:222
47184785 msgid "Report a problem about {0}"
47194786 msgstr "Nahlásiť problém s {0}"
47204787
4721 #: python/debug.py:206
4788 #: python/debug.py:244
47224789 msgid "Install scripts"
47234790 msgstr "Inštalovať skripty"
47244791
47434810 msgid "Next"
47444811 msgstr "Ďalej"
47454812
4746 #: python/guiv3.py:166
4813 #: python/guiv3.py:171
47474814 msgid "I Agree"
47484815 msgstr "Súhlasím"
47494816
4750 #: python/guiv3.py:167
4817 #: python/guiv3.py:172
47514818 msgid "Show virtual drives"
47524819 msgstr "Zobraziť virtuálne jednotky"
47534820
4754 #: python/guiv3.py:188
4821 #: python/guiv3.py:193
47554822 msgid "Login: "
47564823 msgstr "Prihlasovacie meno: "
47574824
4758 #: python/guiv3.py:189
4825 #: python/guiv3.py:194
47594826 msgid "Password: "
47604827 msgstr "Heslo: "
47614828
4762 #: python/guiv3.py:192
4829 #: python/guiv3.py:197
47634830 msgid "Register"
47644831 msgstr "Zaregistrovať sa"
47654832
4766 #: python/guiv3.py:288
4833 #: python/guiv3.py:302
47674834 msgid "MB downloaded"
47684835 msgstr "MB stiahnutých"
47694836
4770 #: python/guiv3.py:288
4837 #: python/guiv3.py:302
47714838 msgid "of"
47724839 msgstr "z"
47734840
4774 #: python/guiv3.py:749
4841 #: python/guiv3.py:769
47754842 msgid "You cannot close this window"
47764843 msgstr "Nemôžete zavrieť toto okno"
47774844
47794846 msgid "No description"
47804847 msgstr "Žiadny popis"
47814848
4782 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4849 #: python/install.py:210
4850 msgid "Accessories"
4851 msgstr "Nástroje"
4852
4853 #: python/install.py:211
4854 msgid "Development"
4855 msgstr "Vývoj"
4856
4857 #: python/install.py:212
4858 msgid "Education"
4859 msgstr "Vzdelávanie"
4860
4861 #: python/install.py:213
4862 msgid "Games"
4863 msgstr "Hry"
4864
4865 #: python/install.py:214
4866 msgid "Graphics"
4867 msgstr "Grafika"
4868
4869 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4870 msgid "Internet"
4871 msgstr "Internet"
4872
4873 #: python/install.py:216
4874 msgid "Multimedia"
4875 msgstr "Multimédia"
4876
4877 #: python/install.py:217
4878 msgid "Office"
4879 msgstr "Kancelária"
4880
4881 #: python/install.py:219
4882 msgid "Patches"
4883 msgstr "Opravy"
4884
4885 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47834886 msgid "Search"
47844887 msgstr "Hľadať"
47854888
47864889 #: python/install.py:252
47874890 msgid "Include:"
47884891 msgstr "Zahrnúť:"
4892
4893 #: python/install.py:258
4894 msgid "Testing"
4895 msgstr "Testovanie"
47894896
47904897 #: python/install.py:263
47914898 msgid "No-cd needed"
48494956 "used for piracy purposes we won't give any support on this matter."
48504957 msgstr ""
48514958
4852 #: python/irc.py:137
4959 #: python/irc.py:139
48534960 msgid "Send"
48544961 msgstr "Odoslať"
48554962
4856 #: python/irc.py:138
4963 #: python/irc.py:140
48574964 msgid "Connect"
48584965 msgstr "Pripojiť"
48594966
4860 #: python/irc.py:139
4967 #: python/irc.py:141
48614968 msgid "Disconnect"
48624969 msgstr "Odpojiť"
48634970
4864 #: python/irc.py:140
4971 #: python/irc.py:142
48654972 msgid "Leave"
48664973 msgstr "Opustiť"
48674974
4868 #: python/irc.py:227
4975 #: python/irc.py:229
48694976 msgid "Join a channel"
48704977 msgstr "Pripojiť sa ku kanálu"
48714978
4872 #: python/irc.py:257 python/mainwindow.py:725
4979 #: python/irc.py:259 python/mainwindow.py:723
48734980 msgid "Messenger"
48744981 msgstr "Komunikátor"
48754982
4876 #: python/irc.py:273
4983 #: python/irc.py:275
48774984 msgid ""
48784985 "If you close this window, you cannot read further replies. Are you sure that "
48794986 "you want to close it?"
49035010 msgid "{0} error"
49045011 msgstr "{0} chyba"
49055012
4906 #: python/mainwindow.py:73
5013 #: python/mainwindow.py:75
49075014 msgid "{0} website is unavailable. Please check your connection"
49085015 msgstr ""
49095016
4910 #: python/mainwindow.py:75
5017 #: python/mainwindow.py:77
49115018 msgid "Refreshing {0}"
49125019 msgstr "Obnovuje sa {0}"
49135020
4914 #: python/mainwindow.py:90 python/mainwindow.py:92
5021 #: python/mainwindow.py:92 python/mainwindow.py:94
49155022 msgid "An updated version of {0} is available"
49165023 msgstr "Je dostupná nová verzia {0}"
49175024
4918 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5025 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49195026 msgid "Run"
49205027 msgstr "Spustiť"
49215028
4922 #: python/mainwindow.py:200
5029 #: python/mainwindow.py:202
49235030 msgid "Donate"
49245031 msgstr "Prispieť"
49255032
4926 #: python/mainwindow.py:201
5033 #: python/mainwindow.py:203
49275034 msgid "Exit"
49285035 msgstr "Koniec"
49295036
4930 #: python/mainwindow.py:205
5037 #: python/mainwindow.py:207
49315038 msgid "Small icons"
49325039 msgstr "Malé ikony"
49335040
4934 #: python/mainwindow.py:206
5041 #: python/mainwindow.py:208
49355042 msgid "Medium icons"
49365043 msgstr "Stredne veľké ikony"
49375044
4938 #: python/mainwindow.py:207
5045 #: python/mainwindow.py:209
49395046 msgid "Large icons"
49405047 msgstr "Veľké ikony"
49415048
4942 #: python/mainwindow.py:208
5049 #: python/mainwindow.py:210
49435050 msgid "Very large icons"
49445051 msgstr "Veľmi veľké ikony"
49455052
4946 #: python/mainwindow.py:220
5053 #: python/mainwindow.py:222
49475054 msgid "Manage Wine versions"
49485055 msgstr "Spravovať Wine verzie"
49495056
4950 #: python/mainwindow.py:226
5057 #: python/mainwindow.py:228
49515058 msgid "Read a PC CD-Rom"
49525059 msgstr "Načítať PC CD-Rom"
49535060
4954 #: python/mainwindow.py:236
5061 #: python/mainwindow.py:238
49555062 msgid "Close all {0} software"
49565063 msgstr "Zavrieť všetok {0} softvér"
49575064
4958 #: python/mainwindow.py:240
5065 #: python/mainwindow.py:242
49595066 msgid "{0} console"
49605067 msgstr "{0} konzola"
49615068
4962 #: python/mainwindow.py:250
5069 #: python/mainwindow.py:248
49635070 msgid "{0} messenger"
49645071 msgstr "{0} komunikátor"
49655072
4966 #: python/mainwindow.py:266 python/options.py:388
5073 #: python/mainwindow.py:264 python/options.py:388
49675074 msgid "File associations"
49685075 msgstr "Asociácie súborov"
49695076
4970 #: python/mainwindow.py:273
5077 #: python/mainwindow.py:271
49715078 msgid "About {0}"
49725079 msgstr "O programe {0}"
49735080
4974 #: python/mainwindow.py:302 python/mainwindow.py:306
5081 #: python/mainwindow.py:300 python/mainwindow.py:304
49755082 msgid "Plugin manager"
49765083 msgstr "Správca zásuvných modulov"
49775084
4978 #: python/mainwindow.py:331
5085 #: python/mainwindow.py:329
49795086 msgid "File"
49805087 msgstr "Súbor"
49815088
4982 #: python/mainwindow.py:333
5089 #: python/mainwindow.py:331
49835090 msgid "Tools"
49845091 msgstr "Nástroje"
49855092
4986 #: python/mainwindow.py:334 python/mainwindow.py:723
5093 #: python/mainwindow.py:332 python/mainwindow.py:721
49875094 msgid "Settings"
49885095 msgstr "Nastavenia"
49895096
4990 #: python/mainwindow.py:335 python/options.py:387
5097 #: python/mainwindow.py:333 python/options.py:387
49915098 msgid "Plugins"
49925099 msgstr "Zásuvné moduly"
49935100
4994 #: python/mainwindow.py:347 python/mainwindow.py:739
5101 #: python/mainwindow.py:345 python/mainwindow.py:737
49955102 msgid "Close"
49965103 msgstr "Zavrieť"
49975104
4998 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5105 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49995106 msgid "Configure"
50005107 msgstr "Nastaviť"
50015108
5002 #: python/mainwindow.py:584
5109 #: python/mainwindow.py:582
50035110 msgid "Open the application's directory"
50045111 msgstr "Otvoriť adresár aplikácie"
50055112
5006 #: python/mainwindow.py:588 python/mainwindow.py:753
5113 #: python/mainwindow.py:586 python/mainwindow.py:751
50075114 msgid "Read the manual"
50085115 msgstr "Prečítať návod"
50095116
5010 #: python/mainwindow.py:592
5117 #: python/mainwindow.py:590
50115118 msgid "Set the icon"
50125119 msgstr "Nastaviť ikonu"
50135120
5014 #: python/mainwindow.py:600
5121 #: python/mainwindow.py:598
50155122 msgid "Close this application"
50165123 msgstr "Zavrieť túto aplikáciu"
50175124
5018 #: python/mainwindow.py:611
5125 #: python/mainwindow.py:609
50195126 msgid "KillApp"
50205127 msgstr "Ukončiť aplikáciu"
50215128
5022 #: python/mainwindow.py:618
5129 #: python/mainwindow.py:616
50235130 msgid "No manual found for {0}"
50245131 msgstr "Nenašiel sa návod pre {0}"
50255132
5026 #: python/mainwindow.py:721
5133 #: python/mainwindow.py:719
50275134 msgid "Install a program"
50285135 msgstr "Nainštalovať program"
50295136
5030 #: python/mainwindow.py:728
5137 #: python/mainwindow.py:726
50315138 msgid "Update GIT"
50325139 msgstr "Aktualizovať GIT"
50335140
5034 #: python/mainwindow.py:731
5141 #: python/mainwindow.py:729
50355142 msgid "Update instructions"
50365143 msgstr ""
50375144
5038 #: python/mainwindow.py:741
5145 #: python/mainwindow.py:739
50395146 msgid "Debug"
50405147 msgstr "Ladenie"
50415148
5042 #: python/mainwindow.py:743
5149 #: python/mainwindow.py:741
50435150 msgid "Report a problem"
50445151 msgstr ""
50455152
5046 #: python/mainwindow.py:747
5153 #: python/mainwindow.py:745
50475154 msgid "Create a shortcut"
50485155 msgstr "Vytvoriť odkaz"
50495156
5050 #: python/mainwindow.py:749
5157 #: python/mainwindow.py:747
50515158 msgid "Open the directory"
50525159 msgstr "Otvoriť adresár"
50535160
5054 #: python/mainwindow.py:755
5161 #: python/mainwindow.py:753
50555162 msgid "Save"
50565163 msgstr ""
50575164
5058 #: python/mainwindow.py:758
5165 #: python/mainwindow.py:756
50595166 msgid "Uninstall"
50605167 msgstr "Odinštalovať"
50615168
5062 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5063 #: python/mainwindow.py:1003
5169 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5170 #: python/mainwindow.py:1001
50645171 msgid "Please select a program."
50655172 msgstr "Prosím, vyberte program"
50665173
5067 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5174 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50685175 msgid "{0} settings"
50695176 msgstr "{0} nastavenia"
50705177
5071 #: python/mainwindow.py:965
5178 #: python/mainwindow.py:963
50725179 msgid "{0} install menu"
50735180 msgstr "{0} inštalačná ponuka"
50745181
5075 #: python/mainwindow.py:974
5182 #: python/mainwindow.py:972
50765183 msgid "{0} wine versions manager"
50775184 msgstr "{0} správca wine verzií"
50785185
5079 #: python/mainwindow.py:1005
5186 #: python/mainwindow.py:1003
50805187 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50815188 msgstr "Virtuálna jednotka priradená k {0} ({1}) už neexistuje."
50825189
52045311 "\n"
52055312 "Tieto informácie budú veľmi cenné pre nás pri pomoci ľuďom."
52065313
5207 #: python/mainwindow.py:1271
5314 #: python/mainwindow.py:1273
52085315 msgid "Are you sure you want to want to install {0} package?"
52095316 msgstr "Naozaj chcete nainštalovať balíček {0}?"
52105317
5211 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5318 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5319 #: python/mainwindow.py:1284
52125320 msgid ""
52135321 "You are trying to open a script design for {0}! It might not work as expected"
52145322 msgstr ""
52865394 msgid "You must restart {0} for the changes to take effect."
52875395 msgstr "Musíte reštartovať {0} pre uplatnenie zmien."
52885396
5289 #: python/wine_versions.py:194
5397 #: python/wine_versions.py:195
52905398 msgid "Installed Wine versions: "
52915399 msgstr "Nainštalované Wine verzie: "
52925400
5293 #: python/wine_versions.py:195
5401 #: python/wine_versions.py:196
52945402 msgid "Available Wine versions: "
52955403 msgstr "Dostupné Wine verzie: "
52965404
5297 #: python/wine_versions.py:202
5405 #: python/wine_versions.py:203
52985406 msgid "Wine versions"
52995407 msgstr "Verzia wine"
53005408
5301 #: python/wine_versions.py:321
5409 #: python/wine_versions.py:322
53025410 msgid "Are you sure you want to delete wine {0}?"
53035411 msgstr "Naozaj chcete vymazať wine {0}?"
53045412
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2012-05-18 12:42+0000\n"
1111 "Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
1212 "Language-Team: Slovenian <sl@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
228228 msgstr ""
229229
230230 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
231 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
231232 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
232233 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
233234 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
256257 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
257258 #: PlayOnLinux_Scripts/Civilization_V_:53
258259 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
259 #: PlayOnLinux_Scripts/Diablo_II_:51
260 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
260261 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
261262 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
262263 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
263264 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
264265 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
265 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
266266 #: PlayOnLinux_Scripts/Google_SketchUp_:51
267267 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
268268 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
282282 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
283283 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
284284 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
285 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
285286 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
286287 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
287288 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
288 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
289 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
289 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
290 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
291 #: PlayOnLinux_Scripts/Portal_2_:82
290292 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
291293 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
294 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
295 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
293296 #: PlayOnLinux_Scripts/Rayman_Origins_:72
294297 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
295298 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
299 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
296300 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
297301 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
298302 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
303 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
299304 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
300305 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
301 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
302 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
307 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
308 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
303309 #: PlayOnLinux_Scripts/Starcraft_:34
304310 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
305311 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
306 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
312 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
313 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
307314 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
308315 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
316 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
309317 #: PlayOnLinux_Scripts/Theme_Hospital_:59
310318 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
311319 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
312320 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
313321 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
322 #: PlayOnLinux_Scripts/Wizard_101_:38
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
315324 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
316325 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
323332 msgid "Please select the setup file to run"
324333 msgstr ""
325334
335 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
336 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
337 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
338 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
339 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
340 #, sh-format
341 msgid "Please insert the game media into your disc drive."
342 msgstr ""
343
326344 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
345 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
346 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
327347 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
328348 #: PlayOnLinux_Scripts/Dishonored_:72
329349 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
417437 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
418438 #: PlayOnLinux_Scripts/Magicka_:68
419439 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
440 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
420441 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
421442 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
422443 #: PlayOnLinux_Scripts/Rayman_Origins_:83
423444 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
424 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
425 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
445 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
446 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
426447 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
427448 #: PlayOnLinux_Scripts/The_Witcher_:125
428449 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
452473 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
453474 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
454475 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
476 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
455477 #: PlayOnLinux_Scripts/Driftmoon_:43
456478 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
457479 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
460482 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
461483 #: PlayOnLinux_Scripts/League_Of_Legends_:57
462484 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
463 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
485 #: PlayOnLinux_Scripts/Sacrifice_:41
486 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
487 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
488 #: PlayOnLinux_Scripts/Toontown_Online_:25
489 #: PlayOnLinux_Scripts/Watchtower_library_:43
464490 #: PlayOnLinux_Scripts/iTunes_10_:28
465491 #, sh-format
466492 msgid "Please select the setup file to run."
475501 #: PlayOnLinux_Scripts/POL_GoG_download_:48
476502 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
477503 #: PlayOnLinux_Scripts/SimCity_2000_:50
478 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
479 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
504 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
505 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
480506 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
481507 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
482508 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
483 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
484 #: lib/wine.lib:1186
509 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
510 #: lib/wine.lib:1171 lib/wine.lib:1201
485511 #, sh-format
486512 msgid "Please wait..."
487513 msgstr ""
509535 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
510536 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
511537 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
512 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
538 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
513539 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
514540 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
515541 #: PlayOnLinux_Scripts/Dead_Space_2_:85
525551 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
526552 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
527553 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
528 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
530556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
531557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
587613 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
588614 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
589615 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
590 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
616 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
591617 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
592618 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
593619 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
594 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
595 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
620 #: PlayOnLinux_Scripts/Dead_Space_:50
621 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
622 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
623 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
596624 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
597625 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
598626 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
602630 #: PlayOnLinux_Scripts/Rage_:79
603631 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
604632 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
605 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
607635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
608636 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
640668 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
641669 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
642670 #: PlayOnLinux_Scripts/Sacrifice_:45
643 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
671 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
644672 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
645673 #: PlayOnLinux_Scripts/The_Witcher_:102
646674 #, sh-format
651679 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
652680 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
653681 #: PlayOnLinux_Scripts/Mass_Effect_:54
654 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
682 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
655683 #: PlayOnLinux_Scripts/The_Witcher_:110
656684 #, sh-format
657685 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
663691 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
664692 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
665 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
693 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
666694 #: PlayOnLinux_Scripts/The_Witcher_:113
667695 #, sh-format
668696 msgid "Please insert the next game media into your disk drive"
691719 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
692720 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
693721 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
722 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
694723 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
695724 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
696725 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
796825 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
797826 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
798827 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
799 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
828 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
800829 #, sh-format
801830 msgid ""
802831 "You must disable anti-piracy protections of this game\\nif you want to play "
814843
815844 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
816845 #: PlayOnLinux_Scripts/Cars_2_:83
817 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
846 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
818847 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
819848 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
820849 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
835864 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
836865 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
837866 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
867 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
868 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
838869 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
839870 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
840871 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10501081 msgid "Please insert media 2 into your disk drive\\nif not already done."
10511082 msgstr ""
10521083
1053 #: PlayOnLinux_Scripts/Diablo_III_:29
1084 #: PlayOnLinux_Scripts/Diablo_III_:31
10541085 #, sh-format
10551086 msgid "Please select the setup file downloaded on $EDITOR website"
10561087 msgstr ""
10571088
1058 #: PlayOnLinux_Scripts/Diablo_III_:60
1089 #: PlayOnLinux_Scripts/Diablo_III_:62
10591090 #, sh-format
10601091 msgid ""
10611092 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10621093 "patch (AcceptEx Fix)"
10631094 msgstr ""
10641095
1065 #: PlayOnLinux_Scripts/Diablo_III_:60
1096 #: PlayOnLinux_Scripts/Diablo_III_:62
10661097 #, sh-format
10671098 msgid ""
10681099 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10691100 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1101 msgstr ""
1102
1103 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1104 #, sh-format
1105 msgid "Scanning your hardware..."
10701106 msgstr ""
10711107
10721108 #: PlayOnLinux_Scripts/Dishonored_:79
11451181
11461182 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11471183 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1148 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1149 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1184 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1185 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11501186 #, sh-format
11511187 msgid "Please insert the first game media into your disk drive"
11521188 msgstr ""
11531189
11541190 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1155 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1191 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11561192 #, sh-format
11571193 msgid "Please insert the second game media into your disk drive"
11581194 msgstr ""
12171253 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12181254 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12191255 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1256 #: PlayOnLinux_Scripts/Hearthstone_:64
12201257 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12211258 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12221259 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12421279 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12431280 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12441281 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1245 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1282 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12461283 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12471284 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12481285 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12661303 msgid "Editor"
12671304 msgstr ""
12681305
1269 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1306 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12701307 #, sh-format
12711308 msgid "This install script requires ffmpeg"
12721309 msgstr ""
12731310
1274 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1311 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12751312 #, sh-format
12761313 msgid "Converting videos..."
12771314 msgstr ""
12781315
12791316 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1317 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12801318 #, sh-format
12811319 msgid ""
12821320 "On first run the game will autodetect available renderers.\\nIt is likely "
12891327 msgid "Run $TITLE in safe mode?"
12901328 msgstr ""
12911329
1330 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1331 #, sh-format
1332 msgid ""
1333 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1334 "disable it by pressing Alt+R while in game.)"
1335 msgstr ""
1336
1337 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1338 #, sh-format
1339 msgid ""
1340 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1341 "game."
1342 msgstr ""
1343
12921344 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12931345 #, sh-format
12941346 msgid "Could not find program directory"
13511403 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13521404 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13531405 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1355 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1356 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13571406 #, sh-format
13581407 msgid "Language"
13591408 msgstr ""
14771526 msgid "Dedicated server"
14781527 msgstr ""
14791528
1480 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1529 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14811530 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14821531 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14831532 #, sh-format
15031552 msgid "Code wheel"
15041553 msgstr ""
15051554
1506 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1507 #, sh-format
1508 msgid "Do you have a language pack to install?"
1509 msgstr ""
1510
1511 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1512 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1513 #, sh-format
1514 msgid "Later"
1515 msgstr ""
1516
1517 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1556 #, sh-format
1557 msgid ""
1558 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1559 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1560 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1561 msgstr ""
1562
1563 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1564 #, sh-format
1565 msgid "Now you must install the modpack in directory:"
1566 msgstr ""
1567
1568 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1569 #, sh-format
1570 msgid "Please select ANY 3 icons when prompted."
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1574 #, sh-format
1575 msgid "temp directory missing"
1576 msgstr ""
1577
1578 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1579 #, sh-format
1580 msgid ""
1581 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1582 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1583 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1584 "details.\\nInstall it?"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1588 #, sh-format
1589 msgid "Control Panel"
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1593 #, sh-format
1594 msgid ""
1595 "IMPORTANT:\n"
1596 " \\n\\nOn the installation window coming next, do NOT click the Options "
1597 "button, it would mess up the language selection."
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1601 #, sh-format
1602 msgid ""
1603 "On first run the game will autodetect available renderers.\\nIt is likely "
1604 "that you will get better performance out of the OpenGL renderer."
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/Goblins_3_:21
1608 #, sh-format
1609 msgid "Please select the game language"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/Gothic_3_:82
1613 #, sh-format
1614 msgid "Choose the game resolution"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:96
1618 #, sh-format
1619 msgid ""
1620 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1621 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1622 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:110
1626 #, sh-format
1627 msgid "$TITLE is installed"
1628 msgstr ""
1629
1630 #: PlayOnLinux_Scripts/Guild_Wars_:53
1631 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1632 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1633 #, sh-format
1634 msgid "Please insert the DVD-ROM"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1638 #, sh-format
1639 msgid ""
1640 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1641 "client and download will resume from where it stopped. Download percentage "
1642 "reset but do not worry, it do not restart from the beginning."
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1646 #, sh-format
1647 msgid ""
1648 "Please select $TITLE install file. During installation, uncheck all extra "
1649 "drivers it wants to install:"
1650 msgstr ""
1651
15181652 #: PlayOnLinux_Scripts/Half_Life_2_:56
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15201654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15211655 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1522 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1656 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15231657 #, sh-format
15241658 msgid "No"
15251659 msgstr ""
15261660
1527 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1661 #: PlayOnLinux_Scripts/Half_Life_2_:56
1662 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1663 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1664 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1665 #: PlayOnLinux_Scripts/Portal_:36
1666 #, sh-format
1667 msgid ""
1668 "Steam installation has been detected\\nwould you like to install this game "
1669 "in the same virtual drive?"
1670 msgstr ""
1671
15291672 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15301673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15311674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15341677 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15351678 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15361679 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1537 #: python/guiv3.py:157
1680 #: python/guiv3.py:158 python/guiv3.py:161
15381681 #, sh-format
15391682 msgid "Yes"
15401683 msgstr ""
15411684
1542 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1543 #, sh-format
1544 msgid ""
1545 "To install a language pack later, open the configuration panel for the game "
1546 "in order to execute the installer into the virtual disk (Misc tab)"
1547 msgstr ""
1548
1549 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1550 #, sh-format
1551 msgid ""
1552 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1553 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1554 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1555 msgstr ""
1556
1557 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1558 #, sh-format
1559 msgid "Now you must install the modpack in directory:"
1560 msgstr ""
1561
1562 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1563 #, sh-format
1564 msgid "Please select ANY 3 icons when prompted."
1565 msgstr ""
1566
1567 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1568 #, sh-format
1569 msgid "temp directory missing"
1570 msgstr ""
1571
1572 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1573 #, sh-format
1574 msgid ""
1575 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1576 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1577 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1578 "details.\\nInstall it?"
1579 msgstr ""
1580
1581 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1582 #, sh-format
1583 msgid "Control Panel"
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1587 #, sh-format
1588 msgid ""
1589 "IMPORTANT:\n"
1590 " \\n\\nOn the installation window coming next, do NOT click the Options "
1591 "button, it would mess up the language selection."
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1595 #, sh-format
1596 msgid ""
1597 "On first run the game will autodetect available renderers.\\nIt is likely "
1598 "that you will get better performance out of the OpenGL renderer."
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/Goblins_3_:21
1602 #, sh-format
1603 msgid "Please select the game language"
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/Gothic_3_:82
1607 #, sh-format
1608 msgid "Choose the game resolution"
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/Gothic_3_:96
1612 #, sh-format
1613 msgid ""
1614 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1615 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1616 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:110
1620 #, sh-format
1621 msgid "$TITLE is installed"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Guild_Wars_:53
1625 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1626 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1627 #, sh-format
1628 msgid "Please insert the DVD-ROM"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1632 #, sh-format
1633 msgid ""
1634 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1635 "client and download will resume from where it stopped. Download percentage "
1636 "reset but do not worry, it do not restart from the beginning."
1637 msgstr ""
1638
1639 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1640 #, sh-format
1641 msgid ""
1642 "Please select $TITLE install file. During installation, uncheck all extra "
1643 "drivers it wants to install:"
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Half_Life_2_:56
1647 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1648 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1649 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1650 #: PlayOnLinux_Scripts/Portal_:36
1651 #, sh-format
1652 msgid ""
1653 "Steam installation has been detected\\nwould you like to install this game "
1654 "in the same virtual drive?"
1655 msgstr ""
1656
16571685 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16581686 #, sh-format
16591687 msgid "Updating $TITLE"
16601688 msgstr ""
16611689
1662 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1690 #: PlayOnLinux_Scripts/Hanahira__:54
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16641692 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16651693 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16731701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1707 #: PlayOnLinux_Scripts/Steins_Gate_:51
16741708 #, sh-format
16751709 msgid "Please locate installation program (Setup.exe)"
16761710 msgstr ""
16771711
1678 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1712 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16811714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16821715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16981731 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16991732 msgstr ""
17001733
1734 #: PlayOnLinux_Scripts/Hearthstone_:26
1735 #, sh-format
1736 msgid "What language do you want to install?"
1737 msgstr ""
1738
17011739 #: PlayOnLinux_Scripts/ImgBurn_:38
17021740 #, sh-format
17031741 msgid ""
17351773 msgstr ""
17361774
17371775 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1738 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17391776 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17401777 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17411778 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18871924 "If the download update stuck close and run until the download is complete."
18881925 msgstr ""
18891926
1927 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18901928 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18911929 #, sh-format
18921930 msgid "Demo version"
18931931 msgstr ""
18941932
1933 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18951934 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18961935 #, sh-format
18971936 msgid "Please select version."
19451984 #, sh-format
19461985 msgid ""
19471986 "No filename extension specified, skipping association to native application."
1987 msgstr ""
1988
1989 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1990 #, sh-format
1991 msgid "Contacting download server."
19481992 msgstr ""
19491993
19501994 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20312075 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2033 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2077 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20342078 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20352079 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20362080 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20682112 "them without issues"
20692113 msgstr ""
20702114
2071 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2072 #, sh-format
2073 msgid "This package fail to install with wine 1.5.21 or better"
2074 msgstr ""
2075
2076 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2115 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20772116 #, sh-format
20782117 msgid ""
20792118 "If you see error messages during DotNet 3.5 installation, you can ignore "
21892228 "Please update."
21902229 msgstr ""
21912230
2192 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2231 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2232 #: PlayOnLinux_Scripts/yWriter_5_:45
21932233 #, sh-format
21942234 msgid "Downloading..."
21952235 msgstr ""
23002340 msgid "Microsoft fonts have been installed successfully."
23012341 msgstr ""
23022342
2343 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2344 #, sh-format
2345 msgid ""
2346 "OSX users: If the screen flickers once the game is launched, try to press "
2347 "cmd + tab twice"
2348 msgstr ""
2349
23032350 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23042351 #, sh-format
23052352 msgid "Remove Game For Windows Live..."
23372384 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23382385 msgstr ""
23392386
2340 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2387 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23412388 #, sh-format
23422389 msgid "Abort installation"
23432390 msgstr ""
23622409 msgid "The program needs access to ptrace() to proceed:"
23632410 msgstr ""
23642411
2365 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2412 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23662413 #, sh-format
23672414 msgid "User abort"
23682415 msgstr ""
24012448 msgid "Please do not run $TITLE after installation has finished."
24022449 msgstr ""
24032450
2451 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2452 #, sh-format
2453 msgid "Extracting $TITLE"
2454 msgstr ""
2455
24042456 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24052457 #, sh-format
24062458 msgid ""
24132465 msgid "$TITLE has been successfully installed."
24142466 msgstr ""
24152467
2468 #: PlayOnLinux_Scripts/Poker_Stars_:37
2469 #, sh-format
2470 msgid "Error while installing. Downloaded file not found."
2471 msgstr ""
2472
24162473 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24172474 #, sh-format
24182475 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24202477
24212478 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24222479 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2480 #: PlayOnLinux_Scripts/Watchtower_library_:58
24232481 #, sh-format
24242482 msgid "Please wait while $TITLE is installed"
24252483 msgstr ""
24512509 #: PlayOnLinux_Scripts/Rage_:93
24522510 #, sh-format
24532511 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2512 msgstr ""
2513
2514 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2515 #, sh-format
2516 msgid ""
2517 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2518 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2519 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2520 "n\\nIf you have one of this two versions of this game, please give some "
2521 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2522 "n\\nThank you!"
2523 msgstr ""
2524
2525 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2526 #, sh-format
2527 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2528 msgstr ""
2529
2530 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2531 #, sh-format
2532 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2533 msgstr ""
2534
2535 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2536 #, sh-format
2537 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2538 msgstr ""
2539
2540 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2541 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2542 #, sh-format
2543 msgid "Select a version of installation disc:"
2544 msgstr ""
2545
2546 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2547 #, sh-format
2548 msgid "First Release (without addons)"
2549 msgstr ""
2550
2551 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2552 #, sh-format
2553 msgid "Gold Edition"
2554 msgstr ""
2555
2556 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2557 #, sh-format
2558 msgid "Platinum Edition"
2559 msgstr ""
2560
2561 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2562 #, sh-format
2563 msgid "What is your version of Railroad Tycoon II?"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2567 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2568 #, sh-format
2569 msgid ""
2570 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2571 "desktop.\\n\\nThank you for using this installation script! :)"
24542572 msgstr ""
24552573
24562574 #: PlayOnLinux_Scripts/Reaper_4_:30
26022720 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26032721 msgstr ""
26042722
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2733 #, sh-format
2734 msgid ""
2735 "Close the visual novel when it appears to continue installation. Click Next "
2736 "to begin installation."
2737 msgstr ""
2738
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2740 #, sh-format
2741 msgid ""
2742 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2743 "script will now install it. Click Next to continue."
2744 msgstr ""
2745
26052746 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26062747 #, sh-format
26072748 msgid ""
26092750 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26102751 msgstr ""
26112752
2612 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2613 #, sh-format
2614 msgid "Please locate installation program (Launcher.exe)"
2615 msgstr ""
2616
2617 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2618 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2619 #, sh-format
2620 msgid ""
2621 "When the launcher opens, click on the top button to open the installer. When "
2622 "a new window opens, click OK. When another window opens, click on the button "
2623 "with the letter N until it is installing. Wait until it is done and click "
2624 "the right button to quit. Click Next when you are done installing."
2753 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2754 #, sh-format
2755 msgid "Please locate installation program in Data folder (Resonance.msi)"
26252756 msgstr ""
26262757
26272758 #: PlayOnLinux_Scripts/Steam_:50
26572788 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26582789 "game. Steam install xna framework the game. Close the Steam so that the "
26592790 "installer can continue."
2791 msgstr ""
2792
2793 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2794 #, sh-format
2795 msgid "If youve the extentions, you should install Tribunal first !"
26602796 msgstr ""
26612797
26622798 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27682904 "pp 4-5."
27692905 msgstr ""
27702906
2907 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2908 #, sh-format
2909 msgid "Please select the installation file to run."
2910 msgstr ""
2911
2912 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2913 #, sh-format
2914 msgid ""
2915 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2916 "your region.\\n 2. Leave only checked DirectX box."
2917 msgstr ""
2918
27712919 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27722920 #, sh-format
27732921 msgid ""
27742922 "The game will fail to launch until you set "
27752923 "/proc/sys/kernel/yama/ptrace_scope to 0"
2924 msgstr ""
2925
2926 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2927 #, sh-format
2928 msgid "Other destination or other CD/DVD"
2929 msgstr ""
2930
2931 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2932 #, sh-format
2933 msgid "Retail CD"
2934 msgstr ""
2935
2936 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2937 #, sh-format
2938 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2939 msgstr ""
2940
2941 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2942 #, sh-format
2943 msgid "video fix"
27762944 msgstr ""
27772945
27782946 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28553023 msgid "Donwload finished.\\nPatches installation will begin"
28563024 msgstr ""
28573025
3026 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3027 #, sh-format
3028 msgid "We will download the installer"
3029 msgstr ""
3030
28583031 #: PlayOnLinux_Scripts/Toontown_Online_:17
28593032 #, sh-format
28603033 msgid ""
28923065 msgid "Do you want to browse $TITLE website?"
28933066 msgstr ""
28943067
3068 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3069 #, sh-format
3070 msgid ""
3071 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3072 "messenger, because it will won't work correctly."
3073 msgstr ""
3074
3075 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3076 #, sh-format
3077 msgid "Warning"
3078 msgstr ""
3079
28953080 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28963081 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28973082 #, sh-format
29003085 "want it to run correctly with $APPLICATION_TITLE"
29013086 msgstr ""
29023087
3088 #: PlayOnLinux_Scripts/Watchtower_library_:49
3089 #, sh-format
3090 msgid "File Selection Error"
3091 msgstr ""
3092
3093 #: PlayOnLinux_Scripts/Watchtower_library_:49
3094 #, sh-format
3095 msgid ""
3096 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3097 msgstr ""
3098
29033099 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29043100 #, sh-format
29053101 msgid ""
29163112 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29173113 #, sh-format
29183114 msgid ""
2919 "Attention: After installation is complete, the patcher will load. Please "
2920 "close the patcher before logging in or finish updating to complete the "
2921 "installation. After this, you can run \"$TITLE\" when setup is done"
3115 "Attention:After installation is complete, the patcher will load. After, go "
3116 "to the top right of the patcher and click the wrench, Then Un-check the box "
3117 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3118 "minuite. When finished with this, please close the patcher before logging in "
3119 "or finish updating to complete the installation. After this, you can run "
3120 "\"$TITLE\" when setup is done"
29223121 msgstr ""
29233122
29243123 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29593158 "Please insert game media 5 into your disk drive\\nif not already done."
29603159 msgstr ""
29613160
3161 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3162 #, sh-format
3163 msgid "Which region version of World of Warplanes would you like to install?"
3164 msgstr ""
3165
3166 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3167 #, sh-format
3168 msgid ""
3169 "Attention:After installation is complete, the patcher will load. After, go "
3170 "to the top right of the patcher and click the wrench, Then Un-check the box "
3171 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3172 "minute. When finished with this, please close the patcher before logging in "
3173 "or finish updating to complete the installation. After this, you can run "
3174 "\"$TITLE\" when setup is done"
3175 msgstr ""
3176
29623177 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29633178 #, sh-format
29643179 msgid ""
30063221 msgid "Please select the 32bit version of iTunes"
30073222 msgstr ""
30083223
3009 #: PlayOnLinux_Scripts/osu_:45
3224 #: PlayOnLinux_Scripts/osu_:46
30103225 #, sh-format
30113226 msgid ""
30123227 "Press next to start the updater. When the updater is finished, close it "
30263241 "resolution when rFactor Config comes up."
30273242 msgstr ""
30283243
3029 #: bash/bug_report:31
3244 #: bash/bug_report:32
30303245 #, sh-format
30313246 msgid "Report a bug"
30323247 msgstr ""
30333248
3034 #: bash/bug_report:36
3249 #: bash/bug_report:37
30353250 #, sh-format
30363251 msgid ""
30373252 "Please give the more details as you can, otherwise, it will be very "
30383253 "difficult to help you"
30393254 msgstr ""
30403255
3041 #: bash/bug_report:36
3256 #: bash/bug_report:37
30423257 #, sh-format
30433258 msgid ""
30443259 "This wizard will help you to report a bug about an officially supported "
30453260 "program."
30463261 msgstr ""
30473262
3048 #: bash/bug_report:40
3263 #: bash/bug_report:41
30493264 #, sh-format
30503265 msgid ""
30513266 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30523267 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30533268 msgstr ""
30543269
3055 #: bash/bug_report:46
3270 #: bash/bug_report:47
30563271 #, sh-format
30573272 msgid "I have a problem with a software"
30583273 msgstr ""
30593274
3060 #: bash/bug_report:46
3275 #: bash/bug_report:47
30613276 #, sh-format
30623277 msgid "My problem concerns $APPLICATION_TITLE itself"
30633278 msgstr ""
30643279
3065 #: bash/bug_report:46
3280 #: bash/bug_report:47
30663281 #, sh-format
30673282 msgid "What kind of problem do you have?"
30683283 msgstr ""
30693284
3070 #: bash/bug_report:50
3285 #: bash/bug_report:51
30713286 #, sh-format
30723287 msgid "Don't join any log file"
30733288 msgstr ""
30743289
3075 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3290 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30763291 #: bash/manual_install:120 bash/manual_install:219
30773292 #, sh-format
30783293 msgid "Manual installation"
30793294 msgstr ""
30803295
3081 #: bash/bug_report:54 bash/run_exe:24
3296 #: bash/bug_report:55 bash/run_exe:24
30823297 #, sh-format
30833298 msgid "Automatic installation"
30843299 msgstr ""
30853300
3086 #: bash/bug_report:65
3301 #: bash/bug_report:66
30873302 #, sh-format
30883303 msgid "Choose the log file corresponding to your software."
30893304 msgstr ""
30903305
3091 #: bash/bug_report:69
3306 #: bash/bug_report:70
30923307 #, sh-format
30933308 msgid "Please give a very short description (title, english only)"
30943309 msgstr ""
30953310
3096 #: bash/bug_report:72
3311 #: bash/bug_report:73
30973312 #, sh-format
30983313 msgid "Please explain your problem clearly (english only):"
30993314 msgstr ""
31003315
3101 #: bash/bug_report:76
3316 #: bash/bug_report:77
31023317 #, sh-format
31033318 msgid "Sorry, we need a detailed description."
31043319 msgstr ""
31053320
3106 #: bash/bug_report:107
3321 #: bash/bug_report:108
31073322 #, sh-format
31083323 msgid ""
31093324 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31453360 msgstr ""
31463361
31473362 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3148 #: python/mainwindow.py:232
3363 #: python/mainwindow.py:234
31493364 #, sh-format
31503365 msgid "Run a local script"
31513366 msgstr ""
32693484 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32703485 msgstr ""
32713486
3272 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3487 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32733488 #, sh-format
32743489 msgid "$APPLICATION_TITLE first use"
32753490 msgstr ""
32763491
3277 #: bash/first_use:240
3492 #: bash/first_use:242
32783493 #, sh-format
32793494 msgid "$APPLICATION_TITLE is going to finish its preparation"
32803495 msgstr ""
32813496
3282 #: bash/first_use:240 bash/first_use:243
3497 #: bash/first_use:242 bash/first_use:245
32833498 #, sh-format
32843499 msgid "Please ensure you are connected to the internet."
32853500 msgstr ""
32863501
3287 #: bash/first_use:243
3502 #: bash/first_use:245
32883503 #, sh-format
32893504 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32903505 msgstr ""
32913506
3292 #: bash/first_use:243
3507 #: bash/first_use:245
32933508 #, sh-format
32943509 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32953510 msgstr ""
32963511
3297 #: bash/first_use:253
3512 #: bash/first_use:255
32983513 #, sh-format
32993514 msgid "Error while installing fonts"
33003515 msgstr ""
33013516
3302 #: bash/first_use:271
3517 #: bash/first_use:273
33033518 #, sh-format
33043519 msgid "Enjoy using $APPLICATION_TITLE"
33053520 msgstr ""
34113626 msgid "Use another version of Wine"
34123627 msgstr ""
34133628
3414 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3415 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3629 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3630 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34163631 #, sh-format
34173632 msgid "Configure Wine"
34183633 msgstr ""
34323647 msgid "What would you like to do before installation?"
34333648 msgstr ""
34343649
3435 #: bash/manual_install:230 lib/scripts.lib:437
3650 #: bash/manual_install:231 lib/scripts.lib:438
34363651 #, sh-format
34373652 msgid "Please make your choice"
34383653 msgstr ""
34393654
3440 #: bash/manual_install:258
3655 #: bash/manual_install:259
34413656 #, sh-format
34423657 msgid "Looking for runnable CD-ROMs"
34433658 msgstr ""
34443659
3445 #: bash/manual_install:281
3660 #: bash/manual_install:282
34463661 #, sh-format
34473662 msgid "Select another file"
34483663 msgstr ""
34493664
3450 #: bash/manual_install:289
3665 #: bash/manual_install:290
34513666 #, sh-format
34523667 msgid "Please choose a way to install your program"
34533668 msgstr ""
34543669
3455 #: bash/manual_install:298
3670 #: bash/manual_install:299
34563671 #, sh-format
34573672 msgid "Please select the install file to run."
34583673 msgstr ""
34593674
3460 #: bash/manual_install:328
3675 #: bash/manual_install:329
34613676 #, sh-format
34623677 msgid "You must choose a file!"
34633678 msgstr ""
34643679
3465 #: bash/manual_install:334
3680 #: bash/manual_install:335
34663681 #, sh-format
34673682 msgid "$APPLICATION_TITLE is installing your application..."
34683683 msgstr ""
35403755 msgid "Extracting: "
35413756 msgstr ""
35423757
3543 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3758 #: bash/playonlinux-pkg:111
35443759 #, sh-format
35453760 msgid "Running..."
35463761 msgstr ""
35503765 msgid "Cleaning..."
35513766 msgstr ""
35523767
3553 #: bash/playonlinux_online:32
3554 #, sh-format
3555 msgid ""
3556 "This is the list of the scripts you sent to us. You can run one of them"
3557 msgstr ""
3558
3559 #: bash/playonlinux_online:42
3560 #, sh-format
3561 msgid "You do not seems to have any personal script"
3562 msgstr ""
3563
3564 #: bash/playonlinux_online:47
3565 #, sh-format
3566 msgid ""
3567 "If you have successfully installed a program with 'Install a non-listed\\"
3568 "nsoftware' button, it will allow you to add this program in our list"
3569 msgstr ""
3570
3571 #: bash/playonlinux_online:47
3572 #, sh-format
3573 msgid "This tools will allow you to help us :"
3574 msgstr ""
3575
3576 #: bash/playonlinux_online:47
3577 #, sh-format
3578 msgid ""
3579 "We're going to ask you some questions, please be as much accurate as\\"
3580 "npossible"
3581 msgstr ""
3582
3583 #: bash/playonlinux_online:55
3584 #, sh-format
3585 msgid "Choose the file corresponding to your program."
3586 msgstr ""
3587
3588 #: bash/playonlinux_online:59
3589 #, sh-format
3590 msgid "Does your program run?"
3591 msgstr ""
3592
3593 #: bash/playonlinux_online:62
3594 #, sh-format
3595 msgid "What is the title of your program?"
3596 msgstr ""
3597
3598 #: bash/playonlinux_online:64
3599 #, sh-format
3600 msgid "What is the editor of your program?"
3601 msgstr ""
3602
3603 #: bash/playonlinux_online:66
3604 #, sh-format
3605 msgid "What is the editor website of your program?"
3606 msgstr ""
3607
3608 #: bash/playonlinux_online:69 python/install.py:210
3609 #, sh-format
3610 msgid "Accessories"
3611 msgstr ""
3612
3613 #: bash/playonlinux_online:69 python/install.py:211
3614 #, sh-format
3615 msgid "Development"
3616 msgstr ""
3617
3618 #: bash/playonlinux_online:69 python/install.py:212
3619 #, sh-format
3620 msgid "Education"
3621 msgstr ""
3622
3623 #: bash/playonlinux_online:69 python/install.py:213
3624 #, sh-format
3625 msgid "Games"
3626 msgstr ""
3627
3628 #: bash/playonlinux_online:69 python/install.py:214
3629 #, sh-format
3630 msgid "Graphics"
3631 msgstr ""
3632
3633 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3634 #: python/options.py:384
3635 #, sh-format
3636 msgid "Internet"
3637 msgstr ""
3638
3639 #: bash/playonlinux_online:69 python/install.py:216
3640 #, sh-format
3641 msgid "Multimedia"
3642 msgstr ""
3643
3644 #: bash/playonlinux_online:69 python/install.py:217
3645 #, sh-format
3646 msgid "Office"
3647 msgstr ""
3648
3649 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3650 #, sh-format
3651 msgid "Other"
3652 msgstr ""
3653
3654 #: bash/playonlinux_online:69 python/install.py:219
3655 #, sh-format
3656 msgid "Patches"
3657 msgstr ""
3658
3659 #: bash/playonlinux_online:69
3660 #, sh-format
3661 msgid "Select a category for your program"
3662 msgstr ""
3663
3664 #: bash/playonlinux_online:69 python/install.py:258
3665 #, sh-format
3666 msgid "Testing"
3667 msgstr ""
3668
3669 #: bash/playonlinux_online:72
3670 #, sh-format
3671 msgid ""
3672 "What feature of your program does not work?\\nIf everything works, please "
3673 "mention it"
3674 msgstr ""
3675
3676 #: bash/playonlinux_online:74
3677 #, sh-format
3678 msgid "Write any change you made to wine configuration here:"
3679 msgstr ""
3680
3681 #: bash/playonlinux_online:102
3682 #, sh-format
3683 msgid "You must be able to run this program!"
3684 msgstr ""
3685
3686 #: bash/playonlinux_online:107
3687 #, sh-format
3688 msgid "Run one of your personal scripts"
3689 msgstr ""
3690
3691 #: bash/playonlinux_online:108
3692 #, sh-format
3693 msgid "Send to us a working script generated by manual installation"
3694 msgstr ""
3695
3696 #: bash/playonlinux_online:109
3697 #, sh-format
3698 msgid "Logout"
3699 msgstr ""
3700
3701 #: bash/playonlinux_online:110
3702 #, sh-format
3703 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3704 msgstr ""
3705
3706 #: bash/playonlinux_online:124
3707 #, sh-format
3708 msgid ""
3709 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3710 "safely close this window"
3711 msgstr ""
3712
3713 #: bash/polconfigurator:33
3768 #: bash/polconfigurator:34
37143769 #, sh-format
37153770 msgid "Killing programs in the virtual drive..."
37163771 msgstr ""
37173772
3718 #: bash/polconfigurator:79
3773 #: bash/polconfigurator:86
37193774 #, sh-format
37203775 msgid "Icon selection"
37213776 msgstr ""
37223777
3723 #: bash/polconfigurator:79
3778 #: bash/polconfigurator:86
37243779 #, sh-format
37253780 msgid "Please select an icon file"
37263781 msgstr ""
37273782
3728 #: bash/polconfigurator:86
3783 #: bash/polconfigurator:93
37293784 #, sh-format
37303785 msgid "Bad file extension"
37313786 msgstr ""
37323787
3733 #: bash/polconfigurator:86
3788 #: bash/polconfigurator:93
37343789 #, sh-format
37353790 msgid "is not an icon extension"
37363791 msgstr ""
37373792
3738 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3739 #: python/mainwindow.py:621
3793 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3794 #: python/mainwindow.py:619
37403795 #, sh-format
37413796 msgid "Registry Editor"
37423797 msgstr ""
37433798
3744 #: bash/polconfigurator:97
3799 #: bash/polconfigurator:104
37453800 #, sh-format
37463801 msgid "Kill all prefix processes"
37473802 msgstr ""
37483803
3749 #: bash/polconfigurator:98
3804 #: bash/polconfigurator:105
37503805 #, sh-format
37513806 msgid "Update wineprefix"
37523807 msgstr ""
37533808
3754 #: bash/polconfigurator:99
3809 #: bash/polconfigurator:106
37553810 #, sh-format
37563811 msgid "Simulate Windows reboot"
37573812 msgstr ""
37583813
3759 #: bash/polconfigurator:100
3814 #: bash/polconfigurator:107
37603815 #, sh-format
37613816 msgid "Use Advanced Wine Configuration plugin"
37623817 msgstr ""
37633818
3764 #: bash/polconfigurator:101
3819 #: bash/polconfigurator:108
37653820 #, sh-format
37663821 msgid "Use PlayOnLinux's configurator for"
37673822 msgstr ""
37683823
3769 #: bash/polconfigurator:103
3824 #: bash/polconfigurator:110
37703825 #, sh-format
37713826 msgid "Change the icon"
37723827 msgstr ""
37733828
3774 #: bash/polconfigurator:104
3829 #: bash/polconfigurator:111
37753830 #, sh-format
37763831 msgid "Use WineTricks"
37773832 msgstr ""
37783833
3779 #: bash/polconfigurator:123
3834 #: bash/polconfigurator:130
37803835 #, sh-format
37813836 msgid "Please choose an action to perform"
37823837 msgstr ""
38263881 msgid "Please choose a CD-ROM to eject"
38273882 msgstr ""
38283883
3829 #: bash/run_app:83
3884 #: bash/run_app:85
38303885 #, sh-format
38313886 msgid "Please choose a software to run"
38323887 msgstr ""
38333888
3834 #: bash/run_app:114
3889 #: bash/run_app:116
38353890 #, sh-format
38363891 msgid "$APPLICATION_TITLE debugger is starting..."
38373892 msgstr ""
38383893
3839 #: bash/run_app:117
3894 #: bash/run_app:119
38403895 #, sh-format
38413896 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38423897 msgstr ""
38433898
3844 #: bash/run_app:119
3899 #: bash/run_app:121
38453900 #, sh-format
38463901 msgid "$PACKAGE crashed."
38473902 msgstr ""
38973952 msgstr ""
38983953
38993954 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3900 #: lib/playonlinux.lib:717
3955 #: lib/playonlinux.lib:720
39013956 #, sh-format
39023957 msgid "$APPLICATION_TITLE Uninstaller"
39033958 msgstr ""
39173972 msgid "This wizard will help you to uninstall: "
39183973 msgstr ""
39193974
3920 #: bash/uninstall:65 lib/playonlinux.lib:717
3975 #: bash/uninstall:65 lib/playonlinux.lib:720
39213976 #, sh-format
39223977 msgid "Uninstalling..."
39233978 msgstr ""
39774032 msgstr ""
39784033
39794034 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3980 #: lib/wine.lib:955 lib/wine.lib:1036
4035 #: lib/wine.lib:970 lib/wine.lib:1051
39814036 #, sh-format
39824037 msgid "Please wait while the virtual drive is being created..."
39834038 msgstr ""
39924047 msgid "Setting Program Files var"
39934048 msgstr ""
39944049
3995 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3996 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4050 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4051 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39974052 #, sh-format
39984053 msgid "This function is disabled in the PlayOnlinux environment."
39994054 msgstr ""
40004055
4001 #: lib/playonlinux.lib:334
4056 #: lib/playonlinux.lib:336
40024057 #, sh-format
40034058 msgid ""
40044059 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40064061 "responsible from it.\\nPlease ensure you know what you are doing !"
40074062 msgstr ""
40084063
4009 #: lib/playonlinux.lib:335
4064 #: lib/playonlinux.lib:337
40104065 #, sh-format
40114066 msgid "Here the source code of the script. Check it carefully"
40124067 msgstr ""
40134068
4014 #: lib/playonlinux.lib:357
4069 #: lib/playonlinux.lib:359
40154070 #, sh-format
40164071 msgid ""
40174072 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40194074 "responsible from it.\\nPlease ensure you know what you are doing!"
40204075 msgstr ""
40214076
4022 #: lib/playonlinux.lib:358
4077 #: lib/playonlinux.lib:360
40234078 #, sh-format
40244079 msgid "External library"
40254080 msgstr ""
40264081
4027 #: lib/playonlinux.lib:358
4082 #: lib/playonlinux.lib:360
40284083 #, sh-format
40294084 msgid "Here the source code of the script. Check it carrefully"
40304085 msgstr ""
40314086
4032 #: lib/playonlinux.lib:591
4087 #: lib/playonlinux.lib:593
40334088 #, sh-format
40344089 msgid "Making shortcut..."
40354090 msgstr ""
40364091
4037 #: lib/playonlinux.lib:715
4092 #: lib/playonlinux.lib:718
40384093 #, sh-format
40394094 msgid "Do you want to delete the virtual drive:"
40404095 msgstr ""
40414096
4042 #: lib/playonlinux.lib:826
4097 #: lib/playonlinux.lib:831
40434098 #, sh-format
40444099 msgid ""
40454100 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40464101 "from working\\n\\n$FilePath"
40474102 msgstr ""
40484103
4049 #: lib/playonlinux.lib:827
4104 #: lib/playonlinux.lib:832
40504105 #, sh-format
40514106 msgid ""
40524107 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40534108 "from working\\n\\n$FilePath"
40544109 msgstr ""
40554110
4056 #: lib/playonlinux.lib:828
4111 #: lib/playonlinux.lib:833
40574112 #, sh-format
40584113 msgid ""
40594114 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40604115 "from working\\n\\n$FilePath"
40614116 msgstr ""
40624117
4063 #: lib/playonlinux.lib:829
4118 #: lib/playonlinux.lib:834
40644119 #, sh-format
40654120 msgid ""
40664121 "The following file is located on a noexec mounted filesystem.\\nIt might "
40674122 "prevent wine from working\\n\\n$FilePath"
40684123 msgstr ""
40694124
4070 #: lib/plugins.lib:65
4125 #: lib/plugins.lib:66
40714126 #, sh-format
40724127 msgid "Checking plugin: "
40734128 msgstr ""
40744129
4075 #: lib/plugins.lib:93
4130 #: lib/plugins.lib:94
40764131 #, sh-format
40774132 msgid "New: "
40784133 msgstr ""
40794134
4080 #: lib/plugins.lib:93
4135 #: lib/plugins.lib:94
40814136 #, sh-format
40824137 msgid "Updating plugin. Previous: "
40834138 msgstr ""
40844139
4085 #: lib/plugins.lib:112
4140 #: lib/plugins.lib:113
40864141 #, sh-format
40874142 msgid "Installing plugin: "
40884143 msgstr ""
40994154 msgid "Function override detected, disabling bug reporting"
41004155 msgstr ""
41014156
4102 #: lib/scripts.lib:499 lib/scripts.lib:565
4157 #: lib/scripts.lib:500 lib/scripts.lib:566
41034158 #, sh-format
41044159 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41054160 msgstr ""
41064161
4107 #: lib/scripts.lib:501 lib/scripts.lib:784
4162 #: lib/scripts.lib:502 lib/scripts.lib:785
41084163 #, sh-format
41094164 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41104165 msgstr ""
41114166
4112 #: lib/scripts.lib:503 lib/scripts.lib:570
4167 #: lib/scripts.lib:504 lib/scripts.lib:571
41134168 #, sh-format
41144169 msgid "An error happened during download."
41154170 msgstr ""
41164171
4117 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4118 #: lib/scripts.lib:586
4172 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4173 #: lib/scripts.lib:587
41194174 #, sh-format
41204175 msgid "Do you want to retry?"
41214176 msgstr ""
41224177
4123 #: lib/scripts.lib:522 lib/scripts.lib:586
4178 #: lib/scripts.lib:523 lib/scripts.lib:587
41244179 #, sh-format
41254180 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41264181 msgstr ""
41274182
4128 #: lib/scripts.lib:689
4183 #: lib/scripts.lib:690
41294184 #, sh-format
41304185 msgid ""
41314186 "7z not installed, please check that you have 7zip installed and try again"
41324187 msgstr ""
41334188
4134 #: lib/scripts.lib:696
4189 #: lib/scripts.lib:697
41354190 #, sh-format
41364191 msgid "Failed to locate ${dest} from ${archive}"
41374192 msgstr ""
41384193
4139 #: lib/scripts.lib:700
4194 #: lib/scripts.lib:701
41404195 #, sh-format
41414196 msgid "Extracting ${filename} from ${archivename}"
41424197 msgstr ""
41434198
4144 #: lib/scripts.lib:715
4199 #: lib/scripts.lib:716
41454200 #, sh-format
41464201 msgid "Extracted file size does not match!"
41474202 msgstr ""
41484203
4149 #: lib/scripts.lib:746
4204 #: lib/scripts.lib:747
41504205 #, sh-format
41514206 msgid "Copying ${filename}"
41524207 msgstr ""
41534208
4154 #: lib/scripts.lib:759
4209 #: lib/scripts.lib:760
41554210 #, sh-format
41564211 msgid "File size does not match!"
41574212 msgstr ""
41584213
4159 #: lib/scripts.lib:903
4214 #: lib/scripts.lib:904
41604215 #, sh-format
41614216 msgid ""
41624217 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41634218 "n$APPLICATION_TITLE $NEEDED is required."
41644219 msgstr ""
41654220
4166 #: lib/scripts.lib:918
4221 #: lib/scripts.lib:919
41674222 #, sh-format
41684223 msgid ""
41694224 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41704225 "$NEEDED is recommended to continue."
41714226 msgstr ""
41724227
4173 #: lib/scripts.lib:949
4228 #: lib/scripts.lib:950
41744229 #, sh-format
41754230 msgid "$AUTHOR profile"
41764231 msgstr ""
42174272 "again."
42184273 msgstr ""
42194274
4220 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4275 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42214276 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42224277 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42234278 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42284283 #: lib/setupwindow.lib:348
42294284 #, sh-format
42304285 msgid "Where is mounted your CD-ROM?"
4286 msgstr ""
4287
4288 #: lib/setupwindow.lib:349 python/install.py:218
4289 #, sh-format
4290 msgid "Other"
42314291 msgstr ""
42324292
42334293 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43484408 msgid "I don't want to make another shortcut"
43494409 msgstr ""
43504410
4351 #: lib/setupwindow.lib:711 python/guiv3.py:158
4411 #: lib/setupwindow.lib:711 python/guiv3.py:163
43524412 #, sh-format
43534413 msgid "Browse"
4414 msgstr ""
4415
4416 #: lib/setupwindow.lib:739
4417 #, sh-format
4418 msgid "A shortcut by that name already exists, overwrite?"
43544419 msgstr ""
43554420
43564421 #: lib/website.lib:29
43704435 "valid."
43714436 msgstr ""
43724437
4373 #: lib/wine.lib:367
4438 #: lib/wine.lib:371
43744439 #, sh-format
43754440 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43764441 msgstr ""
43774442
4378 #: lib/wine.lib:373
4443 #: lib/wine.lib:377
43794444 #, sh-format
43804445 msgid "Select the main videocard to report:"
43814446 msgstr ""
43824447
4383 #: lib/wine.lib:538 lib/wine.lib:703
4448 #: lib/wine.lib:549 lib/wine.lib:714
43844449 #, sh-format
43854450 msgid ""
43864451 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43874452 "message"
43884453 msgstr ""
43894454
4390 #: lib/wine.lib:763
4455 #: lib/wine.lib:775
43914456 #, sh-format
43924457 msgid "Unable to find version: "
43934458 msgstr ""
43944459
4395 #: lib/wine.lib:769 lib/wine.lib:770
4460 #: lib/wine.lib:781 lib/wine.lib:782
43964461 #, sh-format
43974462 msgid "Downloading Wine: "
43984463 msgstr ""
43994464
4400 #: lib/wine.lib:779
4465 #: lib/wine.lib:791
44014466 #, sh-format
44024467 msgid "The download seems to have failed."
44034468 msgstr ""
44044469
4405 #: lib/wine.lib:781
4470 #: lib/wine.lib:793
44064471 #, sh-format
44074472 msgid "Extracting Wine..."
44084473 msgstr ""
44094474
4410 #: lib/wine.lib:961
4475 #: lib/wine.lib:976
44114476 #, sh-format
44124477 msgid "Overwrite (usually works, no guarantee)"
44134478 msgstr ""
44144479
4415 #: lib/wine.lib:962
4480 #: lib/wine.lib:977
44164481 #, sh-format
44174482 msgid "Erase (virtual drive content will be lost)"
44184483 msgstr ""
44194484
4420 #: lib/wine.lib:976
4485 #: lib/wine.lib:991
44214486 #, sh-format
44224487 msgid "The target virtual drive $PREFNAME already exists:"
44234488 msgstr ""
44244489
4425 #: lib/wine.lib:1156 lib/wine.lib:1186
4490 #: lib/wine.lib:1171 lib/wine.lib:1201
44264491 #, sh-format
44274492 msgid "Please wait while $SOFTNAME is installed..."
44284493 msgstr ""
44294494
4430 #: lib/wine.lib:1160 lib/wine.lib:1189
4495 #: lib/wine.lib:1175 lib/wine.lib:1204
44314496 #, sh-format
44324497 msgid ""
44334498 "Be careful! This will kill install process. If it is not finished, you will "
44344499 "have to reinstall $SOFTNAME"
44354500 msgstr ""
44364501
4437 #: lib/wine.lib:1160 lib/wine.lib:1189
4502 #: lib/wine.lib:1175 lib/wine.lib:1204
44384503 #, sh-format
44394504 msgid "Install is done"
44404505 msgstr ""
44414506
4442 #: lib/wine.lib:1193 lib/wine.lib:1194
4507 #: lib/wine.lib:1208 lib/wine.lib:1209
44434508 #, sh-format
44444509 msgid "Press next only when the installation process is finished"
44454510 msgstr ""
44464511
4447 #: lib/wine.lib:1202
4512 #: lib/wine.lib:1217
44484513 #, sh-format
44494514 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44504515 msgstr ""
44584523 "associated"
44594524 msgstr ""
44604525
4461 #: python/configure.py:197 python/configure.py:694
4526 #: python/configure.py:196 python/configure.py:703
44624527 msgid "General"
44634528 msgstr ""
44644529
4530 #: python/configure.py:199
4531 msgid "Make a new shortcut from this virtual drive"
4532 msgstr ""
4533
44654534 #: python/configure.py:200
4466 msgid "Make a new shortcut from this virtual drive"
4535 msgid "Name"
44674536 msgstr ""
44684537
44694538 #: python/configure.py:201
4470 msgid "Name"
4539 msgid "Wine version"
44714540 msgstr ""
44724541
44734542 #: python/configure.py:202
4474 msgid "Wine version"
4475 msgstr ""
4476
4477 #: python/configure.py:203
44784543 msgid "Debug flags"
44794544 msgstr ""
44804545
4481 #: python/configure.py:205
4546 #: python/configure.py:204
44824547 msgid "Virtual drive"
44834548 msgstr ""
44844549
4485 #: python/configure.py:207
4550 #: python/configure.py:206
44864551 msgid "Arguments"
44874552 msgstr ""
44884553
4489 #: python/configure.py:211
4554 #: python/configure.py:210
44904555 msgid "Run configuration wizard"
44914556 msgstr ""
44924557
4493 #: python/configure.py:248
4558 #: python/configure.py:247
44944559 msgid "Windows reboot"
44954560 msgstr ""
44964561
4497 #: python/configure.py:256
4562 #: python/configure.py:255
44984563 msgid "Repair virtual drive"
44994564 msgstr ""
45004565
4501 #: python/configure.py:265
4566 #: python/configure.py:264
45024567 msgid "Command prompt"
45034568 msgstr ""
45044569
4505 #: python/configure.py:272
4570 #: python/configure.py:271
45064571 msgid "Task manager"
45074572 msgstr ""
45084573
4509 #: python/configure.py:280
4574 #: python/configure.py:279
45104575 msgid "Kill processes"
45114576 msgstr ""
45124577
4513 #: python/configure.py:287
4578 #: python/configure.py:286
45144579 msgid "Wine uninstaller"
45154580 msgstr ""
45164581
4517 #: python/configure.py:312
4582 #: python/configure.py:311
45184583 msgid ""
45194584 "Be careful! Installing one of these components can break your virtual drive."
45204585 msgstr ""
45214586
4522 #: python/configure.py:334 python/install.py:285 python/install.py:289
4523 #: python/mainwindow.py:197 python/mainwindow.py:350
4587 #: python/configure.py:333 python/install.py:285 python/install.py:289
4588 #: python/mainwindow.py:199 python/mainwindow.py:348
45244589 msgid "Install"
45254590 msgstr ""
45264591
4527 #: python/configure.py:395
4592 #: python/configure.py:388
45284593 msgid "Open program's directory"
45294594 msgstr ""
45304595
4531 #: python/configure.py:418
4596 #: python/configure.py:411
45324597 msgid "Open virtual drive's directory"
45334598 msgstr ""
45344599
4600 #: python/configure.py:555
4601 msgid "GLSL Support"
4602 msgstr ""
4603
4604 #: python/configure.py:556
4605 msgid "Direct Draw Renderer"
4606 msgstr ""
4607
4608 #: python/configure.py:557
4609 msgid "Video memory size"
4610 msgstr ""
4611
4612 #: python/configure.py:558
4613 msgid "Offscreen rendering mode"
4614 msgstr ""
4615
4616 #: python/configure.py:559
4617 msgid "Render target mode lock"
4618 msgstr ""
4619
45354620 #: python/configure.py:560
4536 msgid "GLSL Support"
4621 msgid "Multisampling"
45374622 msgstr ""
45384623
45394624 #: python/configure.py:561
4540 msgid "Direct Draw Renderer"
4541 msgstr ""
4542
4543 #: python/configure.py:562
4544 msgid "Video memory size"
4545 msgstr ""
4546
4547 #: python/configure.py:563
4548 msgid "Offscreen rendering mode"
4549 msgstr ""
4550
4551 #: python/configure.py:564
4552 msgid "Render target mode lock"
4553 msgstr ""
4554
4555 #: python/configure.py:565
4556 msgid "Multisampling"
4557 msgstr ""
4558
4559 #: python/configure.py:566
45604625 msgid "Strict Draw Ordering"
45614626 msgstr ""
45624627
4563 #: python/configure.py:576
4628 #: python/configure.py:571
45644629 msgid "Mouse warp override"
45654630 msgstr ""
45664631
4567 #: python/configure.py:578
4632 #: python/configure.py:573
45684633 msgid "Open a shell"
45694634 msgstr ""
45704635
4571 #: python/configure.py:579
4636 #: python/configure.py:574
45724637 msgid "Run a .exe file in this virtual drive"
45734638 msgstr ""
45744639
4575 #: python/configure.py:580
4640 #: python/configure.py:575
45764641 msgid "Command to exec before running the program"
45774642 msgstr ""
45784643
4579 #: python/configure.py:591
4644 #: python/configure.py:585
4645 msgid ""
4646 "Warning:\n"
4647 "\n"
4648 "Any program still running in this virtual drive will be terminated before "
4649 "Wine version is changed.\n"
4650 "Are you sure you want to continue?"
4651 msgstr ""
4652
4653 #: python/configure.py:596
45804654 msgid ""
45814655 "Be careful!\n"
45824656 "If you change "
45834657 msgstr ""
45844658
4585 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4659 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45864660 msgid "{0} configuration"
45874661 msgstr ""
45884662
4589 #: python/configure.py:659
4663 #: python/configure.py:664
45904664 msgid "Please select a program or a virtual drive to configure"
45914665 msgstr ""
45924666
4593 #: python/configure.py:677 python/options.py:280
4667 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45944668 msgid "New"
45954669 msgstr ""
45964670
4597 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4598 #: python/mainwindow.py:596 python/options.py:207
4671 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4672 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45994673 msgid "Remove"
46004674 msgstr ""
46014675
4602 #: python/configure.py:696
4676 #: python/configure.py:705
46034677 msgid "Install components"
46044678 msgstr ""
46054679
4606 #: python/configure.py:697 python/mainwindow.py:332
4680 #: python/configure.py:706 python/mainwindow.py:330
46074681 msgid "Display"
46084682 msgstr ""
46094683
4610 #: python/configure.py:698
4684 #: python/configure.py:707
46114685 msgid "Miscellaneous"
46124686 msgstr ""
46134687
4614 #: python/configure.py:726
4688 #: python/configure.py:735
46154689 msgid "This virtual drive is protected"
46164690 msgstr ""
46174691
4618 #: python/configure.py:728
4692 #: python/configure.py:737
46194693 msgid "Are you sure you want to delete {0} virtual drive ?"
46204694 msgstr ""
46214695
4622 #: python/configure.py:735
4696 #: python/configure.py:744
46234697 msgid "Are you sure you want to delete {0} ?"
46244698 msgstr ""
46254699
4626 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4627 #: python/mainwindow.py:997
4700 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4701 #: python/mainwindow.py:995
46284702 msgid "{0} debugger"
46294703 msgstr ""
46304704
46324706 msgid "Please select a debug file"
46334707 msgstr ""
46344708
4635 #: python/debug.py:76
4709 #: python/debug.py:78
46364710 msgid "Locate this logfile"
46374711 msgstr ""
46384712
4639 #: python/debug.py:99
4713 #: python/debug.py:101
46404714 msgid "The file is named : {0}"
46414715 msgstr ""
46424716
4643 #: python/debug.py:153 python/debug.py:207
4717 #: python/debug.py:189 python/debug.py:245
46444718 msgid "Virtual drives"
46454719 msgstr ""
46464720
4647 #: python/debug.py:184
4721 #: python/debug.py:222
46484722 msgid "Report a problem about {0}"
46494723 msgstr ""
46504724
4651 #: python/debug.py:206
4725 #: python/debug.py:244
46524726 msgid "Install scripts"
46534727 msgstr ""
46544728
46734747 msgid "Next"
46744748 msgstr ""
46754749
4676 #: python/guiv3.py:166
4750 #: python/guiv3.py:171
46774751 msgid "I Agree"
46784752 msgstr ""
46794753
4680 #: python/guiv3.py:167
4754 #: python/guiv3.py:172
46814755 msgid "Show virtual drives"
46824756 msgstr ""
46834757
4684 #: python/guiv3.py:188
4758 #: python/guiv3.py:193
46854759 msgid "Login: "
46864760 msgstr ""
46874761
4688 #: python/guiv3.py:189
4762 #: python/guiv3.py:194
46894763 msgid "Password: "
46904764 msgstr ""
46914765
4692 #: python/guiv3.py:192
4766 #: python/guiv3.py:197
46934767 msgid "Register"
46944768 msgstr ""
46954769
4696 #: python/guiv3.py:288
4770 #: python/guiv3.py:302
46974771 msgid "MB downloaded"
46984772 msgstr ""
46994773
4700 #: python/guiv3.py:288
4774 #: python/guiv3.py:302
47014775 msgid "of"
47024776 msgstr ""
47034777
4704 #: python/guiv3.py:749
4778 #: python/guiv3.py:769
47054779 msgid "You cannot close this window"
47064780 msgstr ""
47074781
47094783 msgid "No description"
47104784 msgstr ""
47114785
4712 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4786 #: python/install.py:210
4787 msgid "Accessories"
4788 msgstr ""
4789
4790 #: python/install.py:211
4791 msgid "Development"
4792 msgstr ""
4793
4794 #: python/install.py:212
4795 msgid "Education"
4796 msgstr ""
4797
4798 #: python/install.py:213
4799 msgid "Games"
4800 msgstr ""
4801
4802 #: python/install.py:214
4803 msgid "Graphics"
4804 msgstr ""
4805
4806 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4807 msgid "Internet"
4808 msgstr ""
4809
4810 #: python/install.py:216
4811 msgid "Multimedia"
4812 msgstr ""
4813
4814 #: python/install.py:217
4815 msgid "Office"
4816 msgstr ""
4817
4818 #: python/install.py:219
4819 msgid "Patches"
4820 msgstr ""
4821
4822 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47134823 msgid "Search"
47144824 msgstr ""
47154825
47164826 #: python/install.py:252
47174827 msgid "Include:"
4828 msgstr ""
4829
4830 #: python/install.py:258
4831 msgid "Testing"
47184832 msgstr ""
47194833
47204834 #: python/install.py:263
47684882 "used for piracy purposes we won't give any support on this matter."
47694883 msgstr ""
47704884
4771 #: python/irc.py:137
4885 #: python/irc.py:139
47724886 msgid "Send"
47734887 msgstr ""
47744888
4775 #: python/irc.py:138
4889 #: python/irc.py:140
47764890 msgid "Connect"
47774891 msgstr ""
47784892
4779 #: python/irc.py:139
4893 #: python/irc.py:141
47804894 msgid "Disconnect"
47814895 msgstr ""
47824896
4783 #: python/irc.py:140
4897 #: python/irc.py:142
47844898 msgid "Leave"
47854899 msgstr ""
47864900
4787 #: python/irc.py:227
4901 #: python/irc.py:229
47884902 msgid "Join a channel"
47894903 msgstr ""
47904904
4791 #: python/irc.py:257 python/mainwindow.py:725
4905 #: python/irc.py:259 python/mainwindow.py:723
47924906 msgid "Messenger"
47934907 msgstr ""
47944908
4795 #: python/irc.py:273
4909 #: python/irc.py:275
47964910 msgid ""
47974911 "If you close this window, you cannot read further replies. Are you sure that "
47984912 "you want to close it?"
48174931 msgid "{0} error"
48184932 msgstr ""
48194933
4820 #: python/mainwindow.py:73
4934 #: python/mainwindow.py:75
48214935 msgid "{0} website is unavailable. Please check your connection"
48224936 msgstr ""
48234937
4824 #: python/mainwindow.py:75
4938 #: python/mainwindow.py:77
48254939 msgid "Refreshing {0}"
48264940 msgstr ""
48274941
4828 #: python/mainwindow.py:90 python/mainwindow.py:92
4942 #: python/mainwindow.py:92 python/mainwindow.py:94
48294943 msgid "An updated version of {0} is available"
48304944 msgstr ""
48314945
4832 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4946 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48334947 msgid "Run"
48344948 msgstr ""
48354949
4836 #: python/mainwindow.py:200
4950 #: python/mainwindow.py:202
48374951 msgid "Donate"
48384952 msgstr ""
48394953
4840 #: python/mainwindow.py:201
4954 #: python/mainwindow.py:203
48414955 msgid "Exit"
48424956 msgstr ""
48434957
4844 #: python/mainwindow.py:205
4958 #: python/mainwindow.py:207
48454959 msgid "Small icons"
48464960 msgstr ""
48474961
4848 #: python/mainwindow.py:206
4962 #: python/mainwindow.py:208
48494963 msgid "Medium icons"
48504964 msgstr ""
48514965
4852 #: python/mainwindow.py:207
4966 #: python/mainwindow.py:209
48534967 msgid "Large icons"
48544968 msgstr ""
48554969
4856 #: python/mainwindow.py:208
4970 #: python/mainwindow.py:210
48574971 msgid "Very large icons"
48584972 msgstr ""
48594973
4860 #: python/mainwindow.py:220
4974 #: python/mainwindow.py:222
48614975 msgid "Manage Wine versions"
48624976 msgstr ""
48634977
4864 #: python/mainwindow.py:226
4978 #: python/mainwindow.py:228
48654979 msgid "Read a PC CD-Rom"
48664980 msgstr ""
48674981
4868 #: python/mainwindow.py:236
4982 #: python/mainwindow.py:238
48694983 msgid "Close all {0} software"
48704984 msgstr ""
48714985
4872 #: python/mainwindow.py:240
4986 #: python/mainwindow.py:242
48734987 msgid "{0} console"
48744988 msgstr ""
48754989
4876 #: python/mainwindow.py:250
4990 #: python/mainwindow.py:248
48774991 msgid "{0} messenger"
48784992 msgstr ""
48794993
4880 #: python/mainwindow.py:266 python/options.py:388
4994 #: python/mainwindow.py:264 python/options.py:388
48814995 msgid "File associations"
48824996 msgstr ""
48834997
4884 #: python/mainwindow.py:273
4998 #: python/mainwindow.py:271
48854999 msgid "About {0}"
48865000 msgstr ""
48875001
4888 #: python/mainwindow.py:302 python/mainwindow.py:306
5002 #: python/mainwindow.py:300 python/mainwindow.py:304
48895003 msgid "Plugin manager"
48905004 msgstr ""
48915005
5006 #: python/mainwindow.py:329
5007 msgid "File"
5008 msgstr ""
5009
48925010 #: python/mainwindow.py:331
4893 msgid "File"
4894 msgstr ""
4895
4896 #: python/mainwindow.py:333
48975011 msgid "Tools"
48985012 msgstr ""
48995013
4900 #: python/mainwindow.py:334 python/mainwindow.py:723
5014 #: python/mainwindow.py:332 python/mainwindow.py:721
49015015 msgid "Settings"
49025016 msgstr ""
49035017
4904 #: python/mainwindow.py:335 python/options.py:387
5018 #: python/mainwindow.py:333 python/options.py:387
49055019 msgid "Plugins"
49065020 msgstr ""
49075021
4908 #: python/mainwindow.py:347 python/mainwindow.py:739
5022 #: python/mainwindow.py:345 python/mainwindow.py:737
49095023 msgid "Close"
49105024 msgstr ""
49115025
4912 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5026 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49135027 msgid "Configure"
49145028 msgstr ""
49155029
4916 #: python/mainwindow.py:584
5030 #: python/mainwindow.py:582
49175031 msgid "Open the application's directory"
49185032 msgstr ""
49195033
4920 #: python/mainwindow.py:588 python/mainwindow.py:753
5034 #: python/mainwindow.py:586 python/mainwindow.py:751
49215035 msgid "Read the manual"
49225036 msgstr ""
49235037
4924 #: python/mainwindow.py:592
5038 #: python/mainwindow.py:590
49255039 msgid "Set the icon"
49265040 msgstr ""
49275041
4928 #: python/mainwindow.py:600
5042 #: python/mainwindow.py:598
49295043 msgid "Close this application"
49305044 msgstr ""
49315045
4932 #: python/mainwindow.py:611
5046 #: python/mainwindow.py:609
49335047 msgid "KillApp"
49345048 msgstr ""
49355049
4936 #: python/mainwindow.py:618
5050 #: python/mainwindow.py:616
49375051 msgid "No manual found for {0}"
49385052 msgstr ""
49395053
4940 #: python/mainwindow.py:721
5054 #: python/mainwindow.py:719
49415055 msgid "Install a program"
49425056 msgstr ""
49435057
4944 #: python/mainwindow.py:728
5058 #: python/mainwindow.py:726
49455059 msgid "Update GIT"
49465060 msgstr ""
49475061
4948 #: python/mainwindow.py:731
5062 #: python/mainwindow.py:729
49495063 msgid "Update instructions"
49505064 msgstr ""
49515065
5066 #: python/mainwindow.py:739
5067 msgid "Debug"
5068 msgstr ""
5069
49525070 #: python/mainwindow.py:741
4953 msgid "Debug"
4954 msgstr ""
4955
4956 #: python/mainwindow.py:743
49575071 msgid "Report a problem"
49585072 msgstr ""
49595073
5074 #: python/mainwindow.py:745
5075 msgid "Create a shortcut"
5076 msgstr ""
5077
49605078 #: python/mainwindow.py:747
4961 msgid "Create a shortcut"
4962 msgstr ""
4963
4964 #: python/mainwindow.py:749
49655079 msgid "Open the directory"
49665080 msgstr ""
49675081
4968 #: python/mainwindow.py:755
5082 #: python/mainwindow.py:753
49695083 msgid "Save"
49705084 msgstr ""
49715085
4972 #: python/mainwindow.py:758
5086 #: python/mainwindow.py:756
49735087 msgid "Uninstall"
49745088 msgstr ""
49755089
4976 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5090 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5091 #: python/mainwindow.py:1001
5092 msgid "Please select a program."
5093 msgstr ""
5094
5095 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5096 msgid "{0} settings"
5097 msgstr ""
5098
5099 #: python/mainwindow.py:963
5100 msgid "{0} install menu"
5101 msgstr ""
5102
5103 #: python/mainwindow.py:972
5104 msgid "{0} wine versions manager"
5105 msgstr ""
5106
49775107 #: python/mainwindow.py:1003
4978 msgid "Please select a program."
4979 msgstr ""
4980
4981 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4982 msgid "{0} settings"
4983 msgstr ""
4984
4985 #: python/mainwindow.py:965
4986 msgid "{0} install menu"
4987 msgstr ""
4988
4989 #: python/mainwindow.py:974
4990 msgid "{0} wine versions manager"
4991 msgstr ""
4992
4993 #: python/mainwindow.py:1005
49945108 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49955109 msgstr ""
49965110
50965210 "These information will be very precious for us to help people."
50975211 msgstr ""
50985212
5099 #: python/mainwindow.py:1271
5213 #: python/mainwindow.py:1273
51005214 msgid "Are you sure you want to want to install {0} package?"
51015215 msgstr ""
51025216
5103 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5217 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5218 #: python/mainwindow.py:1284
51045219 msgid ""
51055220 "You are trying to open a script design for {0}! It might not work as expected"
51065221 msgstr ""
51775292 msgid "You must restart {0} for the changes to take effect."
51785293 msgstr ""
51795294
5180 #: python/wine_versions.py:194
5295 #: python/wine_versions.py:195
51815296 msgid "Installed Wine versions: "
51825297 msgstr ""
51835298
5184 #: python/wine_versions.py:195
5299 #: python/wine_versions.py:196
51855300 msgid "Available Wine versions: "
51865301 msgstr ""
51875302
5188 #: python/wine_versions.py:202
5303 #: python/wine_versions.py:203
51895304 msgid "Wine versions"
51905305 msgstr ""
51915306
5192 #: python/wine_versions.py:321
5307 #: python/wine_versions.py:322
51935308 msgid "Are you sure you want to delete wine {0}?"
51945309 msgstr ""
51955310
77 msgstr ""
88 "Project-Id-Version: playonlinux\n"
99 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1111 "PO-Revision-Date: 2013-12-11 12:43+0000\n"
1212 "Last-Translator: Саша Петровић <salepetronije@gmail.com>\n"
1313 "Language-Team: српски <>\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-12-24 05:12+0000\n"
18 "X-Generator: Launchpad (build 16877)\n"
17 "X-Launchpad-Export-Date: 2014-07-08 05:42+0000\n"
18 "X-Generator: Launchpad (build 17086)\n"
1919
2020 #: Capture plugin:2, Detour plugin:4
2121 msgid "Which application do you want to apply the modification to?"
239239 msgstr "Молим, унесите носач игре у вашу фиоку за дискове."
240240
241241 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
242 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
242243 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
243244 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
244245 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
267268 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
268269 #: PlayOnLinux_Scripts/Civilization_V_:53
269270 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
270 #: PlayOnLinux_Scripts/Diablo_II_:51
271 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
271272 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
272273 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
273274 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
274275 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
275276 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
276 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
277277 #: PlayOnLinux_Scripts/Google_SketchUp_:51
278278 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
279279 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
293293 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
294294 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
295295 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
296 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
296297 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
297298 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
298299 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
299 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
300 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
300 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
301 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
302 #: PlayOnLinux_Scripts/Portal_2_:82
301303 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
302304 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
303 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
305 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
306 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
304307 #: PlayOnLinux_Scripts/Rayman_Origins_:72
305308 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
306309 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
310 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
307311 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
308312 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
309313 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
314 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
310315 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
311316 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
312 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
313 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
317 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
318 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
319 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
314320 #: PlayOnLinux_Scripts/Starcraft_:34
315321 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
316322 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
317 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
324 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
318325 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
319326 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
327 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
320328 #: PlayOnLinux_Scripts/Theme_Hospital_:59
321329 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
322330 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
323331 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
324332 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
333 #: PlayOnLinux_Scripts/Wizard_101_:38
325334 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
326335 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
327336 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
334343 msgid "Please select the setup file to run"
335344 msgstr "Молим, одаберите датотеку поставки за покретање"
336345
346 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
347 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
348 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
349 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
350 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
351 #, sh-format
352 msgid "Please insert the game media into your disc drive."
353 msgstr ""
354
337355 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
356 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
357 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
338358 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
339359 #: PlayOnLinux_Scripts/Dishonored_:72
340360 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
428448 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
429449 #: PlayOnLinux_Scripts/Magicka_:68
430450 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
451 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
431452 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
432453 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
433454 #: PlayOnLinux_Scripts/Rayman_Origins_:83
434455 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
435 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
436 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
456 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
457 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
437458 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
438459 #: PlayOnLinux_Scripts/The_Witcher_:125
439460 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
463484 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
464485 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
465486 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
487 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
466488 #: PlayOnLinux_Scripts/Driftmoon_:43
467489 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
468490 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
471493 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
472494 #: PlayOnLinux_Scripts/League_Of_Legends_:57
473495 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
474 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
496 #: PlayOnLinux_Scripts/Sacrifice_:41
497 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
498 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
499 #: PlayOnLinux_Scripts/Toontown_Online_:25
500 #: PlayOnLinux_Scripts/Watchtower_library_:43
475501 #: PlayOnLinux_Scripts/iTunes_10_:28
476502 #, sh-format
477503 msgid "Please select the setup file to run."
486512 #: PlayOnLinux_Scripts/POL_GoG_download_:48
487513 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
488514 #: PlayOnLinux_Scripts/SimCity_2000_:50
489 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
490 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
515 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
516 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
491517 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
492518 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
493519 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
494 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
495 #: lib/wine.lib:1186
520 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
521 #: lib/wine.lib:1171 lib/wine.lib:1201
496522 #, sh-format
497523 msgid "Please wait..."
498524 msgstr "Молим, сачекајте..."
520546 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
521547 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
522548 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
523 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
549 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
524550 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
525551 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
526552 #: PlayOnLinux_Scripts/Dead_Space_2_:85
536562 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
537563 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
538564 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
539 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
565 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
540566 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
541567 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
542568 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
598624 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
599625 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
600626 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
601 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
627 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
602628 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
603629 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
604630 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
605 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
606 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
631 #: PlayOnLinux_Scripts/Dead_Space_:50
632 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
633 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
634 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
607635 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
608636 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
609637 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
613641 #: PlayOnLinux_Scripts/Rage_:79
614642 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
615643 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
616 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
644 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
617645 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
618646 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
619647 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
653681 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
654682 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
655683 #: PlayOnLinux_Scripts/Sacrifice_:45
656 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
684 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
657685 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
658686 #: PlayOnLinux_Scripts/The_Witcher_:102
659687 #, sh-format
664692 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
665693 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
666694 #: PlayOnLinux_Scripts/Mass_Effect_:54
667 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
695 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
668696 #: PlayOnLinux_Scripts/The_Witcher_:110
669697 #, sh-format
670698 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
675703 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
676704 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
677705 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
678 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
706 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
679707 #: PlayOnLinux_Scripts/The_Witcher_:113
680708 #, sh-format
681709 msgid "Please insert the next game media into your disk drive"
704732 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
705733 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
706734 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
735 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
707736 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
708737 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
709738 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
809838 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
810839 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
811840 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
812 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
841 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
813842 #, sh-format
814843 msgid ""
815844 "You must disable anti-piracy protections of this game\\nif you want to play "
827856
828857 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
829858 #: PlayOnLinux_Scripts/Cars_2_:83
830 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
859 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
831860 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
832861 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
833862 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
848877 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
849878 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
850879 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
880 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
881 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
851882 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
852883 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
853884 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10631094 msgid "Please insert media 2 into your disk drive\\nif not already done."
10641095 msgstr ""
10651096
1066 #: PlayOnLinux_Scripts/Diablo_III_:29
1097 #: PlayOnLinux_Scripts/Diablo_III_:31
10671098 #, sh-format
10681099 msgid "Please select the setup file downloaded on $EDITOR website"
10691100 msgstr ""
10701101
1071 #: PlayOnLinux_Scripts/Diablo_III_:60
1102 #: PlayOnLinux_Scripts/Diablo_III_:62
10721103 #, sh-format
10731104 msgid ""
10741105 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10751106 "patch (AcceptEx Fix)"
10761107 msgstr ""
10771108
1078 #: PlayOnLinux_Scripts/Diablo_III_:60
1109 #: PlayOnLinux_Scripts/Diablo_III_:62
10791110 #, sh-format
10801111 msgid ""
10811112 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10821113 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1114 msgstr ""
1115
1116 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1117 #, sh-format
1118 msgid "Scanning your hardware..."
10831119 msgstr ""
10841120
10851121 #: PlayOnLinux_Scripts/Dishonored_:79
11581194
11591195 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11601196 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1161 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1162 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1197 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1198 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11631199 #, sh-format
11641200 msgid "Please insert the first game media into your disk drive"
11651201 msgstr ""
11661202
11671203 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1168 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1204 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11691205 #, sh-format
11701206 msgid "Please insert the second game media into your disk drive"
11711207 msgstr ""
12301266 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12311267 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12321268 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1269 #: PlayOnLinux_Scripts/Hearthstone_:64
12331270 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12341271 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12351272 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12551292 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12561293 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12571294 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1258 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1295 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12591296 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12601297 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12611298 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12791316 msgid "Editor"
12801317 msgstr ""
12811318
1282 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1319 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12831320 #, sh-format
12841321 msgid "This install script requires ffmpeg"
12851322 msgstr ""
12861323
1287 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1324 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12881325 #, sh-format
12891326 msgid "Converting videos..."
12901327 msgstr ""
12911328
12921329 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1330 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12931331 #, sh-format
12941332 msgid ""
12951333 "On first run the game will autodetect available renderers.\\nIt is likely "
13021340 msgid "Run $TITLE in safe mode?"
13031341 msgstr ""
13041342
1343 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1344 #, sh-format
1345 msgid ""
1346 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1347 "disable it by pressing Alt+R while in game.)"
1348 msgstr ""
1349
1350 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1351 #, sh-format
1352 msgid ""
1353 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1354 "game."
1355 msgstr ""
1356
13051357 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13061358 #, sh-format
13071359 msgid "Could not find program directory"
13641416 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13651417 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13661418 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1367 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1368 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1369 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13701419 #, sh-format
13711420 msgid "Language"
13721421 msgstr ""
14901539 msgid "Dedicated server"
14911540 msgstr ""
14921541
1493 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1542 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14941543 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14951544 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14961545 #, sh-format
15161565 msgid "Code wheel"
15171566 msgstr ""
15181567
1519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1520 #, sh-format
1521 msgid "Do you have a language pack to install?"
1522 msgstr ""
1523
1524 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1526 #, sh-format
1527 msgid "Later"
1528 msgstr ""
1529
1530 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1568 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1569 #, sh-format
1570 msgid ""
1571 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1572 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1573 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1577 #, sh-format
1578 msgid "Now you must install the modpack in directory:"
1579 msgstr ""
1580
1581 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1582 #, sh-format
1583 msgid "Please select ANY 3 icons when prompted."
1584 msgstr ""
1585
1586 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1587 #, sh-format
1588 msgid "temp directory missing"
1589 msgstr ""
1590
1591 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1592 #, sh-format
1593 msgid ""
1594 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1595 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1596 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1597 "details.\\nInstall it?"
1598 msgstr ""
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1601 #, sh-format
1602 msgid "Control Panel"
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1606 #, sh-format
1607 msgid ""
1608 "IMPORTANT:\n"
1609 " \\n\\nOn the installation window coming next, do NOT click the Options "
1610 "button, it would mess up the language selection."
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1614 #, sh-format
1615 msgid ""
1616 "On first run the game will autodetect available renderers.\\nIt is likely "
1617 "that you will get better performance out of the OpenGL renderer."
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Goblins_3_:21
1621 #, sh-format
1622 msgid "Please select the game language"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Gothic_3_:82
1626 #, sh-format
1627 msgid "Choose the game resolution"
1628 msgstr ""
1629
1630 #: PlayOnLinux_Scripts/Gothic_3_:96
1631 #, sh-format
1632 msgid ""
1633 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1634 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1635 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Gothic_3_:110
1639 #, sh-format
1640 msgid "$TITLE is installed"
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guild_Wars_:53
1644 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1645 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1646 #, sh-format
1647 msgid "Please insert the DVD-ROM"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1651 #, sh-format
1652 msgid ""
1653 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1654 "client and download will resume from where it stopped. Download percentage "
1655 "reset but do not worry, it do not restart from the beginning."
1656 msgstr ""
1657
1658 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1659 #, sh-format
1660 msgid ""
1661 "Please select $TITLE install file. During installation, uncheck all extra "
1662 "drivers it wants to install:"
1663 msgstr ""
1664
15311665 #: PlayOnLinux_Scripts/Half_Life_2_:56
15321666 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15331667 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15341668 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1535 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1669 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15361670 #, sh-format
15371671 msgid "No"
15381672 msgstr "Не"
15391673
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1541 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1674 #: PlayOnLinux_Scripts/Half_Life_2_:56
1675 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1676 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1677 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1678 #: PlayOnLinux_Scripts/Portal_:36
1679 #, sh-format
1680 msgid ""
1681 "Steam installation has been detected\\nwould you like to install this game "
1682 "in the same virtual drive?"
1683 msgstr ""
1684
15421685 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15431686 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15441687 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15471690 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15481691 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15491692 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1550 #: python/guiv3.py:157
1693 #: python/guiv3.py:158 python/guiv3.py:161
15511694 #, sh-format
15521695 msgid "Yes"
15531696 msgstr "Да"
15541697
1555 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1556 #, sh-format
1557 msgid ""
1558 "To install a language pack later, open the configuration panel for the game "
1559 "in order to execute the installer into the virtual disk (Misc tab)"
1560 msgstr ""
1561
1562 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1563 #, sh-format
1564 msgid ""
1565 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1566 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1567 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1571 #, sh-format
1572 msgid "Now you must install the modpack in directory:"
1573 msgstr ""
1574
1575 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1576 #, sh-format
1577 msgid "Please select ANY 3 icons when prompted."
1578 msgstr ""
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1581 #, sh-format
1582 msgid "temp directory missing"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1586 #, sh-format
1587 msgid ""
1588 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1589 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1590 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1591 "details.\\nInstall it?"
1592 msgstr ""
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1595 #, sh-format
1596 msgid "Control Panel"
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1600 #, sh-format
1601 msgid ""
1602 "IMPORTANT:\n"
1603 " \\n\\nOn the installation window coming next, do NOT click the Options "
1604 "button, it would mess up the language selection."
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1608 #, sh-format
1609 msgid ""
1610 "On first run the game will autodetect available renderers.\\nIt is likely "
1611 "that you will get better performance out of the OpenGL renderer."
1612 msgstr ""
1613
1614 #: PlayOnLinux_Scripts/Goblins_3_:21
1615 #, sh-format
1616 msgid "Please select the game language"
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Gothic_3_:82
1620 #, sh-format
1621 msgid "Choose the game resolution"
1622 msgstr ""
1623
1624 #: PlayOnLinux_Scripts/Gothic_3_:96
1625 #, sh-format
1626 msgid ""
1627 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1628 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1629 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:110
1633 #, sh-format
1634 msgid "$TITLE is installed"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guild_Wars_:53
1638 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1639 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1640 #, sh-format
1641 msgid "Please insert the DVD-ROM"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1645 #, sh-format
1646 msgid ""
1647 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1648 "client and download will resume from where it stopped. Download percentage "
1649 "reset but do not worry, it do not restart from the beginning."
1650 msgstr ""
1651
1652 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1653 #, sh-format
1654 msgid ""
1655 "Please select $TITLE install file. During installation, uncheck all extra "
1656 "drivers it wants to install:"
1657 msgstr ""
1658
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
16701698 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16711699 #, sh-format
16721700 msgid "Updating $TITLE"
16731701 msgstr ""
16741702
1675 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1703 #: PlayOnLinux_Scripts/Hanahira__:54
16761704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16771705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16781706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16841712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16851713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16861714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1720 #: PlayOnLinux_Scripts/Steins_Gate_:51
16871721 #, sh-format
16881722 msgid "Please locate installation program (Setup.exe)"
16891723 msgstr ""
16901724
1691 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1692 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1725 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16931726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16941727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16951728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17111744 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17121745 msgstr ""
17131746
1747 #: PlayOnLinux_Scripts/Hearthstone_:26
1748 #, sh-format
1749 msgid "What language do you want to install?"
1750 msgstr ""
1751
17141752 #: PlayOnLinux_Scripts/ImgBurn_:38
17151753 #, sh-format
17161754 msgid ""
17481786 msgstr ""
17491787
17501788 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1751 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17521789 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17531790 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17541791 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19001937 "If the download update stuck close and run until the download is complete."
19011938 msgstr ""
19021939
1940 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19031941 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19041942 #, sh-format
19051943 msgid "Demo version"
19061944 msgstr ""
19071945
1946 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19081947 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19091948 #, sh-format
19101949 msgid "Please select version."
19581997 #, sh-format
19591998 msgid ""
19601999 "No filename extension specified, skipping association to native application."
2000 msgstr ""
2001
2002 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2003 #, sh-format
2004 msgid "Contacting download server."
19612005 msgstr ""
19622006
19632007 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20432087 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20442088 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20452089 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2046 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2090 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20472091 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20492093 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20812125 "them without issues"
20822126 msgstr ""
20832127
2084 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2085 #, sh-format
2086 msgid "This package fail to install with wine 1.5.21 or better"
2087 msgstr ""
2088
2089 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2128 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20902129 #, sh-format
20912130 msgid ""
20922131 "If you see error messages during DotNet 3.5 installation, you can ignore "
22022241 "Please update."
22032242 msgstr ""
22042243
2205 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2244 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2245 #: PlayOnLinux_Scripts/yWriter_5_:45
22062246 #, sh-format
22072247 msgid "Downloading..."
22082248 msgstr ""
23132353 msgid "Microsoft fonts have been installed successfully."
23142354 msgstr ""
23152355
2356 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2357 #, sh-format
2358 msgid ""
2359 "OSX users: If the screen flickers once the game is launched, try to press "
2360 "cmd + tab twice"
2361 msgstr ""
2362
23162363 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23172364 #, sh-format
23182365 msgid "Remove Game For Windows Live..."
23502397 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23512398 msgstr ""
23522399
2353 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2400 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23542401 #, sh-format
23552402 msgid "Abort installation"
23562403 msgstr "Прекини уградњу"
23752422 msgid "The program needs access to ptrace() to proceed:"
23762423 msgstr ""
23772424
2378 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2425 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23792426 #, sh-format
23802427 msgid "User abort"
23812428 msgstr "Прекинуо корисник"
24142461 msgid "Please do not run $TITLE after installation has finished."
24152462 msgstr ""
24162463
2464 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2465 #, sh-format
2466 msgid "Extracting $TITLE"
2467 msgstr ""
2468
24172469 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24182470 #, sh-format
24192471 msgid ""
24262478 msgid "$TITLE has been successfully installed."
24272479 msgstr ""
24282480
2481 #: PlayOnLinux_Scripts/Poker_Stars_:37
2482 #, sh-format
2483 msgid "Error while installing. Downloaded file not found."
2484 msgstr ""
2485
24292486 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24302487 #, sh-format
24312488 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24332490
24342491 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24352492 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2493 #: PlayOnLinux_Scripts/Watchtower_library_:58
24362494 #, sh-format
24372495 msgid "Please wait while $TITLE is installed"
24382496 msgstr ""
24642522 #: PlayOnLinux_Scripts/Rage_:93
24652523 #, sh-format
24662524 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2525 msgstr ""
2526
2527 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2528 #, sh-format
2529 msgid ""
2530 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2531 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2532 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2533 "n\\nIf you have one of this two versions of this game, please give some "
2534 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2535 "n\\nThank you!"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #, sh-format
2540 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2541 msgstr ""
2542
2543 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2544 #, sh-format
2545 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2546 msgstr ""
2547
2548 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2549 #, sh-format
2550 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2554 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2555 #, sh-format
2556 msgid "Select a version of installation disc:"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "First Release (without addons)"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2565 #, sh-format
2566 msgid "Gold Edition"
2567 msgstr ""
2568
2569 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2570 #, sh-format
2571 msgid "Platinum Edition"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2575 #, sh-format
2576 msgid "What is your version of Railroad Tycoon II?"
2577 msgstr ""
2578
2579 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2580 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2581 #, sh-format
2582 msgid ""
2583 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2584 "desktop.\\n\\nThank you for using this installation script! :)"
24672585 msgstr ""
24682586
24692587 #: PlayOnLinux_Scripts/Reaper_4_:30
26152733 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26162734 msgstr ""
26172735
2736 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2746 #, sh-format
2747 msgid ""
2748 "Close the visual novel when it appears to continue installation. Click Next "
2749 "to begin installation."
2750 msgstr ""
2751
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2753 #, sh-format
2754 msgid ""
2755 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2756 "script will now install it. Click Next to continue."
2757 msgstr ""
2758
26182759 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26192760 #, sh-format
26202761 msgid ""
26222763 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26232764 msgstr ""
26242765
2625 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2626 #, sh-format
2627 msgid "Please locate installation program (Launcher.exe)"
2628 msgstr ""
2629
2630 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2631 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2632 #, sh-format
2633 msgid ""
2634 "When the launcher opens, click on the top button to open the installer. When "
2635 "a new window opens, click OK. When another window opens, click on the button "
2636 "with the letter N until it is installing. Wait until it is done and click "
2637 "the right button to quit. Click Next when you are done installing."
2766 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2767 #, sh-format
2768 msgid "Please locate installation program in Data folder (Resonance.msi)"
26382769 msgstr ""
26392770
26402771 #: PlayOnLinux_Scripts/Steam_:50
26702801 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26712802 "game. Steam install xna framework the game. Close the Steam so that the "
26722803 "installer can continue."
2804 msgstr ""
2805
2806 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2807 #, sh-format
2808 msgid "If youve the extentions, you should install Tribunal first !"
26732809 msgstr ""
26742810
26752811 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27812917 "pp 4-5."
27822918 msgstr ""
27832919
2920 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2921 #, sh-format
2922 msgid "Please select the installation file to run."
2923 msgstr ""
2924
2925 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2926 #, sh-format
2927 msgid ""
2928 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2929 "your region.\\n 2. Leave only checked DirectX box."
2930 msgstr ""
2931
27842932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27852933 #, sh-format
27862934 msgid ""
27872935 "The game will fail to launch until you set "
27882936 "/proc/sys/kernel/yama/ptrace_scope to 0"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2940 #, sh-format
2941 msgid "Other destination or other CD/DVD"
2942 msgstr ""
2943
2944 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2945 #, sh-format
2946 msgid "Retail CD"
2947 msgstr ""
2948
2949 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2950 #, sh-format
2951 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2952 msgstr ""
2953
2954 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2955 #, sh-format
2956 msgid "video fix"
27892957 msgstr ""
27902958
27912959 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28683036 msgid "Donwload finished.\\nPatches installation will begin"
28693037 msgstr ""
28703038
3039 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3040 #, sh-format
3041 msgid "We will download the installer"
3042 msgstr ""
3043
28713044 #: PlayOnLinux_Scripts/Toontown_Online_:17
28723045 #, sh-format
28733046 msgid ""
29053078 msgid "Do you want to browse $TITLE website?"
29063079 msgstr ""
29073080
3081 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3082 #, sh-format
3083 msgid ""
3084 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3085 "messenger, because it will won't work correctly."
3086 msgstr ""
3087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid "Warning"
3091 msgstr ""
3092
29083093 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29093094 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29103095 #, sh-format
29133098 "want it to run correctly with $APPLICATION_TITLE"
29143099 msgstr ""
29153100
3101 #: PlayOnLinux_Scripts/Watchtower_library_:49
3102 #, sh-format
3103 msgid "File Selection Error"
3104 msgstr ""
3105
3106 #: PlayOnLinux_Scripts/Watchtower_library_:49
3107 #, sh-format
3108 msgid ""
3109 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3110 msgstr ""
3111
29163112 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29173113 #, sh-format
29183114 msgid ""
29293125 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29303126 #, sh-format
29313127 msgid ""
2932 "Attention: After installation is complete, the patcher will load. Please "
2933 "close the patcher before logging in or finish updating to complete the "
2934 "installation. After this, you can run \"$TITLE\" when setup is done"
3128 "Attention:After installation is complete, the patcher will load. After, go "
3129 "to the top right of the patcher and click the wrench, Then Un-check the box "
3130 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3131 "minuite. When finished with this, please close the patcher before logging in "
3132 "or finish updating to complete the installation. After this, you can run "
3133 "\"$TITLE\" when setup is done"
29353134 msgstr ""
29363135
29373136 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29723171 "Please insert game media 5 into your disk drive\\nif not already done."
29733172 msgstr ""
29743173
3174 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3175 #, sh-format
3176 msgid "Which region version of World of Warplanes would you like to install?"
3177 msgstr ""
3178
3179 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3180 #, sh-format
3181 msgid ""
3182 "Attention:After installation is complete, the patcher will load. After, go "
3183 "to the top right of the patcher and click the wrench, Then Un-check the box "
3184 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3185 "minute. When finished with this, please close the patcher before logging in "
3186 "or finish updating to complete the installation. After this, you can run "
3187 "\"$TITLE\" when setup is done"
3188 msgstr ""
3189
29753190 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29763191 #, sh-format
29773192 msgid ""
30193234 msgid "Please select the 32bit version of iTunes"
30203235 msgstr ""
30213236
3022 #: PlayOnLinux_Scripts/osu_:45
3237 #: PlayOnLinux_Scripts/osu_:46
30233238 #, sh-format
30243239 msgid ""
30253240 "Press next to start the updater. When the updater is finished, close it "
30393254 "resolution when rFactor Config comes up."
30403255 msgstr ""
30413256
3042 #: bash/bug_report:31
3257 #: bash/bug_report:32
30433258 #, sh-format
30443259 msgid "Report a bug"
30453260 msgstr ""
30463261
3047 #: bash/bug_report:36
3262 #: bash/bug_report:37
30483263 #, sh-format
30493264 msgid ""
30503265 "Please give the more details as you can, otherwise, it will be very "
30523267 msgstr ""
30533268 "Молим, дајте што више података, иначе, биће веома тешко да вам помогнемо"
30543269
3055 #: bash/bug_report:36
3270 #: bash/bug_report:37
30563271 #, sh-format
30573272 msgid ""
30583273 "This wizard will help you to report a bug about an officially supported "
30613276 "Овај чаробњак ће вам помоћи да пријавите грешку са званично подржаним "
30623277 "програмом."
30633278
3064 #: bash/bug_report:40
3279 #: bash/bug_report:41
30653280 #, sh-format
30663281 msgid ""
30673282 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30683283 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30693284 msgstr ""
30703285
3071 #: bash/bug_report:46
3286 #: bash/bug_report:47
30723287 #, sh-format
30733288 msgid "I have a problem with a software"
30743289 msgstr ""
30753290
3076 #: bash/bug_report:46
3291 #: bash/bug_report:47
30773292 #, sh-format
30783293 msgid "My problem concerns $APPLICATION_TITLE itself"
30793294 msgstr ""
30803295
3081 #: bash/bug_report:46
3296 #: bash/bug_report:47
30823297 #, sh-format
30833298 msgid "What kind of problem do you have?"
30843299 msgstr ""
30853300
3086 #: bash/bug_report:50
3301 #: bash/bug_report:51
30873302 #, sh-format
30883303 msgid "Don't join any log file"
30893304 msgstr ""
30903305
3091 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3306 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30923307 #: bash/manual_install:120 bash/manual_install:219
30933308 #, sh-format
30943309 msgid "Manual installation"
30953310 msgstr "Ручна уградња"
30963311
3097 #: bash/bug_report:54 bash/run_exe:24
3312 #: bash/bug_report:55 bash/run_exe:24
30983313 #, sh-format
30993314 msgid "Automatic installation"
31003315 msgstr "Самостална уградња"
31013316
3102 #: bash/bug_report:65
3317 #: bash/bug_report:66
31033318 #, sh-format
31043319 msgid "Choose the log file corresponding to your software."
31053320 msgstr "Одаберите дневник грешака који одговара вашем софтверу."
31063321
3107 #: bash/bug_report:69
3322 #: bash/bug_report:70
31083323 #, sh-format
31093324 msgid "Please give a very short description (title, english only)"
31103325 msgstr "Молим, дајте кратак опис (неслов, само енглески)"
31113326
3112 #: bash/bug_report:72
3327 #: bash/bug_report:73
31133328 #, sh-format
31143329 msgid "Please explain your problem clearly (english only):"
31153330 msgstr "Молим, објасните Ваш проблем јасно, (али на енглеском):"
31163331
3117 #: bash/bug_report:76
3332 #: bash/bug_report:77
31183333 #, sh-format
31193334 msgid "Sorry, we need a detailed description."
31203335 msgstr "Жао ми је, треба нам опширнији опис."
31213336
3122 #: bash/bug_report:107
3337 #: bash/bug_report:108
31233338 #, sh-format
31243339 msgid ""
31253340 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31653380 msgstr "Изаберите назив нестварног уређаја"
31663381
31673382 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3168 #: python/mainwindow.py:232
3383 #: python/mainwindow.py:234
31693384 #, sh-format
31703385 msgid "Run a local script"
31713386 msgstr "Покрените местне скрипте"
32913506 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32923507 msgstr ""
32933508
3294 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3509 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32953510 #, sh-format
32963511 msgid "$APPLICATION_TITLE first use"
32973512 msgstr ""
32983513
3299 #: bash/first_use:240
3514 #: bash/first_use:242
33003515 #, sh-format
33013516 msgid "$APPLICATION_TITLE is going to finish its preparation"
33023517 msgstr ""
33033518
3304 #: bash/first_use:240 bash/first_use:243
3519 #: bash/first_use:242 bash/first_use:245
33053520 #, sh-format
33063521 msgid "Please ensure you are connected to the internet."
33073522 msgstr ""
33083523
3309 #: bash/first_use:243
3524 #: bash/first_use:245
33103525 #, sh-format
33113526 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33123527 msgstr ""
33133528
3314 #: bash/first_use:243
3529 #: bash/first_use:245
33153530 #, sh-format
33163531 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33173532 msgstr ""
33183533 "Овај чаробњак ће Вам помоћи да припремите $APPLICATION_TITLE окружење"
33193534
3320 #: bash/first_use:253
3535 #: bash/first_use:255
33213536 #, sh-format
33223537 msgid "Error while installing fonts"
33233538 msgstr "Десила се грешка приликом уградње словних ликова"
33243539
3325 #: bash/first_use:271
3540 #: bash/first_use:273
33263541 #, sh-format
33273542 msgid "Enjoy using $APPLICATION_TITLE"
33283543 msgstr ""
34363651 msgid "Use another version of Wine"
34373652 msgstr "Користи друго издање Вина"
34383653
3439 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3440 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3654 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3655 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34413656 #, sh-format
34423657 msgid "Configure Wine"
34433658 msgstr "Подесите Вино"
34573672 msgid "What would you like to do before installation?"
34583673 msgstr "Шта би желели да урадите пре уградње?"
34593674
3460 #: bash/manual_install:230 lib/scripts.lib:437
3675 #: bash/manual_install:231 lib/scripts.lib:438
34613676 #, sh-format
34623677 msgid "Please make your choice"
34633678 msgstr ""
34643679
3465 #: bash/manual_install:258
3680 #: bash/manual_install:259
34663681 #, sh-format
34673682 msgid "Looking for runnable CD-ROMs"
34683683 msgstr ""
34693684
3470 #: bash/manual_install:281
3685 #: bash/manual_install:282
34713686 #, sh-format
34723687 msgid "Select another file"
34733688 msgstr ""
34743689
3475 #: bash/manual_install:289
3690 #: bash/manual_install:290
34763691 #, sh-format
34773692 msgid "Please choose a way to install your program"
34783693 msgstr ""
34793694
3480 #: bash/manual_install:298
3695 #: bash/manual_install:299
34813696 #, sh-format
34823697 msgid "Please select the install file to run."
34833698 msgstr ""
34843699
3485 #: bash/manual_install:328
3700 #: bash/manual_install:329
34863701 #, sh-format
34873702 msgid "You must choose a file!"
34883703 msgstr ""
34893704
3490 #: bash/manual_install:334
3705 #: bash/manual_install:335
34913706 #, sh-format
34923707 msgid "$APPLICATION_TITLE is installing your application..."
34933708 msgstr ""
35653780 msgid "Extracting: "
35663781 msgstr "Издвајам: "
35673782
3568 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3783 #: bash/playonlinux-pkg:111
35693784 #, sh-format
35703785 msgid "Running..."
35713786 msgstr "Покрећем..."
35753790 msgid "Cleaning..."
35763791 msgstr "Чистим..."
35773792
3578 #: bash/playonlinux_online:32
3579 #, sh-format
3580 msgid ""
3581 "This is the list of the scripts you sent to us. You can run one of them"
3582 msgstr ""
3583 "Ово је списак скрипти које сте нам послали. Можете извршити неку од њих"
3584
3585 #: bash/playonlinux_online:42
3586 #, sh-format
3587 msgid "You do not seems to have any personal script"
3588 msgstr "Изгледа да немате личних скрипата"
3589
3590 #: bash/playonlinux_online:47
3591 #, sh-format
3592 msgid ""
3593 "If you have successfully installed a program with 'Install a non-listed\\"
3594 "nsoftware' button, it will allow you to add this program in our list"
3595 msgstr ""
3596 "Ако сте успешно уградили програм дугметом „Угради програм који није на \\"
3597 "nсписку“, то ће Вам омогућити да додате овај програм на Ваш списак"
3598
3599 #: bash/playonlinux_online:47
3600 #, sh-format
3601 msgid "This tools will allow you to help us :"
3602 msgstr "Овај алат ће Вам омогућити да нам помогнете :"
3603
3604 #: bash/playonlinux_online:47
3605 #, sh-format
3606 msgid ""
3607 "We're going to ask you some questions, please be as much accurate as\\"
3608 "npossible"
3609 msgstr "Поставићемо Вам неколико питања, молим, будите што \\nпрецизнији"
3610
3611 #: bash/playonlinux_online:55
3612 #, sh-format
3613 msgid "Choose the file corresponding to your program."
3614 msgstr "Одаберите датотеку која одговара Вашем програму."
3615
3616 #: bash/playonlinux_online:59
3617 #, sh-format
3618 msgid "Does your program run?"
3619 msgstr "Да ли се Ваш програм извршава?"
3620
3621 #: bash/playonlinux_online:62
3622 #, sh-format
3623 msgid "What is the title of your program?"
3624 msgstr "Који је назив Вашег програма?"
3625
3626 #: bash/playonlinux_online:64
3627 #, sh-format
3628 msgid "What is the editor of your program?"
3629 msgstr "Шта је уредник Вашег програма?"
3630
3631 #: bash/playonlinux_online:66
3632 #, sh-format
3633 msgid "What is the editor website of your program?"
3634 msgstr "Који је веб призор Вашег програма?"
3635
3636 #: bash/playonlinux_online:69 python/install.py:210
3637 #, sh-format
3638 msgid "Accessories"
3639 msgstr "Прибори"
3640
3641 #: bash/playonlinux_online:69 python/install.py:211
3642 #, sh-format
3643 msgid "Development"
3644 msgstr "Развој"
3645
3646 #: bash/playonlinux_online:69 python/install.py:212
3647 #, sh-format
3648 msgid "Education"
3649 msgstr "Образовање"
3650
3651 #: bash/playonlinux_online:69 python/install.py:213
3652 #, sh-format
3653 msgid "Games"
3654 msgstr "Игре"
3655
3656 #: bash/playonlinux_online:69 python/install.py:214
3657 #, sh-format
3658 msgid "Graphics"
3659 msgstr "Графика"
3660
3661 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3662 #: python/options.py:384
3663 #, sh-format
3664 msgid "Internet"
3665 msgstr "Интернет"
3666
3667 #: bash/playonlinux_online:69 python/install.py:216
3668 #, sh-format
3669 msgid "Multimedia"
3670 msgstr "Звук и видео"
3671
3672 #: bash/playonlinux_online:69 python/install.py:217
3673 #, sh-format
3674 msgid "Office"
3675 msgstr "Уредништво"
3676
3677 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3678 #, sh-format
3679 msgid "Other"
3680 msgstr "остало"
3681
3682 #: bash/playonlinux_online:69 python/install.py:219
3683 #, sh-format
3684 msgid "Patches"
3685 msgstr "Закрпе"
3686
3687 #: bash/playonlinux_online:69
3688 #, sh-format
3689 msgid "Select a category for your program"
3690 msgstr "Одаберите врсту за ваш програм"
3691
3692 #: bash/playonlinux_online:69 python/install.py:258
3693 #, sh-format
3694 msgid "Testing"
3695 msgstr "Опитне"
3696
3697 #: bash/playonlinux_online:72
3698 #, sh-format
3699 msgid ""
3700 "What feature of your program does not work?\\nIf everything works, please "
3701 "mention it"
3702 msgstr ""
3703 "Која могућност Вашег програма не ради?\\nАко све ради, молим, напомените"
3704
3705 #: bash/playonlinux_online:74
3706 #, sh-format
3707 msgid "Write any change you made to wine configuration here:"
3708 msgstr "Упишите било које измене у Вину овде:"
3709
3710 #: bash/playonlinux_online:102
3711 #, sh-format
3712 msgid "You must be able to run this program!"
3713 msgstr "Морате бити у могућности да покрећете овај програм"
3714
3715 #: bash/playonlinux_online:107
3716 #, sh-format
3717 msgid "Run one of your personal scripts"
3718 msgstr "Покрените неке Ваше личне скрипте"
3719
3720 #: bash/playonlinux_online:108
3721 #, sh-format
3722 msgid "Send to us a working script generated by manual installation"
3723 msgstr "Пошаљите нам радне скрипте створене ручном уградњом"
3724
3725 #: bash/playonlinux_online:109
3726 #, sh-format
3727 msgid "Logout"
3728 msgstr "Одјава"
3729
3730 #: bash/playonlinux_online:110
3731 #, sh-format
3732 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3733 msgstr ""
3734
3735 #: bash/playonlinux_online:124
3736 #, sh-format
3737 msgid ""
3738 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3739 "safely close this window"
3740 msgstr ""
3741
3742 #: bash/polconfigurator:33
3793 #: bash/polconfigurator:34
37433794 #, sh-format
37443795 msgid "Killing programs in the virtual drive..."
37453796 msgstr "Убијање програма у нестварном уређају..."
37463797
3747 #: bash/polconfigurator:79
3798 #: bash/polconfigurator:86
37483799 #, sh-format
37493800 msgid "Icon selection"
37503801 msgstr "Одабир иконе"
37513802
3752 #: bash/polconfigurator:79
3803 #: bash/polconfigurator:86
37533804 #, sh-format
37543805 msgid "Please select an icon file"
37553806 msgstr "Молим, изаберите датотеку иконе"
37563807
3757 #: bash/polconfigurator:86
3808 #: bash/polconfigurator:93
37583809 #, sh-format
37593810 msgid "Bad file extension"
37603811 msgstr "Лош наставак датотеке"
37613812
3762 #: bash/polconfigurator:86
3813 #: bash/polconfigurator:93
37633814 #, sh-format
37643815 msgid "is not an icon extension"
37653816 msgstr "није наставак иконе"
37663817
3767 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3768 #: python/mainwindow.py:621
3818 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3819 #: python/mainwindow.py:619
37693820 #, sh-format
37703821 msgid "Registry Editor"
37713822 msgstr "Уређивач завођења"
37723823
3773 #: bash/polconfigurator:97
3824 #: bash/polconfigurator:104
37743825 #, sh-format
37753826 msgid "Kill all prefix processes"
37763827 msgstr "Убиј све процесе предметка"
37773828
3778 #: bash/polconfigurator:98
3829 #: bash/polconfigurator:105
37793830 #, sh-format
37803831 msgid "Update wineprefix"
37813832 msgstr "Надоградите предметак Вина"
37823833
3783 #: bash/polconfigurator:99
3834 #: bash/polconfigurator:106
37843835 #, sh-format
37853836 msgid "Simulate Windows reboot"
37863837 msgstr "Опонашај преобување Прозора"
37873838
3788 #: bash/polconfigurator:100
3839 #: bash/polconfigurator:107
37893840 #, sh-format
37903841 msgid "Use Advanced Wine Configuration plugin"
37913842 msgstr "Користи напредни прикључак поставки Вина"
37923843
3793 #: bash/polconfigurator:101
3844 #: bash/polconfigurator:108
37943845 #, sh-format
37953846 msgid "Use PlayOnLinux's configurator for"
37963847 msgstr "Користи поставке Игре на Линуксу за"
37973848
3798 #: bash/polconfigurator:103
3849 #: bash/polconfigurator:110
37993850 #, sh-format
38003851 msgid "Change the icon"
38013852 msgstr "Замени икону"
38023853
3803 #: bash/polconfigurator:104
3854 #: bash/polconfigurator:111
38043855 #, sh-format
38053856 msgid "Use WineTricks"
38063857 msgstr "Користи Вино магије"
38073858
3808 #: bash/polconfigurator:123
3859 #: bash/polconfigurator:130
38093860 #, sh-format
38103861 msgid "Please choose an action to perform"
38113862 msgstr "Молим, изаберите радњу за извођење"
38553906 msgid "Please choose a CD-ROM to eject"
38563907 msgstr ""
38573908
3858 #: bash/run_app:83
3909 #: bash/run_app:85
38593910 #, sh-format
38603911 msgid "Please choose a software to run"
38613912 msgstr ""
38623913
3863 #: bash/run_app:114
3914 #: bash/run_app:116
38643915 #, sh-format
38653916 msgid "$APPLICATION_TITLE debugger is starting..."
38663917 msgstr "$APPLICATION_TITLE отклањач буба се покреће..."
38673918
3868 #: bash/run_app:117
3919 #: bash/run_app:119
38693920 #, sh-format
38703921 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38713922 msgstr ""
38723923 "$PACKAGE се срушио.\\nКликните на везу отклона буба за више података."
38733924
3874 #: bash/run_app:119
3925 #: bash/run_app:121
38753926 #, sh-format
38763927 msgid "$PACKAGE crashed."
38773928 msgstr "$PACKAGE се срушио."
39323983 "старе поставке ?"
39333984
39343985 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3935 #: lib/playonlinux.lib:717
3986 #: lib/playonlinux.lib:720
39363987 #, sh-format
39373988 msgid "$APPLICATION_TITLE Uninstaller"
39383989 msgstr "Уклањач $APPLICATION_TITLE"
39524003 msgid "This wizard will help you to uninstall: "
39534004 msgstr "Овај чаробњак ће вам помоћи да уклоните: "
39544005
3955 #: bash/uninstall:65 lib/playonlinux.lib:717
4006 #: bash/uninstall:65 lib/playonlinux.lib:720
39564007 #, sh-format
39574008 msgid "Uninstalling..."
39584009 msgstr "Уклањам..."
40144065 msgstr ""
40154066
40164067 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4017 #: lib/wine.lib:955 lib/wine.lib:1036
4068 #: lib/wine.lib:970 lib/wine.lib:1051
40184069 #, sh-format
40194070 msgid "Please wait while the virtual drive is being created..."
40204071 msgstr ""
40294080 msgid "Setting Program Files var"
40304081 msgstr "Поставке променљивих датотека програма"
40314082
4032 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4033 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4083 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4084 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40344085 #, sh-format
40354086 msgid "This function is disabled in the PlayOnlinux environment."
40364087 msgstr "Ова радња је онемогућена у окружењу Игре на Линуксу"
40374088
4038 #: lib/playonlinux.lib:334
4089 #: lib/playonlinux.lib:336
40394090 #, sh-format
40404091 msgid ""
40414092 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40434094 "responsible from it.\\nPlease ensure you know what you are doing !"
40444095 msgstr ""
40454096
4046 #: lib/playonlinux.lib:335
4097 #: lib/playonlinux.lib:337
40474098 #, sh-format
40484099 msgid "Here the source code of the script. Check it carefully"
40494100 msgstr ""
40504101
4051 #: lib/playonlinux.lib:357
4102 #: lib/playonlinux.lib:359
40524103 #, sh-format
40534104 msgid ""
40544105 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40564107 "responsible from it.\\nPlease ensure you know what you are doing!"
40574108 msgstr ""
40584109
4059 #: lib/playonlinux.lib:358
4110 #: lib/playonlinux.lib:360
40604111 #, sh-format
40614112 msgid "External library"
40624113 msgstr "Спољна библиотека"
40634114
4064 #: lib/playonlinux.lib:358
4115 #: lib/playonlinux.lib:360
40654116 #, sh-format
40664117 msgid "Here the source code of the script. Check it carrefully"
40674118 msgstr "Ово је изворни код скрипата. Проверите их пажљиво"
40684119
4069 #: lib/playonlinux.lib:591
4120 #: lib/playonlinux.lib:593
40704121 #, sh-format
40714122 msgid "Making shortcut..."
40724123 msgstr "Стварам пречицу..."
40734124
4074 #: lib/playonlinux.lib:715
4125 #: lib/playonlinux.lib:718
40754126 #, sh-format
40764127 msgid "Do you want to delete the virtual drive:"
40774128 msgstr "Да ли желите избрисати нестварни уређај:"
40784129
4079 #: lib/playonlinux.lib:826
4130 #: lib/playonlinux.lib:831
40804131 #, sh-format
40814132 msgid ""
40824133 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40854136 "Следећа датотека се налази на Фат32 систему датотека.\\nТо може спречити "
40864137 "вино од рада на \\n\\n$FilePath"
40874138
4088 #: lib/playonlinux.lib:827
4139 #: lib/playonlinux.lib:832
40894140 #, sh-format
40904141 msgid ""
40914142 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40944145 "Следећа датотека се налази на НТСФ систему датотека.\\nТо може спречити вино "
40954146 "од рада на \\n\\n$FilePath"
40964147
4097 #: lib/playonlinux.lib:828
4148 #: lib/playonlinux.lib:833
40984149 #, sh-format
40994150 msgid ""
41004151 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41014152 "from working\\n\\n$FilePath"
41024153 msgstr ""
41034154
4104 #: lib/playonlinux.lib:829
4155 #: lib/playonlinux.lib:834
41054156 #, sh-format
41064157 msgid ""
41074158 "The following file is located on a noexec mounted filesystem.\\nIt might "
41104161 "Следећа датотека се налази на неизвршно прикаченом систему датотека.\\nТо "
41114162 "може спречити Вино од рада на \\n\\n$FilePath"
41124163
4113 #: lib/plugins.lib:65
4164 #: lib/plugins.lib:66
41144165 #, sh-format
41154166 msgid "Checking plugin: "
41164167 msgstr "Проверавам прикључак: "
41174168
4118 #: lib/plugins.lib:93
4169 #: lib/plugins.lib:94
41194170 #, sh-format
41204171 msgid "New: "
41214172 msgstr "Нови: "
41224173
4123 #: lib/plugins.lib:93
4174 #: lib/plugins.lib:94
41244175 #, sh-format
41254176 msgid "Updating plugin. Previous: "
41264177 msgstr "Надограђујем прикључак. Претходни: "
41274178
4128 #: lib/plugins.lib:112
4179 #: lib/plugins.lib:113
41294180 #, sh-format
41304181 msgid "Installing plugin: "
41314182 msgstr "Уграђујем прикључак: "
41424193 msgid "Function override detected, disabling bug reporting"
41434194 msgstr ""
41444195
4145 #: lib/scripts.lib:499 lib/scripts.lib:565
4196 #: lib/scripts.lib:500 lib/scripts.lib:566
41464197 #, sh-format
41474198 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41484199 msgstr "Нема довољно простора за преузимање:\\n$URL ($neededSpace KB)"
41494200
4150 #: lib/scripts.lib:501 lib/scripts.lib:784
4201 #: lib/scripts.lib:502 lib/scripts.lib:785
41514202 #, sh-format
41524203 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41534204 msgstr ""
41544205
4155 #: lib/scripts.lib:503 lib/scripts.lib:570
4206 #: lib/scripts.lib:504 lib/scripts.lib:571
41564207 #, sh-format
41574208 msgid "An error happened during download."
41584209 msgstr "Десила се грешка приликом преузимања"
41594210
4160 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4161 #: lib/scripts.lib:586
4211 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4212 #: lib/scripts.lib:587
41624213 #, sh-format
41634214 msgid "Do you want to retry?"
41644215 msgstr "Желите ли да покушате поново?"
41654216
4166 #: lib/scripts.lib:522 lib/scripts.lib:586
4217 #: lib/scripts.lib:523 lib/scripts.lib:587
41674218 #, sh-format
41684219 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41694220 msgstr ""
41704221
4171 #: lib/scripts.lib:689
4222 #: lib/scripts.lib:690
41724223 #, sh-format
41734224 msgid ""
41744225 "7z not installed, please check that you have 7zip installed and try again"
41754226 msgstr ""
41764227
4177 #: lib/scripts.lib:696
4228 #: lib/scripts.lib:697
41784229 #, sh-format
41794230 msgid "Failed to locate ${dest} from ${archive}"
41804231 msgstr ""
41814232
4182 #: lib/scripts.lib:700
4233 #: lib/scripts.lib:701
41834234 #, sh-format
41844235 msgid "Extracting ${filename} from ${archivename}"
41854236 msgstr ""
41864237
4187 #: lib/scripts.lib:715
4238 #: lib/scripts.lib:716
41884239 #, sh-format
41894240 msgid "Extracted file size does not match!"
41904241 msgstr ""
41914242
4192 #: lib/scripts.lib:746
4243 #: lib/scripts.lib:747
41934244 #, sh-format
41944245 msgid "Copying ${filename}"
41954246 msgstr "Умножавам ${filename}"
41964247
4197 #: lib/scripts.lib:759
4248 #: lib/scripts.lib:760
41984249 #, sh-format
41994250 msgid "File size does not match!"
42004251 msgstr "Величина датотека се не поклапа"
42014252
4202 #: lib/scripts.lib:903
4253 #: lib/scripts.lib:904
42034254 #, sh-format
42044255 msgid ""
42054256 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42064257 "n$APPLICATION_TITLE $NEEDED is required."
42074258 msgstr ""
42084259
4209 #: lib/scripts.lib:918
4260 #: lib/scripts.lib:919
42104261 #, sh-format
42114262 msgid ""
42124263 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42134264 "$NEEDED is recommended to continue."
42144265 msgstr ""
42154266
4216 #: lib/scripts.lib:949
4267 #: lib/scripts.lib:950
42174268 #, sh-format
42184269 msgid "$AUTHOR profile"
42194270 msgstr "$AUTHOR профил"
42624313 "Један или више програма недостаје(у). Молим, уградите их и покрените скрипте "
42634314 "поново."
42644315
4265 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4316 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42664317 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42674318 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42684319 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42744325 #, sh-format
42754326 msgid "Where is mounted your CD-ROM?"
42764327 msgstr "Где Вам је прикачен CD-ROM?"
4328
4329 #: lib/setupwindow.lib:349 python/install.py:218
4330 #, sh-format
4331 msgid "Other"
4332 msgstr "остало"
42774333
42784334 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42794335 #, sh-format
43944450 msgid "I don't want to make another shortcut"
43954451 msgstr "Не желим да правим још једну пречицу"
43964452
4397 #: lib/setupwindow.lib:711 python/guiv3.py:158
4453 #: lib/setupwindow.lib:711 python/guiv3.py:163
43984454 #, sh-format
43994455 msgid "Browse"
44004456 msgstr "Разгледај"
44014457
4458 #: lib/setupwindow.lib:739
4459 #, sh-format
4460 msgid "A shortcut by that name already exists, overwrite?"
4461 msgstr ""
4462
44024463 #: lib/website.lib:29
44034464 #, sh-format
44044465 msgid "Connect to your $APPLICATION_TITLE account"
44164477 "valid."
44174478 msgstr ""
44184479
4419 #: lib/wine.lib:367
4480 #: lib/wine.lib:371
44204481 #, sh-format
44214482 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44224483 msgstr "Молим, сачекајте док $APPLICATION_TITLE прегледа ваш хардвер"
44234484
4424 #: lib/wine.lib:373
4485 #: lib/wine.lib:377
44254486 #, sh-format
44264487 msgid "Select the main videocard to report:"
44274488 msgstr ""
44284489
4429 #: lib/wine.lib:538 lib/wine.lib:703
4490 #: lib/wine.lib:549 lib/wine.lib:714
44304491 #, sh-format
44314492 msgid ""
44324493 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44354496 "Изгледа да се вино срушило\\n\\nАко с Ваш програм извршава, само занемарите "
44364497 "ову поруку"
44374498
4438 #: lib/wine.lib:763
4499 #: lib/wine.lib:775
44394500 #, sh-format
44404501 msgid "Unable to find version: "
44414502 msgstr "Нисам успео да пронађем издање: "
44424503
4443 #: lib/wine.lib:769 lib/wine.lib:770
4504 #: lib/wine.lib:781 lib/wine.lib:782
44444505 #, sh-format
44454506 msgid "Downloading Wine: "
44464507 msgstr "Преузимам Вино "
44474508
4448 #: lib/wine.lib:779
4509 #: lib/wine.lib:791
44494510 #, sh-format
44504511 msgid "The download seems to have failed."
44514512 msgstr "Изгледа ми да преузимање није успело"
44524513
4453 #: lib/wine.lib:781
4514 #: lib/wine.lib:793
44544515 #, sh-format
44554516 msgid "Extracting Wine..."
44564517 msgstr "Издвајам Вино"
44574518
4458 #: lib/wine.lib:961
4519 #: lib/wine.lib:976
44594520 #, sh-format
44604521 msgid "Overwrite (usually works, no guarantee)"
44614522 msgstr "Препиши (обично успева, не јемчим)"
44624523
4463 #: lib/wine.lib:962
4524 #: lib/wine.lib:977
44644525 #, sh-format
44654526 msgid "Erase (virtual drive content will be lost)"
44664527 msgstr "Обриши (садржај нестварног уређаја ће бити изгубљен)"
44674528
4468 #: lib/wine.lib:976
4529 #: lib/wine.lib:991
44694530 #, sh-format
44704531 msgid "The target virtual drive $PREFNAME already exists:"
44714532 msgstr "циљни нестварни уређај $PREFNAME већ постоји"
44724533
4473 #: lib/wine.lib:1156 lib/wine.lib:1186
4534 #: lib/wine.lib:1171 lib/wine.lib:1201
44744535 #, sh-format
44754536 msgid "Please wait while $SOFTNAME is installed..."
44764537 msgstr "Молим, сачекајте док се $SOFTNAME угради..."
44774538
4478 #: lib/wine.lib:1160 lib/wine.lib:1189
4539 #: lib/wine.lib:1175 lib/wine.lib:1204
44794540 #, sh-format
44804541 msgid ""
44814542 "Be careful! This will kill install process. If it is not finished, you will "
44844545 "Пажљиво! Ово ће убити поступак уградње. Ако није завршен, мораћете поново "
44854546 "уградити $SOFTNAME"
44864547
4487 #: lib/wine.lib:1160 lib/wine.lib:1189
4548 #: lib/wine.lib:1175 lib/wine.lib:1204
44884549 #, sh-format
44894550 msgid "Install is done"
44904551 msgstr "Уградња је завршена"
44914552
4492 #: lib/wine.lib:1193 lib/wine.lib:1194
4553 #: lib/wine.lib:1208 lib/wine.lib:1209
44934554 #, sh-format
44944555 msgid "Press next only when the installation process is finished"
44954556 msgstr "Приитисни следеће так након завршетка поступка уградње"
44964557
4497 #: lib/wine.lib:1202
4558 #: lib/wine.lib:1217
44984559 #, sh-format
44994560 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45004561 msgstr "Молим, сачекајте док $APPLICATION_TITLE опонаша поновно покретање"
45084569 "associated"
45094570 msgstr ""
45104571
4511 #: python/configure.py:197 python/configure.py:694
4572 #: python/configure.py:196 python/configure.py:703
45124573 msgid "General"
45134574 msgstr "Опште"
45144575
4515 #: python/configure.py:200
4576 #: python/configure.py:199
45164577 msgid "Make a new shortcut from this virtual drive"
45174578 msgstr "Прави нову пречицу из овог нестварног уређаја"
45184579
4519 #: python/configure.py:201
4580 #: python/configure.py:200
45204581 msgid "Name"
45214582 msgstr "Назив"
45224583
4523 #: python/configure.py:202
4584 #: python/configure.py:201
45244585 msgid "Wine version"
45254586 msgstr "Издање Вина"
45264587
4527 #: python/configure.py:203
4588 #: python/configure.py:202
45284589 msgid "Debug flags"
45294590 msgstr ""
45304591
4531 #: python/configure.py:205
4592 #: python/configure.py:204
45324593 msgid "Virtual drive"
45334594 msgstr "Нестваран уређај"
45344595
4535 #: python/configure.py:207
4596 #: python/configure.py:206
45364597 msgid "Arguments"
45374598 msgstr "Аргументи"
45384599
4539 #: python/configure.py:211
4600 #: python/configure.py:210
45404601 msgid "Run configuration wizard"
45414602 msgstr "Покрени чаробњака за подешавање"
45424603
4543 #: python/configure.py:248
4604 #: python/configure.py:247
45444605 msgid "Windows reboot"
45454606 msgstr "Преобување Прозора"
45464607
4547 #: python/configure.py:256
4608 #: python/configure.py:255
45484609 msgid "Repair virtual drive"
45494610 msgstr "Поправите нестваран уређај"
45504611
4551 #: python/configure.py:265
4612 #: python/configure.py:264
45524613 msgid "Command prompt"
45534614 msgstr "Наредбени упит"
45544615
4555 #: python/configure.py:272
4616 #: python/configure.py:271
45564617 msgid "Task manager"
45574618 msgstr "Управљач задатака"
45584619
4559 #: python/configure.py:280
4620 #: python/configure.py:279
45604621 msgid "Kill processes"
45614622 msgstr "Убиј Процес"
45624623
4563 #: python/configure.py:287
4624 #: python/configure.py:286
45644625 msgid "Wine uninstaller"
45654626 msgstr "Вино уклањач програма"
45664627
4567 #: python/configure.py:312
4628 #: python/configure.py:311
45684629 msgid ""
45694630 "Be careful! Installing one of these components can break your virtual drive."
45704631 msgstr ""
45714632
4572 #: python/configure.py:334 python/install.py:285 python/install.py:289
4573 #: python/mainwindow.py:197 python/mainwindow.py:350
4633 #: python/configure.py:333 python/install.py:285 python/install.py:289
4634 #: python/mainwindow.py:199 python/mainwindow.py:348
45744635 msgid "Install"
45754636 msgstr "Угради"
45764637
4577 #: python/configure.py:395
4638 #: python/configure.py:388
45784639 msgid "Open program's directory"
45794640 msgstr "Отвори фасциклу програма"
45804641
4581 #: python/configure.py:418
4642 #: python/configure.py:411
45824643 msgid "Open virtual drive's directory"
45834644 msgstr "Отвори фасциклу нестварног уређаја"
45844645
4585 #: python/configure.py:560
4646 #: python/configure.py:555
45864647 msgid "GLSL Support"
45874648 msgstr ""
45884649
4589 #: python/configure.py:561
4650 #: python/configure.py:556
45904651 msgid "Direct Draw Renderer"
45914652 msgstr ""
45924653
4593 #: python/configure.py:562
4654 #: python/configure.py:557
45944655 msgid "Video memory size"
45954656 msgstr "Величина видео меморије"
45964657
4597 #: python/configure.py:563
4658 #: python/configure.py:558
45984659 msgid "Offscreen rendering mode"
45994660 msgstr ""
46004661
4601 #: python/configure.py:564
4662 #: python/configure.py:559
46024663 msgid "Render target mode lock"
46034664 msgstr ""
46044665
4605 #: python/configure.py:565
4666 #: python/configure.py:560
46064667 msgid "Multisampling"
46074668 msgstr "Многоструко узорковање"
46084669
4609 #: python/configure.py:566
4670 #: python/configure.py:561
46104671 msgid "Strict Draw Ordering"
46114672 msgstr ""
46124673
4613 #: python/configure.py:576
4674 #: python/configure.py:571
46144675 msgid "Mouse warp override"
46154676 msgstr ""
46164677
4617 #: python/configure.py:578
4678 #: python/configure.py:573
46184679 msgid "Open a shell"
46194680 msgstr "Отвори љуску"
46204681
4621 #: python/configure.py:579
4682 #: python/configure.py:574
46224683 msgid "Run a .exe file in this virtual drive"
46234684 msgstr ""
46244685
4625 #: python/configure.py:580
4686 #: python/configure.py:575
46264687 msgid "Command to exec before running the program"
46274688 msgstr "Наредба коју треба извршити пре покретања програма"
46284689
4629 #: python/configure.py:591
4690 #: python/configure.py:585
4691 msgid ""
4692 "Warning:\n"
4693 "\n"
4694 "Any program still running in this virtual drive will be terminated before "
4695 "Wine version is changed.\n"
4696 "Are you sure you want to continue?"
4697 msgstr ""
4698
4699 #: python/configure.py:596
46304700 msgid ""
46314701 "Be careful!\n"
46324702 "If you change "
46344704 "Пазите!\n"
46354705 "Ако измените "
46364706
4637 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4707 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46384708 msgid "{0} configuration"
46394709 msgstr "{0} подешавања"
46404710
4641 #: python/configure.py:659
4711 #: python/configure.py:664
46424712 msgid "Please select a program or a virtual drive to configure"
46434713 msgstr "Одаберите програм или нестварни уређај за подешавање"
46444714
4645 #: python/configure.py:677 python/options.py:280
4715 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46464716 msgid "New"
46474717 msgstr "Нови"
46484718
4649 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4650 #: python/mainwindow.py:596 python/options.py:207
4719 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4720 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46514721 msgid "Remove"
46524722 msgstr "Уклони"
46534723
4654 #: python/configure.py:696
4724 #: python/configure.py:705
46554725 msgid "Install components"
46564726 msgstr "Уградите саставне делове"
46574727
4658 #: python/configure.py:697 python/mainwindow.py:332
4728 #: python/configure.py:706 python/mainwindow.py:330
46594729 msgid "Display"
46604730 msgstr "Приказ"
46614731
4662 #: python/configure.py:698
4732 #: python/configure.py:707
46634733 msgid "Miscellaneous"
46644734 msgstr "Разно"
46654735
4666 #: python/configure.py:726
4736 #: python/configure.py:735
46674737 msgid "This virtual drive is protected"
46684738 msgstr "Овај нестварни уређај је заштићен"
46694739
4670 #: python/configure.py:728
4740 #: python/configure.py:737
46714741 msgid "Are you sure you want to delete {0} virtual drive ?"
46724742 msgstr "Сигурно желите да обришете нестварни уређај {0}?"
46734743
4674 #: python/configure.py:735
4744 #: python/configure.py:744
46754745 msgid "Are you sure you want to delete {0} ?"
46764746 msgstr "Да ли сте сигурни да желите избрисати {0} ?"
46774747
4678 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4679 #: python/mainwindow.py:997
4748 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4749 #: python/mainwindow.py:995
46804750 msgid "{0} debugger"
46814751 msgstr "Исправљач грешака"
46824752
46844754 msgid "Please select a debug file"
46854755 msgstr "Молим унесите датотеку исправке грешака"
46864756
4687 #: python/debug.py:76
4757 #: python/debug.py:78
46884758 msgid "Locate this logfile"
46894759 msgstr "Пронађите овај дневник грешака"
46904760
4691 #: python/debug.py:99
4761 #: python/debug.py:101
46924762 msgid "The file is named : {0}"
46934763 msgstr "Датотека је названа : {0}"
46944764
4695 #: python/debug.py:153 python/debug.py:207
4765 #: python/debug.py:189 python/debug.py:245
46964766 msgid "Virtual drives"
46974767 msgstr "Нестварни уређаји"
46984768
4699 #: python/debug.py:184
4769 #: python/debug.py:222
47004770 msgid "Report a problem about {0}"
47014771 msgstr "Пријавите потешкоћу о {0}"
47024772
4703 #: python/debug.py:206
4773 #: python/debug.py:244
47044774 msgid "Install scripts"
47054775 msgstr "Угради скрипту"
47064776
47254795 msgid "Next"
47264796 msgstr "Следеће"
47274797
4728 #: python/guiv3.py:166
4798 #: python/guiv3.py:171
47294799 msgid "I Agree"
47304800 msgstr "Пристајем"
47314801
4732 #: python/guiv3.py:167
4802 #: python/guiv3.py:172
47334803 msgid "Show virtual drives"
47344804 msgstr "Прикажи нестварне уређаје"
47354805
4736 #: python/guiv3.py:188
4806 #: python/guiv3.py:193
47374807 msgid "Login: "
47384808 msgstr "Пријава: "
47394809
4740 #: python/guiv3.py:189
4810 #: python/guiv3.py:194
47414811 msgid "Password: "
47424812 msgstr "Лозинка: "
47434813
4744 #: python/guiv3.py:192
4814 #: python/guiv3.py:197
47454815 msgid "Register"
47464816 msgstr "Упис"
47474817
4748 #: python/guiv3.py:288
4818 #: python/guiv3.py:302
47494819 msgid "MB downloaded"
47504820 msgstr "MB преузето"
47514821
4752 #: python/guiv3.py:288
4822 #: python/guiv3.py:302
47534823 msgid "of"
47544824 msgstr "од"
47554825
4756 #: python/guiv3.py:749
4826 #: python/guiv3.py:769
47574827 msgid "You cannot close this window"
47584828 msgstr "Не можете затворити овај прозор"
47594829
47614831 msgid "No description"
47624832 msgstr "Без описа"
47634833
4764 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4834 #: python/install.py:210
4835 msgid "Accessories"
4836 msgstr "Прибори"
4837
4838 #: python/install.py:211
4839 msgid "Development"
4840 msgstr "Развој"
4841
4842 #: python/install.py:212
4843 msgid "Education"
4844 msgstr "Образовање"
4845
4846 #: python/install.py:213
4847 msgid "Games"
4848 msgstr "Игре"
4849
4850 #: python/install.py:214
4851 msgid "Graphics"
4852 msgstr "Графика"
4853
4854 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4855 msgid "Internet"
4856 msgstr "Интернет"
4857
4858 #: python/install.py:216
4859 msgid "Multimedia"
4860 msgstr "Звук и видео"
4861
4862 #: python/install.py:217
4863 msgid "Office"
4864 msgstr "Уредништво"
4865
4866 #: python/install.py:219
4867 msgid "Patches"
4868 msgstr "Закрпе"
4869
4870 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47654871 msgid "Search"
47664872 msgstr "Тражи"
47674873
47684874 #: python/install.py:252
47694875 msgid "Include:"
47704876 msgstr "Укључи:"
4877
4878 #: python/install.py:258
4879 msgid "Testing"
4880 msgstr "Опитне"
47714881
47724882 #: python/install.py:263
47734883 msgid "No-cd needed"
48274937 "used for piracy purposes we won't give any support on this matter."
48284938 msgstr ""
48294939
4830 #: python/irc.py:137
4940 #: python/irc.py:139
48314941 msgid "Send"
48324942 msgstr "Пошаљи"
48334943
4834 #: python/irc.py:138
4944 #: python/irc.py:140
48354945 msgid "Connect"
48364946 msgstr "Повежи се"
48374947
4838 #: python/irc.py:139
4948 #: python/irc.py:141
48394949 msgid "Disconnect"
48404950 msgstr "Одспоји"
48414951
4842 #: python/irc.py:140
4952 #: python/irc.py:142
48434953 msgid "Leave"
48444954 msgstr "Напусти"
48454955
4846 #: python/irc.py:227
4956 #: python/irc.py:229
48474957 msgid "Join a channel"
48484958 msgstr ""
48494959
4850 #: python/irc.py:257 python/mainwindow.py:725
4960 #: python/irc.py:259 python/mainwindow.py:723
48514961 msgid "Messenger"
48524962 msgstr "Поручник"
48534963
4854 #: python/irc.py:273
4964 #: python/irc.py:275
48554965 msgid ""
48564966 "If you close this window, you cannot read further replies. Are you sure that "
48574967 "you want to close it?"
48764986 msgid "{0} error"
48774987 msgstr "{0} грешка"
48784988
4879 #: python/mainwindow.py:73
4989 #: python/mainwindow.py:75
48804990 msgid "{0} website is unavailable. Please check your connection"
48814991 msgstr ""
48824992
4883 #: python/mainwindow.py:75
4993 #: python/mainwindow.py:77
48844994 msgid "Refreshing {0}"
48854995 msgstr "Освежавање {0}"
48864996
4887 #: python/mainwindow.py:90 python/mainwindow.py:92
4997 #: python/mainwindow.py:92 python/mainwindow.py:94
48884998 msgid "An updated version of {0} is available"
48894999 msgstr "Освежено издањ {0} је доступно"
48905000
4891 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5001 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48925002 msgid "Run"
48935003 msgstr "Покрени"
48945004
4895 #: python/mainwindow.py:200
5005 #: python/mainwindow.py:202
48965006 msgid "Donate"
48975007 msgstr "Приложите"
48985008
4899 #: python/mainwindow.py:201
5009 #: python/mainwindow.py:203
49005010 msgid "Exit"
49015011 msgstr "Напусти"
49025012
4903 #: python/mainwindow.py:205
5013 #: python/mainwindow.py:207
49045014 msgid "Small icons"
49055015 msgstr "Мале иконице"
49065016
4907 #: python/mainwindow.py:206
5017 #: python/mainwindow.py:208
49085018 msgid "Medium icons"
49095019 msgstr "Средње иконе"
49105020
4911 #: python/mainwindow.py:207
5021 #: python/mainwindow.py:209
49125022 msgid "Large icons"
49135023 msgstr "Велике иконе"
49145024
4915 #: python/mainwindow.py:208
5025 #: python/mainwindow.py:210
49165026 msgid "Very large icons"
49175027 msgstr "Веома велике иконе"
49185028
4919 #: python/mainwindow.py:220
5029 #: python/mainwindow.py:222
49205030 msgid "Manage Wine versions"
49215031 msgstr "Управљајте издањима Вина"
49225032
4923 #: python/mainwindow.py:226
5033 #: python/mainwindow.py:228
49245034 msgid "Read a PC CD-Rom"
49255035 msgstr "Читај ЛР ЦД-ром"
49265036
4927 #: python/mainwindow.py:236
5037 #: python/mainwindow.py:238
49285038 msgid "Close all {0} software"
49295039 msgstr "Затвори сав {0} софтвер"
49305040
4931 #: python/mainwindow.py:240
5041 #: python/mainwindow.py:242
49325042 msgid "{0} console"
49335043 msgstr "{0} конзола"
49345044
4935 #: python/mainwindow.py:250
5045 #: python/mainwindow.py:248
49365046 msgid "{0} messenger"
49375047 msgstr "{0} поручник"
49385048
4939 #: python/mainwindow.py:266 python/options.py:388
5049 #: python/mainwindow.py:264 python/options.py:388
49405050 msgid "File associations"
49415051 msgstr "Придруживање датотека"
49425052
4943 #: python/mainwindow.py:273
5053 #: python/mainwindow.py:271
49445054 msgid "About {0}"
49455055 msgstr "О програму {0}"
49465056
4947 #: python/mainwindow.py:302 python/mainwindow.py:306
5057 #: python/mainwindow.py:300 python/mainwindow.py:304
49485058 msgid "Plugin manager"
49495059 msgstr "Управник прикључака"
49505060
4951 #: python/mainwindow.py:331
5061 #: python/mainwindow.py:329
49525062 msgid "File"
49535063 msgstr "Датотека"
49545064
4955 #: python/mainwindow.py:333
5065 #: python/mainwindow.py:331
49565066 msgid "Tools"
49575067 msgstr "Алатке"
49585068
4959 #: python/mainwindow.py:334 python/mainwindow.py:723
5069 #: python/mainwindow.py:332 python/mainwindow.py:721
49605070 msgid "Settings"
49615071 msgstr "Поставке"
49625072
4963 #: python/mainwindow.py:335 python/options.py:387
5073 #: python/mainwindow.py:333 python/options.py:387
49645074 msgid "Plugins"
49655075 msgstr "Прикључци"
49665076
4967 #: python/mainwindow.py:347 python/mainwindow.py:739
5077 #: python/mainwindow.py:345 python/mainwindow.py:737
49685078 msgid "Close"
49695079 msgstr "Затвори"
49705080
4971 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5081 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49725082 msgid "Configure"
49735083 msgstr "Подесите"
49745084
4975 #: python/mainwindow.py:584
5085 #: python/mainwindow.py:582
49765086 msgid "Open the application's directory"
49775087 msgstr "Отвори фасциклу програма"
49785088
4979 #: python/mainwindow.py:588 python/mainwindow.py:753
5089 #: python/mainwindow.py:586 python/mainwindow.py:751
49805090 msgid "Read the manual"
49815091 msgstr "Читајте приручник"
49825092
4983 #: python/mainwindow.py:592
5093 #: python/mainwindow.py:590
49845094 msgid "Set the icon"
49855095 msgstr "Постави икону"
49865096
4987 #: python/mainwindow.py:600
5097 #: python/mainwindow.py:598
49885098 msgid "Close this application"
49895099 msgstr "Затвори овај програм"
49905100
4991 #: python/mainwindow.py:611
5101 #: python/mainwindow.py:609
49925102 msgid "KillApp"
49935103 msgstr "Убиј програм"
49945104
4995 #: python/mainwindow.py:618
5105 #: python/mainwindow.py:616
49965106 msgid "No manual found for {0}"
49975107 msgstr "Није пронађено упутство за {0}"
49985108
4999 #: python/mainwindow.py:721
5109 #: python/mainwindow.py:719
50005110 msgid "Install a program"
50015111 msgstr "Угради програм"
50025112
5003 #: python/mainwindow.py:728
5113 #: python/mainwindow.py:726
50045114 msgid "Update GIT"
50055115 msgstr "Надогради ГИТ"
50065116
5007 #: python/mainwindow.py:731
5117 #: python/mainwindow.py:729
50085118 msgid "Update instructions"
50095119 msgstr ""
50105120
5011 #: python/mainwindow.py:741
5121 #: python/mainwindow.py:739
50125122 msgid "Debug"
50135123 msgstr "Налажење грешака"
50145124
5015 #: python/mainwindow.py:743
5125 #: python/mainwindow.py:741
50165126 msgid "Report a problem"
50175127 msgstr ""
50185128
5019 #: python/mainwindow.py:747
5129 #: python/mainwindow.py:745
50205130 msgid "Create a shortcut"
50215131 msgstr "Направи пречицу"
50225132
5023 #: python/mainwindow.py:749
5133 #: python/mainwindow.py:747
50245134 msgid "Open the directory"
50255135 msgstr "Отвори фасциклу"
50265136
5027 #: python/mainwindow.py:755
5137 #: python/mainwindow.py:753
50285138 msgid "Save"
50295139 msgstr ""
50305140
5031 #: python/mainwindow.py:758
5141 #: python/mainwindow.py:756
50325142 msgid "Uninstall"
50335143 msgstr "Уклони"
50345144
5035 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5036 #: python/mainwindow.py:1003
5145 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5146 #: python/mainwindow.py:1001
50375147 msgid "Please select a program."
50385148 msgstr "Изаберите програм, молим."
50395149
5040 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5150 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50415151 msgid "{0} settings"
50425152 msgstr "Поставке {0}"
50435153
5044 #: python/mainwindow.py:965
5154 #: python/mainwindow.py:963
50455155 msgid "{0} install menu"
50465156 msgstr "{0} изборник уградње"
50475157
5048 #: python/mainwindow.py:974
5158 #: python/mainwindow.py:972
50495159 msgid "{0} wine versions manager"
50505160 msgstr "Управник издања Вина"
50515161
5052 #: python/mainwindow.py:1005
5162 #: python/mainwindow.py:1003
50535163 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50545164 msgstr "Нестварни уређај придружен {0} ({1}) више не постоји."
50555165
51675277 "\n"
51685278 "Ови подаци ће нам бити веома драгоцени да помогнемо људима."
51695279
5170 #: python/mainwindow.py:1271
5280 #: python/mainwindow.py:1273
51715281 msgid "Are you sure you want to want to install {0} package?"
51725282 msgstr ""
51735283
5174 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5284 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5285 #: python/mainwindow.py:1284
51755286 msgid ""
51765287 "You are trying to open a script design for {0}! It might not work as expected"
51775288 msgstr ""
52485359 msgid "You must restart {0} for the changes to take effect."
52495360 msgstr "Морате да покренете поново {0} да би се примениле промене."
52505361
5251 #: python/wine_versions.py:194
5362 #: python/wine_versions.py:195
52525363 msgid "Installed Wine versions: "
52535364 msgstr "Уграђена издања Вина "
52545365
5255 #: python/wine_versions.py:195
5366 #: python/wine_versions.py:196
52565367 msgid "Available Wine versions: "
52575368 msgstr "Доступна издања Вина: "
52585369
5259 #: python/wine_versions.py:202
5370 #: python/wine_versions.py:203
52605371 msgid "Wine versions"
52615372 msgstr "Издање вина"
52625373
5263 #: python/wine_versions.py:321
5374 #: python/wine_versions.py:322
52645375 msgid "Are you sure you want to delete wine {0}?"
52655376 msgstr ""
52665377
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-21 08:12+0000\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-04-12 04:19+0000\n"
1111 "Last-Translator: Moki Ding <moki.forum@gmail.com>\n"
1212 "Language-Team: Serbian Latin <sr@latin@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:44+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
201201
202202 #: Advanced Wine Configuration Plugin:16
203203 msgid "Activate the mouse warp override?"
204 msgstr ""
204 msgstr "Aktiviraj mouse warp override?"
205205
206206 #: Advanced Wine Configuration Plugin:17
207207 msgid "Optimisation done"
208 msgstr ""
208 msgstr "Optimizacija urađena"
209209
210210 #: Detour plugin:3
211211 msgid ""
212212 "Welcome in Detour, a plugin witch enable you to create post-install shorcuts."
213213 msgstr ""
214 "Dobrodošli u Detour, dodatak koji vam omogućava da kreirate prečice posle "
215 "instalacije."
214216
215217 #: Detour plugin:5
216218 msgid "Choose an application"
217 msgstr ""
219 msgstr "Odaberite aplikaciju"
218220
219221 #: Detour plugin:6
220222 msgid "Operation done"
221 msgstr ""
223 msgstr "Operacija završena"
222224
223225 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:44
224226 #: PlayOnLinux_Scripts/Age_Of_Wonders_:38
235237 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:82
236238 #, sh-format
237239 msgid "Please insert the game media into your disk drive."
238 msgstr ""
240 msgstr "Ubacite disk sa igricom u vaš disk drive."
239241
240242 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
243 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
241244 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
242245 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
243246 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
266269 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
267270 #: PlayOnLinux_Scripts/Civilization_V_:53
268271 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
269 #: PlayOnLinux_Scripts/Diablo_II_:51
272 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
270273 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
271274 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
272275 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
273276 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
274277 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
275 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
276278 #: PlayOnLinux_Scripts/Google_SketchUp_:51
277279 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
278280 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
292294 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
293295 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
294296 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
297 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
295298 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
296299 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
297300 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
298 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
299 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
301 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
302 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
303 #: PlayOnLinux_Scripts/Portal_2_:82
300304 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
301305 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
302 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
307 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
303308 #: PlayOnLinux_Scripts/Rayman_Origins_:72
304309 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
305310 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
311 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
306312 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
307313 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
308314 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
315 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
309316 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
310317 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
311 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
312 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
318 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
313321 #: PlayOnLinux_Scripts/Starcraft_:34
314322 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
315323 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
316 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
324 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
325 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
317326 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
318327 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
328 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
319329 #: PlayOnLinux_Scripts/Theme_Hospital_:59
320330 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
321331 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
322332 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
323333 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
334 #: PlayOnLinux_Scripts/Wizard_101_:38
324335 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
325336 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
326337 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
331342 #: PlayOnLinux_Scripts/Zoo_Tycoon_2___Ultimate_Collection_:80
332343 #, sh-format
333344 msgid "Please select the setup file to run"
345 msgstr "Molimo odaberite instalacioni fajl"
346
347 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
348 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
349 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
350 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
351 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
352 #, sh-format
353 msgid "Please insert the game media into your disc drive."
334354 msgstr ""
335355
336356 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
357 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
358 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
337359 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
338360 #: PlayOnLinux_Scripts/Dishonored_:72
339361 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
348370 "nClose COMPLETELY the Steam interface, \\nso that the installation script "
349371 "can continue."
350372 msgstr ""
373 "Kada $TITLE preuzimanje od strane Steama bude završeno,\\nNe KLIKĆITE Play "
374 "dugme.\\n\\nZatvorite POTPUNO Steam interfejs, \\ntako da instalaciona "
375 "skripta može da nastavi."
351376
352377 #: PlayOnLinux_Scripts/Ableton_Live_8_:52
353378 #: PlayOnLinux_Scripts/Ableton_Live_9_:64
356381 "NOTICE: To register, when it opens asking for registration, drag-and-drop "
357382 "your reg file into $TITLE"
358383 msgstr ""
384 "NAPOMENA: Da registrujete, kada se otvori i pita za registraciju, prevucite "
385 "vaš reg fajl u $TITLE"
359386
360387 #: PlayOnLinux_Scripts/Absynth_5_:53 PlayOnLinux_Scripts/Guitar_Rig_5_:46
361388 #, sh-format
362389 msgid "NOTICE: For low-latency audio, look into WineASIO."
363 msgstr ""
390 msgstr "NAPOMENA: Za malo odstupanje zvuka, pogledajte u WineASIO."
364391
365392 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
366393 #, sh-format
367394 msgid "Do you want to install the 2.0a Patch?"
368 msgstr ""
395 msgstr "Da li želite da instalirate 2.0a nadogradnju?"
369396
370397 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31
371398 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30
388415 "This is an installer for an update or an addon;\\nPlease install "
389416 "$TITLE_REQUIRED first"
390417 msgstr ""
418 "Ovo je instalacija za nadogradnju ili dodatak;\\nMolimo instalirajte "
419 "$TITLE_REQUIRED prvo"
391420
392421 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74
393422 #, sh-format
394423 msgid "Do you want to install the 1.0c Patch?"
395 msgstr ""
424 msgstr "Da li želite da instalirate 1.0c nadogradnju?"
396425
397426 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47
398427 #, sh-format
427456 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
428457 #: PlayOnLinux_Scripts/Magicka_:68
429458 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
459 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
430460 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
431461 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
432462 #: PlayOnLinux_Scripts/Rayman_Origins_:83
433463 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
434 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
435 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
464 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
465 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
436466 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
437467 #: PlayOnLinux_Scripts/The_Witcher_:125
438468 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
451481 #, sh-format
452482 msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work"
453483 msgstr ""
484 "Ako .NET 3.0 instalacije ne uspe, ne brinite\\nigrica će idalje raditi"
454485
455486 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30
456487 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40
462493 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
463494 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
464495 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
496 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
465497 #: PlayOnLinux_Scripts/Driftmoon_:43
466498 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
467499 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
470502 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
471503 #: PlayOnLinux_Scripts/League_Of_Legends_:57
472504 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
473 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
505 #: PlayOnLinux_Scripts/Sacrifice_:41
506 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
507 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
508 #: PlayOnLinux_Scripts/Toontown_Online_:25
509 #: PlayOnLinux_Scripts/Watchtower_library_:43
474510 #: PlayOnLinux_Scripts/iTunes_10_:28
475511 #, sh-format
476512 msgid "Please select the setup file to run."
485521 #: PlayOnLinux_Scripts/POL_GoG_download_:48
486522 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
487523 #: PlayOnLinux_Scripts/SimCity_2000_:50
488 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
489 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
524 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
525 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
490526 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
491527 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
492528 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
493 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
494 #: lib/wine.lib:1186
529 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
530 #: lib/wine.lib:1171 lib/wine.lib:1201
495531 #, sh-format
496532 msgid "Please wait..."
497 msgstr ""
533 msgstr "Sačekajte..."
498534
499535 #: PlayOnLinux_Scripts/Anno_1602_:78 PlayOnLinux_Scripts/SubRip_:43
500536 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43
501537 #, sh-format
502538 msgid "Installation finished."
503 msgstr ""
539 msgstr "Instalacija završena."
504540
505541 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69
506542 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47
519555 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
520556 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
521557 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
522 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
558 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
523559 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
524560 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
525561 #: PlayOnLinux_Scripts/Dead_Space_2_:85
535571 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
536572 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
537573 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
538 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
574 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
539575 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
540576 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
541577 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
597633 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
598634 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
599635 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
600 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
636 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
601637 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
602638 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
603639 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
604 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
605 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
640 #: PlayOnLinux_Scripts/Dead_Space_:50
641 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
642 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
643 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
606644 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
607645 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
608646 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
612650 #: PlayOnLinux_Scripts/Rage_:79
613651 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
614652 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
615 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
653 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
616654 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
617655 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
618656 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
650688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
651689 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
652690 #: PlayOnLinux_Scripts/Sacrifice_:45
653 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
654692 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
655693 #: PlayOnLinux_Scripts/The_Witcher_:102
656694 #, sh-format
661699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
662700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
663701 #: PlayOnLinux_Scripts/Mass_Effect_:54
664 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
702 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
665703 #: PlayOnLinux_Scripts/The_Witcher_:110
666704 #, sh-format
667705 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
672710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
673711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
674712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
675 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
713 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
676714 #: PlayOnLinux_Scripts/The_Witcher_:113
677715 #, sh-format
678716 msgid "Please insert the next game media into your disk drive"
701739 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
702740 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
703741 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
742 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
704743 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
705744 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
706745 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
806845 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
807846 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
808847 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
809 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
848 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
810849 #, sh-format
811850 msgid ""
812851 "You must disable anti-piracy protections of this game\\nif you want to play "
824863
825864 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
826865 #: PlayOnLinux_Scripts/Cars_2_:83
827 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
866 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
828867 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
829868 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
830869 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
845884 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
846885 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
847886 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
887 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
888 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
848889 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
849890 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
850891 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10601101 msgid "Please insert media 2 into your disk drive\\nif not already done."
10611102 msgstr ""
10621103
1063 #: PlayOnLinux_Scripts/Diablo_III_:29
1104 #: PlayOnLinux_Scripts/Diablo_III_:31
10641105 #, sh-format
10651106 msgid "Please select the setup file downloaded on $EDITOR website"
10661107 msgstr ""
10671108
1068 #: PlayOnLinux_Scripts/Diablo_III_:60
1109 #: PlayOnLinux_Scripts/Diablo_III_:62
10691110 #, sh-format
10701111 msgid ""
10711112 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10721113 "patch (AcceptEx Fix)"
10731114 msgstr ""
10741115
1075 #: PlayOnLinux_Scripts/Diablo_III_:60
1116 #: PlayOnLinux_Scripts/Diablo_III_:62
10761117 #, sh-format
10771118 msgid ""
10781119 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10791120 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1121 msgstr ""
1122
1123 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1124 #, sh-format
1125 msgid "Scanning your hardware..."
10801126 msgstr ""
10811127
10821128 #: PlayOnLinux_Scripts/Dishonored_:79
11551201
11561202 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11571203 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1158 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1159 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1204 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1205 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11601206 #, sh-format
11611207 msgid "Please insert the first game media into your disk drive"
11621208 msgstr ""
11631209
11641210 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1165 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1211 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11661212 #, sh-format
11671213 msgid "Please insert the second game media into your disk drive"
11681214 msgstr ""
12271273 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12281274 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12291275 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1276 #: PlayOnLinux_Scripts/Hearthstone_:64
12301277 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12311278 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12321279 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12521299 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12531300 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12541301 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1255 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1302 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12561303 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12571304 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12581305 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12761323 msgid "Editor"
12771324 msgstr ""
12781325
1279 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1326 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12801327 #, sh-format
12811328 msgid "This install script requires ffmpeg"
12821329 msgstr ""
12831330
1284 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12851332 #, sh-format
12861333 msgid "Converting videos..."
12871334 msgstr ""
12881335
12891336 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1337 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12901338 #, sh-format
12911339 msgid ""
12921340 "On first run the game will autodetect available renderers.\\nIt is likely "
12991347 msgid "Run $TITLE in safe mode?"
13001348 msgstr ""
13011349
1350 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1351 #, sh-format
1352 msgid ""
1353 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1354 "disable it by pressing Alt+R while in game.)"
1355 msgstr ""
1356
1357 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1358 #, sh-format
1359 msgid ""
1360 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1361 "game."
1362 msgstr ""
1363
13021364 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13031365 #, sh-format
13041366 msgid "Could not find program directory"
13611423 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13621424 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13631425 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1364 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1365 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1366 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13671426 #, sh-format
13681427 msgid "Language"
13691428 msgstr ""
14871546 msgid "Dedicated server"
14881547 msgstr ""
14891548
1490 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1549 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14911550 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14921551 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14931552 #, sh-format
15131572 msgid "Code wheel"
15141573 msgstr ""
15151574
1516 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1517 #, sh-format
1518 msgid "Do you have a language pack to install?"
1519 msgstr ""
1520
1521 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1522 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1523 #, sh-format
1524 msgid "Later"
1525 msgstr ""
1526
1527 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1575 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1576 #, sh-format
1577 msgid ""
1578 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1579 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1580 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1581 msgstr ""
1582
1583 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1584 #, sh-format
1585 msgid "Now you must install the modpack in directory:"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1589 #, sh-format
1590 msgid "Please select ANY 3 icons when prompted."
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1594 #, sh-format
1595 msgid "temp directory missing"
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1599 #, sh-format
1600 msgid ""
1601 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1602 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1603 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1604 "details.\\nInstall it?"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1608 #, sh-format
1609 msgid "Control Panel"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1613 #, sh-format
1614 msgid ""
1615 "IMPORTANT:\n"
1616 " \\n\\nOn the installation window coming next, do NOT click the Options "
1617 "button, it would mess up the language selection."
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1621 #, sh-format
1622 msgid ""
1623 "On first run the game will autodetect available renderers.\\nIt is likely "
1624 "that you will get better performance out of the OpenGL renderer."
1625 msgstr ""
1626
1627 #: PlayOnLinux_Scripts/Goblins_3_:21
1628 #, sh-format
1629 msgid "Please select the game language"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Gothic_3_:82
1633 #, sh-format
1634 msgid "Choose the game resolution"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:96
1638 #, sh-format
1639 msgid ""
1640 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1641 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1642 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1643 msgstr ""
1644
1645 #: PlayOnLinux_Scripts/Gothic_3_:110
1646 #, sh-format
1647 msgid "$TITLE is installed"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Guild_Wars_:53
1651 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1652 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1653 #, sh-format
1654 msgid "Please insert the DVD-ROM"
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1658 #, sh-format
1659 msgid ""
1660 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1661 "client and download will resume from where it stopped. Download percentage "
1662 "reset but do not worry, it do not restart from the beginning."
1663 msgstr ""
1664
1665 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1666 #, sh-format
1667 msgid ""
1668 "Please select $TITLE install file. During installation, uncheck all extra "
1669 "drivers it wants to install:"
1670 msgstr ""
1671
15281672 #: PlayOnLinux_Scripts/Half_Life_2_:56
15291673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15301674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15311675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1532 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1676 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15331677 #, sh-format
15341678 msgid "No"
15351679 msgstr ""
15361680
1537 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1538 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1681 #: PlayOnLinux_Scripts/Half_Life_2_:56
1682 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1683 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1684 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1685 #: PlayOnLinux_Scripts/Portal_:36
1686 #, sh-format
1687 msgid ""
1688 "Steam installation has been detected\\nwould you like to install this game "
1689 "in the same virtual drive?"
1690 msgstr ""
1691
15391692 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15401693 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15411694 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15441697 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15451698 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15461699 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1547 #: python/guiv3.py:157
1700 #: python/guiv3.py:158 python/guiv3.py:161
15481701 #, sh-format
15491702 msgid "Yes"
15501703 msgstr ""
15511704
1552 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1553 #, sh-format
1554 msgid ""
1555 "To install a language pack later, open the configuration panel for the game "
1556 "in order to execute the installer into the virtual disk (Misc tab)"
1557 msgstr ""
1558
1559 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1560 #, sh-format
1561 msgid ""
1562 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1563 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1564 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1565 msgstr ""
1566
1567 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1568 #, sh-format
1569 msgid "Now you must install the modpack in directory:"
1570 msgstr ""
1571
1572 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1573 #, sh-format
1574 msgid "Please select ANY 3 icons when prompted."
1575 msgstr ""
1576
1577 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1578 #, sh-format
1579 msgid "temp directory missing"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1583 #, sh-format
1584 msgid ""
1585 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1586 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1587 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1588 "details.\\nInstall it?"
1589 msgstr ""
1590
1591 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1592 #, sh-format
1593 msgid "Control Panel"
1594 msgstr ""
1595
1596 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1597 #, sh-format
1598 msgid ""
1599 "IMPORTANT:\n"
1600 " \\n\\nOn the installation window coming next, do NOT click the Options "
1601 "button, it would mess up the language selection."
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1605 #, sh-format
1606 msgid ""
1607 "On first run the game will autodetect available renderers.\\nIt is likely "
1608 "that you will get better performance out of the OpenGL renderer."
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/Goblins_3_:21
1612 #, sh-format
1613 msgid "Please select the game language"
1614 msgstr ""
1615
1616 #: PlayOnLinux_Scripts/Gothic_3_:82
1617 #, sh-format
1618 msgid "Choose the game resolution"
1619 msgstr ""
1620
1621 #: PlayOnLinux_Scripts/Gothic_3_:96
1622 #, sh-format
1623 msgid ""
1624 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1625 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1626 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Gothic_3_:110
1630 #, sh-format
1631 msgid "$TITLE is installed"
1632 msgstr ""
1633
1634 #: PlayOnLinux_Scripts/Guild_Wars_:53
1635 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1636 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1637 #, sh-format
1638 msgid "Please insert the DVD-ROM"
1639 msgstr ""
1640
1641 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1642 #, sh-format
1643 msgid ""
1644 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1645 "client and download will resume from where it stopped. Download percentage "
1646 "reset but do not worry, it do not restart from the beginning."
1647 msgstr ""
1648
1649 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1650 #, sh-format
1651 msgid ""
1652 "Please select $TITLE install file. During installation, uncheck all extra "
1653 "drivers it wants to install:"
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/Half_Life_2_:56
1657 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1658 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1659 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1660 #: PlayOnLinux_Scripts/Portal_:36
1661 #, sh-format
1662 msgid ""
1663 "Steam installation has been detected\\nwould you like to install this game "
1664 "in the same virtual drive?"
1665 msgstr ""
1666
16671705 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16681706 #, sh-format
16691707 msgid "Updating $TITLE"
16701708 msgstr ""
16711709
1672 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1710 #: PlayOnLinux_Scripts/Hanahira__:54
16731711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16741712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16751713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16811719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16821720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16831721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1727 #: PlayOnLinux_Scripts/Steins_Gate_:51
16841728 #, sh-format
16851729 msgid "Please locate installation program (Setup.exe)"
16861730 msgstr ""
16871731
1688 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1689 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1732 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16901733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16911734 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16921735 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17081751 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17091752 msgstr ""
17101753
1754 #: PlayOnLinux_Scripts/Hearthstone_:26
1755 #, sh-format
1756 msgid "What language do you want to install?"
1757 msgstr ""
1758
17111759 #: PlayOnLinux_Scripts/ImgBurn_:38
17121760 #, sh-format
17131761 msgid ""
17451793 msgstr ""
17461794
17471795 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1748 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17491796 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17501797 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17511798 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18971944 "If the download update stuck close and run until the download is complete."
18981945 msgstr ""
18991946
1947 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19001948 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19011949 #, sh-format
19021950 msgid "Demo version"
19031951 msgstr ""
19041952
1953 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19051954 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19061955 #, sh-format
19071956 msgid "Please select version."
19552004 #, sh-format
19562005 msgid ""
19572006 "No filename extension specified, skipping association to native application."
2007 msgstr ""
2008
2009 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2010 #, sh-format
2011 msgid "Contacting download server."
19582012 msgstr ""
19592013
19602014 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20402094 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20412095 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20422096 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2043 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2097 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20442098 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20452099 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20462100 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20782132 "them without issues"
20792133 msgstr ""
20802134
2081 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2082 #, sh-format
2083 msgid "This package fail to install with wine 1.5.21 or better"
2084 msgstr ""
2085
2086 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2135 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20872136 #, sh-format
20882137 msgid ""
20892138 "If you see error messages during DotNet 3.5 installation, you can ignore "
21992248 "Please update."
22002249 msgstr ""
22012250
2202 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2251 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2252 #: PlayOnLinux_Scripts/yWriter_5_:45
22032253 #, sh-format
22042254 msgid "Downloading..."
22052255 msgstr ""
23102360 msgid "Microsoft fonts have been installed successfully."
23112361 msgstr ""
23122362
2363 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2364 #, sh-format
2365 msgid ""
2366 "OSX users: If the screen flickers once the game is launched, try to press "
2367 "cmd + tab twice"
2368 msgstr ""
2369
23132370 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23142371 #, sh-format
23152372 msgid "Remove Game For Windows Live..."
23472404 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23482405 msgstr ""
23492406
2350 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2407 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23512408 #, sh-format
23522409 msgid "Abort installation"
23532410 msgstr ""
23722429 msgid "The program needs access to ptrace() to proceed:"
23732430 msgstr ""
23742431
2375 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2432 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23762433 #, sh-format
23772434 msgid "User abort"
23782435 msgstr ""
24112468 msgid "Please do not run $TITLE after installation has finished."
24122469 msgstr ""
24132470
2471 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2472 #, sh-format
2473 msgid "Extracting $TITLE"
2474 msgstr ""
2475
24142476 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24152477 #, sh-format
24162478 msgid ""
24232485 msgid "$TITLE has been successfully installed."
24242486 msgstr ""
24252487
2488 #: PlayOnLinux_Scripts/Poker_Stars_:37
2489 #, sh-format
2490 msgid "Error while installing. Downloaded file not found."
2491 msgstr ""
2492
24262493 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24272494 #, sh-format
24282495 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24302497
24312498 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24322499 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2500 #: PlayOnLinux_Scripts/Watchtower_library_:58
24332501 #, sh-format
24342502 msgid "Please wait while $TITLE is installed"
24352503 msgstr ""
24612529 #: PlayOnLinux_Scripts/Rage_:93
24622530 #, sh-format
24632531 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2532 msgstr ""
2533
2534 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2535 #, sh-format
2536 msgid ""
2537 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2538 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2539 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2540 "n\\nIf you have one of this two versions of this game, please give some "
2541 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2542 "n\\nThank you!"
2543 msgstr ""
2544
2545 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2546 #, sh-format
2547 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #, sh-format
2557 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2561 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2562 #, sh-format
2563 msgid "Select a version of installation disc:"
2564 msgstr ""
2565
2566 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2567 #, sh-format
2568 msgid "First Release (without addons)"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "Gold Edition"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "Platinum Edition"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2582 #, sh-format
2583 msgid "What is your version of Railroad Tycoon II?"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2587 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2588 #, sh-format
2589 msgid ""
2590 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2591 "desktop.\\n\\nThank you for using this installation script! :)"
24642592 msgstr ""
24652593
24662594 #: PlayOnLinux_Scripts/Reaper_4_:30
26122740 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26132741 msgstr ""
26142742
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2753 #, sh-format
2754 msgid ""
2755 "Close the visual novel when it appears to continue installation. Click Next "
2756 "to begin installation."
2757 msgstr ""
2758
2759 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2760 #, sh-format
2761 msgid ""
2762 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2763 "script will now install it. Click Next to continue."
2764 msgstr ""
2765
26152766 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26162767 #, sh-format
26172768 msgid ""
26192770 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26202771 msgstr ""
26212772
2622 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2623 #, sh-format
2624 msgid "Please locate installation program (Launcher.exe)"
2625 msgstr ""
2626
2627 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2628 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2629 #, sh-format
2630 msgid ""
2631 "When the launcher opens, click on the top button to open the installer. When "
2632 "a new window opens, click OK. When another window opens, click on the button "
2633 "with the letter N until it is installing. Wait until it is done and click "
2634 "the right button to quit. Click Next when you are done installing."
2773 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2774 #, sh-format
2775 msgid "Please locate installation program in Data folder (Resonance.msi)"
26352776 msgstr ""
26362777
26372778 #: PlayOnLinux_Scripts/Steam_:50
26672808 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26682809 "game. Steam install xna framework the game. Close the Steam so that the "
26692810 "installer can continue."
2811 msgstr ""
2812
2813 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2814 #, sh-format
2815 msgid "If youve the extentions, you should install Tribunal first !"
26702816 msgstr ""
26712817
26722818 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27782924 "pp 4-5."
27792925 msgstr ""
27802926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2928 #, sh-format
2929 msgid "Please select the installation file to run."
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2933 #, sh-format
2934 msgid ""
2935 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2936 "your region.\\n 2. Leave only checked DirectX box."
2937 msgstr ""
2938
27812939 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27822940 #, sh-format
27832941 msgid ""
27842942 "The game will fail to launch until you set "
27852943 "/proc/sys/kernel/yama/ptrace_scope to 0"
2944 msgstr ""
2945
2946 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2947 #, sh-format
2948 msgid "Other destination or other CD/DVD"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Retail CD"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2957 #, sh-format
2958 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2959 msgstr ""
2960
2961 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2962 #, sh-format
2963 msgid "video fix"
27862964 msgstr ""
27872965
27882966 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28653043 msgid "Donwload finished.\\nPatches installation will begin"
28663044 msgstr ""
28673045
3046 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3047 #, sh-format
3048 msgid "We will download the installer"
3049 msgstr ""
3050
28683051 #: PlayOnLinux_Scripts/Toontown_Online_:17
28693052 #, sh-format
28703053 msgid ""
29023085 msgid "Do you want to browse $TITLE website?"
29033086 msgstr ""
29043087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid ""
3091 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3092 "messenger, because it will won't work correctly."
3093 msgstr ""
3094
3095 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3096 #, sh-format
3097 msgid "Warning"
3098 msgstr ""
3099
29053100 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29063101 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29073102 #, sh-format
29103105 "want it to run correctly with $APPLICATION_TITLE"
29113106 msgstr ""
29123107
3108 #: PlayOnLinux_Scripts/Watchtower_library_:49
3109 #, sh-format
3110 msgid "File Selection Error"
3111 msgstr ""
3112
3113 #: PlayOnLinux_Scripts/Watchtower_library_:49
3114 #, sh-format
3115 msgid ""
3116 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3117 msgstr ""
3118
29133119 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29143120 #, sh-format
29153121 msgid ""
29263132 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29273133 #, sh-format
29283134 msgid ""
2929 "Attention: After installation is complete, the patcher will load. Please "
2930 "close the patcher before logging in or finish updating to complete the "
2931 "installation. After this, you can run \"$TITLE\" when setup is done"
3135 "Attention:After installation is complete, the patcher will load. After, go "
3136 "to the top right of the patcher and click the wrench, Then Un-check the box "
3137 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3138 "minuite. When finished with this, please close the patcher before logging in "
3139 "or finish updating to complete the installation. After this, you can run "
3140 "\"$TITLE\" when setup is done"
29323141 msgstr ""
29333142
29343143 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29693178 "Please insert game media 5 into your disk drive\\nif not already done."
29703179 msgstr ""
29713180
3181 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3182 #, sh-format
3183 msgid "Which region version of World of Warplanes would you like to install?"
3184 msgstr ""
3185
3186 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3187 #, sh-format
3188 msgid ""
3189 "Attention:After installation is complete, the patcher will load. After, go "
3190 "to the top right of the patcher and click the wrench, Then Un-check the box "
3191 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3192 "minute. When finished with this, please close the patcher before logging in "
3193 "or finish updating to complete the installation. After this, you can run "
3194 "\"$TITLE\" when setup is done"
3195 msgstr ""
3196
29723197 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29733198 #, sh-format
29743199 msgid ""
30163241 msgid "Please select the 32bit version of iTunes"
30173242 msgstr ""
30183243
3019 #: PlayOnLinux_Scripts/osu_:45
3244 #: PlayOnLinux_Scripts/osu_:46
30203245 #, sh-format
30213246 msgid ""
30223247 "Press next to start the updater. When the updater is finished, close it "
30363261 "resolution when rFactor Config comes up."
30373262 msgstr ""
30383263
3039 #: bash/bug_report:31
3264 #: bash/bug_report:32
30403265 #, sh-format
30413266 msgid "Report a bug"
30423267 msgstr ""
30433268
3044 #: bash/bug_report:36
3269 #: bash/bug_report:37
30453270 #, sh-format
30463271 msgid ""
30473272 "Please give the more details as you can, otherwise, it will be very "
30483273 "difficult to help you"
30493274 msgstr ""
30503275
3051 #: bash/bug_report:36
3276 #: bash/bug_report:37
30523277 #, sh-format
30533278 msgid ""
30543279 "This wizard will help you to report a bug about an officially supported "
30553280 "program."
30563281 msgstr ""
30573282
3058 #: bash/bug_report:40
3283 #: bash/bug_report:41
30593284 #, sh-format
30603285 msgid ""
30613286 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30623287 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30633288 msgstr ""
30643289
3065 #: bash/bug_report:46
3290 #: bash/bug_report:47
30663291 #, sh-format
30673292 msgid "I have a problem with a software"
30683293 msgstr ""
30693294
3070 #: bash/bug_report:46
3295 #: bash/bug_report:47
30713296 #, sh-format
30723297 msgid "My problem concerns $APPLICATION_TITLE itself"
30733298 msgstr ""
30743299
3075 #: bash/bug_report:46
3300 #: bash/bug_report:47
30763301 #, sh-format
30773302 msgid "What kind of problem do you have?"
30783303 msgstr ""
30793304
3080 #: bash/bug_report:50
3305 #: bash/bug_report:51
30813306 #, sh-format
30823307 msgid "Don't join any log file"
30833308 msgstr ""
30843309
3085 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3310 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30863311 #: bash/manual_install:120 bash/manual_install:219
30873312 #, sh-format
30883313 msgid "Manual installation"
30893314 msgstr ""
30903315
3091 #: bash/bug_report:54 bash/run_exe:24
3316 #: bash/bug_report:55 bash/run_exe:24
30923317 #, sh-format
30933318 msgid "Automatic installation"
30943319 msgstr ""
30953320
3096 #: bash/bug_report:65
3321 #: bash/bug_report:66
30973322 #, sh-format
30983323 msgid "Choose the log file corresponding to your software."
30993324 msgstr ""
31003325
3101 #: bash/bug_report:69
3326 #: bash/bug_report:70
31023327 #, sh-format
31033328 msgid "Please give a very short description (title, english only)"
31043329 msgstr ""
31053330
3106 #: bash/bug_report:72
3331 #: bash/bug_report:73
31073332 #, sh-format
31083333 msgid "Please explain your problem clearly (english only):"
31093334 msgstr ""
31103335
3111 #: bash/bug_report:76
3336 #: bash/bug_report:77
31123337 #, sh-format
31133338 msgid "Sorry, we need a detailed description."
31143339 msgstr ""
31153340
3116 #: bash/bug_report:107
3341 #: bash/bug_report:108
31173342 #, sh-format
31183343 msgid ""
31193344 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31553380 msgstr ""
31563381
31573382 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3158 #: python/mainwindow.py:232
3383 #: python/mainwindow.py:234
31593384 #, sh-format
31603385 msgid "Run a local script"
31613386 msgstr ""
32793504 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32803505 msgstr ""
32813506
3282 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3507 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32833508 #, sh-format
32843509 msgid "$APPLICATION_TITLE first use"
32853510 msgstr ""
32863511
3287 #: bash/first_use:240
3512 #: bash/first_use:242
32883513 #, sh-format
32893514 msgid "$APPLICATION_TITLE is going to finish its preparation"
32903515 msgstr ""
32913516
3292 #: bash/first_use:240 bash/first_use:243
3517 #: bash/first_use:242 bash/first_use:245
32933518 #, sh-format
32943519 msgid "Please ensure you are connected to the internet."
32953520 msgstr ""
32963521
3297 #: bash/first_use:243
3522 #: bash/first_use:245
32983523 #, sh-format
32993524 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33003525 msgstr ""
33013526
3302 #: bash/first_use:243
3527 #: bash/first_use:245
33033528 #, sh-format
33043529 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33053530 msgstr ""
33063531
3307 #: bash/first_use:253
3532 #: bash/first_use:255
33083533 #, sh-format
33093534 msgid "Error while installing fonts"
33103535 msgstr ""
33113536
3312 #: bash/first_use:271
3537 #: bash/first_use:273
33133538 #, sh-format
33143539 msgid "Enjoy using $APPLICATION_TITLE"
33153540 msgstr ""
34213646 msgid "Use another version of Wine"
34223647 msgstr ""
34233648
3424 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3425 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3649 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3650 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34263651 #, sh-format
34273652 msgid "Configure Wine"
34283653 msgstr ""
34423667 msgid "What would you like to do before installation?"
34433668 msgstr ""
34443669
3445 #: bash/manual_install:230 lib/scripts.lib:437
3670 #: bash/manual_install:231 lib/scripts.lib:438
34463671 #, sh-format
34473672 msgid "Please make your choice"
34483673 msgstr ""
34493674
3450 #: bash/manual_install:258
3675 #: bash/manual_install:259
34513676 #, sh-format
34523677 msgid "Looking for runnable CD-ROMs"
34533678 msgstr ""
34543679
3455 #: bash/manual_install:281
3680 #: bash/manual_install:282
34563681 #, sh-format
34573682 msgid "Select another file"
34583683 msgstr ""
34593684
3460 #: bash/manual_install:289
3685 #: bash/manual_install:290
34613686 #, sh-format
34623687 msgid "Please choose a way to install your program"
34633688 msgstr ""
34643689
3465 #: bash/manual_install:298
3690 #: bash/manual_install:299
34663691 #, sh-format
34673692 msgid "Please select the install file to run."
34683693 msgstr ""
34693694
3470 #: bash/manual_install:328
3695 #: bash/manual_install:329
34713696 #, sh-format
34723697 msgid "You must choose a file!"
34733698 msgstr ""
34743699
3475 #: bash/manual_install:334
3700 #: bash/manual_install:335
34763701 #, sh-format
34773702 msgid "$APPLICATION_TITLE is installing your application..."
34783703 msgstr ""
35503775 msgid "Extracting: "
35513776 msgstr ""
35523777
3553 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3778 #: bash/playonlinux-pkg:111
35543779 #, sh-format
35553780 msgid "Running..."
35563781 msgstr ""
35603785 msgid "Cleaning..."
35613786 msgstr ""
35623787
3563 #: bash/playonlinux_online:32
3564 #, sh-format
3565 msgid ""
3566 "This is the list of the scripts you sent to us. You can run one of them"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:42
3570 #, sh-format
3571 msgid "You do not seems to have any personal script"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "If you have successfully installed a program with 'Install a non-listed\\"
3578 "nsoftware' button, it will allow you to add this program in our list"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:47
3582 #, sh-format
3583 msgid "This tools will allow you to help us :"
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:47
3587 #, sh-format
3588 msgid ""
3589 "We're going to ask you some questions, please be as much accurate as\\"
3590 "npossible"
3591 msgstr ""
3592
3593 #: bash/playonlinux_online:55
3594 #, sh-format
3595 msgid "Choose the file corresponding to your program."
3596 msgstr ""
3597
3598 #: bash/playonlinux_online:59
3599 #, sh-format
3600 msgid "Does your program run?"
3601 msgstr ""
3602
3603 #: bash/playonlinux_online:62
3604 #, sh-format
3605 msgid "What is the title of your program?"
3606 msgstr ""
3607
3608 #: bash/playonlinux_online:64
3609 #, sh-format
3610 msgid "What is the editor of your program?"
3611 msgstr ""
3612
3613 #: bash/playonlinux_online:66
3614 #, sh-format
3615 msgid "What is the editor website of your program?"
3616 msgstr ""
3617
3618 #: bash/playonlinux_online:69 python/install.py:210
3619 #, sh-format
3620 msgid "Accessories"
3621 msgstr ""
3622
3623 #: bash/playonlinux_online:69 python/install.py:211
3624 #, sh-format
3625 msgid "Development"
3626 msgstr ""
3627
3628 #: bash/playonlinux_online:69 python/install.py:212
3629 #, sh-format
3630 msgid "Education"
3631 msgstr ""
3632
3633 #: bash/playonlinux_online:69 python/install.py:213
3634 #, sh-format
3635 msgid "Games"
3636 msgstr ""
3637
3638 #: bash/playonlinux_online:69 python/install.py:214
3639 #, sh-format
3640 msgid "Graphics"
3641 msgstr ""
3642
3643 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3644 #: python/options.py:384
3645 #, sh-format
3646 msgid "Internet"
3647 msgstr ""
3648
3649 #: bash/playonlinux_online:69 python/install.py:216
3650 #, sh-format
3651 msgid "Multimedia"
3652 msgstr ""
3653
3654 #: bash/playonlinux_online:69 python/install.py:217
3655 #, sh-format
3656 msgid "Office"
3657 msgstr ""
3658
3659 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3660 #, sh-format
3661 msgid "Other"
3662 msgstr ""
3663
3664 #: bash/playonlinux_online:69 python/install.py:219
3665 #, sh-format
3666 msgid "Patches"
3667 msgstr ""
3668
3669 #: bash/playonlinux_online:69
3670 #, sh-format
3671 msgid "Select a category for your program"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:69 python/install.py:258
3675 #, sh-format
3676 msgid "Testing"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:72
3680 #, sh-format
3681 msgid ""
3682 "What feature of your program does not work?\\nIf everything works, please "
3683 "mention it"
3684 msgstr ""
3685
3686 #: bash/playonlinux_online:74
3687 #, sh-format
3688 msgid "Write any change you made to wine configuration here:"
3689 msgstr ""
3690
3691 #: bash/playonlinux_online:102
3692 #, sh-format
3693 msgid "You must be able to run this program!"
3694 msgstr ""
3695
3696 #: bash/playonlinux_online:107
3697 #, sh-format
3698 msgid "Run one of your personal scripts"
3699 msgstr ""
3700
3701 #: bash/playonlinux_online:108
3702 #, sh-format
3703 msgid "Send to us a working script generated by manual installation"
3704 msgstr ""
3705
3706 #: bash/playonlinux_online:109
3707 #, sh-format
3708 msgid "Logout"
3709 msgstr ""
3710
3711 #: bash/playonlinux_online:110
3712 #, sh-format
3713 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3714 msgstr ""
3715
3716 #: bash/playonlinux_online:124
3717 #, sh-format
3718 msgid ""
3719 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3720 "safely close this window"
3721 msgstr ""
3722
3723 #: bash/polconfigurator:33
3788 #: bash/polconfigurator:34
37243789 #, sh-format
37253790 msgid "Killing programs in the virtual drive..."
37263791 msgstr ""
37273792
3728 #: bash/polconfigurator:79
3793 #: bash/polconfigurator:86
37293794 #, sh-format
37303795 msgid "Icon selection"
37313796 msgstr ""
37323797
3733 #: bash/polconfigurator:79
3798 #: bash/polconfigurator:86
37343799 #, sh-format
37353800 msgid "Please select an icon file"
37363801 msgstr ""
37373802
3738 #: bash/polconfigurator:86
3803 #: bash/polconfigurator:93
37393804 #, sh-format
37403805 msgid "Bad file extension"
37413806 msgstr ""
37423807
3743 #: bash/polconfigurator:86
3808 #: bash/polconfigurator:93
37443809 #, sh-format
37453810 msgid "is not an icon extension"
37463811 msgstr ""
37473812
3748 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3749 #: python/mainwindow.py:621
3813 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3814 #: python/mainwindow.py:619
37503815 #, sh-format
37513816 msgid "Registry Editor"
37523817 msgstr ""
37533818
3754 #: bash/polconfigurator:97
3819 #: bash/polconfigurator:104
37553820 #, sh-format
37563821 msgid "Kill all prefix processes"
37573822 msgstr ""
37583823
3759 #: bash/polconfigurator:98
3824 #: bash/polconfigurator:105
37603825 #, sh-format
37613826 msgid "Update wineprefix"
37623827 msgstr ""
37633828
3764 #: bash/polconfigurator:99
3829 #: bash/polconfigurator:106
37653830 #, sh-format
37663831 msgid "Simulate Windows reboot"
37673832 msgstr ""
37683833
3769 #: bash/polconfigurator:100
3834 #: bash/polconfigurator:107
37703835 #, sh-format
37713836 msgid "Use Advanced Wine Configuration plugin"
37723837 msgstr ""
37733838
3774 #: bash/polconfigurator:101
3839 #: bash/polconfigurator:108
37753840 #, sh-format
37763841 msgid "Use PlayOnLinux's configurator for"
37773842 msgstr ""
37783843
3779 #: bash/polconfigurator:103
3844 #: bash/polconfigurator:110
37803845 #, sh-format
37813846 msgid "Change the icon"
37823847 msgstr ""
37833848
3784 #: bash/polconfigurator:104
3849 #: bash/polconfigurator:111
37853850 #, sh-format
37863851 msgid "Use WineTricks"
37873852 msgstr ""
37883853
3789 #: bash/polconfigurator:123
3854 #: bash/polconfigurator:130
37903855 #, sh-format
37913856 msgid "Please choose an action to perform"
37923857 msgstr ""
38363901 msgid "Please choose a CD-ROM to eject"
38373902 msgstr ""
38383903
3839 #: bash/run_app:83
3904 #: bash/run_app:85
38403905 #, sh-format
38413906 msgid "Please choose a software to run"
38423907 msgstr ""
38433908
3844 #: bash/run_app:114
3909 #: bash/run_app:116
38453910 #, sh-format
38463911 msgid "$APPLICATION_TITLE debugger is starting..."
38473912 msgstr ""
38483913
3849 #: bash/run_app:117
3914 #: bash/run_app:119
38503915 #, sh-format
38513916 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38523917 msgstr ""
38533918
3854 #: bash/run_app:119
3919 #: bash/run_app:121
38553920 #, sh-format
38563921 msgid "$PACKAGE crashed."
38573922 msgstr ""
39073972 msgstr ""
39083973
39093974 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3910 #: lib/playonlinux.lib:717
3975 #: lib/playonlinux.lib:720
39113976 #, sh-format
39123977 msgid "$APPLICATION_TITLE Uninstaller"
39133978 msgstr ""
39273992 msgid "This wizard will help you to uninstall: "
39283993 msgstr ""
39293994
3930 #: bash/uninstall:65 lib/playonlinux.lib:717
3995 #: bash/uninstall:65 lib/playonlinux.lib:720
39313996 #, sh-format
39323997 msgid "Uninstalling..."
39333998 msgstr ""
39874052 msgstr ""
39884053
39894054 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3990 #: lib/wine.lib:955 lib/wine.lib:1036
4055 #: lib/wine.lib:970 lib/wine.lib:1051
39914056 #, sh-format
39924057 msgid "Please wait while the virtual drive is being created..."
39934058 msgstr ""
40024067 msgid "Setting Program Files var"
40034068 msgstr ""
40044069
4005 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4006 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4070 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4071 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40074072 #, sh-format
40084073 msgid "This function is disabled in the PlayOnlinux environment."
40094074 msgstr ""
40104075
4011 #: lib/playonlinux.lib:334
4076 #: lib/playonlinux.lib:336
40124077 #, sh-format
40134078 msgid ""
40144079 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40164081 "responsible from it.\\nPlease ensure you know what you are doing !"
40174082 msgstr ""
40184083
4019 #: lib/playonlinux.lib:335
4084 #: lib/playonlinux.lib:337
40204085 #, sh-format
40214086 msgid "Here the source code of the script. Check it carefully"
40224087 msgstr ""
40234088
4024 #: lib/playonlinux.lib:357
4089 #: lib/playonlinux.lib:359
40254090 #, sh-format
40264091 msgid ""
40274092 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40294094 "responsible from it.\\nPlease ensure you know what you are doing!"
40304095 msgstr ""
40314096
4032 #: lib/playonlinux.lib:358
4097 #: lib/playonlinux.lib:360
40334098 #, sh-format
40344099 msgid "External library"
40354100 msgstr ""
40364101
4037 #: lib/playonlinux.lib:358
4102 #: lib/playonlinux.lib:360
40384103 #, sh-format
40394104 msgid "Here the source code of the script. Check it carrefully"
40404105 msgstr ""
40414106
4042 #: lib/playonlinux.lib:591
4107 #: lib/playonlinux.lib:593
40434108 #, sh-format
40444109 msgid "Making shortcut..."
40454110 msgstr ""
40464111
4047 #: lib/playonlinux.lib:715
4112 #: lib/playonlinux.lib:718
40484113 #, sh-format
40494114 msgid "Do you want to delete the virtual drive:"
40504115 msgstr ""
40514116
4052 #: lib/playonlinux.lib:826
4117 #: lib/playonlinux.lib:831
40534118 #, sh-format
40544119 msgid ""
40554120 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40564121 "from working\\n\\n$FilePath"
40574122 msgstr ""
40584123
4059 #: lib/playonlinux.lib:827
4124 #: lib/playonlinux.lib:832
40604125 #, sh-format
40614126 msgid ""
40624127 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40634128 "from working\\n\\n$FilePath"
40644129 msgstr ""
40654130
4066 #: lib/playonlinux.lib:828
4131 #: lib/playonlinux.lib:833
40674132 #, sh-format
40684133 msgid ""
40694134 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40704135 "from working\\n\\n$FilePath"
40714136 msgstr ""
40724137
4073 #: lib/playonlinux.lib:829
4138 #: lib/playonlinux.lib:834
40744139 #, sh-format
40754140 msgid ""
40764141 "The following file is located on a noexec mounted filesystem.\\nIt might "
40774142 "prevent wine from working\\n\\n$FilePath"
40784143 msgstr ""
40794144
4080 #: lib/plugins.lib:65
4145 #: lib/plugins.lib:66
40814146 #, sh-format
40824147 msgid "Checking plugin: "
40834148 msgstr ""
40844149
4085 #: lib/plugins.lib:93
4150 #: lib/plugins.lib:94
40864151 #, sh-format
40874152 msgid "New: "
40884153 msgstr ""
40894154
4090 #: lib/plugins.lib:93
4155 #: lib/plugins.lib:94
40914156 #, sh-format
40924157 msgid "Updating plugin. Previous: "
40934158 msgstr ""
40944159
4095 #: lib/plugins.lib:112
4160 #: lib/plugins.lib:113
40964161 #, sh-format
40974162 msgid "Installing plugin: "
40984163 msgstr ""
41094174 msgid "Function override detected, disabling bug reporting"
41104175 msgstr ""
41114176
4112 #: lib/scripts.lib:499 lib/scripts.lib:565
4177 #: lib/scripts.lib:500 lib/scripts.lib:566
41134178 #, sh-format
41144179 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41154180 msgstr ""
41164181
4117 #: lib/scripts.lib:501 lib/scripts.lib:784
4182 #: lib/scripts.lib:502 lib/scripts.lib:785
41184183 #, sh-format
41194184 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41204185 msgstr ""
41214186
4122 #: lib/scripts.lib:503 lib/scripts.lib:570
4187 #: lib/scripts.lib:504 lib/scripts.lib:571
41234188 #, sh-format
41244189 msgid "An error happened during download."
41254190 msgstr ""
41264191
4127 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4128 #: lib/scripts.lib:586
4192 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4193 #: lib/scripts.lib:587
41294194 #, sh-format
41304195 msgid "Do you want to retry?"
41314196 msgstr ""
41324197
4133 #: lib/scripts.lib:522 lib/scripts.lib:586
4198 #: lib/scripts.lib:523 lib/scripts.lib:587
41344199 #, sh-format
41354200 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41364201 msgstr ""
41374202
4138 #: lib/scripts.lib:689
4203 #: lib/scripts.lib:690
41394204 #, sh-format
41404205 msgid ""
41414206 "7z not installed, please check that you have 7zip installed and try again"
41424207 msgstr ""
41434208
4144 #: lib/scripts.lib:696
4209 #: lib/scripts.lib:697
41454210 #, sh-format
41464211 msgid "Failed to locate ${dest} from ${archive}"
41474212 msgstr ""
41484213
4149 #: lib/scripts.lib:700
4214 #: lib/scripts.lib:701
41504215 #, sh-format
41514216 msgid "Extracting ${filename} from ${archivename}"
41524217 msgstr ""
41534218
4154 #: lib/scripts.lib:715
4219 #: lib/scripts.lib:716
41554220 #, sh-format
41564221 msgid "Extracted file size does not match!"
41574222 msgstr ""
41584223
4159 #: lib/scripts.lib:746
4224 #: lib/scripts.lib:747
41604225 #, sh-format
41614226 msgid "Copying ${filename}"
41624227 msgstr ""
41634228
4164 #: lib/scripts.lib:759
4229 #: lib/scripts.lib:760
41654230 #, sh-format
41664231 msgid "File size does not match!"
41674232 msgstr ""
41684233
4169 #: lib/scripts.lib:903
4234 #: lib/scripts.lib:904
41704235 #, sh-format
41714236 msgid ""
41724237 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41734238 "n$APPLICATION_TITLE $NEEDED is required."
41744239 msgstr ""
41754240
4176 #: lib/scripts.lib:918
4241 #: lib/scripts.lib:919
41774242 #, sh-format
41784243 msgid ""
41794244 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41804245 "$NEEDED is recommended to continue."
41814246 msgstr ""
41824247
4183 #: lib/scripts.lib:949
4248 #: lib/scripts.lib:950
41844249 #, sh-format
41854250 msgid "$AUTHOR profile"
41864251 msgstr ""
42274292 "again."
42284293 msgstr ""
42294294
4230 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4295 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42314296 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42324297 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42334298 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42384303 #: lib/setupwindow.lib:348
42394304 #, sh-format
42404305 msgid "Where is mounted your CD-ROM?"
4306 msgstr ""
4307
4308 #: lib/setupwindow.lib:349 python/install.py:218
4309 #, sh-format
4310 msgid "Other"
42414311 msgstr ""
42424312
42434313 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43584428 msgid "I don't want to make another shortcut"
43594429 msgstr ""
43604430
4361 #: lib/setupwindow.lib:711 python/guiv3.py:158
4431 #: lib/setupwindow.lib:711 python/guiv3.py:163
43624432 #, sh-format
43634433 msgid "Browse"
4434 msgstr ""
4435
4436 #: lib/setupwindow.lib:739
4437 #, sh-format
4438 msgid "A shortcut by that name already exists, overwrite?"
43644439 msgstr ""
43654440
43664441 #: lib/website.lib:29
43804455 "valid."
43814456 msgstr ""
43824457
4383 #: lib/wine.lib:367
4458 #: lib/wine.lib:371
43844459 #, sh-format
43854460 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43864461 msgstr ""
43874462
4388 #: lib/wine.lib:373
4463 #: lib/wine.lib:377
43894464 #, sh-format
43904465 msgid "Select the main videocard to report:"
43914466 msgstr ""
43924467
4393 #: lib/wine.lib:538 lib/wine.lib:703
4468 #: lib/wine.lib:549 lib/wine.lib:714
43944469 #, sh-format
43954470 msgid ""
43964471 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43974472 "message"
43984473 msgstr ""
43994474
4400 #: lib/wine.lib:763
4475 #: lib/wine.lib:775
44014476 #, sh-format
44024477 msgid "Unable to find version: "
44034478 msgstr ""
44044479
4405 #: lib/wine.lib:769 lib/wine.lib:770
4480 #: lib/wine.lib:781 lib/wine.lib:782
44064481 #, sh-format
44074482 msgid "Downloading Wine: "
44084483 msgstr ""
44094484
4410 #: lib/wine.lib:779
4485 #: lib/wine.lib:791
44114486 #, sh-format
44124487 msgid "The download seems to have failed."
44134488 msgstr ""
44144489
4415 #: lib/wine.lib:781
4490 #: lib/wine.lib:793
44164491 #, sh-format
44174492 msgid "Extracting Wine..."
44184493 msgstr ""
44194494
4420 #: lib/wine.lib:961
4495 #: lib/wine.lib:976
44214496 #, sh-format
44224497 msgid "Overwrite (usually works, no guarantee)"
44234498 msgstr ""
44244499
4425 #: lib/wine.lib:962
4500 #: lib/wine.lib:977
44264501 #, sh-format
44274502 msgid "Erase (virtual drive content will be lost)"
44284503 msgstr ""
44294504
4430 #: lib/wine.lib:976
4505 #: lib/wine.lib:991
44314506 #, sh-format
44324507 msgid "The target virtual drive $PREFNAME already exists:"
44334508 msgstr ""
44344509
4435 #: lib/wine.lib:1156 lib/wine.lib:1186
4510 #: lib/wine.lib:1171 lib/wine.lib:1201
44364511 #, sh-format
44374512 msgid "Please wait while $SOFTNAME is installed..."
44384513 msgstr ""
44394514
4440 #: lib/wine.lib:1160 lib/wine.lib:1189
4515 #: lib/wine.lib:1175 lib/wine.lib:1204
44414516 #, sh-format
44424517 msgid ""
44434518 "Be careful! This will kill install process. If it is not finished, you will "
44444519 "have to reinstall $SOFTNAME"
44454520 msgstr ""
44464521
4447 #: lib/wine.lib:1160 lib/wine.lib:1189
4522 #: lib/wine.lib:1175 lib/wine.lib:1204
44484523 #, sh-format
44494524 msgid "Install is done"
44504525 msgstr ""
44514526
4452 #: lib/wine.lib:1193 lib/wine.lib:1194
4527 #: lib/wine.lib:1208 lib/wine.lib:1209
44534528 #, sh-format
44544529 msgid "Press next only when the installation process is finished"
44554530 msgstr ""
44564531
4457 #: lib/wine.lib:1202
4532 #: lib/wine.lib:1217
44584533 #, sh-format
44594534 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44604535 msgstr ""
44684543 "associated"
44694544 msgstr ""
44704545
4471 #: python/configure.py:197 python/configure.py:694
4546 #: python/configure.py:196 python/configure.py:703
44724547 msgid "General"
44734548 msgstr ""
44744549
4550 #: python/configure.py:199
4551 msgid "Make a new shortcut from this virtual drive"
4552 msgstr ""
4553
44754554 #: python/configure.py:200
4476 msgid "Make a new shortcut from this virtual drive"
4555 msgid "Name"
44774556 msgstr ""
44784557
44794558 #: python/configure.py:201
4480 msgid "Name"
4559 msgid "Wine version"
44814560 msgstr ""
44824561
44834562 #: python/configure.py:202
4484 msgid "Wine version"
4485 msgstr ""
4486
4487 #: python/configure.py:203
44884563 msgid "Debug flags"
44894564 msgstr ""
44904565
4491 #: python/configure.py:205
4566 #: python/configure.py:204
44924567 msgid "Virtual drive"
44934568 msgstr ""
44944569
4495 #: python/configure.py:207
4570 #: python/configure.py:206
44964571 msgid "Arguments"
44974572 msgstr ""
44984573
4499 #: python/configure.py:211
4574 #: python/configure.py:210
45004575 msgid "Run configuration wizard"
45014576 msgstr ""
45024577
4503 #: python/configure.py:248
4578 #: python/configure.py:247
45044579 msgid "Windows reboot"
45054580 msgstr ""
45064581
4507 #: python/configure.py:256
4582 #: python/configure.py:255
45084583 msgid "Repair virtual drive"
45094584 msgstr ""
45104585
4511 #: python/configure.py:265
4586 #: python/configure.py:264
45124587 msgid "Command prompt"
45134588 msgstr ""
45144589
4515 #: python/configure.py:272
4590 #: python/configure.py:271
45164591 msgid "Task manager"
45174592 msgstr ""
45184593
4519 #: python/configure.py:280
4594 #: python/configure.py:279
45204595 msgid "Kill processes"
45214596 msgstr ""
45224597
4523 #: python/configure.py:287
4598 #: python/configure.py:286
45244599 msgid "Wine uninstaller"
45254600 msgstr ""
45264601
4527 #: python/configure.py:312
4602 #: python/configure.py:311
45284603 msgid ""
45294604 "Be careful! Installing one of these components can break your virtual drive."
45304605 msgstr ""
45314606
4532 #: python/configure.py:334 python/install.py:285 python/install.py:289
4533 #: python/mainwindow.py:197 python/mainwindow.py:350
4607 #: python/configure.py:333 python/install.py:285 python/install.py:289
4608 #: python/mainwindow.py:199 python/mainwindow.py:348
45344609 msgid "Install"
45354610 msgstr ""
45364611
4537 #: python/configure.py:395
4612 #: python/configure.py:388
45384613 msgid "Open program's directory"
45394614 msgstr ""
45404615
4541 #: python/configure.py:418
4616 #: python/configure.py:411
45424617 msgid "Open virtual drive's directory"
45434618 msgstr ""
45444619
4620 #: python/configure.py:555
4621 msgid "GLSL Support"
4622 msgstr ""
4623
4624 #: python/configure.py:556
4625 msgid "Direct Draw Renderer"
4626 msgstr ""
4627
4628 #: python/configure.py:557
4629 msgid "Video memory size"
4630 msgstr ""
4631
4632 #: python/configure.py:558
4633 msgid "Offscreen rendering mode"
4634 msgstr ""
4635
4636 #: python/configure.py:559
4637 msgid "Render target mode lock"
4638 msgstr ""
4639
45454640 #: python/configure.py:560
4546 msgid "GLSL Support"
4641 msgid "Multisampling"
45474642 msgstr ""
45484643
45494644 #: python/configure.py:561
4550 msgid "Direct Draw Renderer"
4551 msgstr ""
4552
4553 #: python/configure.py:562
4554 msgid "Video memory size"
4555 msgstr ""
4556
4557 #: python/configure.py:563
4558 msgid "Offscreen rendering mode"
4559 msgstr ""
4560
4561 #: python/configure.py:564
4562 msgid "Render target mode lock"
4563 msgstr ""
4564
4565 #: python/configure.py:565
4566 msgid "Multisampling"
4567 msgstr ""
4568
4569 #: python/configure.py:566
45704645 msgid "Strict Draw Ordering"
45714646 msgstr ""
45724647
4573 #: python/configure.py:576
4648 #: python/configure.py:571
45744649 msgid "Mouse warp override"
45754650 msgstr ""
45764651
4577 #: python/configure.py:578
4652 #: python/configure.py:573
45784653 msgid "Open a shell"
45794654 msgstr ""
45804655
4581 #: python/configure.py:579
4656 #: python/configure.py:574
45824657 msgid "Run a .exe file in this virtual drive"
45834658 msgstr ""
45844659
4585 #: python/configure.py:580
4660 #: python/configure.py:575
45864661 msgid "Command to exec before running the program"
45874662 msgstr ""
45884663
4589 #: python/configure.py:591
4664 #: python/configure.py:585
4665 msgid ""
4666 "Warning:\n"
4667 "\n"
4668 "Any program still running in this virtual drive will be terminated before "
4669 "Wine version is changed.\n"
4670 "Are you sure you want to continue?"
4671 msgstr ""
4672
4673 #: python/configure.py:596
45904674 msgid ""
45914675 "Be careful!\n"
45924676 "If you change "
45934677 msgstr ""
45944678
4595 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4679 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45964680 msgid "{0} configuration"
45974681 msgstr ""
45984682
4599 #: python/configure.py:659
4683 #: python/configure.py:664
46004684 msgid "Please select a program or a virtual drive to configure"
46014685 msgstr ""
46024686
4603 #: python/configure.py:677 python/options.py:280
4687 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46044688 msgid "New"
46054689 msgstr ""
46064690
4607 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4608 #: python/mainwindow.py:596 python/options.py:207
4691 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4692 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46094693 msgid "Remove"
46104694 msgstr ""
46114695
4612 #: python/configure.py:696
4696 #: python/configure.py:705
46134697 msgid "Install components"
46144698 msgstr ""
46154699
4616 #: python/configure.py:697 python/mainwindow.py:332
4700 #: python/configure.py:706 python/mainwindow.py:330
46174701 msgid "Display"
46184702 msgstr ""
46194703
4620 #: python/configure.py:698
4704 #: python/configure.py:707
46214705 msgid "Miscellaneous"
46224706 msgstr ""
46234707
4624 #: python/configure.py:726
4708 #: python/configure.py:735
46254709 msgid "This virtual drive is protected"
46264710 msgstr ""
46274711
4628 #: python/configure.py:728
4712 #: python/configure.py:737
46294713 msgid "Are you sure you want to delete {0} virtual drive ?"
46304714 msgstr ""
46314715
4632 #: python/configure.py:735
4716 #: python/configure.py:744
46334717 msgid "Are you sure you want to delete {0} ?"
46344718 msgstr ""
46354719
4636 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4637 #: python/mainwindow.py:997
4720 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4721 #: python/mainwindow.py:995
46384722 msgid "{0} debugger"
46394723 msgstr ""
46404724
46424726 msgid "Please select a debug file"
46434727 msgstr ""
46444728
4645 #: python/debug.py:76
4729 #: python/debug.py:78
46464730 msgid "Locate this logfile"
46474731 msgstr ""
46484732
4649 #: python/debug.py:99
4733 #: python/debug.py:101
46504734 msgid "The file is named : {0}"
46514735 msgstr ""
46524736
4653 #: python/debug.py:153 python/debug.py:207
4737 #: python/debug.py:189 python/debug.py:245
46544738 msgid "Virtual drives"
46554739 msgstr ""
46564740
4657 #: python/debug.py:184
4741 #: python/debug.py:222
46584742 msgid "Report a problem about {0}"
46594743 msgstr ""
46604744
4661 #: python/debug.py:206
4745 #: python/debug.py:244
46624746 msgid "Install scripts"
46634747 msgstr ""
46644748
46834767 msgid "Next"
46844768 msgstr ""
46854769
4686 #: python/guiv3.py:166
4770 #: python/guiv3.py:171
46874771 msgid "I Agree"
46884772 msgstr ""
46894773
4690 #: python/guiv3.py:167
4774 #: python/guiv3.py:172
46914775 msgid "Show virtual drives"
46924776 msgstr ""
46934777
4694 #: python/guiv3.py:188
4778 #: python/guiv3.py:193
46954779 msgid "Login: "
46964780 msgstr ""
46974781
4698 #: python/guiv3.py:189
4782 #: python/guiv3.py:194
46994783 msgid "Password: "
47004784 msgstr ""
47014785
4702 #: python/guiv3.py:192
4786 #: python/guiv3.py:197
47034787 msgid "Register"
47044788 msgstr ""
47054789
4706 #: python/guiv3.py:288
4790 #: python/guiv3.py:302
47074791 msgid "MB downloaded"
47084792 msgstr ""
47094793
4710 #: python/guiv3.py:288
4794 #: python/guiv3.py:302
47114795 msgid "of"
47124796 msgstr ""
47134797
4714 #: python/guiv3.py:749
4798 #: python/guiv3.py:769
47154799 msgid "You cannot close this window"
47164800 msgstr ""
47174801
47194803 msgid "No description"
47204804 msgstr ""
47214805
4722 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4806 #: python/install.py:210
4807 msgid "Accessories"
4808 msgstr ""
4809
4810 #: python/install.py:211
4811 msgid "Development"
4812 msgstr ""
4813
4814 #: python/install.py:212
4815 msgid "Education"
4816 msgstr ""
4817
4818 #: python/install.py:213
4819 msgid "Games"
4820 msgstr ""
4821
4822 #: python/install.py:214
4823 msgid "Graphics"
4824 msgstr ""
4825
4826 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4827 msgid "Internet"
4828 msgstr ""
4829
4830 #: python/install.py:216
4831 msgid "Multimedia"
4832 msgstr ""
4833
4834 #: python/install.py:217
4835 msgid "Office"
4836 msgstr ""
4837
4838 #: python/install.py:219
4839 msgid "Patches"
4840 msgstr ""
4841
4842 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47234843 msgid "Search"
47244844 msgstr ""
47254845
47264846 #: python/install.py:252
47274847 msgid "Include:"
4848 msgstr ""
4849
4850 #: python/install.py:258
4851 msgid "Testing"
47284852 msgstr ""
47294853
47304854 #: python/install.py:263
47784902 "used for piracy purposes we won't give any support on this matter."
47794903 msgstr ""
47804904
4781 #: python/irc.py:137
4905 #: python/irc.py:139
47824906 msgid "Send"
47834907 msgstr ""
47844908
4785 #: python/irc.py:138
4909 #: python/irc.py:140
47864910 msgid "Connect"
47874911 msgstr ""
47884912
4789 #: python/irc.py:139
4913 #: python/irc.py:141
47904914 msgid "Disconnect"
47914915 msgstr ""
47924916
4793 #: python/irc.py:140
4917 #: python/irc.py:142
47944918 msgid "Leave"
47954919 msgstr ""
47964920
4797 #: python/irc.py:227
4921 #: python/irc.py:229
47984922 msgid "Join a channel"
47994923 msgstr ""
48004924
4801 #: python/irc.py:257 python/mainwindow.py:725
4925 #: python/irc.py:259 python/mainwindow.py:723
48024926 msgid "Messenger"
48034927 msgstr ""
48044928
4805 #: python/irc.py:273
4929 #: python/irc.py:275
48064930 msgid ""
48074931 "If you close this window, you cannot read further replies. Are you sure that "
48084932 "you want to close it?"
48274951 msgid "{0} error"
48284952 msgstr ""
48294953
4830 #: python/mainwindow.py:73
4954 #: python/mainwindow.py:75
48314955 msgid "{0} website is unavailable. Please check your connection"
48324956 msgstr ""
48334957
4834 #: python/mainwindow.py:75
4958 #: python/mainwindow.py:77
48354959 msgid "Refreshing {0}"
48364960 msgstr ""
48374961
4838 #: python/mainwindow.py:90 python/mainwindow.py:92
4962 #: python/mainwindow.py:92 python/mainwindow.py:94
48394963 msgid "An updated version of {0} is available"
48404964 msgstr ""
48414965
4842 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4966 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48434967 msgid "Run"
48444968 msgstr ""
48454969
4846 #: python/mainwindow.py:200
4970 #: python/mainwindow.py:202
48474971 msgid "Donate"
48484972 msgstr ""
48494973
4850 #: python/mainwindow.py:201
4974 #: python/mainwindow.py:203
48514975 msgid "Exit"
48524976 msgstr ""
48534977
4854 #: python/mainwindow.py:205
4978 #: python/mainwindow.py:207
48554979 msgid "Small icons"
48564980 msgstr ""
48574981
4858 #: python/mainwindow.py:206
4982 #: python/mainwindow.py:208
48594983 msgid "Medium icons"
48604984 msgstr ""
48614985
4862 #: python/mainwindow.py:207
4986 #: python/mainwindow.py:209
48634987 msgid "Large icons"
48644988 msgstr ""
48654989
4866 #: python/mainwindow.py:208
4990 #: python/mainwindow.py:210
48674991 msgid "Very large icons"
48684992 msgstr ""
48694993
4870 #: python/mainwindow.py:220
4994 #: python/mainwindow.py:222
48714995 msgid "Manage Wine versions"
48724996 msgstr ""
48734997
4874 #: python/mainwindow.py:226
4998 #: python/mainwindow.py:228
48754999 msgid "Read a PC CD-Rom"
48765000 msgstr ""
48775001
4878 #: python/mainwindow.py:236
5002 #: python/mainwindow.py:238
48795003 msgid "Close all {0} software"
48805004 msgstr ""
48815005
4882 #: python/mainwindow.py:240
5006 #: python/mainwindow.py:242
48835007 msgid "{0} console"
48845008 msgstr ""
48855009
4886 #: python/mainwindow.py:250
5010 #: python/mainwindow.py:248
48875011 msgid "{0} messenger"
48885012 msgstr ""
48895013
4890 #: python/mainwindow.py:266 python/options.py:388
5014 #: python/mainwindow.py:264 python/options.py:388
48915015 msgid "File associations"
48925016 msgstr ""
48935017
4894 #: python/mainwindow.py:273
5018 #: python/mainwindow.py:271
48955019 msgid "About {0}"
48965020 msgstr ""
48975021
4898 #: python/mainwindow.py:302 python/mainwindow.py:306
5022 #: python/mainwindow.py:300 python/mainwindow.py:304
48995023 msgid "Plugin manager"
49005024 msgstr ""
49015025
5026 #: python/mainwindow.py:329
5027 msgid "File"
5028 msgstr ""
5029
49025030 #: python/mainwindow.py:331
4903 msgid "File"
4904 msgstr ""
4905
4906 #: python/mainwindow.py:333
49075031 msgid "Tools"
49085032 msgstr ""
49095033
4910 #: python/mainwindow.py:334 python/mainwindow.py:723
5034 #: python/mainwindow.py:332 python/mainwindow.py:721
49115035 msgid "Settings"
49125036 msgstr ""
49135037
4914 #: python/mainwindow.py:335 python/options.py:387
5038 #: python/mainwindow.py:333 python/options.py:387
49155039 msgid "Plugins"
49165040 msgstr ""
49175041
4918 #: python/mainwindow.py:347 python/mainwindow.py:739
5042 #: python/mainwindow.py:345 python/mainwindow.py:737
49195043 msgid "Close"
49205044 msgstr ""
49215045
4922 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5046 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49235047 msgid "Configure"
49245048 msgstr ""
49255049
4926 #: python/mainwindow.py:584
5050 #: python/mainwindow.py:582
49275051 msgid "Open the application's directory"
49285052 msgstr ""
49295053
4930 #: python/mainwindow.py:588 python/mainwindow.py:753
5054 #: python/mainwindow.py:586 python/mainwindow.py:751
49315055 msgid "Read the manual"
49325056 msgstr ""
49335057
4934 #: python/mainwindow.py:592
5058 #: python/mainwindow.py:590
49355059 msgid "Set the icon"
49365060 msgstr ""
49375061
4938 #: python/mainwindow.py:600
5062 #: python/mainwindow.py:598
49395063 msgid "Close this application"
49405064 msgstr ""
49415065
4942 #: python/mainwindow.py:611
5066 #: python/mainwindow.py:609
49435067 msgid "KillApp"
49445068 msgstr ""
49455069
4946 #: python/mainwindow.py:618
5070 #: python/mainwindow.py:616
49475071 msgid "No manual found for {0}"
49485072 msgstr ""
49495073
4950 #: python/mainwindow.py:721
5074 #: python/mainwindow.py:719
49515075 msgid "Install a program"
49525076 msgstr ""
49535077
4954 #: python/mainwindow.py:728
5078 #: python/mainwindow.py:726
49555079 msgid "Update GIT"
49565080 msgstr ""
49575081
4958 #: python/mainwindow.py:731
5082 #: python/mainwindow.py:729
49595083 msgid "Update instructions"
49605084 msgstr ""
49615085
5086 #: python/mainwindow.py:739
5087 msgid "Debug"
5088 msgstr ""
5089
49625090 #: python/mainwindow.py:741
4963 msgid "Debug"
4964 msgstr ""
4965
4966 #: python/mainwindow.py:743
49675091 msgid "Report a problem"
49685092 msgstr ""
49695093
5094 #: python/mainwindow.py:745
5095 msgid "Create a shortcut"
5096 msgstr ""
5097
49705098 #: python/mainwindow.py:747
4971 msgid "Create a shortcut"
4972 msgstr ""
4973
4974 #: python/mainwindow.py:749
49755099 msgid "Open the directory"
49765100 msgstr ""
49775101
4978 #: python/mainwindow.py:755
5102 #: python/mainwindow.py:753
49795103 msgid "Save"
49805104 msgstr ""
49815105
4982 #: python/mainwindow.py:758
5106 #: python/mainwindow.py:756
49835107 msgid "Uninstall"
49845108 msgstr ""
49855109
4986 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5110 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5111 #: python/mainwindow.py:1001
5112 msgid "Please select a program."
5113 msgstr ""
5114
5115 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5116 msgid "{0} settings"
5117 msgstr ""
5118
5119 #: python/mainwindow.py:963
5120 msgid "{0} install menu"
5121 msgstr ""
5122
5123 #: python/mainwindow.py:972
5124 msgid "{0} wine versions manager"
5125 msgstr ""
5126
49875127 #: python/mainwindow.py:1003
4988 msgid "Please select a program."
4989 msgstr ""
4990
4991 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4992 msgid "{0} settings"
4993 msgstr ""
4994
4995 #: python/mainwindow.py:965
4996 msgid "{0} install menu"
4997 msgstr ""
4998
4999 #: python/mainwindow.py:974
5000 msgid "{0} wine versions manager"
5001 msgstr ""
5002
5003 #: python/mainwindow.py:1005
50045128 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50055129 msgstr ""
50065130
51065230 "These information will be very precious for us to help people."
51075231 msgstr ""
51085232
5109 #: python/mainwindow.py:1271
5233 #: python/mainwindow.py:1273
51105234 msgid "Are you sure you want to want to install {0} package?"
51115235 msgstr ""
51125236
5113 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5237 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5238 #: python/mainwindow.py:1284
51145239 msgid ""
51155240 "You are trying to open a script design for {0}! It might not work as expected"
51165241 msgstr ""
51875312 msgid "You must restart {0} for the changes to take effect."
51885313 msgstr ""
51895314
5190 #: python/wine_versions.py:194
5315 #: python/wine_versions.py:195
51915316 msgid "Installed Wine versions: "
51925317 msgstr ""
51935318
5194 #: python/wine_versions.py:195
5319 #: python/wine_versions.py:196
51955320 msgid "Available Wine versions: "
51965321 msgstr ""
51975322
5198 #: python/wine_versions.py:202
5323 #: python/wine_versions.py:203
51995324 msgid "Wine versions"
52005325 msgstr ""
52015326
5202 #: python/wine_versions.py:321
5327 #: python/wine_versions.py:322
52035328 msgid "Are you sure you want to delete wine {0}?"
52045329 msgstr ""
52055330
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-11-01 19:39+0000\n"
1111 "Last-Translator: AlexEriksson <launchpad.net@alex-eriksson.se>\n"
1212 "Language-Team: sv_SE.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
229229 msgstr ""
230230
231231 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
232 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
232233 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
233234 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
234235 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
257258 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
258259 #: PlayOnLinux_Scripts/Civilization_V_:53
259260 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
260 #: PlayOnLinux_Scripts/Diablo_II_:51
261 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
261262 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
262263 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
263264 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
264265 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
265266 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
266 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
267267 #: PlayOnLinux_Scripts/Google_SketchUp_:51
268268 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
269269 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
283283 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
284284 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
285285 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
286 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
286287 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
287288 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
288289 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
289 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
290 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
290 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
291 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
292 #: PlayOnLinux_Scripts/Portal_2_:82
291293 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
292294 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
293 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
295 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
296 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
294297 #: PlayOnLinux_Scripts/Rayman_Origins_:72
295298 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
296299 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
300 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
297301 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
298302 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
299303 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
304 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
300305 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
301306 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
302 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
303 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
307 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
308 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
309 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
304310 #: PlayOnLinux_Scripts/Starcraft_:34
305311 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
306312 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
307 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
313 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
314 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
308315 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
309316 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
317 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
310318 #: PlayOnLinux_Scripts/Theme_Hospital_:59
311319 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
312320 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
313321 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
314322 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
323 #: PlayOnLinux_Scripts/Wizard_101_:38
315324 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
316325 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
317326 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
324333 msgid "Please select the setup file to run"
325334 msgstr ""
326335
336 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
337 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
338 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
339 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
340 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
341 #, sh-format
342 msgid "Please insert the game media into your disc drive."
343 msgstr ""
344
327345 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
346 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
347 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
328348 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
329349 #: PlayOnLinux_Scripts/Dishonored_:72
330350 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
418438 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
419439 #: PlayOnLinux_Scripts/Magicka_:68
420440 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
441 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
421442 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
422443 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
423444 #: PlayOnLinux_Scripts/Rayman_Origins_:83
424445 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
425 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
426 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
446 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
447 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
427448 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
428449 #: PlayOnLinux_Scripts/The_Witcher_:125
429450 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
453474 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
454475 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
455476 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
477 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
456478 #: PlayOnLinux_Scripts/Driftmoon_:43
457479 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
458480 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
461483 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
462484 #: PlayOnLinux_Scripts/League_Of_Legends_:57
463485 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
464 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
486 #: PlayOnLinux_Scripts/Sacrifice_:41
487 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
488 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
489 #: PlayOnLinux_Scripts/Toontown_Online_:25
490 #: PlayOnLinux_Scripts/Watchtower_library_:43
465491 #: PlayOnLinux_Scripts/iTunes_10_:28
466492 #, sh-format
467493 msgid "Please select the setup file to run."
476502 #: PlayOnLinux_Scripts/POL_GoG_download_:48
477503 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
478504 #: PlayOnLinux_Scripts/SimCity_2000_:50
479 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
480 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
505 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
506 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
481507 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
482508 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
483509 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
484 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
485 #: lib/wine.lib:1186
510 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
511 #: lib/wine.lib:1171 lib/wine.lib:1201
486512 #, sh-format
487513 msgid "Please wait..."
488514 msgstr ""
510536 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
511537 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
512538 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
513 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
539 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
514540 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
515541 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
516542 #: PlayOnLinux_Scripts/Dead_Space_2_:85
526552 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
527553 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
528554 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
529 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
530556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
531557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
532558 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
588614 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
589615 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
590616 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
591 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
617 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
592618 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
593619 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
594620 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
595 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
596 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
621 #: PlayOnLinux_Scripts/Dead_Space_:50
622 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
623 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
624 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
597625 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
598626 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
599627 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
603631 #: PlayOnLinux_Scripts/Rage_:79
604632 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
605633 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
606 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
607635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
608636 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
609637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
641669 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
642670 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
643671 #: PlayOnLinux_Scripts/Sacrifice_:45
644 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
672 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
645673 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
646674 #: PlayOnLinux_Scripts/The_Witcher_:102
647675 #, sh-format
652680 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
653681 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
654682 #: PlayOnLinux_Scripts/Mass_Effect_:54
655 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
683 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
656684 #: PlayOnLinux_Scripts/The_Witcher_:110
657685 #, sh-format
658686 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
663691 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
664692 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
665693 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
666 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
694 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
667695 #: PlayOnLinux_Scripts/The_Witcher_:113
668696 #, sh-format
669697 msgid "Please insert the next game media into your disk drive"
692720 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
693721 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
694722 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
723 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
695724 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
696725 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
697726 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
797826 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
798827 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
799828 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
800 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
829 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
801830 #, sh-format
802831 msgid ""
803832 "You must disable anti-piracy protections of this game\\nif you want to play "
815844
816845 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
817846 #: PlayOnLinux_Scripts/Cars_2_:83
818 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
847 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
819848 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
820849 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
821850 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
836865 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
837866 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
838867 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
868 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
869 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
839870 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
840871 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
841872 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10511082 msgid "Please insert media 2 into your disk drive\\nif not already done."
10521083 msgstr ""
10531084
1054 #: PlayOnLinux_Scripts/Diablo_III_:29
1085 #: PlayOnLinux_Scripts/Diablo_III_:31
10551086 #, sh-format
10561087 msgid "Please select the setup file downloaded on $EDITOR website"
10571088 msgstr ""
10581089
1059 #: PlayOnLinux_Scripts/Diablo_III_:60
1090 #: PlayOnLinux_Scripts/Diablo_III_:62
10601091 #, sh-format
10611092 msgid ""
10621093 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10631094 "patch (AcceptEx Fix)"
10641095 msgstr ""
10651096
1066 #: PlayOnLinux_Scripts/Diablo_III_:60
1097 #: PlayOnLinux_Scripts/Diablo_III_:62
10671098 #, sh-format
10681099 msgid ""
10691100 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10701101 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1102 msgstr ""
1103
1104 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1105 #, sh-format
1106 msgid "Scanning your hardware..."
10711107 msgstr ""
10721108
10731109 #: PlayOnLinux_Scripts/Dishonored_:79
11461182
11471183 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11481184 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1149 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1150 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1185 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1186 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11511187 #, sh-format
11521188 msgid "Please insert the first game media into your disk drive"
11531189 msgstr ""
11541190
11551191 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1156 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1192 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11571193 #, sh-format
11581194 msgid "Please insert the second game media into your disk drive"
11591195 msgstr ""
12181254 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12191255 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12201256 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1257 #: PlayOnLinux_Scripts/Hearthstone_:64
12211258 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12221259 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12231260 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12431280 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12441281 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12451282 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1246 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1283 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12471284 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12481285 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12491286 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12671304 msgid "Editor"
12681305 msgstr ""
12691306
1270 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1307 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12711308 #, sh-format
12721309 msgid "This install script requires ffmpeg"
12731310 msgstr ""
12741311
1275 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1312 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12761313 #, sh-format
12771314 msgid "Converting videos..."
12781315 msgstr ""
12791316
12801317 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1318 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12811319 #, sh-format
12821320 msgid ""
12831321 "On first run the game will autodetect available renderers.\\nIt is likely "
12901328 msgid "Run $TITLE in safe mode?"
12911329 msgstr ""
12921330
1331 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1332 #, sh-format
1333 msgid ""
1334 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1335 "disable it by pressing Alt+R while in game.)"
1336 msgstr ""
1337
1338 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1339 #, sh-format
1340 msgid ""
1341 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1342 "game."
1343 msgstr ""
1344
12931345 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12941346 #, sh-format
12951347 msgid "Could not find program directory"
13521404 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13531405 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13541406 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1355 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1356 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1357 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13581407 #, sh-format
13591408 msgid "Language"
13601409 msgstr ""
14781527 msgid "Dedicated server"
14791528 msgstr ""
14801529
1481 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1530 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14821531 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14831532 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14841533 #, sh-format
15041553 msgid "Code wheel"
15051554 msgstr ""
15061555
1507 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1508 #, sh-format
1509 msgid "Do you have a language pack to install?"
1510 msgstr ""
1511
1512 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1513 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1514 #, sh-format
1515 msgid "Later"
1516 msgstr ""
1517
1518 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1556 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1557 #, sh-format
1558 msgid ""
1559 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1560 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1561 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1562 msgstr ""
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1565 #, sh-format
1566 msgid "Now you must install the modpack in directory:"
1567 msgstr ""
1568
1569 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1570 #, sh-format
1571 msgid "Please select ANY 3 icons when prompted."
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1575 #, sh-format
1576 msgid "temp directory missing"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1580 #, sh-format
1581 msgid ""
1582 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1583 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1584 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1585 "details.\\nInstall it?"
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1589 #, sh-format
1590 msgid "Control Panel"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1594 #, sh-format
1595 msgid ""
1596 "IMPORTANT:\n"
1597 " \\n\\nOn the installation window coming next, do NOT click the Options "
1598 "button, it would mess up the language selection."
1599 msgstr ""
1600
1601 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1602 #, sh-format
1603 msgid ""
1604 "On first run the game will autodetect available renderers.\\nIt is likely "
1605 "that you will get better performance out of the OpenGL renderer."
1606 msgstr ""
1607
1608 #: PlayOnLinux_Scripts/Goblins_3_:21
1609 #, sh-format
1610 msgid "Please select the game language"
1611 msgstr ""
1612
1613 #: PlayOnLinux_Scripts/Gothic_3_:82
1614 #, sh-format
1615 msgid "Choose the game resolution"
1616 msgstr ""
1617
1618 #: PlayOnLinux_Scripts/Gothic_3_:96
1619 #, sh-format
1620 msgid ""
1621 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1622 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1623 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Gothic_3_:110
1627 #, sh-format
1628 msgid "$TITLE is installed"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Guild_Wars_:53
1632 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1633 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1634 #, sh-format
1635 msgid "Please insert the DVD-ROM"
1636 msgstr ""
1637
1638 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1639 #, sh-format
1640 msgid ""
1641 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1642 "client and download will resume from where it stopped. Download percentage "
1643 "reset but do not worry, it do not restart from the beginning."
1644 msgstr ""
1645
1646 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1647 #, sh-format
1648 msgid ""
1649 "Please select $TITLE install file. During installation, uncheck all extra "
1650 "drivers it wants to install:"
1651 msgstr ""
1652
15191653 #: PlayOnLinux_Scripts/Half_Life_2_:56
15201654 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15211655 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15221656 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1523 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1657 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15241658 #, sh-format
15251659 msgid "No"
15261660 msgstr "Nej"
15271661
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1529 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1662 #: PlayOnLinux_Scripts/Half_Life_2_:56
1663 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1665 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1666 #: PlayOnLinux_Scripts/Portal_:36
1667 #, sh-format
1668 msgid ""
1669 "Steam installation has been detected\\nwould you like to install this game "
1670 "in the same virtual drive?"
1671 msgstr ""
1672
15301673 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15311674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15351678 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15361679 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15371680 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1538 #: python/guiv3.py:157
1681 #: python/guiv3.py:158 python/guiv3.py:161
15391682 #, sh-format
15401683 msgid "Yes"
15411684 msgstr "Ja"
15421685
1543 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1544 #, sh-format
1545 msgid ""
1546 "To install a language pack later, open the configuration panel for the game "
1547 "in order to execute the installer into the virtual disk (Misc tab)"
1548 msgstr ""
1549
1550 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1551 #, sh-format
1552 msgid ""
1553 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1554 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1555 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1556 msgstr ""
1557
1558 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1559 #, sh-format
1560 msgid "Now you must install the modpack in directory:"
1561 msgstr ""
1562
1563 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1564 #, sh-format
1565 msgid "Please select ANY 3 icons when prompted."
1566 msgstr ""
1567
1568 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1569 #, sh-format
1570 msgid "temp directory missing"
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1574 #, sh-format
1575 msgid ""
1576 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1577 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1578 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1579 "details.\\nInstall it?"
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1583 #, sh-format
1584 msgid "Control Panel"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1588 #, sh-format
1589 msgid ""
1590 "IMPORTANT:\n"
1591 " \\n\\nOn the installation window coming next, do NOT click the Options "
1592 "button, it would mess up the language selection."
1593 msgstr ""
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1596 #, sh-format
1597 msgid ""
1598 "On first run the game will autodetect available renderers.\\nIt is likely "
1599 "that you will get better performance out of the OpenGL renderer."
1600 msgstr ""
1601
1602 #: PlayOnLinux_Scripts/Goblins_3_:21
1603 #, sh-format
1604 msgid "Please select the game language"
1605 msgstr ""
1606
1607 #: PlayOnLinux_Scripts/Gothic_3_:82
1608 #, sh-format
1609 msgid "Choose the game resolution"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/Gothic_3_:96
1613 #, sh-format
1614 msgid ""
1615 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1616 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1617 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1618 msgstr ""
1619
1620 #: PlayOnLinux_Scripts/Gothic_3_:110
1621 #, sh-format
1622 msgid "$TITLE is installed"
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Guild_Wars_:53
1626 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1627 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1628 #, sh-format
1629 msgid "Please insert the DVD-ROM"
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1633 #, sh-format
1634 msgid ""
1635 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1636 "client and download will resume from where it stopped. Download percentage "
1637 "reset but do not worry, it do not restart from the beginning."
1638 msgstr ""
1639
1640 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1641 #, sh-format
1642 msgid ""
1643 "Please select $TITLE install file. During installation, uncheck all extra "
1644 "drivers it wants to install:"
1645 msgstr ""
1646
1647 #: PlayOnLinux_Scripts/Half_Life_2_:56
1648 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1649 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1650 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1651 #: PlayOnLinux_Scripts/Portal_:36
1652 #, sh-format
1653 msgid ""
1654 "Steam installation has been detected\\nwould you like to install this game "
1655 "in the same virtual drive?"
1656 msgstr ""
1657
16581686 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16591687 #, sh-format
16601688 msgid "Updating $TITLE"
16611689 msgstr ""
16621690
1663 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1691 #: PlayOnLinux_Scripts/Hanahira__:54
16641692 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16651693 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16661694 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16721700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16731701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16741702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1705 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1706 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1707 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1708 #: PlayOnLinux_Scripts/Steins_Gate_:51
16751709 #, sh-format
16761710 msgid "Please locate installation program (Setup.exe)"
16771711 msgstr ""
16781712
1679 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1680 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1713 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16811714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16821715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16831716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16991732 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17001733 msgstr ""
17011734
1735 #: PlayOnLinux_Scripts/Hearthstone_:26
1736 #, sh-format
1737 msgid "What language do you want to install?"
1738 msgstr ""
1739
17021740 #: PlayOnLinux_Scripts/ImgBurn_:38
17031741 #, sh-format
17041742 msgid ""
17361774 msgstr ""
17371775
17381776 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1739 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17401777 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17411778 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17421779 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18881925 "If the download update stuck close and run until the download is complete."
18891926 msgstr ""
18901927
1928 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18911929 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18921930 #, sh-format
18931931 msgid "Demo version"
18941932 msgstr ""
18951933
1934 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18961935 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18971936 #, sh-format
18981937 msgid "Please select version."
19461985 #, sh-format
19471986 msgid ""
19481987 "No filename extension specified, skipping association to native application."
1988 msgstr ""
1989
1990 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1991 #, sh-format
1992 msgid "Contacting download server."
19491993 msgstr ""
19501994
19511995 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20312075 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2034 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2078 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20352079 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20362080 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20372081 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20692113 "them without issues"
20702114 msgstr ""
20712115
2072 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2073 #, sh-format
2074 msgid "This package fail to install with wine 1.5.21 or better"
2075 msgstr ""
2076
2077 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2116 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20782117 #, sh-format
20792118 msgid ""
20802119 "If you see error messages during DotNet 3.5 installation, you can ignore "
21902229 "Please update."
21912230 msgstr ""
21922231
2193 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2232 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2233 #: PlayOnLinux_Scripts/yWriter_5_:45
21942234 #, sh-format
21952235 msgid "Downloading..."
21962236 msgstr ""
23012341 msgid "Microsoft fonts have been installed successfully."
23022342 msgstr ""
23032343
2344 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2345 #, sh-format
2346 msgid ""
2347 "OSX users: If the screen flickers once the game is launched, try to press "
2348 "cmd + tab twice"
2349 msgstr ""
2350
23042351 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23052352 #, sh-format
23062353 msgid "Remove Game For Windows Live..."
23382385 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23392386 msgstr ""
23402387
2341 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2388 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23422389 #, sh-format
23432390 msgid "Abort installation"
23442391 msgstr ""
23632410 msgid "The program needs access to ptrace() to proceed:"
23642411 msgstr ""
23652412
2366 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2413 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23672414 #, sh-format
23682415 msgid "User abort"
23692416 msgstr ""
24022449 msgid "Please do not run $TITLE after installation has finished."
24032450 msgstr ""
24042451
2452 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2453 #, sh-format
2454 msgid "Extracting $TITLE"
2455 msgstr ""
2456
24052457 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24062458 #, sh-format
24072459 msgid ""
24142466 msgid "$TITLE has been successfully installed."
24152467 msgstr ""
24162468
2469 #: PlayOnLinux_Scripts/Poker_Stars_:37
2470 #, sh-format
2471 msgid "Error while installing. Downloaded file not found."
2472 msgstr ""
2473
24172474 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24182475 #, sh-format
24192476 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24212478
24222479 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24232480 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2481 #: PlayOnLinux_Scripts/Watchtower_library_:58
24242482 #, sh-format
24252483 msgid "Please wait while $TITLE is installed"
24262484 msgstr ""
24522510 #: PlayOnLinux_Scripts/Rage_:93
24532511 #, sh-format
24542512 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2513 msgstr ""
2514
2515 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2516 #, sh-format
2517 msgid ""
2518 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2519 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2520 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2521 "n\\nIf you have one of this two versions of this game, please give some "
2522 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2523 "n\\nThank you!"
2524 msgstr ""
2525
2526 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2527 #, sh-format
2528 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2529 msgstr ""
2530
2531 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2532 #, sh-format
2533 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2534 msgstr ""
2535
2536 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2537 #, sh-format
2538 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2539 msgstr ""
2540
2541 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2542 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2543 #, sh-format
2544 msgid "Select a version of installation disc:"
2545 msgstr ""
2546
2547 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2548 #, sh-format
2549 msgid "First Release (without addons)"
2550 msgstr ""
2551
2552 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2553 #, sh-format
2554 msgid "Gold Edition"
2555 msgstr ""
2556
2557 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2558 #, sh-format
2559 msgid "Platinum Edition"
2560 msgstr ""
2561
2562 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2563 #, sh-format
2564 msgid "What is your version of Railroad Tycoon II?"
2565 msgstr ""
2566
2567 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2568 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2569 #, sh-format
2570 msgid ""
2571 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2572 "desktop.\\n\\nThank you for using this installation script! :)"
24552573 msgstr ""
24562574
24572575 #: PlayOnLinux_Scripts/Reaper_4_:30
26032721 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26042722 msgstr ""
26052723
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2734 #, sh-format
2735 msgid ""
2736 "Close the visual novel when it appears to continue installation. Click Next "
2737 "to begin installation."
2738 msgstr ""
2739
2740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2741 #, sh-format
2742 msgid ""
2743 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2744 "script will now install it. Click Next to continue."
2745 msgstr ""
2746
26062747 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26072748 #, sh-format
26082749 msgid ""
26102751 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26112752 msgstr ""
26122753
2613 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2614 #, sh-format
2615 msgid "Please locate installation program (Launcher.exe)"
2616 msgstr ""
2617
2618 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2619 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2620 #, sh-format
2621 msgid ""
2622 "When the launcher opens, click on the top button to open the installer. When "
2623 "a new window opens, click OK. When another window opens, click on the button "
2624 "with the letter N until it is installing. Wait until it is done and click "
2625 "the right button to quit. Click Next when you are done installing."
2754 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2755 #, sh-format
2756 msgid "Please locate installation program in Data folder (Resonance.msi)"
26262757 msgstr ""
26272758
26282759 #: PlayOnLinux_Scripts/Steam_:50
26582789 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26592790 "game. Steam install xna framework the game. Close the Steam so that the "
26602791 "installer can continue."
2792 msgstr ""
2793
2794 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2795 #, sh-format
2796 msgid "If youve the extentions, you should install Tribunal first !"
26612797 msgstr ""
26622798
26632799 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27692905 "pp 4-5."
27702906 msgstr ""
27712907
2908 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2909 #, sh-format
2910 msgid "Please select the installation file to run."
2911 msgstr ""
2912
2913 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2914 #, sh-format
2915 msgid ""
2916 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2917 "your region.\\n 2. Leave only checked DirectX box."
2918 msgstr ""
2919
27722920 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27732921 #, sh-format
27742922 msgid ""
27752923 "The game will fail to launch until you set "
27762924 "/proc/sys/kernel/yama/ptrace_scope to 0"
2925 msgstr ""
2926
2927 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2928 #, sh-format
2929 msgid "Other destination or other CD/DVD"
2930 msgstr ""
2931
2932 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2933 #, sh-format
2934 msgid "Retail CD"
2935 msgstr ""
2936
2937 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2938 #, sh-format
2939 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2940 msgstr ""
2941
2942 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2943 #, sh-format
2944 msgid "video fix"
27772945 msgstr ""
27782946
27792947 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28563024 msgid "Donwload finished.\\nPatches installation will begin"
28573025 msgstr ""
28583026
3027 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3028 #, sh-format
3029 msgid "We will download the installer"
3030 msgstr ""
3031
28593032 #: PlayOnLinux_Scripts/Toontown_Online_:17
28603033 #, sh-format
28613034 msgid ""
28933066 msgid "Do you want to browse $TITLE website?"
28943067 msgstr ""
28953068
3069 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3070 #, sh-format
3071 msgid ""
3072 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3073 "messenger, because it will won't work correctly."
3074 msgstr ""
3075
3076 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3077 #, sh-format
3078 msgid "Warning"
3079 msgstr ""
3080
28963081 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28973082 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28983083 #, sh-format
29013086 "want it to run correctly with $APPLICATION_TITLE"
29023087 msgstr ""
29033088
3089 #: PlayOnLinux_Scripts/Watchtower_library_:49
3090 #, sh-format
3091 msgid "File Selection Error"
3092 msgstr ""
3093
3094 #: PlayOnLinux_Scripts/Watchtower_library_:49
3095 #, sh-format
3096 msgid ""
3097 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3098 msgstr ""
3099
29043100 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29053101 #, sh-format
29063102 msgid ""
29173113 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29183114 #, sh-format
29193115 msgid ""
2920 "Attention: After installation is complete, the patcher will load. Please "
2921 "close the patcher before logging in or finish updating to complete the "
2922 "installation. After this, you can run \"$TITLE\" when setup is done"
3116 "Attention:After installation is complete, the patcher will load. After, go "
3117 "to the top right of the patcher and click the wrench, Then Un-check the box "
3118 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3119 "minuite. When finished with this, please close the patcher before logging in "
3120 "or finish updating to complete the installation. After this, you can run "
3121 "\"$TITLE\" when setup is done"
29233122 msgstr ""
29243123
29253124 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29603159 "Please insert game media 5 into your disk drive\\nif not already done."
29613160 msgstr ""
29623161
3162 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3163 #, sh-format
3164 msgid "Which region version of World of Warplanes would you like to install?"
3165 msgstr ""
3166
3167 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3168 #, sh-format
3169 msgid ""
3170 "Attention:After installation is complete, the patcher will load. After, go "
3171 "to the top right of the patcher and click the wrench, Then Un-check the box "
3172 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3173 "minute. When finished with this, please close the patcher before logging in "
3174 "or finish updating to complete the installation. After this, you can run "
3175 "\"$TITLE\" when setup is done"
3176 msgstr ""
3177
29633178 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29643179 #, sh-format
29653180 msgid ""
30073222 msgid "Please select the 32bit version of iTunes"
30083223 msgstr ""
30093224
3010 #: PlayOnLinux_Scripts/osu_:45
3225 #: PlayOnLinux_Scripts/osu_:46
30113226 #, sh-format
30123227 msgid ""
30133228 "Press next to start the updater. When the updater is finished, close it "
30273242 "resolution when rFactor Config comes up."
30283243 msgstr ""
30293244
3030 #: bash/bug_report:31
3245 #: bash/bug_report:32
30313246 #, sh-format
30323247 msgid "Report a bug"
30333248 msgstr ""
30343249
3035 #: bash/bug_report:36
3250 #: bash/bug_report:37
30363251 #, sh-format
30373252 msgid ""
30383253 "Please give the more details as you can, otherwise, it will be very "
30393254 "difficult to help you"
30403255 msgstr ""
30413256
3042 #: bash/bug_report:36
3257 #: bash/bug_report:37
30433258 #, sh-format
30443259 msgid ""
30453260 "This wizard will help you to report a bug about an officially supported "
30463261 "program."
30473262 msgstr ""
30483263
3049 #: bash/bug_report:40
3264 #: bash/bug_report:41
30503265 #, sh-format
30513266 msgid ""
30523267 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30533268 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30543269 msgstr ""
30553270
3056 #: bash/bug_report:46
3271 #: bash/bug_report:47
30573272 #, sh-format
30583273 msgid "I have a problem with a software"
30593274 msgstr ""
30603275
3061 #: bash/bug_report:46
3276 #: bash/bug_report:47
30623277 #, sh-format
30633278 msgid "My problem concerns $APPLICATION_TITLE itself"
30643279 msgstr ""
30653280
3066 #: bash/bug_report:46
3281 #: bash/bug_report:47
30673282 #, sh-format
30683283 msgid "What kind of problem do you have?"
30693284 msgstr ""
30703285
3071 #: bash/bug_report:50
3286 #: bash/bug_report:51
30723287 #, sh-format
30733288 msgid "Don't join any log file"
30743289 msgstr ""
30753290
3076 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3291 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30773292 #: bash/manual_install:120 bash/manual_install:219
30783293 #, sh-format
30793294 msgid "Manual installation"
30803295 msgstr ""
30813296
3082 #: bash/bug_report:54 bash/run_exe:24
3297 #: bash/bug_report:55 bash/run_exe:24
30833298 #, sh-format
30843299 msgid "Automatic installation"
30853300 msgstr ""
30863301
3087 #: bash/bug_report:65
3302 #: bash/bug_report:66
30883303 #, sh-format
30893304 msgid "Choose the log file corresponding to your software."
30903305 msgstr ""
30913306
3092 #: bash/bug_report:69
3307 #: bash/bug_report:70
30933308 #, sh-format
30943309 msgid "Please give a very short description (title, english only)"
30953310 msgstr ""
30963311
3097 #: bash/bug_report:72
3312 #: bash/bug_report:73
30983313 #, sh-format
30993314 msgid "Please explain your problem clearly (english only):"
31003315 msgstr ""
31013316
3102 #: bash/bug_report:76
3317 #: bash/bug_report:77
31033318 #, sh-format
31043319 msgid "Sorry, we need a detailed description."
31053320 msgstr ""
31063321
3107 #: bash/bug_report:107
3322 #: bash/bug_report:108
31083323 #, sh-format
31093324 msgid ""
31103325 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31463361 msgstr ""
31473362
31483363 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3149 #: python/mainwindow.py:232
3364 #: python/mainwindow.py:234
31503365 #, sh-format
31513366 msgid "Run a local script"
31523367 msgstr ""
32703485 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32713486 msgstr ""
32723487
3273 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3488 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32743489 #, sh-format
32753490 msgid "$APPLICATION_TITLE first use"
32763491 msgstr ""
32773492
3278 #: bash/first_use:240
3493 #: bash/first_use:242
32793494 #, sh-format
32803495 msgid "$APPLICATION_TITLE is going to finish its preparation"
32813496 msgstr ""
32823497
3283 #: bash/first_use:240 bash/first_use:243
3498 #: bash/first_use:242 bash/first_use:245
32843499 #, sh-format
32853500 msgid "Please ensure you are connected to the internet."
32863501 msgstr ""
32873502
3288 #: bash/first_use:243
3503 #: bash/first_use:245
32893504 #, sh-format
32903505 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32913506 msgstr ""
32923507
3293 #: bash/first_use:243
3508 #: bash/first_use:245
32943509 #, sh-format
32953510 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32963511 msgstr ""
32973512
3298 #: bash/first_use:253
3513 #: bash/first_use:255
32993514 #, sh-format
33003515 msgid "Error while installing fonts"
33013516 msgstr ""
33023517
3303 #: bash/first_use:271
3518 #: bash/first_use:273
33043519 #, sh-format
33053520 msgid "Enjoy using $APPLICATION_TITLE"
33063521 msgstr ""
34123627 msgid "Use another version of Wine"
34133628 msgstr ""
34143629
3415 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3416 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3630 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3631 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34173632 #, sh-format
34183633 msgid "Configure Wine"
34193634 msgstr ""
34333648 msgid "What would you like to do before installation?"
34343649 msgstr ""
34353650
3436 #: bash/manual_install:230 lib/scripts.lib:437
3651 #: bash/manual_install:231 lib/scripts.lib:438
34373652 #, sh-format
34383653 msgid "Please make your choice"
34393654 msgstr ""
34403655
3441 #: bash/manual_install:258
3656 #: bash/manual_install:259
34423657 #, sh-format
34433658 msgid "Looking for runnable CD-ROMs"
34443659 msgstr ""
34453660
3446 #: bash/manual_install:281
3661 #: bash/manual_install:282
34473662 #, sh-format
34483663 msgid "Select another file"
34493664 msgstr ""
34503665
3451 #: bash/manual_install:289
3666 #: bash/manual_install:290
34523667 #, sh-format
34533668 msgid "Please choose a way to install your program"
34543669 msgstr ""
34553670
3456 #: bash/manual_install:298
3671 #: bash/manual_install:299
34573672 #, sh-format
34583673 msgid "Please select the install file to run."
34593674 msgstr ""
34603675
3461 #: bash/manual_install:328
3676 #: bash/manual_install:329
34623677 #, sh-format
34633678 msgid "You must choose a file!"
34643679 msgstr ""
34653680
3466 #: bash/manual_install:334
3681 #: bash/manual_install:335
34673682 #, sh-format
34683683 msgid "$APPLICATION_TITLE is installing your application..."
34693684 msgstr ""
35413756 msgid "Extracting: "
35423757 msgstr ""
35433758
3544 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3759 #: bash/playonlinux-pkg:111
35453760 #, sh-format
35463761 msgid "Running..."
35473762 msgstr ""
35513766 msgid "Cleaning..."
35523767 msgstr ""
35533768
3554 #: bash/playonlinux_online:32
3555 #, sh-format
3556 msgid ""
3557 "This is the list of the scripts you sent to us. You can run one of them"
3558 msgstr ""
3559
3560 #: bash/playonlinux_online:42
3561 #, sh-format
3562 msgid "You do not seems to have any personal script"
3563 msgstr ""
3564
3565 #: bash/playonlinux_online:47
3566 #, sh-format
3567 msgid ""
3568 "If you have successfully installed a program with 'Install a non-listed\\"
3569 "nsoftware' button, it will allow you to add this program in our list"
3570 msgstr ""
3571
3572 #: bash/playonlinux_online:47
3573 #, sh-format
3574 msgid "This tools will allow you to help us :"
3575 msgstr ""
3576
3577 #: bash/playonlinux_online:47
3578 #, sh-format
3579 msgid ""
3580 "We're going to ask you some questions, please be as much accurate as\\"
3581 "npossible"
3582 msgstr ""
3583
3584 #: bash/playonlinux_online:55
3585 #, sh-format
3586 msgid "Choose the file corresponding to your program."
3587 msgstr ""
3588
3589 #: bash/playonlinux_online:59
3590 #, sh-format
3591 msgid "Does your program run?"
3592 msgstr ""
3593
3594 #: bash/playonlinux_online:62
3595 #, sh-format
3596 msgid "What is the title of your program?"
3597 msgstr ""
3598
3599 #: bash/playonlinux_online:64
3600 #, sh-format
3601 msgid "What is the editor of your program?"
3602 msgstr ""
3603
3604 #: bash/playonlinux_online:66
3605 #, sh-format
3606 msgid "What is the editor website of your program?"
3607 msgstr ""
3608
3609 #: bash/playonlinux_online:69 python/install.py:210
3610 #, sh-format
3611 msgid "Accessories"
3612 msgstr "Tillbehör"
3613
3614 #: bash/playonlinux_online:69 python/install.py:211
3615 #, sh-format
3616 msgid "Development"
3617 msgstr "Utveckling"
3618
3619 #: bash/playonlinux_online:69 python/install.py:212
3620 #, sh-format
3621 msgid "Education"
3622 msgstr ""
3623
3624 #: bash/playonlinux_online:69 python/install.py:213
3625 #, sh-format
3626 msgid "Games"
3627 msgstr "Spel"
3628
3629 #: bash/playonlinux_online:69 python/install.py:214
3630 #, sh-format
3631 msgid "Graphics"
3632 msgstr "Grafik"
3633
3634 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3635 #: python/options.py:384
3636 #, sh-format
3637 msgid "Internet"
3638 msgstr "Internet"
3639
3640 #: bash/playonlinux_online:69 python/install.py:216
3641 #, sh-format
3642 msgid "Multimedia"
3643 msgstr "Multimedier"
3644
3645 #: bash/playonlinux_online:69 python/install.py:217
3646 #, sh-format
3647 msgid "Office"
3648 msgstr "Kontor"
3649
3650 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3651 #, sh-format
3652 msgid "Other"
3653 msgstr "Andra"
3654
3655 #: bash/playonlinux_online:69 python/install.py:219
3656 #, sh-format
3657 msgid "Patches"
3658 msgstr ""
3659
3660 #: bash/playonlinux_online:69
3661 #, sh-format
3662 msgid "Select a category for your program"
3663 msgstr ""
3664
3665 #: bash/playonlinux_online:69 python/install.py:258
3666 #, sh-format
3667 msgid "Testing"
3668 msgstr ""
3669
3670 #: bash/playonlinux_online:72
3671 #, sh-format
3672 msgid ""
3673 "What feature of your program does not work?\\nIf everything works, please "
3674 "mention it"
3675 msgstr ""
3676
3677 #: bash/playonlinux_online:74
3678 #, sh-format
3679 msgid "Write any change you made to wine configuration here:"
3680 msgstr ""
3681
3682 #: bash/playonlinux_online:102
3683 #, sh-format
3684 msgid "You must be able to run this program!"
3685 msgstr ""
3686
3687 #: bash/playonlinux_online:107
3688 #, sh-format
3689 msgid "Run one of your personal scripts"
3690 msgstr ""
3691
3692 #: bash/playonlinux_online:108
3693 #, sh-format
3694 msgid "Send to us a working script generated by manual installation"
3695 msgstr ""
3696
3697 #: bash/playonlinux_online:109
3698 #, sh-format
3699 msgid "Logout"
3700 msgstr ""
3701
3702 #: bash/playonlinux_online:110
3703 #, sh-format
3704 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3705 msgstr ""
3706
3707 #: bash/playonlinux_online:124
3708 #, sh-format
3709 msgid ""
3710 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3711 "safely close this window"
3712 msgstr ""
3713
3714 #: bash/polconfigurator:33
3769 #: bash/polconfigurator:34
37153770 #, sh-format
37163771 msgid "Killing programs in the virtual drive..."
37173772 msgstr ""
37183773
3719 #: bash/polconfigurator:79
3774 #: bash/polconfigurator:86
37203775 #, sh-format
37213776 msgid "Icon selection"
37223777 msgstr ""
37233778
3724 #: bash/polconfigurator:79
3779 #: bash/polconfigurator:86
37253780 #, sh-format
37263781 msgid "Please select an icon file"
37273782 msgstr ""
37283783
3729 #: bash/polconfigurator:86
3784 #: bash/polconfigurator:93
37303785 #, sh-format
37313786 msgid "Bad file extension"
37323787 msgstr ""
37333788
3734 #: bash/polconfigurator:86
3789 #: bash/polconfigurator:93
37353790 #, sh-format
37363791 msgid "is not an icon extension"
37373792 msgstr ""
37383793
3739 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3740 #: python/mainwindow.py:621
3794 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3795 #: python/mainwindow.py:619
37413796 #, sh-format
37423797 msgid "Registry Editor"
37433798 msgstr "Register Editor"
37443799
3745 #: bash/polconfigurator:97
3800 #: bash/polconfigurator:104
37463801 #, sh-format
37473802 msgid "Kill all prefix processes"
37483803 msgstr ""
37493804
3750 #: bash/polconfigurator:98
3805 #: bash/polconfigurator:105
37513806 #, sh-format
37523807 msgid "Update wineprefix"
37533808 msgstr ""
37543809
3755 #: bash/polconfigurator:99
3810 #: bash/polconfigurator:106
37563811 #, sh-format
37573812 msgid "Simulate Windows reboot"
37583813 msgstr ""
37593814
3760 #: bash/polconfigurator:100
3815 #: bash/polconfigurator:107
37613816 #, sh-format
37623817 msgid "Use Advanced Wine Configuration plugin"
37633818 msgstr ""
37643819
3765 #: bash/polconfigurator:101
3820 #: bash/polconfigurator:108
37663821 #, sh-format
37673822 msgid "Use PlayOnLinux's configurator for"
37683823 msgstr ""
37693824
3770 #: bash/polconfigurator:103
3825 #: bash/polconfigurator:110
37713826 #, sh-format
37723827 msgid "Change the icon"
37733828 msgstr ""
37743829
3775 #: bash/polconfigurator:104
3830 #: bash/polconfigurator:111
37763831 #, sh-format
37773832 msgid "Use WineTricks"
37783833 msgstr ""
37793834
3780 #: bash/polconfigurator:123
3835 #: bash/polconfigurator:130
37813836 #, sh-format
37823837 msgid "Please choose an action to perform"
37833838 msgstr ""
38273882 msgid "Please choose a CD-ROM to eject"
38283883 msgstr ""
38293884
3830 #: bash/run_app:83
3885 #: bash/run_app:85
38313886 #, sh-format
38323887 msgid "Please choose a software to run"
38333888 msgstr ""
38343889
3835 #: bash/run_app:114
3890 #: bash/run_app:116
38363891 #, sh-format
38373892 msgid "$APPLICATION_TITLE debugger is starting..."
38383893 msgstr ""
38393894
3840 #: bash/run_app:117
3895 #: bash/run_app:119
38413896 #, sh-format
38423897 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38433898 msgstr ""
38443899
3845 #: bash/run_app:119
3900 #: bash/run_app:121
38463901 #, sh-format
38473902 msgid "$PACKAGE crashed."
38483903 msgstr ""
38983953 msgstr ""
38993954
39003955 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3901 #: lib/playonlinux.lib:717
3956 #: lib/playonlinux.lib:720
39023957 #, sh-format
39033958 msgid "$APPLICATION_TITLE Uninstaller"
39043959 msgstr ""
39183973 msgid "This wizard will help you to uninstall: "
39193974 msgstr ""
39203975
3921 #: bash/uninstall:65 lib/playonlinux.lib:717
3976 #: bash/uninstall:65 lib/playonlinux.lib:720
39223977 #, sh-format
39233978 msgid "Uninstalling..."
39243979 msgstr ""
39784033 msgstr ""
39794034
39804035 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3981 #: lib/wine.lib:955 lib/wine.lib:1036
4036 #: lib/wine.lib:970 lib/wine.lib:1051
39824037 #, sh-format
39834038 msgid "Please wait while the virtual drive is being created..."
39844039 msgstr ""
39934048 msgid "Setting Program Files var"
39944049 msgstr ""
39954050
3996 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3997 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4051 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4052 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39984053 #, sh-format
39994054 msgid "This function is disabled in the PlayOnlinux environment."
40004055 msgstr ""
40014056
4002 #: lib/playonlinux.lib:334
4057 #: lib/playonlinux.lib:336
40034058 #, sh-format
40044059 msgid ""
40054060 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40074062 "responsible from it.\\nPlease ensure you know what you are doing !"
40084063 msgstr ""
40094064
4010 #: lib/playonlinux.lib:335
4065 #: lib/playonlinux.lib:337
40114066 #, sh-format
40124067 msgid "Here the source code of the script. Check it carefully"
40134068 msgstr ""
40144069
4015 #: lib/playonlinux.lib:357
4070 #: lib/playonlinux.lib:359
40164071 #, sh-format
40174072 msgid ""
40184073 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40204075 "responsible from it.\\nPlease ensure you know what you are doing!"
40214076 msgstr ""
40224077
4023 #: lib/playonlinux.lib:358
4078 #: lib/playonlinux.lib:360
40244079 #, sh-format
40254080 msgid "External library"
40264081 msgstr ""
40274082
4028 #: lib/playonlinux.lib:358
4083 #: lib/playonlinux.lib:360
40294084 #, sh-format
40304085 msgid "Here the source code of the script. Check it carrefully"
40314086 msgstr ""
40324087
4033 #: lib/playonlinux.lib:591
4088 #: lib/playonlinux.lib:593
40344089 #, sh-format
40354090 msgid "Making shortcut..."
40364091 msgstr ""
40374092
4038 #: lib/playonlinux.lib:715
4093 #: lib/playonlinux.lib:718
40394094 #, sh-format
40404095 msgid "Do you want to delete the virtual drive:"
40414096 msgstr ""
40424097
4043 #: lib/playonlinux.lib:826
4098 #: lib/playonlinux.lib:831
40444099 #, sh-format
40454100 msgid ""
40464101 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40474102 "from working\\n\\n$FilePath"
40484103 msgstr ""
40494104
4050 #: lib/playonlinux.lib:827
4105 #: lib/playonlinux.lib:832
40514106 #, sh-format
40524107 msgid ""
40534108 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40544109 "from working\\n\\n$FilePath"
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:828
4112 #: lib/playonlinux.lib:833
40584113 #, sh-format
40594114 msgid ""
40604115 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40614116 "from working\\n\\n$FilePath"
40624117 msgstr ""
40634118
4064 #: lib/playonlinux.lib:829
4119 #: lib/playonlinux.lib:834
40654120 #, sh-format
40664121 msgid ""
40674122 "The following file is located on a noexec mounted filesystem.\\nIt might "
40684123 "prevent wine from working\\n\\n$FilePath"
40694124 msgstr ""
40704125
4071 #: lib/plugins.lib:65
4126 #: lib/plugins.lib:66
40724127 #, sh-format
40734128 msgid "Checking plugin: "
40744129 msgstr ""
40754130
4076 #: lib/plugins.lib:93
4131 #: lib/plugins.lib:94
40774132 #, sh-format
40784133 msgid "New: "
40794134 msgstr ""
40804135
4081 #: lib/plugins.lib:93
4136 #: lib/plugins.lib:94
40824137 #, sh-format
40834138 msgid "Updating plugin. Previous: "
40844139 msgstr ""
40854140
4086 #: lib/plugins.lib:112
4141 #: lib/plugins.lib:113
40874142 #, sh-format
40884143 msgid "Installing plugin: "
40894144 msgstr ""
41004155 msgid "Function override detected, disabling bug reporting"
41014156 msgstr ""
41024157
4103 #: lib/scripts.lib:499 lib/scripts.lib:565
4158 #: lib/scripts.lib:500 lib/scripts.lib:566
41044159 #, sh-format
41054160 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41064161 msgstr ""
41074162
4108 #: lib/scripts.lib:501 lib/scripts.lib:784
4163 #: lib/scripts.lib:502 lib/scripts.lib:785
41094164 #, sh-format
41104165 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41114166 msgstr ""
41124167
4113 #: lib/scripts.lib:503 lib/scripts.lib:570
4168 #: lib/scripts.lib:504 lib/scripts.lib:571
41144169 #, sh-format
41154170 msgid "An error happened during download."
41164171 msgstr ""
41174172
4118 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4119 #: lib/scripts.lib:586
4173 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4174 #: lib/scripts.lib:587
41204175 #, sh-format
41214176 msgid "Do you want to retry?"
41224177 msgstr ""
41234178
4124 #: lib/scripts.lib:522 lib/scripts.lib:586
4179 #: lib/scripts.lib:523 lib/scripts.lib:587
41254180 #, sh-format
41264181 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41274182 msgstr ""
41284183
4129 #: lib/scripts.lib:689
4184 #: lib/scripts.lib:690
41304185 #, sh-format
41314186 msgid ""
41324187 "7z not installed, please check that you have 7zip installed and try again"
41334188 msgstr ""
41344189
4135 #: lib/scripts.lib:696
4190 #: lib/scripts.lib:697
41364191 #, sh-format
41374192 msgid "Failed to locate ${dest} from ${archive}"
41384193 msgstr ""
41394194
4140 #: lib/scripts.lib:700
4195 #: lib/scripts.lib:701
41414196 #, sh-format
41424197 msgid "Extracting ${filename} from ${archivename}"
41434198 msgstr ""
41444199
4145 #: lib/scripts.lib:715
4200 #: lib/scripts.lib:716
41464201 #, sh-format
41474202 msgid "Extracted file size does not match!"
41484203 msgstr ""
41494204
4150 #: lib/scripts.lib:746
4205 #: lib/scripts.lib:747
41514206 #, sh-format
41524207 msgid "Copying ${filename}"
41534208 msgstr ""
41544209
4155 #: lib/scripts.lib:759
4210 #: lib/scripts.lib:760
41564211 #, sh-format
41574212 msgid "File size does not match!"
41584213 msgstr ""
41594214
4160 #: lib/scripts.lib:903
4215 #: lib/scripts.lib:904
41614216 #, sh-format
41624217 msgid ""
41634218 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41644219 "n$APPLICATION_TITLE $NEEDED is required."
41654220 msgstr ""
41664221
4167 #: lib/scripts.lib:918
4222 #: lib/scripts.lib:919
41684223 #, sh-format
41694224 msgid ""
41704225 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41714226 "$NEEDED is recommended to continue."
41724227 msgstr ""
41734228
4174 #: lib/scripts.lib:949
4229 #: lib/scripts.lib:950
41754230 #, sh-format
41764231 msgid "$AUTHOR profile"
41774232 msgstr ""
42184273 "again."
42194274 msgstr ""
42204275
4221 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4276 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42224277 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42234278 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42244279 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42304285 #, sh-format
42314286 msgid "Where is mounted your CD-ROM?"
42324287 msgstr ""
4288
4289 #: lib/setupwindow.lib:349 python/install.py:218
4290 #, sh-format
4291 msgid "Other"
4292 msgstr "Andra"
42334293
42344294 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42354295 #, sh-format
43494409 msgid "I don't want to make another shortcut"
43504410 msgstr ""
43514411
4352 #: lib/setupwindow.lib:711 python/guiv3.py:158
4412 #: lib/setupwindow.lib:711 python/guiv3.py:163
43534413 #, sh-format
43544414 msgid "Browse"
43554415 msgstr "Bläddra"
43564416
4417 #: lib/setupwindow.lib:739
4418 #, sh-format
4419 msgid "A shortcut by that name already exists, overwrite?"
4420 msgstr ""
4421
43574422 #: lib/website.lib:29
43584423 #, sh-format
43594424 msgid "Connect to your $APPLICATION_TITLE account"
43714436 "valid."
43724437 msgstr ""
43734438
4374 #: lib/wine.lib:367
4439 #: lib/wine.lib:371
43754440 #, sh-format
43764441 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43774442 msgstr ""
43784443
4379 #: lib/wine.lib:373
4444 #: lib/wine.lib:377
43804445 #, sh-format
43814446 msgid "Select the main videocard to report:"
43824447 msgstr ""
43834448
4384 #: lib/wine.lib:538 lib/wine.lib:703
4449 #: lib/wine.lib:549 lib/wine.lib:714
43854450 #, sh-format
43864451 msgid ""
43874452 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43884453 "message"
43894454 msgstr ""
43904455
4391 #: lib/wine.lib:763
4456 #: lib/wine.lib:775
43924457 #, sh-format
43934458 msgid "Unable to find version: "
43944459 msgstr ""
43954460
4396 #: lib/wine.lib:769 lib/wine.lib:770
4461 #: lib/wine.lib:781 lib/wine.lib:782
43974462 #, sh-format
43984463 msgid "Downloading Wine: "
43994464 msgstr ""
44004465
4401 #: lib/wine.lib:779
4466 #: lib/wine.lib:791
44024467 #, sh-format
44034468 msgid "The download seems to have failed."
44044469 msgstr ""
44054470
4406 #: lib/wine.lib:781
4471 #: lib/wine.lib:793
44074472 #, sh-format
44084473 msgid "Extracting Wine..."
44094474 msgstr ""
44104475
4411 #: lib/wine.lib:961
4476 #: lib/wine.lib:976
44124477 #, sh-format
44134478 msgid "Overwrite (usually works, no guarantee)"
44144479 msgstr ""
44154480
4416 #: lib/wine.lib:962
4481 #: lib/wine.lib:977
44174482 #, sh-format
44184483 msgid "Erase (virtual drive content will be lost)"
44194484 msgstr ""
44204485
4421 #: lib/wine.lib:976
4486 #: lib/wine.lib:991
44224487 #, sh-format
44234488 msgid "The target virtual drive $PREFNAME already exists:"
44244489 msgstr ""
44254490
4426 #: lib/wine.lib:1156 lib/wine.lib:1186
4491 #: lib/wine.lib:1171 lib/wine.lib:1201
44274492 #, sh-format
44284493 msgid "Please wait while $SOFTNAME is installed..."
44294494 msgstr ""
44304495
4431 #: lib/wine.lib:1160 lib/wine.lib:1189
4496 #: lib/wine.lib:1175 lib/wine.lib:1204
44324497 #, sh-format
44334498 msgid ""
44344499 "Be careful! This will kill install process. If it is not finished, you will "
44354500 "have to reinstall $SOFTNAME"
44364501 msgstr ""
44374502
4438 #: lib/wine.lib:1160 lib/wine.lib:1189
4503 #: lib/wine.lib:1175 lib/wine.lib:1204
44394504 #, sh-format
44404505 msgid "Install is done"
44414506 msgstr ""
44424507
4443 #: lib/wine.lib:1193 lib/wine.lib:1194
4508 #: lib/wine.lib:1208 lib/wine.lib:1209
44444509 #, sh-format
44454510 msgid "Press next only when the installation process is finished"
44464511 msgstr ""
44474512
4448 #: lib/wine.lib:1202
4513 #: lib/wine.lib:1217
44494514 #, sh-format
44504515 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44514516 msgstr ""
44594524 "associated"
44604525 msgstr ""
44614526
4462 #: python/configure.py:197 python/configure.py:694
4527 #: python/configure.py:196 python/configure.py:703
44634528 msgid "General"
44644529 msgstr "Generellt"
44654530
4531 #: python/configure.py:199
4532 msgid "Make a new shortcut from this virtual drive"
4533 msgstr ""
4534
44664535 #: python/configure.py:200
4467 msgid "Make a new shortcut from this virtual drive"
4536 msgid "Name"
44684537 msgstr ""
44694538
44704539 #: python/configure.py:201
4471 msgid "Name"
4540 msgid "Wine version"
44724541 msgstr ""
44734542
44744543 #: python/configure.py:202
4475 msgid "Wine version"
4476 msgstr ""
4477
4478 #: python/configure.py:203
44794544 msgid "Debug flags"
44804545 msgstr ""
44814546
4482 #: python/configure.py:205
4547 #: python/configure.py:204
44834548 msgid "Virtual drive"
44844549 msgstr ""
44854550
4486 #: python/configure.py:207
4551 #: python/configure.py:206
44874552 msgid "Arguments"
44884553 msgstr ""
44894554
4490 #: python/configure.py:211
4555 #: python/configure.py:210
44914556 msgid "Run configuration wizard"
44924557 msgstr ""
44934558
4494 #: python/configure.py:248
4559 #: python/configure.py:247
44954560 msgid "Windows reboot"
44964561 msgstr ""
44974562
4498 #: python/configure.py:256
4563 #: python/configure.py:255
44994564 msgid "Repair virtual drive"
45004565 msgstr ""
45014566
4502 #: python/configure.py:265
4567 #: python/configure.py:264
45034568 msgid "Command prompt"
45044569 msgstr ""
45054570
4506 #: python/configure.py:272
4571 #: python/configure.py:271
45074572 msgid "Task manager"
45084573 msgstr ""
45094574
4510 #: python/configure.py:280
4575 #: python/configure.py:279
45114576 msgid "Kill processes"
45124577 msgstr ""
45134578
4514 #: python/configure.py:287
4579 #: python/configure.py:286
45154580 msgid "Wine uninstaller"
45164581 msgstr ""
45174582
4518 #: python/configure.py:312
4583 #: python/configure.py:311
45194584 msgid ""
45204585 "Be careful! Installing one of these components can break your virtual drive."
45214586 msgstr ""
45224587
4523 #: python/configure.py:334 python/install.py:285 python/install.py:289
4524 #: python/mainwindow.py:197 python/mainwindow.py:350
4588 #: python/configure.py:333 python/install.py:285 python/install.py:289
4589 #: python/mainwindow.py:199 python/mainwindow.py:348
45254590 msgid "Install"
45264591 msgstr "Installera"
45274592
4528 #: python/configure.py:395
4593 #: python/configure.py:388
45294594 msgid "Open program's directory"
45304595 msgstr ""
45314596
4532 #: python/configure.py:418
4597 #: python/configure.py:411
45334598 msgid "Open virtual drive's directory"
45344599 msgstr ""
45354600
4601 #: python/configure.py:555
4602 msgid "GLSL Support"
4603 msgstr ""
4604
4605 #: python/configure.py:556
4606 msgid "Direct Draw Renderer"
4607 msgstr ""
4608
4609 #: python/configure.py:557
4610 msgid "Video memory size"
4611 msgstr ""
4612
4613 #: python/configure.py:558
4614 msgid "Offscreen rendering mode"
4615 msgstr ""
4616
4617 #: python/configure.py:559
4618 msgid "Render target mode lock"
4619 msgstr ""
4620
45364621 #: python/configure.py:560
4537 msgid "GLSL Support"
4622 msgid "Multisampling"
45384623 msgstr ""
45394624
45404625 #: python/configure.py:561
4541 msgid "Direct Draw Renderer"
4542 msgstr ""
4543
4544 #: python/configure.py:562
4545 msgid "Video memory size"
4546 msgstr ""
4547
4548 #: python/configure.py:563
4549 msgid "Offscreen rendering mode"
4550 msgstr ""
4551
4552 #: python/configure.py:564
4553 msgid "Render target mode lock"
4554 msgstr ""
4555
4556 #: python/configure.py:565
4557 msgid "Multisampling"
4558 msgstr ""
4559
4560 #: python/configure.py:566
45614626 msgid "Strict Draw Ordering"
45624627 msgstr ""
45634628
4564 #: python/configure.py:576
4629 #: python/configure.py:571
45654630 msgid "Mouse warp override"
45664631 msgstr ""
45674632
4568 #: python/configure.py:578
4633 #: python/configure.py:573
45694634 msgid "Open a shell"
45704635 msgstr ""
45714636
4572 #: python/configure.py:579
4637 #: python/configure.py:574
45734638 msgid "Run a .exe file in this virtual drive"
45744639 msgstr ""
45754640
4576 #: python/configure.py:580
4641 #: python/configure.py:575
45774642 msgid "Command to exec before running the program"
45784643 msgstr ""
45794644
4580 #: python/configure.py:591
4645 #: python/configure.py:585
4646 msgid ""
4647 "Warning:\n"
4648 "\n"
4649 "Any program still running in this virtual drive will be terminated before "
4650 "Wine version is changed.\n"
4651 "Are you sure you want to continue?"
4652 msgstr ""
4653
4654 #: python/configure.py:596
45814655 msgid ""
45824656 "Be careful!\n"
45834657 "If you change "
45844658 msgstr ""
45854659
4586 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4660 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45874661 msgid "{0} configuration"
45884662 msgstr ""
45894663
4590 #: python/configure.py:659
4664 #: python/configure.py:664
45914665 msgid "Please select a program or a virtual drive to configure"
45924666 msgstr ""
45934667
4594 #: python/configure.py:677 python/options.py:280
4668 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45954669 msgid "New"
45964670 msgstr "Installera ett program i en ny prefix"
45974671
4598 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4599 #: python/mainwindow.py:596 python/options.py:207
4672 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4673 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46004674 msgid "Remove"
46014675 msgstr "Ta bort"
46024676
4603 #: python/configure.py:696
4677 #: python/configure.py:705
46044678 msgid "Install components"
46054679 msgstr ""
46064680
4607 #: python/configure.py:697 python/mainwindow.py:332
4681 #: python/configure.py:706 python/mainwindow.py:330
46084682 msgid "Display"
46094683 msgstr ""
46104684
4611 #: python/configure.py:698
4685 #: python/configure.py:707
46124686 msgid "Miscellaneous"
46134687 msgstr ""
46144688
4615 #: python/configure.py:726
4689 #: python/configure.py:735
46164690 msgid "This virtual drive is protected"
46174691 msgstr ""
46184692
4619 #: python/configure.py:728
4693 #: python/configure.py:737
46204694 msgid "Are you sure you want to delete {0} virtual drive ?"
46214695 msgstr ""
46224696
4623 #: python/configure.py:735
4697 #: python/configure.py:744
46244698 msgid "Are you sure you want to delete {0} ?"
46254699 msgstr ""
46264700
4627 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4628 #: python/mainwindow.py:997
4701 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4702 #: python/mainwindow.py:995
46294703 msgid "{0} debugger"
46304704 msgstr ""
46314705
46334707 msgid "Please select a debug file"
46344708 msgstr ""
46354709
4636 #: python/debug.py:76
4710 #: python/debug.py:78
46374711 msgid "Locate this logfile"
46384712 msgstr ""
46394713
4640 #: python/debug.py:99
4714 #: python/debug.py:101
46414715 msgid "The file is named : {0}"
46424716 msgstr ""
46434717
4644 #: python/debug.py:153 python/debug.py:207
4718 #: python/debug.py:189 python/debug.py:245
46454719 msgid "Virtual drives"
46464720 msgstr ""
46474721
4648 #: python/debug.py:184
4722 #: python/debug.py:222
46494723 msgid "Report a problem about {0}"
46504724 msgstr ""
46514725
4652 #: python/debug.py:206
4726 #: python/debug.py:244
46534727 msgid "Install scripts"
46544728 msgstr ""
46554729
46744748 msgid "Next"
46754749 msgstr "Nästa"
46764750
4677 #: python/guiv3.py:166
4751 #: python/guiv3.py:171
46784752 msgid "I Agree"
46794753 msgstr ""
46804754
4681 #: python/guiv3.py:167
4755 #: python/guiv3.py:172
46824756 msgid "Show virtual drives"
46834757 msgstr ""
46844758
4685 #: python/guiv3.py:188
4759 #: python/guiv3.py:193
46864760 msgid "Login: "
46874761 msgstr ""
46884762
4689 #: python/guiv3.py:189
4763 #: python/guiv3.py:194
46904764 msgid "Password: "
46914765 msgstr ""
46924766
4693 #: python/guiv3.py:192
4767 #: python/guiv3.py:197
46944768 msgid "Register"
46954769 msgstr ""
46964770
4697 #: python/guiv3.py:288
4771 #: python/guiv3.py:302
46984772 msgid "MB downloaded"
46994773 msgstr ""
47004774
4701 #: python/guiv3.py:288
4775 #: python/guiv3.py:302
47024776 msgid "of"
47034777 msgstr "av"
47044778
4705 #: python/guiv3.py:749
4779 #: python/guiv3.py:769
47064780 msgid "You cannot close this window"
47074781 msgstr ""
47084782
47104784 msgid "No description"
47114785 msgstr ""
47124786
4713 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4787 #: python/install.py:210
4788 msgid "Accessories"
4789 msgstr "Tillbehör"
4790
4791 #: python/install.py:211
4792 msgid "Development"
4793 msgstr "Utveckling"
4794
4795 #: python/install.py:212
4796 msgid "Education"
4797 msgstr ""
4798
4799 #: python/install.py:213
4800 msgid "Games"
4801 msgstr "Spel"
4802
4803 #: python/install.py:214
4804 msgid "Graphics"
4805 msgstr "Grafik"
4806
4807 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4808 msgid "Internet"
4809 msgstr "Internet"
4810
4811 #: python/install.py:216
4812 msgid "Multimedia"
4813 msgstr "Multimedier"
4814
4815 #: python/install.py:217
4816 msgid "Office"
4817 msgstr "Kontor"
4818
4819 #: python/install.py:219
4820 msgid "Patches"
4821 msgstr ""
4822
4823 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47144824 msgid "Search"
47154825 msgstr ""
47164826
47174827 #: python/install.py:252
47184828 msgid "Include:"
4829 msgstr ""
4830
4831 #: python/install.py:258
4832 msgid "Testing"
47194833 msgstr ""
47204834
47214835 #: python/install.py:263
47694883 "used for piracy purposes we won't give any support on this matter."
47704884 msgstr ""
47714885
4772 #: python/irc.py:137
4886 #: python/irc.py:139
47734887 msgid "Send"
47744888 msgstr ""
47754889
4776 #: python/irc.py:138
4890 #: python/irc.py:140
47774891 msgid "Connect"
47784892 msgstr ""
47794893
4780 #: python/irc.py:139
4894 #: python/irc.py:141
47814895 msgid "Disconnect"
47824896 msgstr ""
47834897
4784 #: python/irc.py:140
4898 #: python/irc.py:142
47854899 msgid "Leave"
47864900 msgstr ""
47874901
4788 #: python/irc.py:227
4902 #: python/irc.py:229
47894903 msgid "Join a channel"
47904904 msgstr ""
47914905
4792 #: python/irc.py:257 python/mainwindow.py:725
4906 #: python/irc.py:259 python/mainwindow.py:723
47934907 msgid "Messenger"
47944908 msgstr ""
47954909
4796 #: python/irc.py:273
4910 #: python/irc.py:275
47974911 msgid ""
47984912 "If you close this window, you cannot read further replies. Are you sure that "
47994913 "you want to close it?"
48184932 msgid "{0} error"
48194933 msgstr ""
48204934
4821 #: python/mainwindow.py:73
4935 #: python/mainwindow.py:75
48224936 msgid "{0} website is unavailable. Please check your connection"
48234937 msgstr ""
48244938
4825 #: python/mainwindow.py:75
4939 #: python/mainwindow.py:77
48264940 msgid "Refreshing {0}"
48274941 msgstr ""
48284942
4829 #: python/mainwindow.py:90 python/mainwindow.py:92
4943 #: python/mainwindow.py:92 python/mainwindow.py:94
48304944 msgid "An updated version of {0} is available"
48314945 msgstr ""
48324946
4833 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4947 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48344948 msgid "Run"
48354949 msgstr "Kör"
48364950
4837 #: python/mainwindow.py:200
4951 #: python/mainwindow.py:202
48384952 msgid "Donate"
48394953 msgstr ""
48404954
4841 #: python/mainwindow.py:201
4955 #: python/mainwindow.py:203
48424956 msgid "Exit"
48434957 msgstr "Stäng"
48444958
4845 #: python/mainwindow.py:205
4959 #: python/mainwindow.py:207
48464960 msgid "Small icons"
48474961 msgstr ""
48484962
4849 #: python/mainwindow.py:206
4963 #: python/mainwindow.py:208
48504964 msgid "Medium icons"
48514965 msgstr ""
48524966
4853 #: python/mainwindow.py:207
4967 #: python/mainwindow.py:209
48544968 msgid "Large icons"
48554969 msgstr ""
48564970
4857 #: python/mainwindow.py:208
4971 #: python/mainwindow.py:210
48584972 msgid "Very large icons"
48594973 msgstr ""
48604974
4861 #: python/mainwindow.py:220
4975 #: python/mainwindow.py:222
48624976 msgid "Manage Wine versions"
48634977 msgstr ""
48644978
4865 #: python/mainwindow.py:226
4979 #: python/mainwindow.py:228
48664980 msgid "Read a PC CD-Rom"
48674981 msgstr ""
48684982
4869 #: python/mainwindow.py:236
4983 #: python/mainwindow.py:238
48704984 msgid "Close all {0} software"
48714985 msgstr ""
48724986
4873 #: python/mainwindow.py:240
4987 #: python/mainwindow.py:242
48744988 msgid "{0} console"
48754989 msgstr ""
48764990
4877 #: python/mainwindow.py:250
4991 #: python/mainwindow.py:248
48784992 msgid "{0} messenger"
48794993 msgstr ""
48804994
4881 #: python/mainwindow.py:266 python/options.py:388
4995 #: python/mainwindow.py:264 python/options.py:388
48824996 msgid "File associations"
48834997 msgstr ""
48844998
4885 #: python/mainwindow.py:273
4999 #: python/mainwindow.py:271
48865000 msgid "About {0}"
48875001 msgstr ""
48885002
4889 #: python/mainwindow.py:302 python/mainwindow.py:306
5003 #: python/mainwindow.py:300 python/mainwindow.py:304
48905004 msgid "Plugin manager"
48915005 msgstr ""
48925006
4893 #: python/mainwindow.py:331
5007 #: python/mainwindow.py:329
48945008 msgid "File"
48955009 msgstr "Fil"
48965010
4897 #: python/mainwindow.py:333
5011 #: python/mainwindow.py:331
48985012 msgid "Tools"
48995013 msgstr "Verktyg"
49005014
4901 #: python/mainwindow.py:334 python/mainwindow.py:723
5015 #: python/mainwindow.py:332 python/mainwindow.py:721
49025016 msgid "Settings"
49035017 msgstr "Inställningar"
49045018
4905 #: python/mainwindow.py:335 python/options.py:387
5019 #: python/mainwindow.py:333 python/options.py:387
49065020 msgid "Plugins"
49075021 msgstr "Plugins"
49085022
4909 #: python/mainwindow.py:347 python/mainwindow.py:739
5023 #: python/mainwindow.py:345 python/mainwindow.py:737
49105024 msgid "Close"
49115025 msgstr ""
49125026
4913 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5027 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49145028 msgid "Configure"
49155029 msgstr "Configure"
49165030
4917 #: python/mainwindow.py:584
5031 #: python/mainwindow.py:582
49185032 msgid "Open the application's directory"
49195033 msgstr ""
49205034
4921 #: python/mainwindow.py:588 python/mainwindow.py:753
5035 #: python/mainwindow.py:586 python/mainwindow.py:751
49225036 msgid "Read the manual"
49235037 msgstr ""
49245038
4925 #: python/mainwindow.py:592
5039 #: python/mainwindow.py:590
49265040 msgid "Set the icon"
49275041 msgstr ""
49285042
4929 #: python/mainwindow.py:600
5043 #: python/mainwindow.py:598
49305044 msgid "Close this application"
49315045 msgstr ""
49325046
4933 #: python/mainwindow.py:611
5047 #: python/mainwindow.py:609
49345048 msgid "KillApp"
49355049 msgstr ""
49365050
4937 #: python/mainwindow.py:618
5051 #: python/mainwindow.py:616
49385052 msgid "No manual found for {0}"
49395053 msgstr ""
49405054
4941 #: python/mainwindow.py:721
5055 #: python/mainwindow.py:719
49425056 msgid "Install a program"
49435057 msgstr ""
49445058
4945 #: python/mainwindow.py:728
5059 #: python/mainwindow.py:726
49465060 msgid "Update GIT"
49475061 msgstr ""
49485062
4949 #: python/mainwindow.py:731
5063 #: python/mainwindow.py:729
49505064 msgid "Update instructions"
49515065 msgstr ""
49525066
5067 #: python/mainwindow.py:739
5068 msgid "Debug"
5069 msgstr ""
5070
49535071 #: python/mainwindow.py:741
4954 msgid "Debug"
4955 msgstr ""
4956
4957 #: python/mainwindow.py:743
49585072 msgid "Report a problem"
49595073 msgstr ""
49605074
5075 #: python/mainwindow.py:745
5076 msgid "Create a shortcut"
5077 msgstr ""
5078
49615079 #: python/mainwindow.py:747
4962 msgid "Create a shortcut"
4963 msgstr ""
4964
4965 #: python/mainwindow.py:749
49665080 msgid "Open the directory"
49675081 msgstr ""
49685082
4969 #: python/mainwindow.py:755
5083 #: python/mainwindow.py:753
49705084 msgid "Save"
49715085 msgstr ""
49725086
4973 #: python/mainwindow.py:758
5087 #: python/mainwindow.py:756
49745088 msgid "Uninstall"
49755089 msgstr ""
49765090
4977 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5091 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5092 #: python/mainwindow.py:1001
5093 msgid "Please select a program."
5094 msgstr ""
5095
5096 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5097 msgid "{0} settings"
5098 msgstr ""
5099
5100 #: python/mainwindow.py:963
5101 msgid "{0} install menu"
5102 msgstr ""
5103
5104 #: python/mainwindow.py:972
5105 msgid "{0} wine versions manager"
5106 msgstr ""
5107
49785108 #: python/mainwindow.py:1003
4979 msgid "Please select a program."
4980 msgstr ""
4981
4982 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4983 msgid "{0} settings"
4984 msgstr ""
4985
4986 #: python/mainwindow.py:965
4987 msgid "{0} install menu"
4988 msgstr ""
4989
4990 #: python/mainwindow.py:974
4991 msgid "{0} wine versions manager"
4992 msgstr ""
4993
4994 #: python/mainwindow.py:1005
49955109 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49965110 msgstr ""
49975111
50975211 "These information will be very precious for us to help people."
50985212 msgstr ""
50995213
5100 #: python/mainwindow.py:1271
5214 #: python/mainwindow.py:1273
51015215 msgid "Are you sure you want to want to install {0} package?"
51025216 msgstr ""
51035217
5104 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5218 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5219 #: python/mainwindow.py:1284
51055220 msgid ""
51065221 "You are trying to open a script design for {0}! It might not work as expected"
51075222 msgstr ""
51785293 msgid "You must restart {0} for the changes to take effect."
51795294 msgstr ""
51805295
5181 #: python/wine_versions.py:194
5296 #: python/wine_versions.py:195
51825297 msgid "Installed Wine versions: "
51835298 msgstr ""
51845299
5185 #: python/wine_versions.py:195
5300 #: python/wine_versions.py:196
51865301 msgid "Available Wine versions: "
51875302 msgstr ""
51885303
5189 #: python/wine_versions.py:202
5304 #: python/wine_versions.py:203
51905305 msgid "Wine versions"
51915306 msgstr ""
51925307
5193 #: python/wine_versions.py:321
5308 #: python/wine_versions.py:322
51945309 msgid "Are you sure you want to delete wine {0}?"
51955310 msgstr ""
51965311
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2011-02-04 17:00+0000\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: Telugu <te@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr ""
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr ""
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr ""
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
812841
813842 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
814843 #: PlayOnLinux_Scripts/Cars_2_:83
815 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
844 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
816845 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
817846 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
818847 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
833862 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
834863 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
835864 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
865 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
866 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
836867 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
837868 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
838869 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10481079 msgid "Please insert media 2 into your disk drive\\nif not already done."
10491080 msgstr ""
10501081
1051 #: PlayOnLinux_Scripts/Diablo_III_:29
1082 #: PlayOnLinux_Scripts/Diablo_III_:31
10521083 #, sh-format
10531084 msgid "Please select the setup file downloaded on $EDITOR website"
10541085 msgstr ""
10551086
1056 #: PlayOnLinux_Scripts/Diablo_III_:60
1087 #: PlayOnLinux_Scripts/Diablo_III_:62
10571088 #, sh-format
10581089 msgid ""
10591090 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10601091 "patch (AcceptEx Fix)"
10611092 msgstr ""
10621093
1063 #: PlayOnLinux_Scripts/Diablo_III_:60
1094 #: PlayOnLinux_Scripts/Diablo_III_:62
10641095 #, sh-format
10651096 msgid ""
10661097 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10671098 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1099 msgstr ""
1100
1101 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1102 #, sh-format
1103 msgid "Scanning your hardware..."
10681104 msgstr ""
10691105
10701106 #: PlayOnLinux_Scripts/Dishonored_:79
11431179
11441180 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11451181 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1146 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1147 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1182 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1183 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11481184 #, sh-format
11491185 msgid "Please insert the first game media into your disk drive"
11501186 msgstr ""
11511187
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11541190 #, sh-format
11551191 msgid "Please insert the second game media into your disk drive"
11561192 msgstr ""
12151251 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12161252 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12171253 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1254 #: PlayOnLinux_Scripts/Hearthstone_:64
12181255 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12191256 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12201257 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12401277 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12411278 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12421279 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1243 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1280 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12441281 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12451282 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12461283 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12641301 msgid "Editor"
12651302 msgstr ""
12661303
1267 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1304 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12681305 #, sh-format
12691306 msgid "This install script requires ffmpeg"
12701307 msgstr ""
12711308
1272 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1309 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12731310 #, sh-format
12741311 msgid "Converting videos..."
12751312 msgstr ""
12761313
12771314 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1315 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12781316 #, sh-format
12791317 msgid ""
12801318 "On first run the game will autodetect available renderers.\\nIt is likely "
12871325 msgid "Run $TITLE in safe mode?"
12881326 msgstr ""
12891327
1328 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1329 #, sh-format
1330 msgid ""
1331 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1332 "disable it by pressing Alt+R while in game.)"
1333 msgstr ""
1334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1336 #, sh-format
1337 msgid ""
1338 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1339 "game."
1340 msgstr ""
1341
12901342 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12911343 #, sh-format
12921344 msgid "Could not find program directory"
13491401 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13501402 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13511403 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1352 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1353 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1354 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13551404 #, sh-format
13561405 msgid "Language"
13571406 msgstr ""
14751524 msgid "Dedicated server"
14761525 msgstr ""
14771526
1478 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1527 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14791528 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14801529 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14811530 #, sh-format
15011550 msgid "Code wheel"
15021551 msgstr ""
15031552
1504 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1505 #, sh-format
1506 msgid "Do you have a language pack to install?"
1507 msgstr ""
1508
1509 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1510 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1511 #, sh-format
1512 msgid "Later"
1513 msgstr ""
1514
1515 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1554 #, sh-format
1555 msgid ""
1556 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1557 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1558 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1559 msgstr ""
1560
1561 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1562 #, sh-format
1563 msgid "Now you must install the modpack in directory:"
1564 msgstr ""
1565
1566 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1567 #, sh-format
1568 msgid "Please select ANY 3 icons when prompted."
1569 msgstr ""
1570
1571 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1572 #, sh-format
1573 msgid "temp directory missing"
1574 msgstr ""
1575
1576 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1577 #, sh-format
1578 msgid ""
1579 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1580 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1581 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1582 "details.\\nInstall it?"
1583 msgstr ""
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1586 #, sh-format
1587 msgid "Control Panel"
1588 msgstr ""
1589
1590 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1591 #, sh-format
1592 msgid ""
1593 "IMPORTANT:\n"
1594 " \\n\\nOn the installation window coming next, do NOT click the Options "
1595 "button, it would mess up the language selection."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1599 #, sh-format
1600 msgid ""
1601 "On first run the game will autodetect available renderers.\\nIt is likely "
1602 "that you will get better performance out of the OpenGL renderer."
1603 msgstr ""
1604
1605 #: PlayOnLinux_Scripts/Goblins_3_:21
1606 #, sh-format
1607 msgid "Please select the game language"
1608 msgstr ""
1609
1610 #: PlayOnLinux_Scripts/Gothic_3_:82
1611 #, sh-format
1612 msgid "Choose the game resolution"
1613 msgstr ""
1614
1615 #: PlayOnLinux_Scripts/Gothic_3_:96
1616 #, sh-format
1617 msgid ""
1618 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1619 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1620 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/Gothic_3_:110
1624 #, sh-format
1625 msgid "$TITLE is installed"
1626 msgstr ""
1627
1628 #: PlayOnLinux_Scripts/Guild_Wars_:53
1629 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1630 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1631 #, sh-format
1632 msgid "Please insert the DVD-ROM"
1633 msgstr ""
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1636 #, sh-format
1637 msgid ""
1638 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1639 "client and download will resume from where it stopped. Download percentage "
1640 "reset but do not worry, it do not restart from the beginning."
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1644 #, sh-format
1645 msgid ""
1646 "Please select $TITLE install file. During installation, uncheck all extra "
1647 "drivers it wants to install:"
1648 msgstr ""
1649
15161650 #: PlayOnLinux_Scripts/Half_Life_2_:56
15171651 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15181652 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15191653 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1520 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1654 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15211655 #, sh-format
15221656 msgid "No"
15231657 msgstr ""
15241658
1525 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1526 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1659 #: PlayOnLinux_Scripts/Half_Life_2_:56
1660 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1661 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1662 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1663 #: PlayOnLinux_Scripts/Portal_:36
1664 #, sh-format
1665 msgid ""
1666 "Steam installation has been detected\\nwould you like to install this game "
1667 "in the same virtual drive?"
1668 msgstr ""
1669
15271670 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15281671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15291672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15321675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15331676 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15341677 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1535 #: python/guiv3.py:157
1678 #: python/guiv3.py:158 python/guiv3.py:161
15361679 #, sh-format
15371680 msgid "Yes"
15381681 msgstr ""
15391682
1540 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1541 #, sh-format
1542 msgid ""
1543 "To install a language pack later, open the configuration panel for the game "
1544 "in order to execute the installer into the virtual disk (Misc tab)"
1545 msgstr ""
1546
1547 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1548 #, sh-format
1549 msgid ""
1550 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1551 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1552 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1553 msgstr ""
1554
1555 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1556 #, sh-format
1557 msgid "Now you must install the modpack in directory:"
1558 msgstr ""
1559
1560 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1561 #, sh-format
1562 msgid "Please select ANY 3 icons when prompted."
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1566 #, sh-format
1567 msgid "temp directory missing"
1568 msgstr ""
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1571 #, sh-format
1572 msgid ""
1573 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1574 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1575 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1576 "details.\\nInstall it?"
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1580 #, sh-format
1581 msgid "Control Panel"
1582 msgstr ""
1583
1584 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1585 #, sh-format
1586 msgid ""
1587 "IMPORTANT:\n"
1588 " \\n\\nOn the installation window coming next, do NOT click the Options "
1589 "button, it would mess up the language selection."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1593 #, sh-format
1594 msgid ""
1595 "On first run the game will autodetect available renderers.\\nIt is likely "
1596 "that you will get better performance out of the OpenGL renderer."
1597 msgstr ""
1598
1599 #: PlayOnLinux_Scripts/Goblins_3_:21
1600 #, sh-format
1601 msgid "Please select the game language"
1602 msgstr ""
1603
1604 #: PlayOnLinux_Scripts/Gothic_3_:82
1605 #, sh-format
1606 msgid "Choose the game resolution"
1607 msgstr ""
1608
1609 #: PlayOnLinux_Scripts/Gothic_3_:96
1610 #, sh-format
1611 msgid ""
1612 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1613 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1614 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/Gothic_3_:110
1618 #, sh-format
1619 msgid "$TITLE is installed"
1620 msgstr ""
1621
1622 #: PlayOnLinux_Scripts/Guild_Wars_:53
1623 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1624 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1625 #, sh-format
1626 msgid "Please insert the DVD-ROM"
1627 msgstr ""
1628
1629 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1630 #, sh-format
1631 msgid ""
1632 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1633 "client and download will resume from where it stopped. Download percentage "
1634 "reset but do not worry, it do not restart from the beginning."
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1638 #, sh-format
1639 msgid ""
1640 "Please select $TITLE install file. During installation, uncheck all extra "
1641 "drivers it wants to install:"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Half_Life_2_:56
1645 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1646 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1647 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1648 #: PlayOnLinux_Scripts/Portal_:36
1649 #, sh-format
1650 msgid ""
1651 "Steam installation has been detected\\nwould you like to install this game "
1652 "in the same virtual drive?"
1653 msgstr ""
1654
16551683 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16561684 #, sh-format
16571685 msgid "Updating $TITLE"
16581686 msgstr ""
16591687
1660 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1688 #: PlayOnLinux_Scripts/Hanahira__:54
16611689 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16621690 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16631691 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16691697 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16701698 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16711699 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1700 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1701 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1705 #: PlayOnLinux_Scripts/Steins_Gate_:51
16721706 #, sh-format
16731707 msgid "Please locate installation program (Setup.exe)"
16741708 msgstr ""
16751709
1676 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1677 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1710 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16781711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16791712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16801713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
16961729 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
16971730 msgstr ""
16981731
1732 #: PlayOnLinux_Scripts/Hearthstone_:26
1733 #, sh-format
1734 msgid "What language do you want to install?"
1735 msgstr ""
1736
16991737 #: PlayOnLinux_Scripts/ImgBurn_:38
17001738 #, sh-format
17011739 msgid ""
17331771 msgstr ""
17341772
17351773 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1736 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17371774 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17381775 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17391776 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
18851922 "If the download update stuck close and run until the download is complete."
18861923 msgstr ""
18871924
1925 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18881926 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18891927 #, sh-format
18901928 msgid "Demo version"
18911929 msgstr ""
18921930
1931 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
18931932 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
18941933 #, sh-format
18951934 msgid "Please select version."
19431982 #, sh-format
19441983 msgid ""
19451984 "No filename extension specified, skipping association to native application."
1985 msgstr ""
1986
1987 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
1988 #, sh-format
1989 msgid "Contacting download server."
19461990 msgstr ""
19471991
19481992 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20282072 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20292073 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20302074 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2031 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2075 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20322076 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20332077 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20342078 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20662110 "them without issues"
20672111 msgstr ""
20682112
2069 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2070 #, sh-format
2071 msgid "This package fail to install with wine 1.5.21 or better"
2072 msgstr ""
2073
2074 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2113 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20752114 #, sh-format
20762115 msgid ""
20772116 "If you see error messages during DotNet 3.5 installation, you can ignore "
21872226 "Please update."
21882227 msgstr ""
21892228
2190 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2229 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2230 #: PlayOnLinux_Scripts/yWriter_5_:45
21912231 #, sh-format
21922232 msgid "Downloading..."
21932233 msgstr ""
22982338 msgid "Microsoft fonts have been installed successfully."
22992339 msgstr ""
23002340
2341 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2342 #, sh-format
2343 msgid ""
2344 "OSX users: If the screen flickers once the game is launched, try to press "
2345 "cmd + tab twice"
2346 msgstr ""
2347
23012348 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23022349 #, sh-format
23032350 msgid "Remove Game For Windows Live..."
23352382 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23362383 msgstr ""
23372384
2338 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2385 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23392386 #, sh-format
23402387 msgid "Abort installation"
23412388 msgstr ""
23602407 msgid "The program needs access to ptrace() to proceed:"
23612408 msgstr ""
23622409
2363 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2410 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23642411 #, sh-format
23652412 msgid "User abort"
23662413 msgstr ""
23992446 msgid "Please do not run $TITLE after installation has finished."
24002447 msgstr ""
24012448
2449 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2450 #, sh-format
2451 msgid "Extracting $TITLE"
2452 msgstr ""
2453
24022454 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24032455 #, sh-format
24042456 msgid ""
24112463 msgid "$TITLE has been successfully installed."
24122464 msgstr ""
24132465
2466 #: PlayOnLinux_Scripts/Poker_Stars_:37
2467 #, sh-format
2468 msgid "Error while installing. Downloaded file not found."
2469 msgstr ""
2470
24142471 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24152472 #, sh-format
24162473 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24182475
24192476 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24202477 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2478 #: PlayOnLinux_Scripts/Watchtower_library_:58
24212479 #, sh-format
24222480 msgid "Please wait while $TITLE is installed"
24232481 msgstr ""
24492507 #: PlayOnLinux_Scripts/Rage_:93
24502508 #, sh-format
24512509 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2510 msgstr ""
2511
2512 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2513 #, sh-format
2514 msgid ""
2515 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2516 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2517 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2518 "n\\nIf you have one of this two versions of this game, please give some "
2519 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2520 "n\\nThank you!"
2521 msgstr ""
2522
2523 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2524 #, sh-format
2525 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2526 msgstr ""
2527
2528 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2529 #, sh-format
2530 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2531 msgstr ""
2532
2533 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2534 #, sh-format
2535 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2536 msgstr ""
2537
2538 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2539 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2540 #, sh-format
2541 msgid "Select a version of installation disc:"
2542 msgstr ""
2543
2544 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2545 #, sh-format
2546 msgid "First Release (without addons)"
2547 msgstr ""
2548
2549 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2550 #, sh-format
2551 msgid "Gold Edition"
2552 msgstr ""
2553
2554 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2555 #, sh-format
2556 msgid "Platinum Edition"
2557 msgstr ""
2558
2559 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2560 #, sh-format
2561 msgid "What is your version of Railroad Tycoon II?"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2565 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2566 #, sh-format
2567 msgid ""
2568 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2569 "desktop.\\n\\nThank you for using this installation script! :)"
24522570 msgstr ""
24532571
24542572 #: PlayOnLinux_Scripts/Reaper_4_:30
26002718 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26012719 msgstr ""
26022720
2721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2731 #, sh-format
2732 msgid ""
2733 "Close the visual novel when it appears to continue installation. Click Next "
2734 "to begin installation."
2735 msgstr ""
2736
2737 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2738 #, sh-format
2739 msgid ""
2740 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2741 "script will now install it. Click Next to continue."
2742 msgstr ""
2743
26032744 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26042745 #, sh-format
26052746 msgid ""
26072748 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26082749 msgstr ""
26092750
2610 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2611 #, sh-format
2612 msgid "Please locate installation program (Launcher.exe)"
2613 msgstr ""
2614
2615 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2616 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2617 #, sh-format
2618 msgid ""
2619 "When the launcher opens, click on the top button to open the installer. When "
2620 "a new window opens, click OK. When another window opens, click on the button "
2621 "with the letter N until it is installing. Wait until it is done and click "
2622 "the right button to quit. Click Next when you are done installing."
2751 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2752 #, sh-format
2753 msgid "Please locate installation program in Data folder (Resonance.msi)"
26232754 msgstr ""
26242755
26252756 #: PlayOnLinux_Scripts/Steam_:50
26552786 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26562787 "game. Steam install xna framework the game. Close the Steam so that the "
26572788 "installer can continue."
2789 msgstr ""
2790
2791 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2792 #, sh-format
2793 msgid "If youve the extentions, you should install Tribunal first !"
26582794 msgstr ""
26592795
26602796 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27662902 "pp 4-5."
27672903 msgstr ""
27682904
2905 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2906 #, sh-format
2907 msgid "Please select the installation file to run."
2908 msgstr ""
2909
2910 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2911 #, sh-format
2912 msgid ""
2913 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2914 "your region.\\n 2. Leave only checked DirectX box."
2915 msgstr ""
2916
27692917 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27702918 #, sh-format
27712919 msgid ""
27722920 "The game will fail to launch until you set "
27732921 "/proc/sys/kernel/yama/ptrace_scope to 0"
2922 msgstr ""
2923
2924 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2925 #, sh-format
2926 msgid "Other destination or other CD/DVD"
2927 msgstr ""
2928
2929 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2930 #, sh-format
2931 msgid "Retail CD"
2932 msgstr ""
2933
2934 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2935 #, sh-format
2936 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2937 msgstr ""
2938
2939 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2940 #, sh-format
2941 msgid "video fix"
27742942 msgstr ""
27752943
27762944 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28533021 msgid "Donwload finished.\\nPatches installation will begin"
28543022 msgstr ""
28553023
3024 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3025 #, sh-format
3026 msgid "We will download the installer"
3027 msgstr ""
3028
28563029 #: PlayOnLinux_Scripts/Toontown_Online_:17
28573030 #, sh-format
28583031 msgid ""
28903063 msgid "Do you want to browse $TITLE website?"
28913064 msgstr ""
28923065
3066 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3067 #, sh-format
3068 msgid ""
3069 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3070 "messenger, because it will won't work correctly."
3071 msgstr ""
3072
3073 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3074 #, sh-format
3075 msgid "Warning"
3076 msgstr ""
3077
28933078 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
28943079 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
28953080 #, sh-format
28983083 "want it to run correctly with $APPLICATION_TITLE"
28993084 msgstr ""
29003085
3086 #: PlayOnLinux_Scripts/Watchtower_library_:49
3087 #, sh-format
3088 msgid "File Selection Error"
3089 msgstr ""
3090
3091 #: PlayOnLinux_Scripts/Watchtower_library_:49
3092 #, sh-format
3093 msgid ""
3094 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3095 msgstr ""
3096
29013097 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29023098 #, sh-format
29033099 msgid ""
29143110 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29153111 #, sh-format
29163112 msgid ""
2917 "Attention: After installation is complete, the patcher will load. Please "
2918 "close the patcher before logging in or finish updating to complete the "
2919 "installation. After this, you can run \"$TITLE\" when setup is done"
3113 "Attention:After installation is complete, the patcher will load. After, go "
3114 "to the top right of the patcher and click the wrench, Then Un-check the box "
3115 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3116 "minuite. When finished with this, please close the patcher before logging in "
3117 "or finish updating to complete the installation. After this, you can run "
3118 "\"$TITLE\" when setup is done"
29203119 msgstr ""
29213120
29223121 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573156 "Please insert game media 5 into your disk drive\\nif not already done."
29583157 msgstr ""
29593158
3159 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3160 #, sh-format
3161 msgid "Which region version of World of Warplanes would you like to install?"
3162 msgstr ""
3163
3164 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3165 #, sh-format
3166 msgid ""
3167 "Attention:After installation is complete, the patcher will load. After, go "
3168 "to the top right of the patcher and click the wrench, Then Un-check the box "
3169 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3170 "minute. When finished with this, please close the patcher before logging in "
3171 "or finish updating to complete the installation. After this, you can run "
3172 "\"$TITLE\" when setup is done"
3173 msgstr ""
3174
29603175 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29613176 #, sh-format
29623177 msgid ""
30043219 msgid "Please select the 32bit version of iTunes"
30053220 msgstr ""
30063221
3007 #: PlayOnLinux_Scripts/osu_:45
3222 #: PlayOnLinux_Scripts/osu_:46
30083223 #, sh-format
30093224 msgid ""
30103225 "Press next to start the updater. When the updater is finished, close it "
30243239 "resolution when rFactor Config comes up."
30253240 msgstr ""
30263241
3027 #: bash/bug_report:31
3242 #: bash/bug_report:32
30283243 #, sh-format
30293244 msgid "Report a bug"
30303245 msgstr ""
30313246
3032 #: bash/bug_report:36
3247 #: bash/bug_report:37
30333248 #, sh-format
30343249 msgid ""
30353250 "Please give the more details as you can, otherwise, it will be very "
30363251 "difficult to help you"
30373252 msgstr ""
30383253
3039 #: bash/bug_report:36
3254 #: bash/bug_report:37
30403255 #, sh-format
30413256 msgid ""
30423257 "This wizard will help you to report a bug about an officially supported "
30433258 "program."
30443259 msgstr ""
30453260
3046 #: bash/bug_report:40
3261 #: bash/bug_report:41
30473262 #, sh-format
30483263 msgid ""
30493264 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30503265 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30513266 msgstr ""
30523267
3053 #: bash/bug_report:46
3268 #: bash/bug_report:47
30543269 #, sh-format
30553270 msgid "I have a problem with a software"
30563271 msgstr ""
30573272
3058 #: bash/bug_report:46
3273 #: bash/bug_report:47
30593274 #, sh-format
30603275 msgid "My problem concerns $APPLICATION_TITLE itself"
30613276 msgstr ""
30623277
3063 #: bash/bug_report:46
3278 #: bash/bug_report:47
30643279 #, sh-format
30653280 msgid "What kind of problem do you have?"
30663281 msgstr ""
30673282
3068 #: bash/bug_report:50
3283 #: bash/bug_report:51
30693284 #, sh-format
30703285 msgid "Don't join any log file"
30713286 msgstr ""
30723287
3073 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3288 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30743289 #: bash/manual_install:120 bash/manual_install:219
30753290 #, sh-format
30763291 msgid "Manual installation"
30773292 msgstr ""
30783293
3079 #: bash/bug_report:54 bash/run_exe:24
3294 #: bash/bug_report:55 bash/run_exe:24
30803295 #, sh-format
30813296 msgid "Automatic installation"
30823297 msgstr ""
30833298
3084 #: bash/bug_report:65
3299 #: bash/bug_report:66
30853300 #, sh-format
30863301 msgid "Choose the log file corresponding to your software."
30873302 msgstr ""
30883303
3089 #: bash/bug_report:69
3304 #: bash/bug_report:70
30903305 #, sh-format
30913306 msgid "Please give a very short description (title, english only)"
30923307 msgstr ""
30933308
3094 #: bash/bug_report:72
3309 #: bash/bug_report:73
30953310 #, sh-format
30963311 msgid "Please explain your problem clearly (english only):"
30973312 msgstr ""
30983313
3099 #: bash/bug_report:76
3314 #: bash/bug_report:77
31003315 #, sh-format
31013316 msgid "Sorry, we need a detailed description."
31023317 msgstr ""
31033318
3104 #: bash/bug_report:107
3319 #: bash/bug_report:108
31053320 #, sh-format
31063321 msgid ""
31073322 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31433358 msgstr ""
31443359
31453360 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3146 #: python/mainwindow.py:232
3361 #: python/mainwindow.py:234
31473362 #, sh-format
31483363 msgid "Run a local script"
31493364 msgstr ""
32673482 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32683483 msgstr ""
32693484
3270 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3485 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32713486 #, sh-format
32723487 msgid "$APPLICATION_TITLE first use"
32733488 msgstr ""
32743489
3275 #: bash/first_use:240
3490 #: bash/first_use:242
32763491 #, sh-format
32773492 msgid "$APPLICATION_TITLE is going to finish its preparation"
32783493 msgstr ""
32793494
3280 #: bash/first_use:240 bash/first_use:243
3495 #: bash/first_use:242 bash/first_use:245
32813496 #, sh-format
32823497 msgid "Please ensure you are connected to the internet."
32833498 msgstr ""
32843499
3285 #: bash/first_use:243
3500 #: bash/first_use:245
32863501 #, sh-format
32873502 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
32883503 msgstr ""
32893504
3290 #: bash/first_use:243
3505 #: bash/first_use:245
32913506 #, sh-format
32923507 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
32933508 msgstr ""
32943509
3295 #: bash/first_use:253
3510 #: bash/first_use:255
32963511 #, sh-format
32973512 msgid "Error while installing fonts"
32983513 msgstr ""
32993514
3300 #: bash/first_use:271
3515 #: bash/first_use:273
33013516 #, sh-format
33023517 msgid "Enjoy using $APPLICATION_TITLE"
33033518 msgstr ""
34093624 msgid "Use another version of Wine"
34103625 msgstr ""
34113626
3412 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3413 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3627 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3628 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34143629 #, sh-format
34153630 msgid "Configure Wine"
34163631 msgstr ""
34303645 msgid "What would you like to do before installation?"
34313646 msgstr ""
34323647
3433 #: bash/manual_install:230 lib/scripts.lib:437
3648 #: bash/manual_install:231 lib/scripts.lib:438
34343649 #, sh-format
34353650 msgid "Please make your choice"
34363651 msgstr ""
34373652
3438 #: bash/manual_install:258
3653 #: bash/manual_install:259
34393654 #, sh-format
34403655 msgid "Looking for runnable CD-ROMs"
34413656 msgstr ""
34423657
3443 #: bash/manual_install:281
3658 #: bash/manual_install:282
34443659 #, sh-format
34453660 msgid "Select another file"
34463661 msgstr ""
34473662
3448 #: bash/manual_install:289
3663 #: bash/manual_install:290
34493664 #, sh-format
34503665 msgid "Please choose a way to install your program"
34513666 msgstr ""
34523667
3453 #: bash/manual_install:298
3668 #: bash/manual_install:299
34543669 #, sh-format
34553670 msgid "Please select the install file to run."
34563671 msgstr ""
34573672
3458 #: bash/manual_install:328
3673 #: bash/manual_install:329
34593674 #, sh-format
34603675 msgid "You must choose a file!"
34613676 msgstr ""
34623677
3463 #: bash/manual_install:334
3678 #: bash/manual_install:335
34643679 #, sh-format
34653680 msgid "$APPLICATION_TITLE is installing your application..."
34663681 msgstr ""
35383753 msgid "Extracting: "
35393754 msgstr ""
35403755
3541 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3756 #: bash/playonlinux-pkg:111
35423757 #, sh-format
35433758 msgid "Running..."
35443759 msgstr ""
35483763 msgid "Cleaning..."
35493764 msgstr ""
35503765
3551 #: bash/playonlinux_online:32
3552 #, sh-format
3553 msgid ""
3554 "This is the list of the scripts you sent to us. You can run one of them"
3555 msgstr ""
3556
3557 #: bash/playonlinux_online:42
3558 #, sh-format
3559 msgid "You do not seems to have any personal script"
3560 msgstr ""
3561
3562 #: bash/playonlinux_online:47
3563 #, sh-format
3564 msgid ""
3565 "If you have successfully installed a program with 'Install a non-listed\\"
3566 "nsoftware' button, it will allow you to add this program in our list"
3567 msgstr ""
3568
3569 #: bash/playonlinux_online:47
3570 #, sh-format
3571 msgid "This tools will allow you to help us :"
3572 msgstr ""
3573
3574 #: bash/playonlinux_online:47
3575 #, sh-format
3576 msgid ""
3577 "We're going to ask you some questions, please be as much accurate as\\"
3578 "npossible"
3579 msgstr ""
3580
3581 #: bash/playonlinux_online:55
3582 #, sh-format
3583 msgid "Choose the file corresponding to your program."
3584 msgstr ""
3585
3586 #: bash/playonlinux_online:59
3587 #, sh-format
3588 msgid "Does your program run?"
3589 msgstr ""
3590
3591 #: bash/playonlinux_online:62
3592 #, sh-format
3593 msgid "What is the title of your program?"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:64
3597 #, sh-format
3598 msgid "What is the editor of your program?"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:66
3602 #, sh-format
3603 msgid "What is the editor website of your program?"
3604 msgstr ""
3605
3606 #: bash/playonlinux_online:69 python/install.py:210
3607 #, sh-format
3608 msgid "Accessories"
3609 msgstr ""
3610
3611 #: bash/playonlinux_online:69 python/install.py:211
3612 #, sh-format
3613 msgid "Development"
3614 msgstr ""
3615
3616 #: bash/playonlinux_online:69 python/install.py:212
3617 #, sh-format
3618 msgid "Education"
3619 msgstr ""
3620
3621 #: bash/playonlinux_online:69 python/install.py:213
3622 #, sh-format
3623 msgid "Games"
3624 msgstr ""
3625
3626 #: bash/playonlinux_online:69 python/install.py:214
3627 #, sh-format
3628 msgid "Graphics"
3629 msgstr ""
3630
3631 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3632 #: python/options.py:384
3633 #, sh-format
3634 msgid "Internet"
3635 msgstr ""
3636
3637 #: bash/playonlinux_online:69 python/install.py:216
3638 #, sh-format
3639 msgid "Multimedia"
3640 msgstr ""
3641
3642 #: bash/playonlinux_online:69 python/install.py:217
3643 #, sh-format
3644 msgid "Office"
3645 msgstr ""
3646
3647 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3648 #, sh-format
3649 msgid "Other"
3650 msgstr ""
3651
3652 #: bash/playonlinux_online:69 python/install.py:219
3653 #, sh-format
3654 msgid "Patches"
3655 msgstr ""
3656
3657 #: bash/playonlinux_online:69
3658 #, sh-format
3659 msgid "Select a category for your program"
3660 msgstr ""
3661
3662 #: bash/playonlinux_online:69 python/install.py:258
3663 #, sh-format
3664 msgid "Testing"
3665 msgstr ""
3666
3667 #: bash/playonlinux_online:72
3668 #, sh-format
3669 msgid ""
3670 "What feature of your program does not work?\\nIf everything works, please "
3671 "mention it"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:74
3675 #, sh-format
3676 msgid "Write any change you made to wine configuration here:"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:102
3680 #, sh-format
3681 msgid "You must be able to run this program!"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:107
3685 #, sh-format
3686 msgid "Run one of your personal scripts"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:108
3690 #, sh-format
3691 msgid "Send to us a working script generated by manual installation"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:109
3695 #, sh-format
3696 msgid "Logout"
3697 msgstr ""
3698
3699 #: bash/playonlinux_online:110
3700 #, sh-format
3701 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3702 msgstr ""
3703
3704 #: bash/playonlinux_online:124
3705 #, sh-format
3706 msgid ""
3707 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3708 "safely close this window"
3709 msgstr ""
3710
3711 #: bash/polconfigurator:33
3766 #: bash/polconfigurator:34
37123767 #, sh-format
37133768 msgid "Killing programs in the virtual drive..."
37143769 msgstr ""
37153770
3716 #: bash/polconfigurator:79
3771 #: bash/polconfigurator:86
37173772 #, sh-format
37183773 msgid "Icon selection"
37193774 msgstr ""
37203775
3721 #: bash/polconfigurator:79
3776 #: bash/polconfigurator:86
37223777 #, sh-format
37233778 msgid "Please select an icon file"
37243779 msgstr ""
37253780
3726 #: bash/polconfigurator:86
3781 #: bash/polconfigurator:93
37273782 #, sh-format
37283783 msgid "Bad file extension"
37293784 msgstr ""
37303785
3731 #: bash/polconfigurator:86
3786 #: bash/polconfigurator:93
37323787 #, sh-format
37333788 msgid "is not an icon extension"
37343789 msgstr ""
37353790
3736 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3737 #: python/mainwindow.py:621
3791 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3792 #: python/mainwindow.py:619
37383793 #, sh-format
37393794 msgid "Registry Editor"
37403795 msgstr ""
37413796
3742 #: bash/polconfigurator:97
3797 #: bash/polconfigurator:104
37433798 #, sh-format
37443799 msgid "Kill all prefix processes"
37453800 msgstr ""
37463801
3747 #: bash/polconfigurator:98
3802 #: bash/polconfigurator:105
37483803 #, sh-format
37493804 msgid "Update wineprefix"
37503805 msgstr ""
37513806
3752 #: bash/polconfigurator:99
3807 #: bash/polconfigurator:106
37533808 #, sh-format
37543809 msgid "Simulate Windows reboot"
37553810 msgstr ""
37563811
3757 #: bash/polconfigurator:100
3812 #: bash/polconfigurator:107
37583813 #, sh-format
37593814 msgid "Use Advanced Wine Configuration plugin"
37603815 msgstr ""
37613816
3762 #: bash/polconfigurator:101
3817 #: bash/polconfigurator:108
37633818 #, sh-format
37643819 msgid "Use PlayOnLinux's configurator for"
37653820 msgstr ""
37663821
3767 #: bash/polconfigurator:103
3822 #: bash/polconfigurator:110
37683823 #, sh-format
37693824 msgid "Change the icon"
37703825 msgstr ""
37713826
3772 #: bash/polconfigurator:104
3827 #: bash/polconfigurator:111
37733828 #, sh-format
37743829 msgid "Use WineTricks"
37753830 msgstr ""
37763831
3777 #: bash/polconfigurator:123
3832 #: bash/polconfigurator:130
37783833 #, sh-format
37793834 msgid "Please choose an action to perform"
37803835 msgstr ""
38243879 msgid "Please choose a CD-ROM to eject"
38253880 msgstr ""
38263881
3827 #: bash/run_app:83
3882 #: bash/run_app:85
38283883 #, sh-format
38293884 msgid "Please choose a software to run"
38303885 msgstr ""
38313886
3832 #: bash/run_app:114
3887 #: bash/run_app:116
38333888 #, sh-format
38343889 msgid "$APPLICATION_TITLE debugger is starting..."
38353890 msgstr ""
38363891
3837 #: bash/run_app:117
3892 #: bash/run_app:119
38383893 #, sh-format
38393894 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38403895 msgstr ""
38413896
3842 #: bash/run_app:119
3897 #: bash/run_app:121
38433898 #, sh-format
38443899 msgid "$PACKAGE crashed."
38453900 msgstr ""
38953950 msgstr ""
38963951
38973952 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3898 #: lib/playonlinux.lib:717
3953 #: lib/playonlinux.lib:720
38993954 #, sh-format
39003955 msgid "$APPLICATION_TITLE Uninstaller"
39013956 msgstr ""
39153970 msgid "This wizard will help you to uninstall: "
39163971 msgstr ""
39173972
3918 #: bash/uninstall:65 lib/playonlinux.lib:717
3973 #: bash/uninstall:65 lib/playonlinux.lib:720
39193974 #, sh-format
39203975 msgid "Uninstalling..."
39213976 msgstr ""
39754030 msgstr ""
39764031
39774032 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
3978 #: lib/wine.lib:955 lib/wine.lib:1036
4033 #: lib/wine.lib:970 lib/wine.lib:1051
39794034 #, sh-format
39804035 msgid "Please wait while the virtual drive is being created..."
39814036 msgstr ""
39904045 msgid "Setting Program Files var"
39914046 msgstr ""
39924047
3993 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
3994 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4048 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4049 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
39954050 #, sh-format
39964051 msgid "This function is disabled in the PlayOnlinux environment."
39974052 msgstr ""
39984053
3999 #: lib/playonlinux.lib:334
4054 #: lib/playonlinux.lib:336
40004055 #, sh-format
40014056 msgid ""
40024057 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40044059 "responsible from it.\\nPlease ensure you know what you are doing !"
40054060 msgstr ""
40064061
4007 #: lib/playonlinux.lib:335
4062 #: lib/playonlinux.lib:337
40084063 #, sh-format
40094064 msgid "Here the source code of the script. Check it carefully"
40104065 msgstr ""
40114066
4012 #: lib/playonlinux.lib:357
4067 #: lib/playonlinux.lib:359
40134068 #, sh-format
40144069 msgid ""
40154070 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40174072 "responsible from it.\\nPlease ensure you know what you are doing!"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:358
4075 #: lib/playonlinux.lib:360
40214076 #, sh-format
40224077 msgid "External library"
40234078 msgstr ""
40244079
4025 #: lib/playonlinux.lib:358
4080 #: lib/playonlinux.lib:360
40264081 #, sh-format
40274082 msgid "Here the source code of the script. Check it carrefully"
40284083 msgstr ""
40294084
4030 #: lib/playonlinux.lib:591
4085 #: lib/playonlinux.lib:593
40314086 #, sh-format
40324087 msgid "Making shortcut..."
40334088 msgstr ""
40344089
4035 #: lib/playonlinux.lib:715
4090 #: lib/playonlinux.lib:718
40364091 #, sh-format
40374092 msgid "Do you want to delete the virtual drive:"
40384093 msgstr ""
40394094
4040 #: lib/playonlinux.lib:826
4095 #: lib/playonlinux.lib:831
40414096 #, sh-format
40424097 msgid ""
40434098 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40444099 "from working\\n\\n$FilePath"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:827
4102 #: lib/playonlinux.lib:832
40484103 #, sh-format
40494104 msgid ""
40504105 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40514106 "from working\\n\\n$FilePath"
40524107 msgstr ""
40534108
4054 #: lib/playonlinux.lib:828
4109 #: lib/playonlinux.lib:833
40554110 #, sh-format
40564111 msgid ""
40574112 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40584113 "from working\\n\\n$FilePath"
40594114 msgstr ""
40604115
4061 #: lib/playonlinux.lib:829
4116 #: lib/playonlinux.lib:834
40624117 #, sh-format
40634118 msgid ""
40644119 "The following file is located on a noexec mounted filesystem.\\nIt might "
40654120 "prevent wine from working\\n\\n$FilePath"
40664121 msgstr ""
40674122
4068 #: lib/plugins.lib:65
4123 #: lib/plugins.lib:66
40694124 #, sh-format
40704125 msgid "Checking plugin: "
40714126 msgstr ""
40724127
4073 #: lib/plugins.lib:93
4128 #: lib/plugins.lib:94
40744129 #, sh-format
40754130 msgid "New: "
40764131 msgstr ""
40774132
4078 #: lib/plugins.lib:93
4133 #: lib/plugins.lib:94
40794134 #, sh-format
40804135 msgid "Updating plugin. Previous: "
40814136 msgstr ""
40824137
4083 #: lib/plugins.lib:112
4138 #: lib/plugins.lib:113
40844139 #, sh-format
40854140 msgid "Installing plugin: "
40864141 msgstr ""
40974152 msgid "Function override detected, disabling bug reporting"
40984153 msgstr ""
40994154
4100 #: lib/scripts.lib:499 lib/scripts.lib:565
4155 #: lib/scripts.lib:500 lib/scripts.lib:566
41014156 #, sh-format
41024157 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41034158 msgstr ""
41044159
4105 #: lib/scripts.lib:501 lib/scripts.lib:784
4160 #: lib/scripts.lib:502 lib/scripts.lib:785
41064161 #, sh-format
41074162 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41084163 msgstr ""
41094164
4110 #: lib/scripts.lib:503 lib/scripts.lib:570
4165 #: lib/scripts.lib:504 lib/scripts.lib:571
41114166 #, sh-format
41124167 msgid "An error happened during download."
41134168 msgstr ""
41144169
4115 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4116 #: lib/scripts.lib:586
4170 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4171 #: lib/scripts.lib:587
41174172 #, sh-format
41184173 msgid "Do you want to retry?"
41194174 msgstr ""
41204175
4121 #: lib/scripts.lib:522 lib/scripts.lib:586
4176 #: lib/scripts.lib:523 lib/scripts.lib:587
41224177 #, sh-format
41234178 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41244179 msgstr ""
41254180
4126 #: lib/scripts.lib:689
4181 #: lib/scripts.lib:690
41274182 #, sh-format
41284183 msgid ""
41294184 "7z not installed, please check that you have 7zip installed and try again"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:696
4187 #: lib/scripts.lib:697
41334188 #, sh-format
41344189 msgid "Failed to locate ${dest} from ${archive}"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:700
4192 #: lib/scripts.lib:701
41384193 #, sh-format
41394194 msgid "Extracting ${filename} from ${archivename}"
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:715
4197 #: lib/scripts.lib:716
41434198 #, sh-format
41444199 msgid "Extracted file size does not match!"
41454200 msgstr ""
41464201
4147 #: lib/scripts.lib:746
4202 #: lib/scripts.lib:747
41484203 #, sh-format
41494204 msgid "Copying ${filename}"
41504205 msgstr ""
41514206
4152 #: lib/scripts.lib:759
4207 #: lib/scripts.lib:760
41534208 #, sh-format
41544209 msgid "File size does not match!"
41554210 msgstr ""
41564211
4157 #: lib/scripts.lib:903
4212 #: lib/scripts.lib:904
41584213 #, sh-format
41594214 msgid ""
41604215 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41614216 "n$APPLICATION_TITLE $NEEDED is required."
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:918
4219 #: lib/scripts.lib:919
41654220 #, sh-format
41664221 msgid ""
41674222 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41684223 "$NEEDED is recommended to continue."
41694224 msgstr ""
41704225
4171 #: lib/scripts.lib:949
4226 #: lib/scripts.lib:950
41724227 #, sh-format
41734228 msgid "$AUTHOR profile"
41744229 msgstr ""
42154270 "again."
42164271 msgstr ""
42174272
4218 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4273 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42194274 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42204275 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42214276 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42264281 #: lib/setupwindow.lib:348
42274282 #, sh-format
42284283 msgid "Where is mounted your CD-ROM?"
4284 msgstr ""
4285
4286 #: lib/setupwindow.lib:349 python/install.py:218
4287 #, sh-format
4288 msgid "Other"
42294289 msgstr ""
42304290
42314291 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43464406 msgid "I don't want to make another shortcut"
43474407 msgstr ""
43484408
4349 #: lib/setupwindow.lib:711 python/guiv3.py:158
4409 #: lib/setupwindow.lib:711 python/guiv3.py:163
43504410 #, sh-format
43514411 msgid "Browse"
4412 msgstr ""
4413
4414 #: lib/setupwindow.lib:739
4415 #, sh-format
4416 msgid "A shortcut by that name already exists, overwrite?"
43524417 msgstr ""
43534418
43544419 #: lib/website.lib:29
43684433 "valid."
43694434 msgstr ""
43704435
4371 #: lib/wine.lib:367
4436 #: lib/wine.lib:371
43724437 #, sh-format
43734438 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
43744439 msgstr ""
43754440
4376 #: lib/wine.lib:373
4441 #: lib/wine.lib:377
43774442 #, sh-format
43784443 msgid "Select the main videocard to report:"
43794444 msgstr ""
43804445
4381 #: lib/wine.lib:538 lib/wine.lib:703
4446 #: lib/wine.lib:549 lib/wine.lib:714
43824447 #, sh-format
43834448 msgid ""
43844449 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
43854450 "message"
43864451 msgstr ""
43874452
4388 #: lib/wine.lib:763
4453 #: lib/wine.lib:775
43894454 #, sh-format
43904455 msgid "Unable to find version: "
43914456 msgstr ""
43924457
4393 #: lib/wine.lib:769 lib/wine.lib:770
4458 #: lib/wine.lib:781 lib/wine.lib:782
43944459 #, sh-format
43954460 msgid "Downloading Wine: "
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:779
4463 #: lib/wine.lib:791
43994464 #, sh-format
44004465 msgid "The download seems to have failed."
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:781
4468 #: lib/wine.lib:793
44044469 #, sh-format
44054470 msgid "Extracting Wine..."
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:961
4473 #: lib/wine.lib:976
44094474 #, sh-format
44104475 msgid "Overwrite (usually works, no guarantee)"
44114476 msgstr ""
44124477
4413 #: lib/wine.lib:962
4478 #: lib/wine.lib:977
44144479 #, sh-format
44154480 msgid "Erase (virtual drive content will be lost)"
44164481 msgstr ""
44174482
4418 #: lib/wine.lib:976
4483 #: lib/wine.lib:991
44194484 #, sh-format
44204485 msgid "The target virtual drive $PREFNAME already exists:"
44214486 msgstr ""
44224487
4423 #: lib/wine.lib:1156 lib/wine.lib:1186
4488 #: lib/wine.lib:1171 lib/wine.lib:1201
44244489 #, sh-format
44254490 msgid "Please wait while $SOFTNAME is installed..."
44264491 msgstr ""
44274492
4428 #: lib/wine.lib:1160 lib/wine.lib:1189
4493 #: lib/wine.lib:1175 lib/wine.lib:1204
44294494 #, sh-format
44304495 msgid ""
44314496 "Be careful! This will kill install process. If it is not finished, you will "
44324497 "have to reinstall $SOFTNAME"
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:1160 lib/wine.lib:1189
4500 #: lib/wine.lib:1175 lib/wine.lib:1204
44364501 #, sh-format
44374502 msgid "Install is done"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:1193 lib/wine.lib:1194
4505 #: lib/wine.lib:1208 lib/wine.lib:1209
44414506 #, sh-format
44424507 msgid "Press next only when the installation process is finished"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:1202
4510 #: lib/wine.lib:1217
44464511 #, sh-format
44474512 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44484513 msgstr ""
44564521 "associated"
44574522 msgstr ""
44584523
4459 #: python/configure.py:197 python/configure.py:694
4524 #: python/configure.py:196 python/configure.py:703
44604525 msgid "General"
44614526 msgstr ""
44624527
4528 #: python/configure.py:199
4529 msgid "Make a new shortcut from this virtual drive"
4530 msgstr ""
4531
44634532 #: python/configure.py:200
4464 msgid "Make a new shortcut from this virtual drive"
4533 msgid "Name"
44654534 msgstr ""
44664535
44674536 #: python/configure.py:201
4468 msgid "Name"
4537 msgid "Wine version"
44694538 msgstr ""
44704539
44714540 #: python/configure.py:202
4472 msgid "Wine version"
4473 msgstr ""
4474
4475 #: python/configure.py:203
44764541 msgid "Debug flags"
44774542 msgstr ""
44784543
4479 #: python/configure.py:205
4544 #: python/configure.py:204
44804545 msgid "Virtual drive"
44814546 msgstr ""
44824547
4483 #: python/configure.py:207
4548 #: python/configure.py:206
44844549 msgid "Arguments"
44854550 msgstr ""
44864551
4487 #: python/configure.py:211
4552 #: python/configure.py:210
44884553 msgid "Run configuration wizard"
44894554 msgstr ""
44904555
4491 #: python/configure.py:248
4556 #: python/configure.py:247
44924557 msgid "Windows reboot"
44934558 msgstr ""
44944559
4495 #: python/configure.py:256
4560 #: python/configure.py:255
44964561 msgid "Repair virtual drive"
44974562 msgstr ""
44984563
4499 #: python/configure.py:265
4564 #: python/configure.py:264
45004565 msgid "Command prompt"
45014566 msgstr ""
45024567
4503 #: python/configure.py:272
4568 #: python/configure.py:271
45044569 msgid "Task manager"
45054570 msgstr ""
45064571
4507 #: python/configure.py:280
4572 #: python/configure.py:279
45084573 msgid "Kill processes"
45094574 msgstr ""
45104575
4511 #: python/configure.py:287
4576 #: python/configure.py:286
45124577 msgid "Wine uninstaller"
45134578 msgstr ""
45144579
4515 #: python/configure.py:312
4580 #: python/configure.py:311
45164581 msgid ""
45174582 "Be careful! Installing one of these components can break your virtual drive."
45184583 msgstr ""
45194584
4520 #: python/configure.py:334 python/install.py:285 python/install.py:289
4521 #: python/mainwindow.py:197 python/mainwindow.py:350
4585 #: python/configure.py:333 python/install.py:285 python/install.py:289
4586 #: python/mainwindow.py:199 python/mainwindow.py:348
45224587 msgid "Install"
45234588 msgstr ""
45244589
4525 #: python/configure.py:395
4590 #: python/configure.py:388
45264591 msgid "Open program's directory"
45274592 msgstr ""
45284593
4529 #: python/configure.py:418
4594 #: python/configure.py:411
45304595 msgid "Open virtual drive's directory"
45314596 msgstr ""
45324597
4598 #: python/configure.py:555
4599 msgid "GLSL Support"
4600 msgstr ""
4601
4602 #: python/configure.py:556
4603 msgid "Direct Draw Renderer"
4604 msgstr ""
4605
4606 #: python/configure.py:557
4607 msgid "Video memory size"
4608 msgstr ""
4609
4610 #: python/configure.py:558
4611 msgid "Offscreen rendering mode"
4612 msgstr ""
4613
4614 #: python/configure.py:559
4615 msgid "Render target mode lock"
4616 msgstr ""
4617
45334618 #: python/configure.py:560
4534 msgid "GLSL Support"
4619 msgid "Multisampling"
45354620 msgstr ""
45364621
45374622 #: python/configure.py:561
4538 msgid "Direct Draw Renderer"
4539 msgstr ""
4540
4541 #: python/configure.py:562
4542 msgid "Video memory size"
4543 msgstr ""
4544
4545 #: python/configure.py:563
4546 msgid "Offscreen rendering mode"
4547 msgstr ""
4548
4549 #: python/configure.py:564
4550 msgid "Render target mode lock"
4551 msgstr ""
4552
4553 #: python/configure.py:565
4554 msgid "Multisampling"
4555 msgstr ""
4556
4557 #: python/configure.py:566
45584623 msgid "Strict Draw Ordering"
45594624 msgstr ""
45604625
4561 #: python/configure.py:576
4626 #: python/configure.py:571
45624627 msgid "Mouse warp override"
45634628 msgstr ""
45644629
4565 #: python/configure.py:578
4630 #: python/configure.py:573
45664631 msgid "Open a shell"
45674632 msgstr ""
45684633
4569 #: python/configure.py:579
4634 #: python/configure.py:574
45704635 msgid "Run a .exe file in this virtual drive"
45714636 msgstr ""
45724637
4573 #: python/configure.py:580
4638 #: python/configure.py:575
45744639 msgid "Command to exec before running the program"
45754640 msgstr ""
45764641
4577 #: python/configure.py:591
4642 #: python/configure.py:585
4643 msgid ""
4644 "Warning:\n"
4645 "\n"
4646 "Any program still running in this virtual drive will be terminated before "
4647 "Wine version is changed.\n"
4648 "Are you sure you want to continue?"
4649 msgstr ""
4650
4651 #: python/configure.py:596
45784652 msgid ""
45794653 "Be careful!\n"
45804654 "If you change "
45814655 msgstr ""
45824656
4583 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4657 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
45844658 msgid "{0} configuration"
45854659 msgstr ""
45864660
4587 #: python/configure.py:659
4661 #: python/configure.py:664
45884662 msgid "Please select a program or a virtual drive to configure"
45894663 msgstr ""
45904664
4591 #: python/configure.py:677 python/options.py:280
4665 #: python/configure.py:683 python/configure.py:686 python/options.py:280
45924666 msgid "New"
45934667 msgstr ""
45944668
4595 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4596 #: python/mainwindow.py:596 python/options.py:207
4669 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4670 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
45974671 msgid "Remove"
45984672 msgstr ""
45994673
4600 #: python/configure.py:696
4674 #: python/configure.py:705
46014675 msgid "Install components"
46024676 msgstr ""
46034677
4604 #: python/configure.py:697 python/mainwindow.py:332
4678 #: python/configure.py:706 python/mainwindow.py:330
46054679 msgid "Display"
46064680 msgstr ""
46074681
4608 #: python/configure.py:698
4682 #: python/configure.py:707
46094683 msgid "Miscellaneous"
46104684 msgstr ""
46114685
4612 #: python/configure.py:726
4686 #: python/configure.py:735
46134687 msgid "This virtual drive is protected"
46144688 msgstr ""
46154689
4616 #: python/configure.py:728
4690 #: python/configure.py:737
46174691 msgid "Are you sure you want to delete {0} virtual drive ?"
46184692 msgstr ""
46194693
4620 #: python/configure.py:735
4694 #: python/configure.py:744
46214695 msgid "Are you sure you want to delete {0} ?"
46224696 msgstr ""
46234697
4624 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4625 #: python/mainwindow.py:997
4698 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4699 #: python/mainwindow.py:995
46264700 msgid "{0} debugger"
46274701 msgstr ""
46284702
46304704 msgid "Please select a debug file"
46314705 msgstr ""
46324706
4633 #: python/debug.py:76
4707 #: python/debug.py:78
46344708 msgid "Locate this logfile"
46354709 msgstr ""
46364710
4637 #: python/debug.py:99
4711 #: python/debug.py:101
46384712 msgid "The file is named : {0}"
46394713 msgstr ""
46404714
4641 #: python/debug.py:153 python/debug.py:207
4715 #: python/debug.py:189 python/debug.py:245
46424716 msgid "Virtual drives"
46434717 msgstr ""
46444718
4645 #: python/debug.py:184
4719 #: python/debug.py:222
46464720 msgid "Report a problem about {0}"
46474721 msgstr ""
46484722
4649 #: python/debug.py:206
4723 #: python/debug.py:244
46504724 msgid "Install scripts"
46514725 msgstr ""
46524726
46714745 msgid "Next"
46724746 msgstr ""
46734747
4674 #: python/guiv3.py:166
4748 #: python/guiv3.py:171
46754749 msgid "I Agree"
46764750 msgstr ""
46774751
4678 #: python/guiv3.py:167
4752 #: python/guiv3.py:172
46794753 msgid "Show virtual drives"
46804754 msgstr ""
46814755
4682 #: python/guiv3.py:188
4756 #: python/guiv3.py:193
46834757 msgid "Login: "
46844758 msgstr ""
46854759
4686 #: python/guiv3.py:189
4760 #: python/guiv3.py:194
46874761 msgid "Password: "
46884762 msgstr ""
46894763
4690 #: python/guiv3.py:192
4764 #: python/guiv3.py:197
46914765 msgid "Register"
46924766 msgstr ""
46934767
4694 #: python/guiv3.py:288
4768 #: python/guiv3.py:302
46954769 msgid "MB downloaded"
46964770 msgstr ""
46974771
4698 #: python/guiv3.py:288
4772 #: python/guiv3.py:302
46994773 msgid "of"
47004774 msgstr ""
47014775
4702 #: python/guiv3.py:749
4776 #: python/guiv3.py:769
47034777 msgid "You cannot close this window"
47044778 msgstr ""
47054779
47074781 msgid "No description"
47084782 msgstr ""
47094783
4710 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4784 #: python/install.py:210
4785 msgid "Accessories"
4786 msgstr ""
4787
4788 #: python/install.py:211
4789 msgid "Development"
4790 msgstr ""
4791
4792 #: python/install.py:212
4793 msgid "Education"
4794 msgstr ""
4795
4796 #: python/install.py:213
4797 msgid "Games"
4798 msgstr ""
4799
4800 #: python/install.py:214
4801 msgid "Graphics"
4802 msgstr ""
4803
4804 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4805 msgid "Internet"
4806 msgstr ""
4807
4808 #: python/install.py:216
4809 msgid "Multimedia"
4810 msgstr ""
4811
4812 #: python/install.py:217
4813 msgid "Office"
4814 msgstr ""
4815
4816 #: python/install.py:219
4817 msgid "Patches"
4818 msgstr ""
4819
4820 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47114821 msgid "Search"
47124822 msgstr ""
47134823
47144824 #: python/install.py:252
47154825 msgid "Include:"
4826 msgstr ""
4827
4828 #: python/install.py:258
4829 msgid "Testing"
47164830 msgstr ""
47174831
47184832 #: python/install.py:263
47664880 "used for piracy purposes we won't give any support on this matter."
47674881 msgstr ""
47684882
4769 #: python/irc.py:137
4883 #: python/irc.py:139
47704884 msgid "Send"
47714885 msgstr ""
47724886
4773 #: python/irc.py:138
4887 #: python/irc.py:140
47744888 msgid "Connect"
47754889 msgstr ""
47764890
4777 #: python/irc.py:139
4891 #: python/irc.py:141
47784892 msgid "Disconnect"
47794893 msgstr ""
47804894
4781 #: python/irc.py:140
4895 #: python/irc.py:142
47824896 msgid "Leave"
47834897 msgstr ""
47844898
4785 #: python/irc.py:227
4899 #: python/irc.py:229
47864900 msgid "Join a channel"
47874901 msgstr ""
47884902
4789 #: python/irc.py:257 python/mainwindow.py:725
4903 #: python/irc.py:259 python/mainwindow.py:723
47904904 msgid "Messenger"
47914905 msgstr ""
47924906
4793 #: python/irc.py:273
4907 #: python/irc.py:275
47944908 msgid ""
47954909 "If you close this window, you cannot read further replies. Are you sure that "
47964910 "you want to close it?"
48154929 msgid "{0} error"
48164930 msgstr ""
48174931
4818 #: python/mainwindow.py:73
4932 #: python/mainwindow.py:75
48194933 msgid "{0} website is unavailable. Please check your connection"
48204934 msgstr ""
48214935
4822 #: python/mainwindow.py:75
4936 #: python/mainwindow.py:77
48234937 msgid "Refreshing {0}"
48244938 msgstr ""
48254939
4826 #: python/mainwindow.py:90 python/mainwindow.py:92
4940 #: python/mainwindow.py:92 python/mainwindow.py:94
48274941 msgid "An updated version of {0} is available"
48284942 msgstr ""
48294943
4830 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4944 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48314945 msgid "Run"
48324946 msgstr ""
48334947
4834 #: python/mainwindow.py:200
4948 #: python/mainwindow.py:202
48354949 msgid "Donate"
48364950 msgstr ""
48374951
4838 #: python/mainwindow.py:201
4952 #: python/mainwindow.py:203
48394953 msgid "Exit"
48404954 msgstr ""
48414955
4842 #: python/mainwindow.py:205
4956 #: python/mainwindow.py:207
48434957 msgid "Small icons"
48444958 msgstr ""
48454959
4846 #: python/mainwindow.py:206
4960 #: python/mainwindow.py:208
48474961 msgid "Medium icons"
48484962 msgstr ""
48494963
4850 #: python/mainwindow.py:207
4964 #: python/mainwindow.py:209
48514965 msgid "Large icons"
48524966 msgstr ""
48534967
4854 #: python/mainwindow.py:208
4968 #: python/mainwindow.py:210
48554969 msgid "Very large icons"
48564970 msgstr ""
48574971
4858 #: python/mainwindow.py:220
4972 #: python/mainwindow.py:222
48594973 msgid "Manage Wine versions"
48604974 msgstr ""
48614975
4862 #: python/mainwindow.py:226
4976 #: python/mainwindow.py:228
48634977 msgid "Read a PC CD-Rom"
48644978 msgstr ""
48654979
4866 #: python/mainwindow.py:236
4980 #: python/mainwindow.py:238
48674981 msgid "Close all {0} software"
48684982 msgstr ""
48694983
4870 #: python/mainwindow.py:240
4984 #: python/mainwindow.py:242
48714985 msgid "{0} console"
48724986 msgstr ""
48734987
4874 #: python/mainwindow.py:250
4988 #: python/mainwindow.py:248
48754989 msgid "{0} messenger"
48764990 msgstr ""
48774991
4878 #: python/mainwindow.py:266 python/options.py:388
4992 #: python/mainwindow.py:264 python/options.py:388
48794993 msgid "File associations"
48804994 msgstr ""
48814995
4882 #: python/mainwindow.py:273
4996 #: python/mainwindow.py:271
48834997 msgid "About {0}"
48844998 msgstr ""
48854999
4886 #: python/mainwindow.py:302 python/mainwindow.py:306
5000 #: python/mainwindow.py:300 python/mainwindow.py:304
48875001 msgid "Plugin manager"
48885002 msgstr ""
48895003
5004 #: python/mainwindow.py:329
5005 msgid "File"
5006 msgstr ""
5007
48905008 #: python/mainwindow.py:331
4891 msgid "File"
4892 msgstr ""
4893
4894 #: python/mainwindow.py:333
48955009 msgid "Tools"
48965010 msgstr ""
48975011
4898 #: python/mainwindow.py:334 python/mainwindow.py:723
5012 #: python/mainwindow.py:332 python/mainwindow.py:721
48995013 msgid "Settings"
49005014 msgstr ""
49015015
4902 #: python/mainwindow.py:335 python/options.py:387
5016 #: python/mainwindow.py:333 python/options.py:387
49035017 msgid "Plugins"
49045018 msgstr ""
49055019
4906 #: python/mainwindow.py:347 python/mainwindow.py:739
5020 #: python/mainwindow.py:345 python/mainwindow.py:737
49075021 msgid "Close"
49085022 msgstr ""
49095023
4910 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5024 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49115025 msgid "Configure"
49125026 msgstr ""
49135027
4914 #: python/mainwindow.py:584
5028 #: python/mainwindow.py:582
49155029 msgid "Open the application's directory"
49165030 msgstr ""
49175031
4918 #: python/mainwindow.py:588 python/mainwindow.py:753
5032 #: python/mainwindow.py:586 python/mainwindow.py:751
49195033 msgid "Read the manual"
49205034 msgstr ""
49215035
4922 #: python/mainwindow.py:592
5036 #: python/mainwindow.py:590
49235037 msgid "Set the icon"
49245038 msgstr ""
49255039
4926 #: python/mainwindow.py:600
5040 #: python/mainwindow.py:598
49275041 msgid "Close this application"
49285042 msgstr ""
49295043
4930 #: python/mainwindow.py:611
5044 #: python/mainwindow.py:609
49315045 msgid "KillApp"
49325046 msgstr ""
49335047
4934 #: python/mainwindow.py:618
5048 #: python/mainwindow.py:616
49355049 msgid "No manual found for {0}"
49365050 msgstr ""
49375051
4938 #: python/mainwindow.py:721
5052 #: python/mainwindow.py:719
49395053 msgid "Install a program"
49405054 msgstr ""
49415055
4942 #: python/mainwindow.py:728
5056 #: python/mainwindow.py:726
49435057 msgid "Update GIT"
49445058 msgstr ""
49455059
4946 #: python/mainwindow.py:731
5060 #: python/mainwindow.py:729
49475061 msgid "Update instructions"
49485062 msgstr ""
49495063
5064 #: python/mainwindow.py:739
5065 msgid "Debug"
5066 msgstr ""
5067
49505068 #: python/mainwindow.py:741
4951 msgid "Debug"
4952 msgstr ""
4953
4954 #: python/mainwindow.py:743
49555069 msgid "Report a problem"
49565070 msgstr ""
49575071
5072 #: python/mainwindow.py:745
5073 msgid "Create a shortcut"
5074 msgstr ""
5075
49585076 #: python/mainwindow.py:747
4959 msgid "Create a shortcut"
4960 msgstr ""
4961
4962 #: python/mainwindow.py:749
49635077 msgid "Open the directory"
49645078 msgstr ""
49655079
4966 #: python/mainwindow.py:755
5080 #: python/mainwindow.py:753
49675081 msgid "Save"
49685082 msgstr ""
49695083
4970 #: python/mainwindow.py:758
5084 #: python/mainwindow.py:756
49715085 msgid "Uninstall"
49725086 msgstr ""
49735087
4974 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5088 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5089 #: python/mainwindow.py:1001
5090 msgid "Please select a program."
5091 msgstr ""
5092
5093 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5094 msgid "{0} settings"
5095 msgstr ""
5096
5097 #: python/mainwindow.py:963
5098 msgid "{0} install menu"
5099 msgstr ""
5100
5101 #: python/mainwindow.py:972
5102 msgid "{0} wine versions manager"
5103 msgstr ""
5104
49755105 #: python/mainwindow.py:1003
4976 msgid "Please select a program."
4977 msgstr ""
4978
4979 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
4980 msgid "{0} settings"
4981 msgstr ""
4982
4983 #: python/mainwindow.py:965
4984 msgid "{0} install menu"
4985 msgstr ""
4986
4987 #: python/mainwindow.py:974
4988 msgid "{0} wine versions manager"
4989 msgstr ""
4990
4991 #: python/mainwindow.py:1005
49925106 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
49935107 msgstr ""
49945108
50945208 "These information will be very precious for us to help people."
50955209 msgstr ""
50965210
5097 #: python/mainwindow.py:1271
5211 #: python/mainwindow.py:1273
50985212 msgid "Are you sure you want to want to install {0} package?"
50995213 msgstr ""
51005214
5101 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5215 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5216 #: python/mainwindow.py:1284
51025217 msgid ""
51035218 "You are trying to open a script design for {0}! It might not work as expected"
51045219 msgstr ""
51755290 msgid "You must restart {0} for the changes to take effect."
51765291 msgstr ""
51775292
5178 #: python/wine_versions.py:194
5293 #: python/wine_versions.py:195
51795294 msgid "Installed Wine versions: "
51805295 msgstr ""
51815296
5182 #: python/wine_versions.py:195
5297 #: python/wine_versions.py:196
51835298 msgid "Available Wine versions: "
51845299 msgstr ""
51855300
5186 #: python/wine_versions.py:202
5301 #: python/wine_versions.py:203
51875302 msgid "Wine versions"
51885303 msgstr ""
51895304
5190 #: python/wine_versions.py:321
5305 #: python/wine_versions.py:322
51915306 msgid "Are you sure you want to delete wine {0}?"
51925307 msgstr ""
51935308
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 13:03+0000\n"
1111 "Last-Translator: Vatin <vatin.p@gmail.com>\n"
1212 "Language-Team: Thai <th@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr "โปรดใส่สื่อบันทึกเกมในดิสก์ไดร์ฟ"
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "โปรดเลือกไฟล์การติดตั้งที่จะรัน"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
436456 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
437457 #: PlayOnLinux_Scripts/Magicka_:68
438458 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
459 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
439460 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
440461 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
441462 #: PlayOnLinux_Scripts/Rayman_Origins_:83
442463 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
443 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
464 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
465 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
445466 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
446467 #: PlayOnLinux_Scripts/The_Witcher_:125
447468 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
474495 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
475496 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
476497 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
498 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
477499 #: PlayOnLinux_Scripts/Driftmoon_:43
478500 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
479501 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
482504 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
483505 #: PlayOnLinux_Scripts/League_Of_Legends_:57
484506 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
485 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
507 #: PlayOnLinux_Scripts/Sacrifice_:41
508 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
509 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
510 #: PlayOnLinux_Scripts/Toontown_Online_:25
511 #: PlayOnLinux_Scripts/Watchtower_library_:43
486512 #: PlayOnLinux_Scripts/iTunes_10_:28
487513 #, sh-format
488514 msgid "Please select the setup file to run."
497523 #: PlayOnLinux_Scripts/POL_GoG_download_:48
498524 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
499525 #: PlayOnLinux_Scripts/SimCity_2000_:50
500 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
501 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
526 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
527 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
502528 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
503529 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
504530 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
505 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
506 #: lib/wine.lib:1186
531 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
532 #: lib/wine.lib:1171 lib/wine.lib:1201
507533 #, sh-format
508534 msgid "Please wait..."
509535 msgstr ""
531557 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
532558 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
533559 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
534 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
560 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
535561 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
536562 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
537563 #: PlayOnLinux_Scripts/Dead_Space_2_:85
547573 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
548574 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
549575 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
550 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
576 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
551577 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
552578 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
553579 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
609635 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
610636 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
611637 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
612 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
638 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
613639 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
614640 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
615641 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
616 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
617 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
642 #: PlayOnLinux_Scripts/Dead_Space_:50
643 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
644 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
645 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
618646 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
619647 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
620648 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
624652 #: PlayOnLinux_Scripts/Rage_:79
625653 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
626654 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
627 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
655 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
628656 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
629657 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
630658 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
663691 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
664692 #: PlayOnLinux_Scripts/Sacrifice_:45
665 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
693 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
666694 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
667695 #: PlayOnLinux_Scripts/The_Witcher_:102
668696 #, sh-format
673701 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
674702 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
675703 #: PlayOnLinux_Scripts/Mass_Effect_:54
676 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
704 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
677705 #: PlayOnLinux_Scripts/The_Witcher_:110
678706 #, sh-format
679707 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
685713 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
686714 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
687 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
715 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
688716 #: PlayOnLinux_Scripts/The_Witcher_:113
689717 #, sh-format
690718 msgid "Please insert the next game media into your disk drive"
713741 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
714742 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
715743 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
744 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
716745 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
717746 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
718747 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
818847 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
819848 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
820849 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
821 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
850 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
822851 #, sh-format
823852 msgid ""
824853 "You must disable anti-piracy protections of this game\\nif you want to play "
836865
837866 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
838867 #: PlayOnLinux_Scripts/Cars_2_:83
839 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
868 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
840869 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
841870 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
842871 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
857886 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
858887 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
859888 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
889 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
890 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
860891 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
861892 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
862893 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10731104 msgid "Please insert media 2 into your disk drive\\nif not already done."
10741105 msgstr ""
10751106
1076 #: PlayOnLinux_Scripts/Diablo_III_:29
1107 #: PlayOnLinux_Scripts/Diablo_III_:31
10771108 #, sh-format
10781109 msgid "Please select the setup file downloaded on $EDITOR website"
10791110 msgstr ""
10801111
1081 #: PlayOnLinux_Scripts/Diablo_III_:60
1112 #: PlayOnLinux_Scripts/Diablo_III_:62
10821113 #, sh-format
10831114 msgid ""
10841115 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10851116 "patch (AcceptEx Fix)"
10861117 msgstr ""
10871118
1088 #: PlayOnLinux_Scripts/Diablo_III_:60
1119 #: PlayOnLinux_Scripts/Diablo_III_:62
10891120 #, sh-format
10901121 msgid ""
10911122 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10921123 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1124 msgstr ""
1125
1126 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1127 #, sh-format
1128 msgid "Scanning your hardware..."
10931129 msgstr ""
10941130
10951131 #: PlayOnLinux_Scripts/Dishonored_:79
11681204
11691205 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11701206 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1171 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1172 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1207 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1208 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11731209 #, sh-format
11741210 msgid "Please insert the first game media into your disk drive"
11751211 msgstr ""
11761212
11771213 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1178 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1214 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11791215 #, sh-format
11801216 msgid "Please insert the second game media into your disk drive"
11811217 msgstr ""
12421278 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12431279 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12441280 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1281 #: PlayOnLinux_Scripts/Hearthstone_:64
12451282 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12461283 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12471284 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12671304 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12681305 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12691306 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1270 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1307 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12711308 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12721309 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12731310 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12911328 msgid "Editor"
12921329 msgstr ""
12931330
1294 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1331 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12951332 #, sh-format
12961333 msgid "This install script requires ffmpeg"
12971334 msgstr ""
12981335
1299 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1336 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13001337 #, sh-format
13011338 msgid "Converting videos..."
13021339 msgstr ""
13031340
13041341 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1342 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13051343 #, sh-format
13061344 msgid ""
13071345 "On first run the game will autodetect available renderers.\\nIt is likely "
13141352 msgid "Run $TITLE in safe mode?"
13151353 msgstr ""
13161354
1355 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1356 #, sh-format
1357 msgid ""
1358 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1359 "disable it by pressing Alt+R while in game.)"
1360 msgstr ""
1361
1362 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1363 #, sh-format
1364 msgid ""
1365 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1366 "game."
1367 msgstr ""
1368
13171369 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13181370 #, sh-format
13191371 msgid "Could not find program directory"
13761428 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13771429 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13781430 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1379 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1380 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1381 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13821431 #, sh-format
13831432 msgid "Language"
13841433 msgstr ""
15021551 msgid "Dedicated server"
15031552 msgstr ""
15041553
1505 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1554 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15061555 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15071556 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15081557 #, sh-format
15281577 msgid "Code wheel"
15291578 msgstr ""
15301579
1531 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1532 #, sh-format
1533 msgid "Do you have a language pack to install?"
1534 msgstr ""
1535
1536 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1537 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1538 #, sh-format
1539 msgid "Later"
1540 msgstr ""
1541
1542 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1580 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1581 #, sh-format
1582 msgid ""
1583 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1584 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1585 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1586 msgstr ""
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1589 #, sh-format
1590 msgid "Now you must install the modpack in directory:"
1591 msgstr ""
1592
1593 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1594 #, sh-format
1595 msgid "Please select ANY 3 icons when prompted."
1596 msgstr ""
1597
1598 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1599 #, sh-format
1600 msgid "temp directory missing"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1604 #, sh-format
1605 msgid ""
1606 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1607 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1608 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1609 "details.\\nInstall it?"
1610 msgstr ""
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1613 #, sh-format
1614 msgid "Control Panel"
1615 msgstr ""
1616
1617 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1618 #, sh-format
1619 msgid ""
1620 "IMPORTANT:\n"
1621 " \\n\\nOn the installation window coming next, do NOT click the Options "
1622 "button, it would mess up the language selection."
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1626 #, sh-format
1627 msgid ""
1628 "On first run the game will autodetect available renderers.\\nIt is likely "
1629 "that you will get better performance out of the OpenGL renderer."
1630 msgstr ""
1631
1632 #: PlayOnLinux_Scripts/Goblins_3_:21
1633 #, sh-format
1634 msgid "Please select the game language"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:82
1638 #, sh-format
1639 msgid "Choose the game resolution"
1640 msgstr ""
1641
1642 #: PlayOnLinux_Scripts/Gothic_3_:96
1643 #, sh-format
1644 msgid ""
1645 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1646 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1647 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1648 msgstr ""
1649
1650 #: PlayOnLinux_Scripts/Gothic_3_:110
1651 #, sh-format
1652 msgid "$TITLE is installed"
1653 msgstr ""
1654
1655 #: PlayOnLinux_Scripts/Guild_Wars_:53
1656 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1657 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1658 #, sh-format
1659 msgid "Please insert the DVD-ROM"
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1663 #, sh-format
1664 msgid ""
1665 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1666 "client and download will resume from where it stopped. Download percentage "
1667 "reset but do not worry, it do not restart from the beginning."
1668 msgstr ""
1669
1670 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1671 #, sh-format
1672 msgid ""
1673 "Please select $TITLE install file. During installation, uncheck all extra "
1674 "drivers it wants to install:"
1675 msgstr ""
1676
15431677 #: PlayOnLinux_Scripts/Half_Life_2_:56
15441678 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15451679 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15461680 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1547 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1681 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15481682 #, sh-format
15491683 msgid "No"
15501684 msgstr ""
15511685
1552 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1553 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1686 #: PlayOnLinux_Scripts/Half_Life_2_:56
1687 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1688 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1689 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1690 #: PlayOnLinux_Scripts/Portal_:36
1691 #, sh-format
1692 msgid ""
1693 "Steam installation has been detected\\nwould you like to install this game "
1694 "in the same virtual drive?"
1695 msgstr ""
1696
15541697 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15551698 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15561699 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15591702 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15601703 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15611704 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1562 #: python/guiv3.py:157
1705 #: python/guiv3.py:158 python/guiv3.py:161
15631706 #, sh-format
15641707 msgid "Yes"
15651708 msgstr ""
15661709
1567 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1568 #, sh-format
1569 msgid ""
1570 "To install a language pack later, open the configuration panel for the game "
1571 "in order to execute the installer into the virtual disk (Misc tab)"
1572 msgstr ""
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1575 #, sh-format
1576 msgid ""
1577 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1578 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1579 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1580 msgstr ""
1581
1582 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1583 #, sh-format
1584 msgid "Now you must install the modpack in directory:"
1585 msgstr ""
1586
1587 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1588 #, sh-format
1589 msgid "Please select ANY 3 icons when prompted."
1590 msgstr ""
1591
1592 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1593 #, sh-format
1594 msgid "temp directory missing"
1595 msgstr ""
1596
1597 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1598 #, sh-format
1599 msgid ""
1600 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1601 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1602 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1603 "details.\\nInstall it?"
1604 msgstr ""
1605
1606 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1607 #, sh-format
1608 msgid "Control Panel"
1609 msgstr ""
1610
1611 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1612 #, sh-format
1613 msgid ""
1614 "IMPORTANT:\n"
1615 " \\n\\nOn the installation window coming next, do NOT click the Options "
1616 "button, it would mess up the language selection."
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1620 #, sh-format
1621 msgid ""
1622 "On first run the game will autodetect available renderers.\\nIt is likely "
1623 "that you will get better performance out of the OpenGL renderer."
1624 msgstr ""
1625
1626 #: PlayOnLinux_Scripts/Goblins_3_:21
1627 #, sh-format
1628 msgid "Please select the game language"
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/Gothic_3_:82
1632 #, sh-format
1633 msgid "Choose the game resolution"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/Gothic_3_:96
1637 #, sh-format
1638 msgid ""
1639 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1640 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1641 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1642 msgstr ""
1643
1644 #: PlayOnLinux_Scripts/Gothic_3_:110
1645 #, sh-format
1646 msgid "$TITLE is installed"
1647 msgstr ""
1648
1649 #: PlayOnLinux_Scripts/Guild_Wars_:53
1650 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1651 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1652 #, sh-format
1653 msgid "Please insert the DVD-ROM"
1654 msgstr ""
1655
1656 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1657 #, sh-format
1658 msgid ""
1659 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1660 "client and download will resume from where it stopped. Download percentage "
1661 "reset but do not worry, it do not restart from the beginning."
1662 msgstr ""
1663
1664 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1665 #, sh-format
1666 msgid ""
1667 "Please select $TITLE install file. During installation, uncheck all extra "
1668 "drivers it wants to install:"
1669 msgstr ""
1670
1671 #: PlayOnLinux_Scripts/Half_Life_2_:56
1672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1674 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1675 #: PlayOnLinux_Scripts/Portal_:36
1676 #, sh-format
1677 msgid ""
1678 "Steam installation has been detected\\nwould you like to install this game "
1679 "in the same virtual drive?"
1680 msgstr ""
1681
16821710 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16831711 #, sh-format
16841712 msgid "Updating $TITLE"
16851713 msgstr ""
16861714
1687 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1715 #: PlayOnLinux_Scripts/Hanahira__:54
16881716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16891717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16901718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16961724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16971725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16981726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1727 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1728 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1729 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1730 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1732 #: PlayOnLinux_Scripts/Steins_Gate_:51
16991733 #, sh-format
17001734 msgid "Please locate installation program (Setup.exe)"
17011735 msgstr ""
17021736
1703 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1704 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1737 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17051738 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17061739 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17071740 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17231756 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17241757 msgstr ""
17251758
1759 #: PlayOnLinux_Scripts/Hearthstone_:26
1760 #, sh-format
1761 msgid "What language do you want to install?"
1762 msgstr ""
1763
17261764 #: PlayOnLinux_Scripts/ImgBurn_:38
17271765 #, sh-format
17281766 msgid ""
17601798 msgstr ""
17611799
17621800 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1763 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17641801 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17651802 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17661803 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19121949 "If the download update stuck close and run until the download is complete."
19131950 msgstr ""
19141951
1952 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19151953 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19161954 #, sh-format
19171955 msgid "Demo version"
19181956 msgstr ""
19191957
1958 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19201959 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19211960 #, sh-format
19221961 msgid "Please select version."
19702009 #, sh-format
19712010 msgid ""
19722011 "No filename extension specified, skipping association to native application."
2012 msgstr ""
2013
2014 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2015 #, sh-format
2016 msgid "Contacting download server."
19732017 msgstr ""
19742018
19752019 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20552099 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20562100 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20572101 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2058 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2102 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20592103 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20602104 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20612105 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20932137 "them without issues"
20942138 msgstr ""
20952139
2096 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2097 #, sh-format
2098 msgid "This package fail to install with wine 1.5.21 or better"
2099 msgstr ""
2100
2101 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2140 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21022141 #, sh-format
21032142 msgid ""
21042143 "If you see error messages during DotNet 3.5 installation, you can ignore "
22142253 "Please update."
22152254 msgstr ""
22162255
2217 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2256 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2257 #: PlayOnLinux_Scripts/yWriter_5_:45
22182258 #, sh-format
22192259 msgid "Downloading..."
22202260 msgstr ""
23252365 msgid "Microsoft fonts have been installed successfully."
23262366 msgstr ""
23272367
2368 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2369 #, sh-format
2370 msgid ""
2371 "OSX users: If the screen flickers once the game is launched, try to press "
2372 "cmd + tab twice"
2373 msgstr ""
2374
23282375 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23292376 #, sh-format
23302377 msgid "Remove Game For Windows Live..."
23622409 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23632410 msgstr ""
23642411
2365 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2412 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23662413 #, sh-format
23672414 msgid "Abort installation"
23682415 msgstr ""
23872434 msgid "The program needs access to ptrace() to proceed:"
23882435 msgstr ""
23892436
2390 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2437 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23912438 #, sh-format
23922439 msgid "User abort"
23932440 msgstr ""
24262473 msgid "Please do not run $TITLE after installation has finished."
24272474 msgstr ""
24282475
2476 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2477 #, sh-format
2478 msgid "Extracting $TITLE"
2479 msgstr ""
2480
24292481 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24302482 #, sh-format
24312483 msgid ""
24382490 msgid "$TITLE has been successfully installed."
24392491 msgstr ""
24402492
2493 #: PlayOnLinux_Scripts/Poker_Stars_:37
2494 #, sh-format
2495 msgid "Error while installing. Downloaded file not found."
2496 msgstr ""
2497
24412498 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24422499 #, sh-format
24432500 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24452502
24462503 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24472504 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2505 #: PlayOnLinux_Scripts/Watchtower_library_:58
24482506 #, sh-format
24492507 msgid "Please wait while $TITLE is installed"
24502508 msgstr ""
24762534 #: PlayOnLinux_Scripts/Rage_:93
24772535 #, sh-format
24782536 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2537 msgstr ""
2538
2539 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2540 #, sh-format
2541 msgid ""
2542 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2543 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2544 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2545 "n\\nIf you have one of this two versions of this game, please give some "
2546 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2547 "n\\nThank you!"
2548 msgstr ""
2549
2550 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2551 #, sh-format
2552 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2553 msgstr ""
2554
2555 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2556 #, sh-format
2557 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2558 msgstr ""
2559
2560 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2561 #, sh-format
2562 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2563 msgstr ""
2564
2565 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2566 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2567 #, sh-format
2568 msgid "Select a version of installation disc:"
2569 msgstr ""
2570
2571 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2572 #, sh-format
2573 msgid "First Release (without addons)"
2574 msgstr ""
2575
2576 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2577 #, sh-format
2578 msgid "Gold Edition"
2579 msgstr ""
2580
2581 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2582 #, sh-format
2583 msgid "Platinum Edition"
2584 msgstr ""
2585
2586 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2587 #, sh-format
2588 msgid "What is your version of Railroad Tycoon II?"
2589 msgstr ""
2590
2591 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2592 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2593 #, sh-format
2594 msgid ""
2595 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2596 "desktop.\\n\\nThank you for using this installation script! :)"
24792597 msgstr ""
24802598
24812599 #: PlayOnLinux_Scripts/Reaper_4_:30
26272745 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26282746 msgstr ""
26292747
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2753 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2754 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2755 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2758 #, sh-format
2759 msgid ""
2760 "Close the visual novel when it appears to continue installation. Click Next "
2761 "to begin installation."
2762 msgstr ""
2763
2764 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2765 #, sh-format
2766 msgid ""
2767 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2768 "script will now install it. Click Next to continue."
2769 msgstr ""
2770
26302771 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26312772 #, sh-format
26322773 msgid ""
26342775 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26352776 msgstr ""
26362777
2637 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2638 #, sh-format
2639 msgid "Please locate installation program (Launcher.exe)"
2640 msgstr ""
2641
2642 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2643 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2644 #, sh-format
2645 msgid ""
2646 "When the launcher opens, click on the top button to open the installer. When "
2647 "a new window opens, click OK. When another window opens, click on the button "
2648 "with the letter N until it is installing. Wait until it is done and click "
2649 "the right button to quit. Click Next when you are done installing."
2778 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2779 #, sh-format
2780 msgid "Please locate installation program in Data folder (Resonance.msi)"
26502781 msgstr ""
26512782
26522783 #: PlayOnLinux_Scripts/Steam_:50
26822813 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26832814 "game. Steam install xna framework the game. Close the Steam so that the "
26842815 "installer can continue."
2816 msgstr ""
2817
2818 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2819 #, sh-format
2820 msgid "If youve the extentions, you should install Tribunal first !"
26852821 msgstr ""
26862822
26872823 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27932929 "pp 4-5."
27942930 msgstr ""
27952931
2932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2933 #, sh-format
2934 msgid "Please select the installation file to run."
2935 msgstr ""
2936
2937 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2938 #, sh-format
2939 msgid ""
2940 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2941 "your region.\\n 2. Leave only checked DirectX box."
2942 msgstr ""
2943
27962944 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27972945 #, sh-format
27982946 msgid ""
27992947 "The game will fail to launch until you set "
28002948 "/proc/sys/kernel/yama/ptrace_scope to 0"
2949 msgstr ""
2950
2951 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2952 #, sh-format
2953 msgid "Other destination or other CD/DVD"
2954 msgstr ""
2955
2956 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2957 #, sh-format
2958 msgid "Retail CD"
2959 msgstr ""
2960
2961 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2962 #, sh-format
2963 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2964 msgstr ""
2965
2966 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2967 #, sh-format
2968 msgid "video fix"
28012969 msgstr ""
28022970
28032971 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28803048 msgid "Donwload finished.\\nPatches installation will begin"
28813049 msgstr ""
28823050
3051 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3052 #, sh-format
3053 msgid "We will download the installer"
3054 msgstr ""
3055
28833056 #: PlayOnLinux_Scripts/Toontown_Online_:17
28843057 #, sh-format
28853058 msgid ""
29173090 msgid "Do you want to browse $TITLE website?"
29183091 msgstr ""
29193092
3093 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3094 #, sh-format
3095 msgid ""
3096 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3097 "messenger, because it will won't work correctly."
3098 msgstr ""
3099
3100 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3101 #, sh-format
3102 msgid "Warning"
3103 msgstr ""
3104
29203105 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29213106 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29223107 #, sh-format
29253110 "want it to run correctly with $APPLICATION_TITLE"
29263111 msgstr ""
29273112
3113 #: PlayOnLinux_Scripts/Watchtower_library_:49
3114 #, sh-format
3115 msgid "File Selection Error"
3116 msgstr ""
3117
3118 #: PlayOnLinux_Scripts/Watchtower_library_:49
3119 #, sh-format
3120 msgid ""
3121 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3122 msgstr ""
3123
29283124 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29293125 #, sh-format
29303126 msgid ""
29413137 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29423138 #, sh-format
29433139 msgid ""
2944 "Attention: After installation is complete, the patcher will load. Please "
2945 "close the patcher before logging in or finish updating to complete the "
2946 "installation. After this, you can run \"$TITLE\" when setup is done"
3140 "Attention:After installation is complete, the patcher will load. After, go "
3141 "to the top right of the patcher and click the wrench, Then Un-check the box "
3142 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3143 "minuite. When finished with this, please close the patcher before logging in "
3144 "or finish updating to complete the installation. After this, you can run "
3145 "\"$TITLE\" when setup is done"
29473146 msgstr ""
29483147
29493148 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29843183 "Please insert game media 5 into your disk drive\\nif not already done."
29853184 msgstr ""
29863185
3186 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3187 #, sh-format
3188 msgid "Which region version of World of Warplanes would you like to install?"
3189 msgstr ""
3190
3191 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3192 #, sh-format
3193 msgid ""
3194 "Attention:After installation is complete, the patcher will load. After, go "
3195 "to the top right of the patcher and click the wrench, Then Un-check the box "
3196 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3197 "minute. When finished with this, please close the patcher before logging in "
3198 "or finish updating to complete the installation. After this, you can run "
3199 "\"$TITLE\" when setup is done"
3200 msgstr ""
3201
29873202 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29883203 #, sh-format
29893204 msgid ""
30313246 msgid "Please select the 32bit version of iTunes"
30323247 msgstr ""
30333248
3034 #: PlayOnLinux_Scripts/osu_:45
3249 #: PlayOnLinux_Scripts/osu_:46
30353250 #, sh-format
30363251 msgid ""
30373252 "Press next to start the updater. When the updater is finished, close it "
30513266 "resolution when rFactor Config comes up."
30523267 msgstr ""
30533268
3054 #: bash/bug_report:31
3269 #: bash/bug_report:32
30553270 #, sh-format
30563271 msgid "Report a bug"
30573272 msgstr ""
30583273
3059 #: bash/bug_report:36
3274 #: bash/bug_report:37
30603275 #, sh-format
30613276 msgid ""
30623277 "Please give the more details as you can, otherwise, it will be very "
30633278 "difficult to help you"
30643279 msgstr ""
30653280
3066 #: bash/bug_report:36
3281 #: bash/bug_report:37
30673282 #, sh-format
30683283 msgid ""
30693284 "This wizard will help you to report a bug about an officially supported "
30703285 "program."
30713286 msgstr ""
30723287
3073 #: bash/bug_report:40
3288 #: bash/bug_report:41
30743289 #, sh-format
30753290 msgid ""
30763291 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30773292 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
30783293 msgstr ""
30793294
3080 #: bash/bug_report:46
3295 #: bash/bug_report:47
30813296 #, sh-format
30823297 msgid "I have a problem with a software"
30833298 msgstr ""
30843299
3085 #: bash/bug_report:46
3300 #: bash/bug_report:47
30863301 #, sh-format
30873302 msgid "My problem concerns $APPLICATION_TITLE itself"
30883303 msgstr ""
30893304
3090 #: bash/bug_report:46
3305 #: bash/bug_report:47
30913306 #, sh-format
30923307 msgid "What kind of problem do you have?"
30933308 msgstr ""
30943309
3095 #: bash/bug_report:50
3310 #: bash/bug_report:51
30963311 #, sh-format
30973312 msgid "Don't join any log file"
30983313 msgstr ""
30993314
3100 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3315 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31013316 #: bash/manual_install:120 bash/manual_install:219
31023317 #, sh-format
31033318 msgid "Manual installation"
31043319 msgstr ""
31053320
3106 #: bash/bug_report:54 bash/run_exe:24
3321 #: bash/bug_report:55 bash/run_exe:24
31073322 #, sh-format
31083323 msgid "Automatic installation"
31093324 msgstr ""
31103325
3111 #: bash/bug_report:65
3326 #: bash/bug_report:66
31123327 #, sh-format
31133328 msgid "Choose the log file corresponding to your software."
31143329 msgstr ""
31153330
3116 #: bash/bug_report:69
3331 #: bash/bug_report:70
31173332 #, sh-format
31183333 msgid "Please give a very short description (title, english only)"
31193334 msgstr ""
31203335
3121 #: bash/bug_report:72
3336 #: bash/bug_report:73
31223337 #, sh-format
31233338 msgid "Please explain your problem clearly (english only):"
31243339 msgstr ""
31253340
3126 #: bash/bug_report:76
3341 #: bash/bug_report:77
31273342 #, sh-format
31283343 msgid "Sorry, we need a detailed description."
31293344 msgstr ""
31303345
3131 #: bash/bug_report:107
3346 #: bash/bug_report:108
31323347 #, sh-format
31333348 msgid ""
31343349 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31703385 msgstr ""
31713386
31723387 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3173 #: python/mainwindow.py:232
3388 #: python/mainwindow.py:234
31743389 #, sh-format
31753390 msgid "Run a local script"
31763391 msgstr ""
32943509 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32953510 msgstr ""
32963511
3297 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3512 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32983513 #, sh-format
32993514 msgid "$APPLICATION_TITLE first use"
33003515 msgstr ""
33013516
3302 #: bash/first_use:240
3517 #: bash/first_use:242
33033518 #, sh-format
33043519 msgid "$APPLICATION_TITLE is going to finish its preparation"
33053520 msgstr ""
33063521
3307 #: bash/first_use:240 bash/first_use:243
3522 #: bash/first_use:242 bash/first_use:245
33083523 #, sh-format
33093524 msgid "Please ensure you are connected to the internet."
33103525 msgstr ""
33113526
3312 #: bash/first_use:243
3527 #: bash/first_use:245
33133528 #, sh-format
33143529 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33153530 msgstr ""
33163531
3317 #: bash/first_use:243
3532 #: bash/first_use:245
33183533 #, sh-format
33193534 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33203535 msgstr ""
33213536
3322 #: bash/first_use:253
3537 #: bash/first_use:255
33233538 #, sh-format
33243539 msgid "Error while installing fonts"
33253540 msgstr ""
33263541
3327 #: bash/first_use:271
3542 #: bash/first_use:273
33283543 #, sh-format
33293544 msgid "Enjoy using $APPLICATION_TITLE"
33303545 msgstr ""
34363651 msgid "Use another version of Wine"
34373652 msgstr ""
34383653
3439 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3440 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3654 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3655 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34413656 #, sh-format
34423657 msgid "Configure Wine"
34433658 msgstr ""
34573672 msgid "What would you like to do before installation?"
34583673 msgstr ""
34593674
3460 #: bash/manual_install:230 lib/scripts.lib:437
3675 #: bash/manual_install:231 lib/scripts.lib:438
34613676 #, sh-format
34623677 msgid "Please make your choice"
34633678 msgstr ""
34643679
3465 #: bash/manual_install:258
3680 #: bash/manual_install:259
34663681 #, sh-format
34673682 msgid "Looking for runnable CD-ROMs"
34683683 msgstr ""
34693684
3470 #: bash/manual_install:281
3685 #: bash/manual_install:282
34713686 #, sh-format
34723687 msgid "Select another file"
34733688 msgstr ""
34743689
3475 #: bash/manual_install:289
3690 #: bash/manual_install:290
34763691 #, sh-format
34773692 msgid "Please choose a way to install your program"
34783693 msgstr ""
34793694
3480 #: bash/manual_install:298
3695 #: bash/manual_install:299
34813696 #, sh-format
34823697 msgid "Please select the install file to run."
34833698 msgstr ""
34843699
3485 #: bash/manual_install:328
3700 #: bash/manual_install:329
34863701 #, sh-format
34873702 msgid "You must choose a file!"
34883703 msgstr ""
34893704
3490 #: bash/manual_install:334
3705 #: bash/manual_install:335
34913706 #, sh-format
34923707 msgid "$APPLICATION_TITLE is installing your application..."
34933708 msgstr ""
35653780 msgid "Extracting: "
35663781 msgstr ""
35673782
3568 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3783 #: bash/playonlinux-pkg:111
35693784 #, sh-format
35703785 msgid "Running..."
35713786 msgstr ""
35753790 msgid "Cleaning..."
35763791 msgstr ""
35773792
3578 #: bash/playonlinux_online:32
3579 #, sh-format
3580 msgid ""
3581 "This is the list of the scripts you sent to us. You can run one of them"
3582 msgstr ""
3583
3584 #: bash/playonlinux_online:42
3585 #, sh-format
3586 msgid "You do not seems to have any personal script"
3587 msgstr ""
3588
3589 #: bash/playonlinux_online:47
3590 #, sh-format
3591 msgid ""
3592 "If you have successfully installed a program with 'Install a non-listed\\"
3593 "nsoftware' button, it will allow you to add this program in our list"
3594 msgstr ""
3595
3596 #: bash/playonlinux_online:47
3597 #, sh-format
3598 msgid "This tools will allow you to help us :"
3599 msgstr ""
3600
3601 #: bash/playonlinux_online:47
3602 #, sh-format
3603 msgid ""
3604 "We're going to ask you some questions, please be as much accurate as\\"
3605 "npossible"
3606 msgstr ""
3607
3608 #: bash/playonlinux_online:55
3609 #, sh-format
3610 msgid "Choose the file corresponding to your program."
3611 msgstr ""
3612
3613 #: bash/playonlinux_online:59
3614 #, sh-format
3615 msgid "Does your program run?"
3616 msgstr ""
3617
3618 #: bash/playonlinux_online:62
3619 #, sh-format
3620 msgid "What is the title of your program?"
3621 msgstr ""
3622
3623 #: bash/playonlinux_online:64
3624 #, sh-format
3625 msgid "What is the editor of your program?"
3626 msgstr ""
3627
3628 #: bash/playonlinux_online:66
3629 #, sh-format
3630 msgid "What is the editor website of your program?"
3631 msgstr ""
3632
3633 #: bash/playonlinux_online:69 python/install.py:210
3634 #, sh-format
3635 msgid "Accessories"
3636 msgstr ""
3637
3638 #: bash/playonlinux_online:69 python/install.py:211
3639 #, sh-format
3640 msgid "Development"
3641 msgstr ""
3642
3643 #: bash/playonlinux_online:69 python/install.py:212
3644 #, sh-format
3645 msgid "Education"
3646 msgstr ""
3647
3648 #: bash/playonlinux_online:69 python/install.py:213
3649 #, sh-format
3650 msgid "Games"
3651 msgstr ""
3652
3653 #: bash/playonlinux_online:69 python/install.py:214
3654 #, sh-format
3655 msgid "Graphics"
3656 msgstr ""
3657
3658 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3659 #: python/options.py:384
3660 #, sh-format
3661 msgid "Internet"
3662 msgstr ""
3663
3664 #: bash/playonlinux_online:69 python/install.py:216
3665 #, sh-format
3666 msgid "Multimedia"
3667 msgstr ""
3668
3669 #: bash/playonlinux_online:69 python/install.py:217
3670 #, sh-format
3671 msgid "Office"
3672 msgstr ""
3673
3674 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3675 #, sh-format
3676 msgid "Other"
3677 msgstr ""
3678
3679 #: bash/playonlinux_online:69 python/install.py:219
3680 #, sh-format
3681 msgid "Patches"
3682 msgstr ""
3683
3684 #: bash/playonlinux_online:69
3685 #, sh-format
3686 msgid "Select a category for your program"
3687 msgstr ""
3688
3689 #: bash/playonlinux_online:69 python/install.py:258
3690 #, sh-format
3691 msgid "Testing"
3692 msgstr ""
3693
3694 #: bash/playonlinux_online:72
3695 #, sh-format
3696 msgid ""
3697 "What feature of your program does not work?\\nIf everything works, please "
3698 "mention it"
3699 msgstr ""
3700
3701 #: bash/playonlinux_online:74
3702 #, sh-format
3703 msgid "Write any change you made to wine configuration here:"
3704 msgstr ""
3705
3706 #: bash/playonlinux_online:102
3707 #, sh-format
3708 msgid "You must be able to run this program!"
3709 msgstr ""
3710
3711 #: bash/playonlinux_online:107
3712 #, sh-format
3713 msgid "Run one of your personal scripts"
3714 msgstr ""
3715
3716 #: bash/playonlinux_online:108
3717 #, sh-format
3718 msgid "Send to us a working script generated by manual installation"
3719 msgstr ""
3720
3721 #: bash/playonlinux_online:109
3722 #, sh-format
3723 msgid "Logout"
3724 msgstr ""
3725
3726 #: bash/playonlinux_online:110
3727 #, sh-format
3728 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3729 msgstr ""
3730
3731 #: bash/playonlinux_online:124
3732 #, sh-format
3733 msgid ""
3734 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3735 "safely close this window"
3736 msgstr ""
3737
3738 #: bash/polconfigurator:33
3793 #: bash/polconfigurator:34
37393794 #, sh-format
37403795 msgid "Killing programs in the virtual drive..."
37413796 msgstr ""
37423797
3743 #: bash/polconfigurator:79
3798 #: bash/polconfigurator:86
37443799 #, sh-format
37453800 msgid "Icon selection"
37463801 msgstr ""
37473802
3748 #: bash/polconfigurator:79
3803 #: bash/polconfigurator:86
37493804 #, sh-format
37503805 msgid "Please select an icon file"
37513806 msgstr ""
37523807
3753 #: bash/polconfigurator:86
3808 #: bash/polconfigurator:93
37543809 #, sh-format
37553810 msgid "Bad file extension"
37563811 msgstr ""
37573812
3758 #: bash/polconfigurator:86
3813 #: bash/polconfigurator:93
37593814 #, sh-format
37603815 msgid "is not an icon extension"
37613816 msgstr ""
37623817
3763 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3764 #: python/mainwindow.py:621
3818 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3819 #: python/mainwindow.py:619
37653820 #, sh-format
37663821 msgid "Registry Editor"
37673822 msgstr ""
37683823
3769 #: bash/polconfigurator:97
3824 #: bash/polconfigurator:104
37703825 #, sh-format
37713826 msgid "Kill all prefix processes"
37723827 msgstr ""
37733828
3774 #: bash/polconfigurator:98
3829 #: bash/polconfigurator:105
37753830 #, sh-format
37763831 msgid "Update wineprefix"
37773832 msgstr ""
37783833
3779 #: bash/polconfigurator:99
3834 #: bash/polconfigurator:106
37803835 #, sh-format
37813836 msgid "Simulate Windows reboot"
37823837 msgstr ""
37833838
3784 #: bash/polconfigurator:100
3839 #: bash/polconfigurator:107
37853840 #, sh-format
37863841 msgid "Use Advanced Wine Configuration plugin"
37873842 msgstr ""
37883843
3789 #: bash/polconfigurator:101
3844 #: bash/polconfigurator:108
37903845 #, sh-format
37913846 msgid "Use PlayOnLinux's configurator for"
37923847 msgstr ""
37933848
3794 #: bash/polconfigurator:103
3849 #: bash/polconfigurator:110
37953850 #, sh-format
37963851 msgid "Change the icon"
37973852 msgstr ""
37983853
3799 #: bash/polconfigurator:104
3854 #: bash/polconfigurator:111
38003855 #, sh-format
38013856 msgid "Use WineTricks"
38023857 msgstr ""
38033858
3804 #: bash/polconfigurator:123
3859 #: bash/polconfigurator:130
38053860 #, sh-format
38063861 msgid "Please choose an action to perform"
38073862 msgstr ""
38513906 msgid "Please choose a CD-ROM to eject"
38523907 msgstr ""
38533908
3854 #: bash/run_app:83
3909 #: bash/run_app:85
38553910 #, sh-format
38563911 msgid "Please choose a software to run"
38573912 msgstr ""
38583913
3859 #: bash/run_app:114
3914 #: bash/run_app:116
38603915 #, sh-format
38613916 msgid "$APPLICATION_TITLE debugger is starting..."
38623917 msgstr ""
38633918
3864 #: bash/run_app:117
3919 #: bash/run_app:119
38653920 #, sh-format
38663921 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38673922 msgstr ""
38683923
3869 #: bash/run_app:119
3924 #: bash/run_app:121
38703925 #, sh-format
38713926 msgid "$PACKAGE crashed."
38723927 msgstr ""
39223977 msgstr ""
39233978
39243979 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3925 #: lib/playonlinux.lib:717
3980 #: lib/playonlinux.lib:720
39263981 #, sh-format
39273982 msgid "$APPLICATION_TITLE Uninstaller"
39283983 msgstr ""
39423997 msgid "This wizard will help you to uninstall: "
39433998 msgstr ""
39443999
3945 #: bash/uninstall:65 lib/playonlinux.lib:717
4000 #: bash/uninstall:65 lib/playonlinux.lib:720
39464001 #, sh-format
39474002 msgid "Uninstalling..."
39484003 msgstr ""
40024057 msgstr ""
40034058
40044059 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4005 #: lib/wine.lib:955 lib/wine.lib:1036
4060 #: lib/wine.lib:970 lib/wine.lib:1051
40064061 #, sh-format
40074062 msgid "Please wait while the virtual drive is being created..."
40084063 msgstr ""
40174072 msgid "Setting Program Files var"
40184073 msgstr ""
40194074
4020 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4021 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4075 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4076 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40224077 #, sh-format
40234078 msgid "This function is disabled in the PlayOnlinux environment."
40244079 msgstr ""
40254080
4026 #: lib/playonlinux.lib:334
4081 #: lib/playonlinux.lib:336
40274082 #, sh-format
40284083 msgid ""
40294084 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40314086 "responsible from it.\\nPlease ensure you know what you are doing !"
40324087 msgstr ""
40334088
4034 #: lib/playonlinux.lib:335
4089 #: lib/playonlinux.lib:337
40354090 #, sh-format
40364091 msgid "Here the source code of the script. Check it carefully"
40374092 msgstr ""
40384093
4039 #: lib/playonlinux.lib:357
4094 #: lib/playonlinux.lib:359
40404095 #, sh-format
40414096 msgid ""
40424097 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40444099 "responsible from it.\\nPlease ensure you know what you are doing!"
40454100 msgstr ""
40464101
4047 #: lib/playonlinux.lib:358
4102 #: lib/playonlinux.lib:360
40484103 #, sh-format
40494104 msgid "External library"
40504105 msgstr ""
40514106
4052 #: lib/playonlinux.lib:358
4107 #: lib/playonlinux.lib:360
40534108 #, sh-format
40544109 msgid "Here the source code of the script. Check it carrefully"
40554110 msgstr ""
40564111
4057 #: lib/playonlinux.lib:591
4112 #: lib/playonlinux.lib:593
40584113 #, sh-format
40594114 msgid "Making shortcut..."
40604115 msgstr ""
40614116
4062 #: lib/playonlinux.lib:715
4117 #: lib/playonlinux.lib:718
40634118 #, sh-format
40644119 msgid "Do you want to delete the virtual drive:"
40654120 msgstr ""
40664121
4067 #: lib/playonlinux.lib:826
4122 #: lib/playonlinux.lib:831
40684123 #, sh-format
40694124 msgid ""
40704125 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40714126 "from working\\n\\n$FilePath"
40724127 msgstr ""
40734128
4074 #: lib/playonlinux.lib:827
4129 #: lib/playonlinux.lib:832
40754130 #, sh-format
40764131 msgid ""
40774132 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40784133 "from working\\n\\n$FilePath"
40794134 msgstr ""
40804135
4081 #: lib/playonlinux.lib:828
4136 #: lib/playonlinux.lib:833
40824137 #, sh-format
40834138 msgid ""
40844139 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40854140 "from working\\n\\n$FilePath"
40864141 msgstr ""
40874142
4088 #: lib/playonlinux.lib:829
4143 #: lib/playonlinux.lib:834
40894144 #, sh-format
40904145 msgid ""
40914146 "The following file is located on a noexec mounted filesystem.\\nIt might "
40924147 "prevent wine from working\\n\\n$FilePath"
40934148 msgstr ""
40944149
4095 #: lib/plugins.lib:65
4150 #: lib/plugins.lib:66
40964151 #, sh-format
40974152 msgid "Checking plugin: "
40984153 msgstr ""
40994154
4100 #: lib/plugins.lib:93
4155 #: lib/plugins.lib:94
41014156 #, sh-format
41024157 msgid "New: "
41034158 msgstr ""
41044159
4105 #: lib/plugins.lib:93
4160 #: lib/plugins.lib:94
41064161 #, sh-format
41074162 msgid "Updating plugin. Previous: "
41084163 msgstr ""
41094164
4110 #: lib/plugins.lib:112
4165 #: lib/plugins.lib:113
41114166 #, sh-format
41124167 msgid "Installing plugin: "
41134168 msgstr ""
41244179 msgid "Function override detected, disabling bug reporting"
41254180 msgstr ""
41264181
4127 #: lib/scripts.lib:499 lib/scripts.lib:565
4182 #: lib/scripts.lib:500 lib/scripts.lib:566
41284183 #, sh-format
41294184 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41304185 msgstr ""
41314186
4132 #: lib/scripts.lib:501 lib/scripts.lib:784
4187 #: lib/scripts.lib:502 lib/scripts.lib:785
41334188 #, sh-format
41344189 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41354190 msgstr ""
41364191
4137 #: lib/scripts.lib:503 lib/scripts.lib:570
4192 #: lib/scripts.lib:504 lib/scripts.lib:571
41384193 #, sh-format
41394194 msgid "An error happened during download."
41404195 msgstr ""
41414196
4142 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4143 #: lib/scripts.lib:586
4197 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4198 #: lib/scripts.lib:587
41444199 #, sh-format
41454200 msgid "Do you want to retry?"
41464201 msgstr ""
41474202
4148 #: lib/scripts.lib:522 lib/scripts.lib:586
4203 #: lib/scripts.lib:523 lib/scripts.lib:587
41494204 #, sh-format
41504205 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41514206 msgstr ""
41524207
4153 #: lib/scripts.lib:689
4208 #: lib/scripts.lib:690
41544209 #, sh-format
41554210 msgid ""
41564211 "7z not installed, please check that you have 7zip installed and try again"
41574212 msgstr ""
41584213
4159 #: lib/scripts.lib:696
4214 #: lib/scripts.lib:697
41604215 #, sh-format
41614216 msgid "Failed to locate ${dest} from ${archive}"
41624217 msgstr ""
41634218
4164 #: lib/scripts.lib:700
4219 #: lib/scripts.lib:701
41654220 #, sh-format
41664221 msgid "Extracting ${filename} from ${archivename}"
41674222 msgstr ""
41684223
4169 #: lib/scripts.lib:715
4224 #: lib/scripts.lib:716
41704225 #, sh-format
41714226 msgid "Extracted file size does not match!"
41724227 msgstr ""
41734228
4174 #: lib/scripts.lib:746
4229 #: lib/scripts.lib:747
41754230 #, sh-format
41764231 msgid "Copying ${filename}"
41774232 msgstr ""
41784233
4179 #: lib/scripts.lib:759
4234 #: lib/scripts.lib:760
41804235 #, sh-format
41814236 msgid "File size does not match!"
41824237 msgstr ""
41834238
4184 #: lib/scripts.lib:903
4239 #: lib/scripts.lib:904
41854240 #, sh-format
41864241 msgid ""
41874242 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41884243 "n$APPLICATION_TITLE $NEEDED is required."
41894244 msgstr ""
41904245
4191 #: lib/scripts.lib:918
4246 #: lib/scripts.lib:919
41924247 #, sh-format
41934248 msgid ""
41944249 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41954250 "$NEEDED is recommended to continue."
41964251 msgstr ""
41974252
4198 #: lib/scripts.lib:949
4253 #: lib/scripts.lib:950
41994254 #, sh-format
42004255 msgid "$AUTHOR profile"
42014256 msgstr ""
42424297 "again."
42434298 msgstr ""
42444299
4245 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4300 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42464301 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42474302 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42484303 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42534308 #: lib/setupwindow.lib:348
42544309 #, sh-format
42554310 msgid "Where is mounted your CD-ROM?"
4311 msgstr ""
4312
4313 #: lib/setupwindow.lib:349 python/install.py:218
4314 #, sh-format
4315 msgid "Other"
42564316 msgstr ""
42574317
42584318 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43734433 msgid "I don't want to make another shortcut"
43744434 msgstr ""
43754435
4376 #: lib/setupwindow.lib:711 python/guiv3.py:158
4436 #: lib/setupwindow.lib:711 python/guiv3.py:163
43774437 #, sh-format
43784438 msgid "Browse"
4439 msgstr ""
4440
4441 #: lib/setupwindow.lib:739
4442 #, sh-format
4443 msgid "A shortcut by that name already exists, overwrite?"
43794444 msgstr ""
43804445
43814446 #: lib/website.lib:29
43954460 "valid."
43964461 msgstr ""
43974462
4398 #: lib/wine.lib:367
4463 #: lib/wine.lib:371
43994464 #, sh-format
44004465 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44014466 msgstr ""
44024467
4403 #: lib/wine.lib:373
4468 #: lib/wine.lib:377
44044469 #, sh-format
44054470 msgid "Select the main videocard to report:"
44064471 msgstr ""
44074472
4408 #: lib/wine.lib:538 lib/wine.lib:703
4473 #: lib/wine.lib:549 lib/wine.lib:714
44094474 #, sh-format
44104475 msgid ""
44114476 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44124477 "message"
44134478 msgstr ""
44144479
4415 #: lib/wine.lib:763
4480 #: lib/wine.lib:775
44164481 #, sh-format
44174482 msgid "Unable to find version: "
44184483 msgstr ""
44194484
4420 #: lib/wine.lib:769 lib/wine.lib:770
4485 #: lib/wine.lib:781 lib/wine.lib:782
44214486 #, sh-format
44224487 msgid "Downloading Wine: "
44234488 msgstr ""
44244489
4425 #: lib/wine.lib:779
4490 #: lib/wine.lib:791
44264491 #, sh-format
44274492 msgid "The download seems to have failed."
44284493 msgstr ""
44294494
4430 #: lib/wine.lib:781
4495 #: lib/wine.lib:793
44314496 #, sh-format
44324497 msgid "Extracting Wine..."
44334498 msgstr ""
44344499
4435 #: lib/wine.lib:961
4500 #: lib/wine.lib:976
44364501 #, sh-format
44374502 msgid "Overwrite (usually works, no guarantee)"
44384503 msgstr ""
44394504
4440 #: lib/wine.lib:962
4505 #: lib/wine.lib:977
44414506 #, sh-format
44424507 msgid "Erase (virtual drive content will be lost)"
44434508 msgstr ""
44444509
4445 #: lib/wine.lib:976
4510 #: lib/wine.lib:991
44464511 #, sh-format
44474512 msgid "The target virtual drive $PREFNAME already exists:"
44484513 msgstr ""
44494514
4450 #: lib/wine.lib:1156 lib/wine.lib:1186
4515 #: lib/wine.lib:1171 lib/wine.lib:1201
44514516 #, sh-format
44524517 msgid "Please wait while $SOFTNAME is installed..."
44534518 msgstr ""
44544519
4455 #: lib/wine.lib:1160 lib/wine.lib:1189
4520 #: lib/wine.lib:1175 lib/wine.lib:1204
44564521 #, sh-format
44574522 msgid ""
44584523 "Be careful! This will kill install process. If it is not finished, you will "
44594524 "have to reinstall $SOFTNAME"
44604525 msgstr ""
44614526
4462 #: lib/wine.lib:1160 lib/wine.lib:1189
4527 #: lib/wine.lib:1175 lib/wine.lib:1204
44634528 #, sh-format
44644529 msgid "Install is done"
44654530 msgstr ""
44664531
4467 #: lib/wine.lib:1193 lib/wine.lib:1194
4532 #: lib/wine.lib:1208 lib/wine.lib:1209
44684533 #, sh-format
44694534 msgid "Press next only when the installation process is finished"
44704535 msgstr ""
44714536
4472 #: lib/wine.lib:1202
4537 #: lib/wine.lib:1217
44734538 #, sh-format
44744539 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44754540 msgstr ""
44834548 "associated"
44844549 msgstr ""
44854550
4486 #: python/configure.py:197 python/configure.py:694
4551 #: python/configure.py:196 python/configure.py:703
44874552 msgid "General"
44884553 msgstr ""
44894554
4555 #: python/configure.py:199
4556 msgid "Make a new shortcut from this virtual drive"
4557 msgstr ""
4558
44904559 #: python/configure.py:200
4491 msgid "Make a new shortcut from this virtual drive"
4560 msgid "Name"
44924561 msgstr ""
44934562
44944563 #: python/configure.py:201
4495 msgid "Name"
4564 msgid "Wine version"
44964565 msgstr ""
44974566
44984567 #: python/configure.py:202
4499 msgid "Wine version"
4500 msgstr ""
4501
4502 #: python/configure.py:203
45034568 msgid "Debug flags"
45044569 msgstr ""
45054570
4506 #: python/configure.py:205
4571 #: python/configure.py:204
45074572 msgid "Virtual drive"
45084573 msgstr ""
45094574
4510 #: python/configure.py:207
4575 #: python/configure.py:206
45114576 msgid "Arguments"
45124577 msgstr ""
45134578
4514 #: python/configure.py:211
4579 #: python/configure.py:210
45154580 msgid "Run configuration wizard"
45164581 msgstr ""
45174582
4518 #: python/configure.py:248
4583 #: python/configure.py:247
45194584 msgid "Windows reboot"
45204585 msgstr ""
45214586
4522 #: python/configure.py:256
4587 #: python/configure.py:255
45234588 msgid "Repair virtual drive"
45244589 msgstr ""
45254590
4526 #: python/configure.py:265
4591 #: python/configure.py:264
45274592 msgid "Command prompt"
45284593 msgstr ""
45294594
4530 #: python/configure.py:272
4595 #: python/configure.py:271
45314596 msgid "Task manager"
45324597 msgstr ""
45334598
4534 #: python/configure.py:280
4599 #: python/configure.py:279
45354600 msgid "Kill processes"
45364601 msgstr ""
45374602
4538 #: python/configure.py:287
4603 #: python/configure.py:286
45394604 msgid "Wine uninstaller"
45404605 msgstr ""
45414606
4542 #: python/configure.py:312
4607 #: python/configure.py:311
45434608 msgid ""
45444609 "Be careful! Installing one of these components can break your virtual drive."
45454610 msgstr ""
45464611
4547 #: python/configure.py:334 python/install.py:285 python/install.py:289
4548 #: python/mainwindow.py:197 python/mainwindow.py:350
4612 #: python/configure.py:333 python/install.py:285 python/install.py:289
4613 #: python/mainwindow.py:199 python/mainwindow.py:348
45494614 msgid "Install"
45504615 msgstr ""
45514616
4552 #: python/configure.py:395
4617 #: python/configure.py:388
45534618 msgid "Open program's directory"
45544619 msgstr ""
45554620
4556 #: python/configure.py:418
4621 #: python/configure.py:411
45574622 msgid "Open virtual drive's directory"
45584623 msgstr ""
45594624
4625 #: python/configure.py:555
4626 msgid "GLSL Support"
4627 msgstr ""
4628
4629 #: python/configure.py:556
4630 msgid "Direct Draw Renderer"
4631 msgstr ""
4632
4633 #: python/configure.py:557
4634 msgid "Video memory size"
4635 msgstr ""
4636
4637 #: python/configure.py:558
4638 msgid "Offscreen rendering mode"
4639 msgstr ""
4640
4641 #: python/configure.py:559
4642 msgid "Render target mode lock"
4643 msgstr ""
4644
45604645 #: python/configure.py:560
4561 msgid "GLSL Support"
4646 msgid "Multisampling"
45624647 msgstr ""
45634648
45644649 #: python/configure.py:561
4565 msgid "Direct Draw Renderer"
4566 msgstr ""
4567
4568 #: python/configure.py:562
4569 msgid "Video memory size"
4570 msgstr ""
4571
4572 #: python/configure.py:563
4573 msgid "Offscreen rendering mode"
4574 msgstr ""
4575
4576 #: python/configure.py:564
4577 msgid "Render target mode lock"
4578 msgstr ""
4579
4580 #: python/configure.py:565
4581 msgid "Multisampling"
4582 msgstr ""
4583
4584 #: python/configure.py:566
45854650 msgid "Strict Draw Ordering"
45864651 msgstr ""
45874652
4588 #: python/configure.py:576
4653 #: python/configure.py:571
45894654 msgid "Mouse warp override"
45904655 msgstr ""
45914656
4592 #: python/configure.py:578
4657 #: python/configure.py:573
45934658 msgid "Open a shell"
45944659 msgstr ""
45954660
4596 #: python/configure.py:579
4661 #: python/configure.py:574
45974662 msgid "Run a .exe file in this virtual drive"
45984663 msgstr ""
45994664
4600 #: python/configure.py:580
4665 #: python/configure.py:575
46014666 msgid "Command to exec before running the program"
46024667 msgstr ""
46034668
4604 #: python/configure.py:591
4669 #: python/configure.py:585
4670 msgid ""
4671 "Warning:\n"
4672 "\n"
4673 "Any program still running in this virtual drive will be terminated before "
4674 "Wine version is changed.\n"
4675 "Are you sure you want to continue?"
4676 msgstr ""
4677
4678 #: python/configure.py:596
46054679 msgid ""
46064680 "Be careful!\n"
46074681 "If you change "
46084682 msgstr ""
46094683
4610 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4684 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46114685 msgid "{0} configuration"
46124686 msgstr ""
46134687
4614 #: python/configure.py:659
4688 #: python/configure.py:664
46154689 msgid "Please select a program or a virtual drive to configure"
46164690 msgstr ""
46174691
4618 #: python/configure.py:677 python/options.py:280
4692 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46194693 msgid "New"
46204694 msgstr ""
46214695
4622 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4623 #: python/mainwindow.py:596 python/options.py:207
4696 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4697 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46244698 msgid "Remove"
46254699 msgstr ""
46264700
4627 #: python/configure.py:696
4701 #: python/configure.py:705
46284702 msgid "Install components"
46294703 msgstr ""
46304704
4631 #: python/configure.py:697 python/mainwindow.py:332
4705 #: python/configure.py:706 python/mainwindow.py:330
46324706 msgid "Display"
46334707 msgstr ""
46344708
4635 #: python/configure.py:698
4709 #: python/configure.py:707
46364710 msgid "Miscellaneous"
46374711 msgstr ""
46384712
4639 #: python/configure.py:726
4713 #: python/configure.py:735
46404714 msgid "This virtual drive is protected"
46414715 msgstr ""
46424716
4643 #: python/configure.py:728
4717 #: python/configure.py:737
46444718 msgid "Are you sure you want to delete {0} virtual drive ?"
46454719 msgstr ""
46464720
4647 #: python/configure.py:735
4721 #: python/configure.py:744
46484722 msgid "Are you sure you want to delete {0} ?"
46494723 msgstr ""
46504724
4651 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4652 #: python/mainwindow.py:997
4725 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4726 #: python/mainwindow.py:995
46534727 msgid "{0} debugger"
46544728 msgstr ""
46554729
46574731 msgid "Please select a debug file"
46584732 msgstr ""
46594733
4660 #: python/debug.py:76
4734 #: python/debug.py:78
46614735 msgid "Locate this logfile"
46624736 msgstr ""
46634737
4664 #: python/debug.py:99
4738 #: python/debug.py:101
46654739 msgid "The file is named : {0}"
46664740 msgstr ""
46674741
4668 #: python/debug.py:153 python/debug.py:207
4742 #: python/debug.py:189 python/debug.py:245
46694743 msgid "Virtual drives"
46704744 msgstr ""
46714745
4672 #: python/debug.py:184
4746 #: python/debug.py:222
46734747 msgid "Report a problem about {0}"
46744748 msgstr ""
46754749
4676 #: python/debug.py:206
4750 #: python/debug.py:244
46774751 msgid "Install scripts"
46784752 msgstr ""
46794753
46984772 msgid "Next"
46994773 msgstr ""
47004774
4701 #: python/guiv3.py:166
4775 #: python/guiv3.py:171
47024776 msgid "I Agree"
47034777 msgstr ""
47044778
4705 #: python/guiv3.py:167
4779 #: python/guiv3.py:172
47064780 msgid "Show virtual drives"
47074781 msgstr ""
47084782
4709 #: python/guiv3.py:188
4783 #: python/guiv3.py:193
47104784 msgid "Login: "
47114785 msgstr ""
47124786
4713 #: python/guiv3.py:189
4787 #: python/guiv3.py:194
47144788 msgid "Password: "
47154789 msgstr ""
47164790
4717 #: python/guiv3.py:192
4791 #: python/guiv3.py:197
47184792 msgid "Register"
47194793 msgstr ""
47204794
4721 #: python/guiv3.py:288
4795 #: python/guiv3.py:302
47224796 msgid "MB downloaded"
47234797 msgstr ""
47244798
4725 #: python/guiv3.py:288
4799 #: python/guiv3.py:302
47264800 msgid "of"
47274801 msgstr ""
47284802
4729 #: python/guiv3.py:749
4803 #: python/guiv3.py:769
47304804 msgid "You cannot close this window"
47314805 msgstr ""
47324806
47344808 msgid "No description"
47354809 msgstr ""
47364810
4737 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4811 #: python/install.py:210
4812 msgid "Accessories"
4813 msgstr ""
4814
4815 #: python/install.py:211
4816 msgid "Development"
4817 msgstr ""
4818
4819 #: python/install.py:212
4820 msgid "Education"
4821 msgstr ""
4822
4823 #: python/install.py:213
4824 msgid "Games"
4825 msgstr ""
4826
4827 #: python/install.py:214
4828 msgid "Graphics"
4829 msgstr ""
4830
4831 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4832 msgid "Internet"
4833 msgstr ""
4834
4835 #: python/install.py:216
4836 msgid "Multimedia"
4837 msgstr ""
4838
4839 #: python/install.py:217
4840 msgid "Office"
4841 msgstr ""
4842
4843 #: python/install.py:219
4844 msgid "Patches"
4845 msgstr ""
4846
4847 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47384848 msgid "Search"
47394849 msgstr ""
47404850
47414851 #: python/install.py:252
47424852 msgid "Include:"
4853 msgstr ""
4854
4855 #: python/install.py:258
4856 msgid "Testing"
47434857 msgstr ""
47444858
47454859 #: python/install.py:263
47934907 "used for piracy purposes we won't give any support on this matter."
47944908 msgstr ""
47954909
4796 #: python/irc.py:137
4910 #: python/irc.py:139
47974911 msgid "Send"
47984912 msgstr ""
47994913
4800 #: python/irc.py:138
4914 #: python/irc.py:140
48014915 msgid "Connect"
48024916 msgstr ""
48034917
4804 #: python/irc.py:139
4918 #: python/irc.py:141
48054919 msgid "Disconnect"
48064920 msgstr ""
48074921
4808 #: python/irc.py:140
4922 #: python/irc.py:142
48094923 msgid "Leave"
48104924 msgstr ""
48114925
4812 #: python/irc.py:227
4926 #: python/irc.py:229
48134927 msgid "Join a channel"
48144928 msgstr ""
48154929
4816 #: python/irc.py:257 python/mainwindow.py:725
4930 #: python/irc.py:259 python/mainwindow.py:723
48174931 msgid "Messenger"
48184932 msgstr ""
48194933
4820 #: python/irc.py:273
4934 #: python/irc.py:275
48214935 msgid ""
48224936 "If you close this window, you cannot read further replies. Are you sure that "
48234937 "you want to close it?"
48424956 msgid "{0} error"
48434957 msgstr ""
48444958
4845 #: python/mainwindow.py:73
4959 #: python/mainwindow.py:75
48464960 msgid "{0} website is unavailable. Please check your connection"
48474961 msgstr ""
48484962
4849 #: python/mainwindow.py:75
4963 #: python/mainwindow.py:77
48504964 msgid "Refreshing {0}"
48514965 msgstr ""
48524966
4853 #: python/mainwindow.py:90 python/mainwindow.py:92
4967 #: python/mainwindow.py:92 python/mainwindow.py:94
48544968 msgid "An updated version of {0} is available"
48554969 msgstr ""
48564970
4857 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4971 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48584972 msgid "Run"
48594973 msgstr ""
48604974
4861 #: python/mainwindow.py:200
4975 #: python/mainwindow.py:202
48624976 msgid "Donate"
48634977 msgstr ""
48644978
4865 #: python/mainwindow.py:201
4979 #: python/mainwindow.py:203
48664980 msgid "Exit"
48674981 msgstr ""
48684982
4869 #: python/mainwindow.py:205
4983 #: python/mainwindow.py:207
48704984 msgid "Small icons"
48714985 msgstr ""
48724986
4873 #: python/mainwindow.py:206
4987 #: python/mainwindow.py:208
48744988 msgid "Medium icons"
48754989 msgstr ""
48764990
4877 #: python/mainwindow.py:207
4991 #: python/mainwindow.py:209
48784992 msgid "Large icons"
48794993 msgstr ""
48804994
4881 #: python/mainwindow.py:208
4995 #: python/mainwindow.py:210
48824996 msgid "Very large icons"
48834997 msgstr ""
48844998
4885 #: python/mainwindow.py:220
4999 #: python/mainwindow.py:222
48865000 msgid "Manage Wine versions"
48875001 msgstr ""
48885002
4889 #: python/mainwindow.py:226
5003 #: python/mainwindow.py:228
48905004 msgid "Read a PC CD-Rom"
48915005 msgstr ""
48925006
4893 #: python/mainwindow.py:236
5007 #: python/mainwindow.py:238
48945008 msgid "Close all {0} software"
48955009 msgstr ""
48965010
4897 #: python/mainwindow.py:240
5011 #: python/mainwindow.py:242
48985012 msgid "{0} console"
48995013 msgstr ""
49005014
4901 #: python/mainwindow.py:250
5015 #: python/mainwindow.py:248
49025016 msgid "{0} messenger"
49035017 msgstr ""
49045018
4905 #: python/mainwindow.py:266 python/options.py:388
5019 #: python/mainwindow.py:264 python/options.py:388
49065020 msgid "File associations"
49075021 msgstr ""
49085022
4909 #: python/mainwindow.py:273
5023 #: python/mainwindow.py:271
49105024 msgid "About {0}"
49115025 msgstr ""
49125026
4913 #: python/mainwindow.py:302 python/mainwindow.py:306
5027 #: python/mainwindow.py:300 python/mainwindow.py:304
49145028 msgid "Plugin manager"
49155029 msgstr ""
49165030
5031 #: python/mainwindow.py:329
5032 msgid "File"
5033 msgstr ""
5034
49175035 #: python/mainwindow.py:331
4918 msgid "File"
4919 msgstr ""
4920
4921 #: python/mainwindow.py:333
49225036 msgid "Tools"
49235037 msgstr ""
49245038
4925 #: python/mainwindow.py:334 python/mainwindow.py:723
5039 #: python/mainwindow.py:332 python/mainwindow.py:721
49265040 msgid "Settings"
49275041 msgstr ""
49285042
4929 #: python/mainwindow.py:335 python/options.py:387
5043 #: python/mainwindow.py:333 python/options.py:387
49305044 msgid "Plugins"
49315045 msgstr ""
49325046
4933 #: python/mainwindow.py:347 python/mainwindow.py:739
5047 #: python/mainwindow.py:345 python/mainwindow.py:737
49345048 msgid "Close"
49355049 msgstr ""
49365050
4937 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5051 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49385052 msgid "Configure"
49395053 msgstr ""
49405054
4941 #: python/mainwindow.py:584
5055 #: python/mainwindow.py:582
49425056 msgid "Open the application's directory"
49435057 msgstr ""
49445058
4945 #: python/mainwindow.py:588 python/mainwindow.py:753
5059 #: python/mainwindow.py:586 python/mainwindow.py:751
49465060 msgid "Read the manual"
49475061 msgstr ""
49485062
4949 #: python/mainwindow.py:592
5063 #: python/mainwindow.py:590
49505064 msgid "Set the icon"
49515065 msgstr ""
49525066
4953 #: python/mainwindow.py:600
5067 #: python/mainwindow.py:598
49545068 msgid "Close this application"
49555069 msgstr ""
49565070
4957 #: python/mainwindow.py:611
5071 #: python/mainwindow.py:609
49585072 msgid "KillApp"
49595073 msgstr ""
49605074
4961 #: python/mainwindow.py:618
5075 #: python/mainwindow.py:616
49625076 msgid "No manual found for {0}"
49635077 msgstr ""
49645078
4965 #: python/mainwindow.py:721
5079 #: python/mainwindow.py:719
49665080 msgid "Install a program"
49675081 msgstr ""
49685082
4969 #: python/mainwindow.py:728
5083 #: python/mainwindow.py:726
49705084 msgid "Update GIT"
49715085 msgstr ""
49725086
4973 #: python/mainwindow.py:731
5087 #: python/mainwindow.py:729
49745088 msgid "Update instructions"
49755089 msgstr ""
49765090
5091 #: python/mainwindow.py:739
5092 msgid "Debug"
5093 msgstr ""
5094
49775095 #: python/mainwindow.py:741
4978 msgid "Debug"
4979 msgstr ""
4980
4981 #: python/mainwindow.py:743
49825096 msgid "Report a problem"
49835097 msgstr ""
49845098
5099 #: python/mainwindow.py:745
5100 msgid "Create a shortcut"
5101 msgstr ""
5102
49855103 #: python/mainwindow.py:747
4986 msgid "Create a shortcut"
4987 msgstr ""
4988
4989 #: python/mainwindow.py:749
49905104 msgid "Open the directory"
49915105 msgstr ""
49925106
4993 #: python/mainwindow.py:755
5107 #: python/mainwindow.py:753
49945108 msgid "Save"
49955109 msgstr ""
49965110
4997 #: python/mainwindow.py:758
5111 #: python/mainwindow.py:756
49985112 msgid "Uninstall"
49995113 msgstr ""
50005114
5001 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5115 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5116 #: python/mainwindow.py:1001
5117 msgid "Please select a program."
5118 msgstr ""
5119
5120 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
5121 msgid "{0} settings"
5122 msgstr ""
5123
5124 #: python/mainwindow.py:963
5125 msgid "{0} install menu"
5126 msgstr ""
5127
5128 #: python/mainwindow.py:972
5129 msgid "{0} wine versions manager"
5130 msgstr ""
5131
50025132 #: python/mainwindow.py:1003
5003 msgid "Please select a program."
5004 msgstr ""
5005
5006 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5007 msgid "{0} settings"
5008 msgstr ""
5009
5010 #: python/mainwindow.py:965
5011 msgid "{0} install menu"
5012 msgstr ""
5013
5014 #: python/mainwindow.py:974
5015 msgid "{0} wine versions manager"
5016 msgstr ""
5017
5018 #: python/mainwindow.py:1005
50195133 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50205134 msgstr ""
50215135
51215235 "These information will be very precious for us to help people."
51225236 msgstr ""
51235237
5124 #: python/mainwindow.py:1271
5238 #: python/mainwindow.py:1273
51255239 msgid "Are you sure you want to want to install {0} package?"
51265240 msgstr ""
51275241
5128 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5242 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5243 #: python/mainwindow.py:1284
51295244 msgid ""
51305245 "You are trying to open a script design for {0}! It might not work as expected"
51315246 msgstr ""
52025317 msgid "You must restart {0} for the changes to take effect."
52035318 msgstr ""
52045319
5205 #: python/wine_versions.py:194
5320 #: python/wine_versions.py:195
52065321 msgid "Installed Wine versions: "
52075322 msgstr ""
52085323
5209 #: python/wine_versions.py:195
5324 #: python/wine_versions.py:196
52105325 msgid "Available Wine versions: "
52115326 msgstr ""
52125327
5213 #: python/wine_versions.py:202
5328 #: python/wine_versions.py:203
52145329 msgid "Wine versions"
52155330 msgstr ""
52165331
5217 #: python/wine_versions.py:321
5332 #: python/wine_versions.py:322
52185333 msgid "Are you sure you want to delete wine {0}?"
52195334 msgstr ""
52205335
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-11 12:59+0000\n"
11 "Last-Translator: Yiğit Anıl <yigitan@gmail.com>\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-05-11 16:50+0000\n"
11 "Last-Translator: Osman Tosun <rainman.neu@gmail.com>\n"
1212 "Language-Team: Turkish <tr@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
245245 "Lütfen oyunun bulunduğu ortamı (CD-DVD) disk sürücünüze yerleştiriniz."
246246
247247 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
248 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
248249 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
249250 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
250251 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
273274 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
274275 #: PlayOnLinux_Scripts/Civilization_V_:53
275276 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
276 #: PlayOnLinux_Scripts/Diablo_II_:51
277 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
277278 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
278279 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
279280 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
280281 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
281282 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
282 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
283283 #: PlayOnLinux_Scripts/Google_SketchUp_:51
284284 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
285285 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
299299 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
300300 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
301301 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
302 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
302303 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
303304 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
304305 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
305 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
306 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
306 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
307 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
308 #: PlayOnLinux_Scripts/Portal_2_:82
307309 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
308310 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
309 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
311 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
312 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
310313 #: PlayOnLinux_Scripts/Rayman_Origins_:72
311314 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
312315 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
316 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
313317 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
314318 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
315319 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
320 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
316321 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
317322 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
318 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
319 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
323 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
324 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
325 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
320326 #: PlayOnLinux_Scripts/Starcraft_:34
321327 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
322328 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
323 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
329 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
330 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
324331 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
325332 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
333 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
326334 #: PlayOnLinux_Scripts/Theme_Hospital_:59
327335 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
328336 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
329337 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
330338 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
339 #: PlayOnLinux_Scripts/Wizard_101_:38
331340 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
332341 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
333342 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
340349 msgid "Please select the setup file to run"
341350 msgstr "Lütfen çalıştırılacak kurulum dosyasını seçiniz"
342351
352 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
353 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
354 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
355 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
356 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
357 #, sh-format
358 msgid "Please insert the game media into your disc drive."
359 msgstr ""
360
343361 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
362 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
363 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
344364 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
345365 #: PlayOnLinux_Scripts/Dishonored_:72
346366 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
376396 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
377397 #, sh-format
378398 msgid "Do you want to install the 2.0a Patch?"
379 msgstr ""
399 msgstr "2.0a yamasını kurmak istiyor musunuz?"
380400
381401 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31
382402 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30
405425 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74
406426 #, sh-format
407427 msgid "Do you want to install the 1.0c Patch?"
408 msgstr ""
428 msgstr "1.0c yamasını kurmak istiyor musunuz?"
409429
410430 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47
411431 #, sh-format
412432 msgid ""
413433 "In order to installa $TITLE we need to install first Mod Pack Studio Lite 2.0"
414434 msgstr ""
435 "$TITLE kurulumunu yapmak için öncelikle Mod Pack Studio Lite 2.0'ı kurmamız "
436 "gerekiyor."
415437
416438 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:38
417439 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Tales_of_Middle_Earth_:76
420442 "Please notice that Standards Maps do not work correctly, whereas Custom Maps "
421443 "works without problems."
422444 msgstr ""
445 "Lütfen, özelleştirilmiş haritaların düzgün çalıştığı yerlerde standart "
446 "haritaların düzgün çalışmadığını dikkate alınız."
423447
424448 #: PlayOnLinux_Scripts/Alan_Wake_:81
425449 #: PlayOnLinux_Scripts/Alien_Breed_2___Assault_:74
440464 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
441465 #: PlayOnLinux_Scripts/Magicka_:68
442466 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
467 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
443468 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
444469 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
445470 #: PlayOnLinux_Scripts/Rayman_Origins_:83
446471 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
447 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
448 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
472 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
473 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
449474 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
450475 #: PlayOnLinux_Scripts/The_Witcher_:125
451476 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
466491 #, sh-format
467492 msgid "If .NET 3.0 installation fail, dont worry\\nthe game will still work"
468493 msgstr ""
494 ".NET 3.0 kurulumu başarısız olursa endişelenmeyin\\n oyun yinede çalışacak."
469495
470496 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:30
471497 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:40
477503 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
478504 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
479505 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
506 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
480507 #: PlayOnLinux_Scripts/Driftmoon_:43
481508 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
482509 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
485512 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
486513 #: PlayOnLinux_Scripts/League_Of_Legends_:57
487514 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
488 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
515 #: PlayOnLinux_Scripts/Sacrifice_:41
516 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
517 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
518 #: PlayOnLinux_Scripts/Toontown_Online_:25
519 #: PlayOnLinux_Scripts/Watchtower_library_:43
489520 #: PlayOnLinux_Scripts/iTunes_10_:28
490521 #, sh-format
491522 msgid "Please select the setup file to run."
500531 #: PlayOnLinux_Scripts/POL_GoG_download_:48
501532 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
502533 #: PlayOnLinux_Scripts/SimCity_2000_:50
503 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
504 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
534 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
535 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
505536 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
506537 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
507538 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
508 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
509 #: lib/wine.lib:1186
539 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
540 #: lib/wine.lib:1171 lib/wine.lib:1201
510541 #, sh-format
511542 msgid "Please wait..."
512543 msgstr "Lütfen bekleyiniz..."
515546 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:74 bash/run_exe:43
516547 #, sh-format
517548 msgid "Installation finished."
518 msgstr ""
549 msgstr "Kurulum bitti."
519550
520551 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:69
521552 #: PlayOnLinux_Scripts/Baldur_s_Gate_II___Throne_of_Bhaal_:47
534565 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
535566 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
536567 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
537 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
568 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
538569 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
539570 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
540571 #: PlayOnLinux_Scripts/Dead_Space_2_:85
550581 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
551582 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
552583 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
554585 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
555586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
556587 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
569600 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__Patch_1.09_:32
570601 #, sh-format
571602 msgid "Welcome in the patch $PVERSION Installer for $TITLE_REQUIRED"
572 msgstr ""
603 msgstr "$TITLE_REQUIRED için yama $PVERSION yükleyicisine hoşgeldiniz"
573604
574605 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_Patch_1.01_:45
575606 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_Patch_1.03_:46
612643 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
613644 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
614645 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
615 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
646 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
616647 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
617648 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
618649 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
619 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
620 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
650 #: PlayOnLinux_Scripts/Dead_Space_:50
651 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
652 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
653 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
621654 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
622655 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
623656 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
627660 #: PlayOnLinux_Scripts/Rage_:79
628661 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
629662 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
630 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
631664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
632665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
633666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
666699 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
667700 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
668701 #: PlayOnLinux_Scripts/Sacrifice_:45
669 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
702 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
670703 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
671704 #: PlayOnLinux_Scripts/The_Witcher_:102
672705 #, sh-format
677710 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
678711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
679712 #: PlayOnLinux_Scripts/Mass_Effect_:54
680 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
713 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
681714 #: PlayOnLinux_Scripts/The_Witcher_:110
682715 #, sh-format
683716 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
688721 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
689722 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
690723 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
691 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
724 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
692725 #: PlayOnLinux_Scripts/The_Witcher_:113
693726 #, sh-format
694727 msgid "Please insert the next game media into your disk drive"
717750 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
718751 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
719752 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
753 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
720754 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
721755 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
722756 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
738772 #: PlayOnLinux_Scripts/Baldur_s_Gate___Tales_of_the_Sword_Coast_Patch_1.3.5512_:51
739773 #, sh-format
740774 msgid "International version"
741 msgstr ""
775 msgstr "Kurulum sürümü"
742776
743777 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:48
744778 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_Patch_2.5.23037_:52
822856 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
823857 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
824858 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
825 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
859 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826860 #, sh-format
827861 msgid ""
828862 "You must disable anti-piracy protections of this game\\nif you want to play "
845879
846880 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
847881 #: PlayOnLinux_Scripts/Cars_2_:83
848 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
882 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
849883 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
850884 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
851885 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
868902 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
869903 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
870904 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
905 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
906 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
871907 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
872908 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
873909 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
914950 "shows you to the login interface, login and then let $TITLE install.\\n\\"
915951 "nWhen the installation is finished, press next (Do not close Steam)"
916952 msgstr ""
953 "Steam bir güncelleme gerçekleştirmek üzere.\\nSteam güncellemeyi bitirdikten "
954 "ve giriş arayüzünü gösterdikten sonra giriş yapın ve $TITLE kurlumunu "
955 "bekleyin.\\n\\nKurulum bittiğinde ileri'ye basın. (Steam'i kapatmayın)"
917956
918957 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:75
919958 #, sh-format
920959 msgid ""
921960 "Steam is installing $TITLEW, press next when the installation is finished"
922961 msgstr ""
962 "Steam $TITLEW kurulumunu gerçekleştiriyor, kurulum bittiğinde ileri'ye basın."
923963
924964 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:78
925965 #, sh-format
926966 msgid ""
927967 "Steam is installing $TITLEBTS, press next when the installation is finished"
928968 msgstr ""
969 "Steam $TITLEBTS kurulumunu gerçekleştiriyor, kurulum bittiğinde ileri'ye "
970 "basın."
929971
930972 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:81
931973 #, sh-format
934976 "installation is finished (make sure Steam is not still in the traybar) and "
935977 "then press next so that the installation script can continue."
936978 msgstr ""
979 "Steam $TITLECOL kurulumunu gerçekleştiriyor, lütfen kurulum bittiğinde "
980 "Steam'den düzgün bir şekilde çıkış yapın (Steam'in hâlâ görev çubuğunda "
981 "olmadığına emin olun) ve kurulum betiğinin devam edebilmesi için ileri'yi "
982 "tıklayın."
937983
938984 #: PlayOnLinux_Scripts/Civilization_IV__Complete_Edition_:107
939985 #, sh-format
941987 "Installation finished\\n\\nThe game might crash on the first attempt, but no "
942988 "worries, just try one more time."
943989 msgstr ""
990 "Kurulum bitti\\n\\nOyun ilk girişimde çökebilir, ama endişelenmeyin, bir "
991 "kere daha deneyin."
944992
945993 #: PlayOnLinux_Scripts/Civilization_V_:64
946994 #, sh-format
949997 "shows you to the login interface, login and then let $TITLE install.\\n\\"
950998 "nWhen the installation is finished, press next"
951999 msgstr ""
1000 "Steam bir güncelleme gerçekleştirmek üzere.\\nSteam güncellemesi "
1001 "tamamlandığında ve giriş ekranını gösterdiğinde giriş yapıp $TITLE "
1002 "yüklemesine izin verin.\\n\\nYükleme tamamlandığında ileri tuşuna basın"
9521003
9531004 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:62
9541005 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_Patch_1.02_:54
10941145 msgid "Please insert media 2 into your disk drive\\nif not already done."
10951146 msgstr "Hala yapmadıysanız\\nLütfen ortam 2'yi disk sürücünüze yerleştirin."
10961147
1097 #: PlayOnLinux_Scripts/Diablo_III_:29
1148 #: PlayOnLinux_Scripts/Diablo_III_:31
10981149 #, sh-format
10991150 msgid "Please select the setup file downloaded on $EDITOR website"
11001151 msgstr "Lütfen $EDITOR websitesinde kurulum dosyası indirildi'yi seçin."
11011152
1102 #: PlayOnLinux_Scripts/Diablo_III_:60
1153 #: PlayOnLinux_Scripts/Diablo_III_:62
11031154 #, sh-format
11041155 msgid ""
11051156 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11081159 "$TITLE kuruldu.\\n\\n Erich Hoover'a wine yaması(AcceptEx Fix) için özel "
11091160 "teşekkür ederiz."
11101161
1111 #: PlayOnLinux_Scripts/Diablo_III_:60
1162 #: PlayOnLinux_Scripts/Diablo_III_:62
11121163 #, sh-format
11131164 msgid ""
11141165 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11161167 msgstr ""
11171168 "Eğer bağlantı sırasında 3007 hatasını alıyorsanız, terminali açın ve bunları "
11181169 "girin\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1170
1171 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1172 #, sh-format
1173 msgid "Scanning your hardware..."
1174 msgstr ""
11191175
11201176 #: PlayOnLinux_Scripts/Dishonored_:79
11211177 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
11981254
11991255 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12001256 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1201 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1202 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1257 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1258 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12031259 #, sh-format
12041260 msgid "Please insert the first game media into your disk drive"
12051261 msgstr "Lütfen ilk oyun ortamını disk sürücünüze yerleştirin."
12061262
12071263 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1208 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1264 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12091265 #, sh-format
12101266 msgid "Please insert the second game media into your disk drive"
12111267 msgstr "Lütfen ikinci oyun ortamını disk sürücünüze yerleştirin."
12761332 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12771333 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12781334 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1335 #: PlayOnLinux_Scripts/Hearthstone_:64
12791336 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12801337 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12811338 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13011358 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13021359 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13031360 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1304 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1361 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13051362 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13061363 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13071364 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13271384 msgid "Editor"
13281385 msgstr "Düzenleyici"
13291386
1330 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1387 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13311388 #, sh-format
13321389 msgid "This install script requires ffmpeg"
13331390 msgstr "Bu kurulum betiği ffmpeg istiyor."
13341391
1335 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1392 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13361393 #, sh-format
13371394 msgid "Converting videos..."
13381395 msgstr "Videolar dönüştürülüyor..."
13391396
13401397 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1398 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13411399 #, sh-format
13421400 msgid ""
13431401 "On first run the game will autodetect available renderers.\\nIt is likely "
13531411 msgid "Run $TITLE in safe mode?"
13541412 msgstr "$TITLE güvenli modda çalıştırılsın mı?"
13551413
1414 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1415 #, sh-format
1416 msgid ""
1417 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1418 "disable it by pressing Alt+R while in game.)"
1419 msgstr ""
1420
1421 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1422 #, sh-format
1423 msgid ""
1424 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1425 "game."
1426 msgstr ""
1427
13561428 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13571429 #, sh-format
13581430 msgid "Could not find program directory"
14191491 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14201492 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14211493 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1422 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1423 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1424 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14251494 #, sh-format
14261495 msgid "Language"
14271496 msgstr "Lisan"
14291498 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14301499 #, sh-format
14311500 msgid "Spanish"
1432 msgstr ""
1501 msgstr "İspanyolca"
14331502
14341503 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14351504 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
15491618 msgid "Dedicated server"
15501619 msgstr "Adanmış Sunucu"
15511620
1552 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1621 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
15531622 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
15541623 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
15551624 #, sh-format
15771646 msgid "Code wheel"
15781647 msgstr "Kod çarkı"
15791648
1580 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1581 #, sh-format
1582 msgid "Do you have a language pack to install?"
1583 msgstr "Yüklenecek dil paketiniz var mı?"
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1586 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1587 #, sh-format
1588 msgid "Later"
1589 msgstr "Daha Sonra"
1590
1591 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1649 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1650 #, sh-format
1651 msgid ""
1652 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1653 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1654 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1658 #, sh-format
1659 msgid "Now you must install the modpack in directory:"
1660 msgstr ""
1661
1662 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1663 #, sh-format
1664 msgid "Please select ANY 3 icons when prompted."
1665 msgstr ""
1666
1667 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1668 #, sh-format
1669 msgid "temp directory missing"
1670 msgstr "Geçici dizin kayıp"
1671
1672 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1673 #, sh-format
1674 msgid ""
1675 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1676 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1677 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1678 "details.\\nInstall it?"
1679 msgstr ""
1680
1681 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1682 #, sh-format
1683 msgid "Control Panel"
1684 msgstr "Denetim Masası"
1685
1686 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1687 #, sh-format
1688 msgid ""
1689 "IMPORTANT:\n"
1690 " \\n\\nOn the installation window coming next, do NOT click the Options "
1691 "button, it would mess up the language selection."
1692 msgstr ""
1693
1694 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1695 #, sh-format
1696 msgid ""
1697 "On first run the game will autodetect available renderers.\\nIt is likely "
1698 "that you will get better performance out of the OpenGL renderer."
1699 msgstr ""
1700
1701 #: PlayOnLinux_Scripts/Goblins_3_:21
1702 #, sh-format
1703 msgid "Please select the game language"
1704 msgstr "Lütfen oyun dilini seçin"
1705
1706 #: PlayOnLinux_Scripts/Gothic_3_:82
1707 #, sh-format
1708 msgid "Choose the game resolution"
1709 msgstr "Oyun çözünürlüğünü seçin"
1710
1711 #: PlayOnLinux_Scripts/Gothic_3_:96
1712 #, sh-format
1713 msgid ""
1714 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1715 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1716 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1717 msgstr ""
1718
1719 #: PlayOnLinux_Scripts/Gothic_3_:110
1720 #, sh-format
1721 msgid "$TITLE is installed"
1722 msgstr "$TITLE kuruldu."
1723
1724 #: PlayOnLinux_Scripts/Guild_Wars_:53
1725 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1726 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1727 #, sh-format
1728 msgid "Please insert the DVD-ROM"
1729 msgstr "Lütfen DVD-ROM'u yerleştirin"
1730
1731 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1732 #, sh-format
1733 msgid ""
1734 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1735 "client and download will resume from where it stopped. Download percentage "
1736 "reset but do not worry, it do not restart from the beginning."
1737 msgstr ""
1738
1739 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1740 #, sh-format
1741 msgid ""
1742 "Please select $TITLE install file. During installation, uncheck all extra "
1743 "drivers it wants to install:"
1744 msgstr ""
1745 "Lütfen $TITLE kurulum dosyasını seçin. Kurulum sırasında, kurmak istediği "
1746 "tüm ekstra sürücüleri seçim dışı bırakın."
1747
15921748 #: PlayOnLinux_Scripts/Half_Life_2_:56
15931749 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15941750 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15951751 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1596 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1752 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15971753 #, sh-format
15981754 msgid "No"
15991755 msgstr "Hayır"
16001756
1601 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1602 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1757 #: PlayOnLinux_Scripts/Half_Life_2_:56
1758 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1759 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1760 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1761 #: PlayOnLinux_Scripts/Portal_:36
1762 #, sh-format
1763 msgid ""
1764 "Steam installation has been detected\\nwould you like to install this game "
1765 "in the same virtual drive?"
1766 msgstr ""
1767 "Steam kurulumu saptandı\\n bu oyunu aynı sanal sürücüye kurmak ister misiniz?"
1768
16031769 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16041770 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16051771 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16081774 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16091775 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16101776 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1611 #: python/guiv3.py:157
1777 #: python/guiv3.py:158 python/guiv3.py:161
16121778 #, sh-format
16131779 msgid "Yes"
16141780 msgstr "Evet"
16151781
1616 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1617 #, sh-format
1618 msgid ""
1619 "To install a language pack later, open the configuration panel for the game "
1620 "in order to execute the installer into the virtual disk (Misc tab)"
1621 msgstr ""
1622
1623 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1624 #, sh-format
1625 msgid ""
1626 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1627 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1628 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1629 msgstr ""
1630
1631 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1632 #, sh-format
1633 msgid "Now you must install the modpack in directory:"
1634 msgstr ""
1635
1636 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1637 #, sh-format
1638 msgid "Please select ANY 3 icons when prompted."
1639 msgstr ""
1640
1641 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1642 #, sh-format
1643 msgid "temp directory missing"
1644 msgstr "Geçici dizin kayıp"
1645
1646 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1647 #, sh-format
1648 msgid ""
1649 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1650 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1651 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1652 "details.\\nInstall it?"
1653 msgstr ""
1654
1655 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1656 #, sh-format
1657 msgid "Control Panel"
1658 msgstr "Denetim Masası"
1659
1660 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1661 #, sh-format
1662 msgid ""
1663 "IMPORTANT:\n"
1664 " \\n\\nOn the installation window coming next, do NOT click the Options "
1665 "button, it would mess up the language selection."
1666 msgstr ""
1667
1668 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1669 #, sh-format
1670 msgid ""
1671 "On first run the game will autodetect available renderers.\\nIt is likely "
1672 "that you will get better performance out of the OpenGL renderer."
1673 msgstr ""
1674
1675 #: PlayOnLinux_Scripts/Goblins_3_:21
1676 #, sh-format
1677 msgid "Please select the game language"
1678 msgstr "Lütfen oyun dilini seçin"
1679
1680 #: PlayOnLinux_Scripts/Gothic_3_:82
1681 #, sh-format
1682 msgid "Choose the game resolution"
1683 msgstr "Oyun çözünürlüğünü seçin"
1684
1685 #: PlayOnLinux_Scripts/Gothic_3_:96
1686 #, sh-format
1687 msgid ""
1688 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1689 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1690 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1691 msgstr ""
1692
1693 #: PlayOnLinux_Scripts/Gothic_3_:110
1694 #, sh-format
1695 msgid "$TITLE is installed"
1696 msgstr "$TITLE kuruldu."
1697
1698 #: PlayOnLinux_Scripts/Guild_Wars_:53
1699 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1700 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1701 #, sh-format
1702 msgid "Please insert the DVD-ROM"
1703 msgstr ""
1704
1705 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1706 #, sh-format
1707 msgid ""
1708 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1709 "client and download will resume from where it stopped. Download percentage "
1710 "reset but do not worry, it do not restart from the beginning."
1711 msgstr ""
1712
1713 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1714 #, sh-format
1715 msgid ""
1716 "Please select $TITLE install file. During installation, uncheck all extra "
1717 "drivers it wants to install:"
1718 msgstr ""
1719 "Lütfen $TITLE kurulum dosyasını seçin. Kurulum sırasında, kurmak istediği "
1720 "tüm ekstra sürücüleri seçim dışı bırakın."
1721
1722 #: PlayOnLinux_Scripts/Half_Life_2_:56
1723 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1724 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1725 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1726 #: PlayOnLinux_Scripts/Portal_:36
1727 #, sh-format
1728 msgid ""
1729 "Steam installation has been detected\\nwould you like to install this game "
1730 "in the same virtual drive?"
1731 msgstr ""
1732 "Steam kurulumu saptandı\\n bu oyunu aynı sanal sürücüye kurmak ister misiniz?"
1733
17341782 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
17351783 #, sh-format
17361784 msgid "Updating $TITLE"
17371785 msgstr "$TITLE güncelleniyor"
17381786
1739 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1787 #: PlayOnLinux_Scripts/Hanahira__:54
17401788 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
17411789 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
17421790 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
17481796 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
17491797 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
17501798 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1799 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1800 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1801 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1802 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1803 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1804 #: PlayOnLinux_Scripts/Steins_Gate_:51
17511805 #, sh-format
17521806 msgid "Please locate installation program (Setup.exe)"
1753 msgstr ""
1754
1755 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1756 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1807 msgstr "Lütfen kurulum programının (Setup.exe) yerini belirleyin"
1808
1809 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
17571810 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
17581811 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17591812 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17751828 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17761829 msgstr ""
17771830
1831 #: PlayOnLinux_Scripts/Hearthstone_:26
1832 #, sh-format
1833 msgid "What language do you want to install?"
1834 msgstr ""
1835
17781836 #: PlayOnLinux_Scripts/ImgBurn_:38
17791837 #, sh-format
17801838 msgid ""
18161874 msgstr "Inno Kurulumunun unicode sürümünü kurmak ister misiniz?"
18171875
18181876 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1819 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18201877 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18211878 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18221879 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19141971 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:32
19151972 #, sh-format
19161973 msgid "Insert address of license server!"
1917 msgstr ""
1974 msgstr "Lisans sunucusunun adresini girin!"
19181975
19191976 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:34
19201977 #, sh-format
19211978 msgid "Insert port of license server!"
1922 msgstr ""
1979 msgstr "Lisans sunucusunun port'unu girin!"
19231980
19241981 #: PlayOnLinux_Scripts/Microsoft_Office_2010_Activation_:37
19251982 #, sh-format
19592016 "Register or log in and download the installation file : "
19602017 "https://world.needforspeed.com/"
19612018 msgstr ""
2019 "Kayıt olun ya da giriş yapın ve kurulum dosyasını indirin: "
2020 "https://world.needforspeed.com/"
19622021
19632022 #: PlayOnLinux_Scripts/Need_For_Speed_World_:29
19642023 #, sh-format
19722031 "If the download update stuck close and run until the download is complete."
19732032 msgstr ""
19742033
2034 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19752035 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19762036 #, sh-format
19772037 msgid "Demo version"
19782038 msgstr "Demo sürümü"
19792039
2040 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19802041 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19812042 #, sh-format
19822043 msgid "Please select version."
20322093 "No filename extension specified, skipping association to native application."
20332094 msgstr ""
20342095
2096 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2097 #, sh-format
2098 msgid "Contacting download server."
2099 msgstr ""
2100
20352101 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20362102 #: python/install.py:454 python/install.py:456 python/install.py:570
20372103 #: python/install.py:573
20742140 #: PlayOnLinux_Scripts/POL_Install_CentralizedUserDirs_:13
20752141 #, sh-format
20762142 msgid "In what directory do you want to redirect user directories?"
2077 msgstr ""
2143 msgstr "Kullanıcı dizinlerini hangi dizine yönlendirmek istersiniz?"
20782144
20792145 #: PlayOnLinux_Scripts/POL_Install_d3dcompiler_43_:11
20802146 #: PlayOnLinux_Scripts/POL_Install_d3dx9_:11
21152181 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
21162182 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
21172183 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2118 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2184 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
21192185 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
21202186 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
21212187 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
21552221 "DotNet 3.0 kurulumu sırasında hata mesajları görürseniz onları sorun olmadan "
21562222 "yok sayabilirsiniz."
21572223
2158 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2159 #, sh-format
2160 msgid "This package fail to install with wine 1.5.21 or better"
2161 msgstr "Bu paket wine 1.5.21 veya daha üst sürümle kurulum için başarısız."
2162
2163 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2224 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
21642225 #, sh-format
21652226 msgid ""
21662227 "If you see error messages during DotNet 3.5 installation, you can ignore "
21672228 "them without issues"
21682229 msgstr ""
2230 "DotNet 3.5 kurulumu sırasında hatalar görmeniz olağandır. Bunları görmezden "
2231 "gelebilirsiniz."
21692232
21702233 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:20
21712234 #, sh-format
21882251 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:12
21892252 #, sh-format
21902253 msgid "Installing DirectX runtime"
2191 msgstr ""
2254 msgstr "DirectX çalışma zamanı kuruluyor"
21922255
21932256 #: PlayOnLinux_Scripts/POL_Install_gecko_:101
21942257 #, sh-format
22112274 msgid ""
22122275 "Warning : GFWL seems to be already installed.\\nForcing reinstallation."
22132276 msgstr ""
2277 "Uyarı : GFWL zaten yüklenmiş görünüyor.\\nTekrar yüklemeye zorlanıyor."
22142278
22152279 #: PlayOnLinux_Scripts/POL_Install_ie8_:26
22162280 #, sh-format
22172281 msgid "Choose the Internet Explorer language you want"
2218 msgstr ""
2282 msgstr "istediğiniz Internet Explorer dilini seçiniz"
22192283
22202284 #: PlayOnLinux_Scripts/POL_Install_linuxtrack_wine_:9
22212285 #, sh-format
22472311 #: PlayOnLinux_Scripts/POL_Install_vbrun6_:12
22482312 #, sh-format
22492313 msgid "Installing Visual Basic runtime"
2250 msgstr ""
2314 msgstr "Visual Basic çalışma kütüphanesi yükleniyor"
22512315
22522316 #: PlayOnLinux_Scripts/POL_Install_vcrun2005_:37
22532317 #, sh-format
22852349 "PlayOnLinux sürümünüz çok eski olduğu için VCRun2010 kurulumu başarısız "
22862350 "olabilir. Lütfen güncelleyin."
22872351
2288 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2352 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2353 #: PlayOnLinux_Scripts/yWriter_5_:45
22892354 #, sh-format
22902355 msgid "Downloading..."
2291 msgstr ""
2356 msgstr "İndiriliyor..."
22922357
22932358 #: PlayOnLinux_Scripts/POL_Install_wintrust_:11
22942359 #, sh-format
23272392 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:3
23282393 #, sh-format
23292394 msgid " Licence translated into your language "
2330 msgstr ""
2395 msgstr " Lisans dilinize çevrildi "
23312396
23322397 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4
23332398 #, sh-format
23352400 "These fonts were provided by Microsoft\\n\"in the interest of cross-platform "
23362401 "compatibility\"."
23372402 msgstr ""
2403 "Bu yazı tipleri Microsoft tarafından sağlandı\\ntabii ki \"çoklu platform "
2404 "uyumluluğu için\"."
23382405
23392406 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5
23402407 #, sh-format
23412408 msgid ""
23422409 "This is no longer the case, but they are still available from third parties."
23432410 msgstr ""
2411 "Şu anda bu durum söz konusu değil fakat hâlâ üçüncü taraflarda bulunmaktadır."
23442412
23452413 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:7
23462414 #, sh-format
23492417 "you may not redistribute them in modified form,\\nincluding changes to the "
23502418 "file name or packaging format."
23512419 msgstr ""
2420 "Bu yazı biçimlerini indirip kendiniz için kullanmakta özgürsünüz\\nfakat "
2421 "dosya adlarını, arşivleme biçimlerini ve içeriklerini değiştirip "
2422 "dağıtamazsınız."
23522423
23532424 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:9
23542425 #, sh-format
23582429 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:20
23592430 #, sh-format
23602431 msgid "Please read and accept the following:"
2361 msgstr ""
2432 msgstr "Lütfen bunları okuyup kabul edin:"
23622433
23632434 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32
23642435 #, sh-format
23962467 msgid "Microsoft fonts have been installed successfully."
23972468 msgstr "Microsoft yazı tipleri başarılı bir şekilde yüklendi."
23982469
2470 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2471 #, sh-format
2472 msgid ""
2473 "OSX users: If the screen flickers once the game is launched, try to press "
2474 "cmd + tab twice"
2475 msgstr ""
2476
23992477 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
24002478 #, sh-format
24012479 msgid "Remove Game For Windows Live..."
2402 msgstr ""
2480 msgstr "Game For Windows Live'ı kaldır..."
24032481
24042482 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:23
24052483 #, sh-format
24122490 "To continue, PlayOnLinux needs to umount your CD-ROM previously mounted with "
24132491 "unhide option."
24142492 msgstr ""
2493 "Devam etmek için, PlayOnLinux daha önceden gizlemeksizin takılan CD-ROM'u "
2494 "çıkarmaya ihtiyaç duyuyor."
24152495
24162496 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:15
24172497 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:15
24202500 "We need to have sudo access on your computer. Therefore, your root password "
24212501 "will be asked. Here is the commands PlayOnLinux will run as root:"
24222502 msgstr ""
2503 "Bilgisayarınıza sudo erişimi ihtiyacımız var. Bu sebeple, root şifreniz "
2504 "sorulacak. Bunlar, PlayOnLinux'un root yetkisiyle çalıştıracağı komutlar:"
24232505
24242506 #: PlayOnLinux_Scripts/POL_Sudo_RehideCdrom_:20
24252507 #: PlayOnLinux_Scripts/POL_Sudo_UnhideCdrom_:21
24322514 msgid ""
24332515 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
24342516 msgstr ""
2435
2436 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2517 "Devam etmek için, PlayOnLinux CD-ROM'unuzu gizlemeden tekrar takmak istiyor."
2518
2519 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
24372520 #, sh-format
24382521 msgid "Abort installation"
24392522 msgstr "Kurulumu iptal et"
24582541 msgid "The program needs access to ptrace() to proceed:"
24592542 msgstr "Program devam etmek için ptrace()'e erişime gerekiyor."
24602543
2461 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2544 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
24622545 #, sh-format
24632546 msgid "User abort"
24642547 msgstr "Kullanıcı iptali"
24972580 msgid "Please do not run $TITLE after installation has finished."
24982581 msgstr ""
24992582
2583 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2584 #, sh-format
2585 msgid "Extracting $TITLE"
2586 msgstr ""
2587
25002588 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
25012589 #, sh-format
25022590 msgid ""
25092597 msgid "$TITLE has been successfully installed."
25102598 msgstr ""
25112599
2600 #: PlayOnLinux_Scripts/Poker_Stars_:37
2601 #, sh-format
2602 msgid "Error while installing. Downloaded file not found."
2603 msgstr ""
2604
25122605 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
25132606 #, sh-format
25142607 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
25162609
25172610 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
25182611 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2612 #: PlayOnLinux_Scripts/Watchtower_library_:58
25192613 #, sh-format
25202614 msgid "Please wait while $TITLE is installed"
25212615 msgstr ""
25482642 #, sh-format
25492643 msgid "Please insert disk 3 into your disk drive\\nif not already done."
25502644 msgstr "Hala yapılmadıysa\\n Lütfen Disk 3'yi disk sürücünüze yerleştirin."
2645
2646 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2647 #, sh-format
2648 msgid ""
2649 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2650 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2651 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2652 "n\\nIf you have one of this two versions of this game, please give some "
2653 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2654 "n\\nThank you!"
2655 msgstr ""
2656
2657 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2658 #, sh-format
2659 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2660 msgstr ""
2661
2662 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2663 #, sh-format
2664 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2665 msgstr ""
2666
2667 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2668 #, sh-format
2669 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2670 msgstr ""
2671
2672 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2673 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2674 #, sh-format
2675 msgid "Select a version of installation disc:"
2676 msgstr ""
2677
2678 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2679 #, sh-format
2680 msgid "First Release (without addons)"
2681 msgstr ""
2682
2683 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2684 #, sh-format
2685 msgid "Gold Edition"
2686 msgstr ""
2687
2688 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2689 #, sh-format
2690 msgid "Platinum Edition"
2691 msgstr ""
2692
2693 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2694 #, sh-format
2695 msgid "What is your version of Railroad Tycoon II?"
2696 msgstr ""
2697
2698 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2699 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2700 #, sh-format
2701 msgid ""
2702 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2703 "desktop.\\n\\nThank you for using this installation script! :)"
2704 msgstr ""
25512705
25522706 #: PlayOnLinux_Scripts/Reaper_4_:30
25532707 #, sh-format
27002854 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
27012855 msgstr ""
27022856
2857 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2858 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2859 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2860 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2861 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2862 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2864 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2865 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2866 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2867 #, sh-format
2868 msgid ""
2869 "Close the visual novel when it appears to continue installation. Click Next "
2870 "to begin installation."
2871 msgstr ""
2872
2873 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2874 #, sh-format
2875 msgid ""
2876 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2877 "script will now install it. Click Next to continue."
2878 msgstr ""
2879
27032880 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
27042881 #, sh-format
27052882 msgid ""
27072884 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
27082885 msgstr ""
27092886
2710 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2711 #, sh-format
2712 msgid "Please locate installation program (Launcher.exe)"
2713 msgstr ""
2714
2715 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2716 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2717 #, sh-format
2718 msgid ""
2719 "When the launcher opens, click on the top button to open the installer. When "
2720 "a new window opens, click OK. When another window opens, click on the button "
2721 "with the letter N until it is installing. Wait until it is done and click "
2722 "the right button to quit. Click Next when you are done installing."
2887 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2888 #, sh-format
2889 msgid "Please locate installation program in Data folder (Resonance.msi)"
27232890 msgstr ""
27242891
27252892 #: PlayOnLinux_Scripts/Steam_:50
27552922 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
27562923 "game. Steam install xna framework the game. Close the Steam so that the "
27572924 "installer can continue."
2925 msgstr ""
2926
2927 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2928 #, sh-format
2929 msgid "If youve the extentions, you should install Tribunal first !"
27582930 msgstr ""
27592931
27602932 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
28703042 "pp 4-5."
28713043 msgstr ""
28723044
3045 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3046 #, sh-format
3047 msgid "Please select the installation file to run."
3048 msgstr ""
3049
3050 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3051 #, sh-format
3052 msgid ""
3053 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3054 "your region.\\n 2. Leave only checked DirectX box."
3055 msgstr ""
3056
28733057 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28743058 #, sh-format
28753059 msgid ""
28763060 "The game will fail to launch until you set "
28773061 "/proc/sys/kernel/yama/ptrace_scope to 0"
3062 msgstr ""
3063
3064 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3065 #, sh-format
3066 msgid "Other destination or other CD/DVD"
3067 msgstr ""
3068
3069 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3070 #, sh-format
3071 msgid "Retail CD"
3072 msgstr ""
3073
3074 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3075 #, sh-format
3076 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3077 msgstr ""
3078
3079 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3080 #, sh-format
3081 msgid "video fix"
28783082 msgstr ""
28793083
28803084 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
29663170 msgid "Donwload finished.\\nPatches installation will begin"
29673171 msgstr "İndirme tamamlandı\\n Yama kurulumları başlayacak"
29683172
3173 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3174 #, sh-format
3175 msgid "We will download the installer"
3176 msgstr ""
3177
29693178 #: PlayOnLinux_Scripts/Toontown_Online_:17
29703179 #, sh-format
29713180 msgid ""
30053214 msgid "Do you want to browse $TITLE website?"
30063215 msgstr "$TITLE websitesini görüntülemek ister misiniz?"
30073216
3217 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3218 #, sh-format
3219 msgid ""
3220 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3221 "messenger, because it will won't work correctly."
3222 msgstr ""
3223
3224 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3225 #, sh-format
3226 msgid "Warning"
3227 msgstr ""
3228
30083229 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
30093230 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
30103231 #, sh-format
30133234 "want it to run correctly with $APPLICATION_TITLE"
30143235 msgstr ""
30153236
3237 #: PlayOnLinux_Scripts/Watchtower_library_:49
3238 #, sh-format
3239 msgid "File Selection Error"
3240 msgstr ""
3241
3242 #: PlayOnLinux_Scripts/Watchtower_library_:49
3243 #, sh-format
3244 msgid ""
3245 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3246 msgstr ""
3247
30163248 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
30173249 #, sh-format
30183250 msgid ""
30293261 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
30303262 #, sh-format
30313263 msgid ""
3032 "Attention: After installation is complete, the patcher will load. Please "
3033 "close the patcher before logging in or finish updating to complete the "
3034 "installation. After this, you can run \"$TITLE\" when setup is done"
3264 "Attention:After installation is complete, the patcher will load. After, go "
3265 "to the top right of the patcher and click the wrench, Then Un-check the box "
3266 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3267 "minuite. When finished with this, please close the patcher before logging in "
3268 "or finish updating to complete the installation. After this, you can run "
3269 "\"$TITLE\" when setup is done"
30353270 msgstr ""
30363271
30373272 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
30743309 "Please insert game media 5 into your disk drive\\nif not already done."
30753310 msgstr ""
30763311
3312 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3313 #, sh-format
3314 msgid "Which region version of World of Warplanes would you like to install?"
3315 msgstr ""
3316
3317 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3318 #, sh-format
3319 msgid ""
3320 "Attention:After installation is complete, the patcher will load. After, go "
3321 "to the top right of the patcher and click the wrench, Then Un-check the box "
3322 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3323 "minute. When finished with this, please close the patcher before logging in "
3324 "or finish updating to complete the installation. After this, you can run "
3325 "\"$TITLE\" when setup is done"
3326 msgstr ""
3327
30773328 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
30783329 #, sh-format
30793330 msgid ""
31213372 msgid "Please select the 32bit version of iTunes"
31223373 msgstr ""
31233374
3124 #: PlayOnLinux_Scripts/osu_:45
3375 #: PlayOnLinux_Scripts/osu_:46
31253376 #, sh-format
31263377 msgid ""
31273378 "Press next to start the updater. When the updater is finished, close it "
31413392 "resolution when rFactor Config comes up."
31423393 msgstr ""
31433394
3144 #: bash/bug_report:31
3395 #: bash/bug_report:32
31453396 #, sh-format
31463397 msgid "Report a bug"
31473398 msgstr "Hata bildir"
31483399
3149 #: bash/bug_report:36
3400 #: bash/bug_report:37
31503401 #, sh-format
31513402 msgid ""
31523403 "Please give the more details as you can, otherwise, it will be very "
31553406 "Lütfen verebildiğiniz kadar çok ayrıntı verin, aksi takdirde size yardım "
31563407 "etmemiz çok zor olacaktır"
31573408
3158 #: bash/bug_report:36
3409 #: bash/bug_report:37
31593410 #, sh-format
31603411 msgid ""
31613412 "This wizard will help you to report a bug about an officially supported "
31623413 "program."
31633414 msgstr ""
31643415
3165 #: bash/bug_report:40
3416 #: bash/bug_report:41
31663417 #, sh-format
31673418 msgid ""
31683419 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
31693420 "$APPLICATION_TITLE before sending a bug report.\\nThank you"
31703421 msgstr ""
31713422
3172 #: bash/bug_report:46
3423 #: bash/bug_report:47
31733424 #, sh-format
31743425 msgid "I have a problem with a software"
31753426 msgstr ""
31763427
3177 #: bash/bug_report:46
3428 #: bash/bug_report:47
31783429 #, sh-format
31793430 msgid "My problem concerns $APPLICATION_TITLE itself"
31803431 msgstr ""
31813432
3182 #: bash/bug_report:46
3433 #: bash/bug_report:47
31833434 #, sh-format
31843435 msgid "What kind of problem do you have?"
31853436 msgstr ""
31863437
3187 #: bash/bug_report:50
3438 #: bash/bug_report:51
31883439 #, sh-format
31893440 msgid "Don't join any log file"
31903441 msgstr ""
31913442
3192 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3443 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31933444 #: bash/manual_install:120 bash/manual_install:219
31943445 #, sh-format
31953446 msgid "Manual installation"
31963447 msgstr ""
31973448
3198 #: bash/bug_report:54 bash/run_exe:24
3449 #: bash/bug_report:55 bash/run_exe:24
31993450 #, sh-format
32003451 msgid "Automatic installation"
32013452 msgstr ""
32023453
3203 #: bash/bug_report:65
3454 #: bash/bug_report:66
32043455 #, sh-format
32053456 msgid "Choose the log file corresponding to your software."
32063457 msgstr ""
32073458
3208 #: bash/bug_report:69
3459 #: bash/bug_report:70
32093460 #, sh-format
32103461 msgid "Please give a very short description (title, english only)"
32113462 msgstr ""
32123463
3213 #: bash/bug_report:72
3464 #: bash/bug_report:73
32143465 #, sh-format
32153466 msgid "Please explain your problem clearly (english only):"
32163467 msgstr ""
32173468
3218 #: bash/bug_report:76
3469 #: bash/bug_report:77
32193470 #, sh-format
32203471 msgid "Sorry, we need a detailed description."
32213472 msgstr ""
32223473
3223 #: bash/bug_report:107
3474 #: bash/bug_report:108
32243475 #, sh-format
32253476 msgid ""
32263477 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
32623513 msgstr ""
32633514
32643515 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3265 #: python/mainwindow.py:232
3516 #: python/mainwindow.py:234
32663517 #, sh-format
32673518 msgid "Run a local script"
32683519 msgstr "Yerel bir betik çalıştır"
33863637 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33873638 msgstr ""
33883639
3389 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3640 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33903641 #, sh-format
33913642 msgid "$APPLICATION_TITLE first use"
33923643 msgstr ""
33933644
3394 #: bash/first_use:240
3645 #: bash/first_use:242
33953646 #, sh-format
33963647 msgid "$APPLICATION_TITLE is going to finish its preparation"
33973648 msgstr ""
33983649
3399 #: bash/first_use:240 bash/first_use:243
3650 #: bash/first_use:242 bash/first_use:245
34003651 #, sh-format
34013652 msgid "Please ensure you are connected to the internet."
34023653 msgstr ""
34033654
3404 #: bash/first_use:243
3655 #: bash/first_use:245
34053656 #, sh-format
34063657 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
34073658 msgstr ""
34083659
3409 #: bash/first_use:243
3660 #: bash/first_use:245
34103661 #, sh-format
34113662 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
34123663 msgstr ""
34133664
3414 #: bash/first_use:253
3665 #: bash/first_use:255
34153666 #, sh-format
34163667 msgid "Error while installing fonts"
34173668 msgstr ""
34183669
3419 #: bash/first_use:271
3670 #: bash/first_use:273
34203671 #, sh-format
34213672 msgid "Enjoy using $APPLICATION_TITLE"
34223673 msgstr ""
35283779 msgid "Use another version of Wine"
35293780 msgstr ""
35303781
3531 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3532 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3782 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3783 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
35333784 #, sh-format
35343785 msgid "Configure Wine"
35353786 msgstr "Wine'ı Yapılandır"
35493800 msgid "What would you like to do before installation?"
35503801 msgstr ""
35513802
3552 #: bash/manual_install:230 lib/scripts.lib:437
3803 #: bash/manual_install:231 lib/scripts.lib:438
35533804 #, sh-format
35543805 msgid "Please make your choice"
35553806 msgstr ""
35563807
3557 #: bash/manual_install:258
3808 #: bash/manual_install:259
35583809 #, sh-format
35593810 msgid "Looking for runnable CD-ROMs"
35603811 msgstr ""
35613812
3562 #: bash/manual_install:281
3813 #: bash/manual_install:282
35633814 #, sh-format
35643815 msgid "Select another file"
35653816 msgstr ""
35663817
3567 #: bash/manual_install:289
3818 #: bash/manual_install:290
35683819 #, sh-format
35693820 msgid "Please choose a way to install your program"
35703821 msgstr ""
35713822
3572 #: bash/manual_install:298
3823 #: bash/manual_install:299
35733824 #, sh-format
35743825 msgid "Please select the install file to run."
35753826 msgstr "Lütfen çalıştırılacak yükleme dosyasını seçin."
35763827
3577 #: bash/manual_install:328
3828 #: bash/manual_install:329
35783829 #, sh-format
35793830 msgid "You must choose a file!"
35803831 msgstr ""
35813832
3582 #: bash/manual_install:334
3833 #: bash/manual_install:335
35833834 #, sh-format
35843835 msgid "$APPLICATION_TITLE is installing your application..."
35853836 msgstr ""
36573908 msgid "Extracting: "
36583909 msgstr ""
36593910
3660 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3911 #: bash/playonlinux-pkg:111
36613912 #, sh-format
36623913 msgid "Running..."
36633914 msgstr "Çalışıyor..."
36673918 msgid "Cleaning..."
36683919 msgstr ""
36693920
3670 #: bash/playonlinux_online:32
3671 #, sh-format
3672 msgid ""
3673 "This is the list of the scripts you sent to us. You can run one of them"
3674 msgstr ""
3675
3676 #: bash/playonlinux_online:42
3677 #, sh-format
3678 msgid "You do not seems to have any personal script"
3679 msgstr ""
3680
3681 #: bash/playonlinux_online:47
3682 #, sh-format
3683 msgid ""
3684 "If you have successfully installed a program with 'Install a non-listed\\"
3685 "nsoftware' button, it will allow you to add this program in our list"
3686 msgstr ""
3687
3688 #: bash/playonlinux_online:47
3689 #, sh-format
3690 msgid "This tools will allow you to help us :"
3691 msgstr ""
3692
3693 #: bash/playonlinux_online:47
3694 #, sh-format
3695 msgid ""
3696 "We're going to ask you some questions, please be as much accurate as\\"
3697 "npossible"
3698 msgstr ""
3699
3700 #: bash/playonlinux_online:55
3701 #, sh-format
3702 msgid "Choose the file corresponding to your program."
3703 msgstr ""
3704
3705 #: bash/playonlinux_online:59
3706 #, sh-format
3707 msgid "Does your program run?"
3708 msgstr ""
3709
3710 #: bash/playonlinux_online:62
3711 #, sh-format
3712 msgid "What is the title of your program?"
3713 msgstr ""
3714
3715 #: bash/playonlinux_online:64
3716 #, sh-format
3717 msgid "What is the editor of your program?"
3718 msgstr ""
3719
3720 #: bash/playonlinux_online:66
3721 #, sh-format
3722 msgid "What is the editor website of your program?"
3723 msgstr ""
3724
3725 #: bash/playonlinux_online:69 python/install.py:210
3726 #, sh-format
3727 msgid "Accessories"
3728 msgstr "Donatılar"
3729
3730 #: bash/playonlinux_online:69 python/install.py:211
3731 #, sh-format
3732 msgid "Development"
3733 msgstr "Geliştirme"
3734
3735 #: bash/playonlinux_online:69 python/install.py:212
3736 #, sh-format
3737 msgid "Education"
3738 msgstr "Eğitim"
3739
3740 #: bash/playonlinux_online:69 python/install.py:213
3741 #, sh-format
3742 msgid "Games"
3743 msgstr "Oyunlar"
3744
3745 #: bash/playonlinux_online:69 python/install.py:214
3746 #, sh-format
3747 msgid "Graphics"
3748 msgstr "Grafikler"
3749
3750 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3751 #: python/options.py:384
3752 #, sh-format
3753 msgid "Internet"
3754 msgstr "İnternet"
3755
3756 #: bash/playonlinux_online:69 python/install.py:216
3757 #, sh-format
3758 msgid "Multimedia"
3759 msgstr "Çoklu ortam"
3760
3761 #: bash/playonlinux_online:69 python/install.py:217
3762 #, sh-format
3763 msgid "Office"
3764 msgstr "Ofis"
3765
3766 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3767 #, sh-format
3768 msgid "Other"
3769 msgstr "Diğer"
3770
3771 #: bash/playonlinux_online:69 python/install.py:219
3772 #, sh-format
3773 msgid "Patches"
3774 msgstr "Yamalar"
3775
3776 #: bash/playonlinux_online:69
3777 #, sh-format
3778 msgid "Select a category for your program"
3779 msgstr ""
3780
3781 #: bash/playonlinux_online:69 python/install.py:258
3782 #, sh-format
3783 msgid "Testing"
3784 msgstr "Sınamada olanlar"
3785
3786 #: bash/playonlinux_online:72
3787 #, sh-format
3788 msgid ""
3789 "What feature of your program does not work?\\nIf everything works, please "
3790 "mention it"
3791 msgstr ""
3792
3793 #: bash/playonlinux_online:74
3794 #, sh-format
3795 msgid "Write any change you made to wine configuration here:"
3796 msgstr ""
3797
3798 #: bash/playonlinux_online:102
3799 #, sh-format
3800 msgid "You must be able to run this program!"
3801 msgstr ""
3802
3803 #: bash/playonlinux_online:107
3804 #, sh-format
3805 msgid "Run one of your personal scripts"
3806 msgstr ""
3807
3808 #: bash/playonlinux_online:108
3809 #, sh-format
3810 msgid "Send to us a working script generated by manual installation"
3811 msgstr ""
3812
3813 #: bash/playonlinux_online:109
3814 #, sh-format
3815 msgid "Logout"
3816 msgstr ""
3817
3818 #: bash/playonlinux_online:110
3819 #, sh-format
3820 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3821 msgstr ""
3822
3823 #: bash/playonlinux_online:124
3824 #, sh-format
3825 msgid ""
3826 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3827 "safely close this window"
3828 msgstr ""
3829
3830 #: bash/polconfigurator:33
3921 #: bash/polconfigurator:34
38313922 #, sh-format
38323923 msgid "Killing programs in the virtual drive..."
38333924 msgstr ""
38343925
3835 #: bash/polconfigurator:79
3926 #: bash/polconfigurator:86
38363927 #, sh-format
38373928 msgid "Icon selection"
38383929 msgstr ""
38393930
3840 #: bash/polconfigurator:79
3931 #: bash/polconfigurator:86
38413932 #, sh-format
38423933 msgid "Please select an icon file"
38433934 msgstr "Lütfen bir simge dosyası seçin"
38443935
3845 #: bash/polconfigurator:86
3936 #: bash/polconfigurator:93
38463937 #, sh-format
38473938 msgid "Bad file extension"
38483939 msgstr ""
38493940
3850 #: bash/polconfigurator:86
3941 #: bash/polconfigurator:93
38513942 #, sh-format
38523943 msgid "is not an icon extension"
38533944 msgstr ""
38543945
3855 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3856 #: python/mainwindow.py:621
3946 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3947 #: python/mainwindow.py:619
38573948 #, sh-format
38583949 msgid "Registry Editor"
38593950 msgstr "Kayıt Defteri Düzenleyicisi"
38603951
3861 #: bash/polconfigurator:97
3952 #: bash/polconfigurator:104
38623953 #, sh-format
38633954 msgid "Kill all prefix processes"
38643955 msgstr ""
38653956
3866 #: bash/polconfigurator:98
3957 #: bash/polconfigurator:105
38673958 #, sh-format
38683959 msgid "Update wineprefix"
38693960 msgstr ""
38703961
3871 #: bash/polconfigurator:99
3962 #: bash/polconfigurator:106
38723963 #, sh-format
38733964 msgid "Simulate Windows reboot"
38743965 msgstr "Windows yeniden başlatmasını taklit et"
38753966
3876 #: bash/polconfigurator:100
3967 #: bash/polconfigurator:107
38773968 #, sh-format
38783969 msgid "Use Advanced Wine Configuration plugin"
38793970 msgstr "Gelişmiş Wine Yapılandırması eklentisini kullan"
38803971
3881 #: bash/polconfigurator:101
3972 #: bash/polconfigurator:108
38823973 #, sh-format
38833974 msgid "Use PlayOnLinux's configurator for"
38843975 msgstr ""
38853976
3886 #: bash/polconfigurator:103
3977 #: bash/polconfigurator:110
38873978 #, sh-format
38883979 msgid "Change the icon"
38893980 msgstr ""
38903981
3891 #: bash/polconfigurator:104
3982 #: bash/polconfigurator:111
38923983 #, sh-format
38933984 msgid "Use WineTricks"
38943985 msgstr ""
38953986
3896 #: bash/polconfigurator:123
3987 #: bash/polconfigurator:130
38973988 #, sh-format
38983989 msgid "Please choose an action to perform"
38993990 msgstr ""
39434034 msgid "Please choose a CD-ROM to eject"
39444035 msgstr ""
39454036
3946 #: bash/run_app:83
4037 #: bash/run_app:85
39474038 #, sh-format
39484039 msgid "Please choose a software to run"
39494040 msgstr ""
39504041
3951 #: bash/run_app:114
4042 #: bash/run_app:116
39524043 #, sh-format
39534044 msgid "$APPLICATION_TITLE debugger is starting..."
39544045 msgstr ""
39554046
3956 #: bash/run_app:117
4047 #: bash/run_app:119
39574048 #, sh-format
39584049 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
39594050 msgstr ""
39604051
3961 #: bash/run_app:119
4052 #: bash/run_app:121
39624053 #, sh-format
39634054 msgid "$PACKAGE crashed."
39644055 msgstr ""
40144105 msgstr ""
40154106
40164107 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4017 #: lib/playonlinux.lib:717
4108 #: lib/playonlinux.lib:720
40184109 #, sh-format
40194110 msgid "$APPLICATION_TITLE Uninstaller"
40204111 msgstr "$APPLICATION_TITLE Yazılım Kaldırıcısı"
40344125 msgid "This wizard will help you to uninstall: "
40354126 msgstr "Bu sihirbaz size şunu kaldırmanızda yardımcı olacak: "
40364127
4037 #: bash/uninstall:65 lib/playonlinux.lib:717
4128 #: bash/uninstall:65 lib/playonlinux.lib:720
40384129 #, sh-format
40394130 msgid "Uninstalling..."
40404131 msgstr ""
40944185 msgstr ""
40954186
40964187 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4097 #: lib/wine.lib:955 lib/wine.lib:1036
4188 #: lib/wine.lib:970 lib/wine.lib:1051
40984189 #, sh-format
40994190 msgid "Please wait while the virtual drive is being created..."
41004191 msgstr ""
41114202 msgid "Setting Program Files var"
41124203 msgstr ""
41134204
4114 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4115 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4205 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4206 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
41164207 #, sh-format
41174208 msgid "This function is disabled in the PlayOnlinux environment."
41184209 msgstr ""
41194210
4120 #: lib/playonlinux.lib:334
4211 #: lib/playonlinux.lib:336
41214212 #, sh-format
41224213 msgid ""
41234214 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41254216 "responsible from it.\\nPlease ensure you know what you are doing !"
41264217 msgstr ""
41274218
4128 #: lib/playonlinux.lib:335
4219 #: lib/playonlinux.lib:337
41294220 #, sh-format
41304221 msgid "Here the source code of the script. Check it carefully"
41314222 msgstr ""
41324223
4133 #: lib/playonlinux.lib:357
4224 #: lib/playonlinux.lib:359
41344225 #, sh-format
41354226 msgid ""
41364227 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
41384229 "responsible from it.\\nPlease ensure you know what you are doing!"
41394230 msgstr ""
41404231
4141 #: lib/playonlinux.lib:358
4232 #: lib/playonlinux.lib:360
41424233 #, sh-format
41434234 msgid "External library"
41444235 msgstr ""
41454236
4146 #: lib/playonlinux.lib:358
4237 #: lib/playonlinux.lib:360
41474238 #, sh-format
41484239 msgid "Here the source code of the script. Check it carrefully"
41494240 msgstr ""
41504241
4151 #: lib/playonlinux.lib:591
4242 #: lib/playonlinux.lib:593
41524243 #, sh-format
41534244 msgid "Making shortcut..."
41544245 msgstr "Kısayol oluşturuluyor..."
41554246
4156 #: lib/playonlinux.lib:715
4247 #: lib/playonlinux.lib:718
41574248 #, sh-format
41584249 msgid "Do you want to delete the virtual drive:"
41594250 msgstr ""
41604251
4161 #: lib/playonlinux.lib:826
4252 #: lib/playonlinux.lib:831
41624253 #, sh-format
41634254 msgid ""
41644255 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
41654256 "from working\\n\\n$FilePath"
41664257 msgstr ""
41674258
4168 #: lib/playonlinux.lib:827
4259 #: lib/playonlinux.lib:832
41694260 #, sh-format
41704261 msgid ""
41714262 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41724263 "from working\\n\\n$FilePath"
41734264 msgstr ""
41744265
4175 #: lib/playonlinux.lib:828
4266 #: lib/playonlinux.lib:833
41764267 #, sh-format
41774268 msgid ""
41784269 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41794270 "from working\\n\\n$FilePath"
41804271 msgstr ""
41814272
4182 #: lib/playonlinux.lib:829
4273 #: lib/playonlinux.lib:834
41834274 #, sh-format
41844275 msgid ""
41854276 "The following file is located on a noexec mounted filesystem.\\nIt might "
41864277 "prevent wine from working\\n\\n$FilePath"
41874278 msgstr ""
41884279
4189 #: lib/plugins.lib:65
4280 #: lib/plugins.lib:66
41904281 #, sh-format
41914282 msgid "Checking plugin: "
41924283 msgstr ""
41934284
4194 #: lib/plugins.lib:93
4285 #: lib/plugins.lib:94
41954286 #, sh-format
41964287 msgid "New: "
41974288 msgstr ""
41984289
4199 #: lib/plugins.lib:93
4290 #: lib/plugins.lib:94
42004291 #, sh-format
42014292 msgid "Updating plugin. Previous: "
42024293 msgstr ""
42034294
4204 #: lib/plugins.lib:112
4295 #: lib/plugins.lib:113
42054296 #, sh-format
42064297 msgid "Installing plugin: "
42074298 msgstr ""
42184309 msgid "Function override detected, disabling bug reporting"
42194310 msgstr ""
42204311
4221 #: lib/scripts.lib:499 lib/scripts.lib:565
4312 #: lib/scripts.lib:500 lib/scripts.lib:566
42224313 #, sh-format
42234314 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
42244315 msgstr ""
42254316
4226 #: lib/scripts.lib:501 lib/scripts.lib:784
4317 #: lib/scripts.lib:502 lib/scripts.lib:785
42274318 #, sh-format
42284319 msgid "Please wait while $APPLICATION_TITLE is downloading:"
42294320 msgstr ""
42304321
4231 #: lib/scripts.lib:503 lib/scripts.lib:570
4322 #: lib/scripts.lib:504 lib/scripts.lib:571
42324323 #, sh-format
42334324 msgid "An error happened during download."
42344325 msgstr ""
42354326
4236 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4237 #: lib/scripts.lib:586
4327 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4328 #: lib/scripts.lib:587
42384329 #, sh-format
42394330 msgid "Do you want to retry?"
42404331 msgstr ""
42414332
4242 #: lib/scripts.lib:522 lib/scripts.lib:586
4333 #: lib/scripts.lib:523 lib/scripts.lib:587
42434334 #, sh-format
42444335 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
42454336 msgstr ""
42464337
4247 #: lib/scripts.lib:689
4338 #: lib/scripts.lib:690
42484339 #, sh-format
42494340 msgid ""
42504341 "7z not installed, please check that you have 7zip installed and try again"
42514342 msgstr ""
42524343
4253 #: lib/scripts.lib:696
4344 #: lib/scripts.lib:697
42544345 #, sh-format
42554346 msgid "Failed to locate ${dest} from ${archive}"
42564347 msgstr ""
42574348
4258 #: lib/scripts.lib:700
4349 #: lib/scripts.lib:701
42594350 #, sh-format
42604351 msgid "Extracting ${filename} from ${archivename}"
42614352 msgstr ""
42624353
4263 #: lib/scripts.lib:715
4354 #: lib/scripts.lib:716
42644355 #, sh-format
42654356 msgid "Extracted file size does not match!"
42664357 msgstr ""
42674358
4268 #: lib/scripts.lib:746
4359 #: lib/scripts.lib:747
42694360 #, sh-format
42704361 msgid "Copying ${filename}"
42714362 msgstr ""
42724363
4273 #: lib/scripts.lib:759
4364 #: lib/scripts.lib:760
42744365 #, sh-format
42754366 msgid "File size does not match!"
42764367 msgstr ""
42774368
4278 #: lib/scripts.lib:903
4369 #: lib/scripts.lib:904
42794370 #, sh-format
42804371 msgid ""
42814372 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42824373 "n$APPLICATION_TITLE $NEEDED is required."
42834374 msgstr ""
42844375
4285 #: lib/scripts.lib:918
4376 #: lib/scripts.lib:919
42864377 #, sh-format
42874378 msgid ""
42884379 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42894380 "$NEEDED is recommended to continue."
42904381 msgstr ""
42914382
4292 #: lib/scripts.lib:949
4383 #: lib/scripts.lib:950
42934384 #, sh-format
42944385 msgid "$AUTHOR profile"
42954386 msgstr ""
43364427 "again."
43374428 msgstr ""
43384429
4339 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4430 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
43404431 #: python/mainwindow.py:1135 python/mainwindow.py:1165
43414432 #: python/mainwindow.py:1179 python/mainwindow.py:1188
43424433 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
43484439 #, sh-format
43494440 msgid "Where is mounted your CD-ROM?"
43504441 msgstr ""
4442
4443 #: lib/setupwindow.lib:349 python/install.py:218
4444 #, sh-format
4445 msgid "Other"
4446 msgstr "Diğer"
43514447
43524448 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
43534449 #, sh-format
44674563 msgid "I don't want to make another shortcut"
44684564 msgstr "Başka bir kısayol oluşturmak istemiyorum"
44694565
4470 #: lib/setupwindow.lib:711 python/guiv3.py:158
4566 #: lib/setupwindow.lib:711 python/guiv3.py:163
44714567 #, sh-format
44724568 msgid "Browse"
44734569 msgstr "Gözat"
44744570
4571 #: lib/setupwindow.lib:739
4572 #, sh-format
4573 msgid "A shortcut by that name already exists, overwrite?"
4574 msgstr ""
4575
44754576 #: lib/website.lib:29
44764577 #, sh-format
44774578 msgid "Connect to your $APPLICATION_TITLE account"
44894590 "valid."
44904591 msgstr ""
44914592
4492 #: lib/wine.lib:367
4593 #: lib/wine.lib:371
44934594 #, sh-format
44944595 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44954596 msgstr ""
44964597
4497 #: lib/wine.lib:373
4598 #: lib/wine.lib:377
44984599 #, sh-format
44994600 msgid "Select the main videocard to report:"
45004601 msgstr ""
45014602
4502 #: lib/wine.lib:538 lib/wine.lib:703
4603 #: lib/wine.lib:549 lib/wine.lib:714
45034604 #, sh-format
45044605 msgid ""
45054606 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
45064607 "message"
45074608 msgstr ""
45084609
4509 #: lib/wine.lib:763
4610 #: lib/wine.lib:775
45104611 #, sh-format
45114612 msgid "Unable to find version: "
45124613 msgstr ""
45134614
4514 #: lib/wine.lib:769 lib/wine.lib:770
4615 #: lib/wine.lib:781 lib/wine.lib:782
45154616 #, sh-format
45164617 msgid "Downloading Wine: "
45174618 msgstr ""
45184619
4519 #: lib/wine.lib:779
4620 #: lib/wine.lib:791
45204621 #, sh-format
45214622 msgid "The download seems to have failed."
45224623 msgstr ""
45234624
4524 #: lib/wine.lib:781
4625 #: lib/wine.lib:793
45254626 #, sh-format
45264627 msgid "Extracting Wine..."
45274628 msgstr ""
45284629
4529 #: lib/wine.lib:961
4630 #: lib/wine.lib:976
45304631 #, sh-format
45314632 msgid "Overwrite (usually works, no guarantee)"
45324633 msgstr ""
45334634
4534 #: lib/wine.lib:962
4635 #: lib/wine.lib:977
45354636 #, sh-format
45364637 msgid "Erase (virtual drive content will be lost)"
45374638 msgstr ""
45384639
4539 #: lib/wine.lib:976
4640 #: lib/wine.lib:991
45404641 #, sh-format
45414642 msgid "The target virtual drive $PREFNAME already exists:"
45424643 msgstr ""
45434644
4544 #: lib/wine.lib:1156 lib/wine.lib:1186
4645 #: lib/wine.lib:1171 lib/wine.lib:1201
45454646 #, sh-format
45464647 msgid "Please wait while $SOFTNAME is installed..."
45474648 msgstr ""
45484649
4549 #: lib/wine.lib:1160 lib/wine.lib:1189
4650 #: lib/wine.lib:1175 lib/wine.lib:1204
45504651 #, sh-format
45514652 msgid ""
45524653 "Be careful! This will kill install process. If it is not finished, you will "
45534654 "have to reinstall $SOFTNAME"
45544655 msgstr ""
45554656
4556 #: lib/wine.lib:1160 lib/wine.lib:1189
4657 #: lib/wine.lib:1175 lib/wine.lib:1204
45574658 #, sh-format
45584659 msgid "Install is done"
45594660 msgstr ""
45604661
4561 #: lib/wine.lib:1193 lib/wine.lib:1194
4662 #: lib/wine.lib:1208 lib/wine.lib:1209
45624663 #, sh-format
45634664 msgid "Press next only when the installation process is finished"
45644665 msgstr ""
45654666
4566 #: lib/wine.lib:1202
4667 #: lib/wine.lib:1217
45674668 #, sh-format
45684669 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45694670 msgstr ""
45774678 "associated"
45784679 msgstr ""
45794680
4580 #: python/configure.py:197 python/configure.py:694
4681 #: python/configure.py:196 python/configure.py:703
45814682 msgid "General"
45824683 msgstr "Genel"
45834684
4584 #: python/configure.py:200
4685 #: python/configure.py:199
45854686 msgid "Make a new shortcut from this virtual drive"
45864687 msgstr "Bu sanal sürücüden yeni bir kısayol oluştur"
45874688
4689 #: python/configure.py:200
4690 msgid "Name"
4691 msgstr ""
4692
45884693 #: python/configure.py:201
4589 msgid "Name"
4590 msgstr ""
4591
4592 #: python/configure.py:202
45934694 msgid "Wine version"
45944695 msgstr "Wine sürümü"
45954696
4596 #: python/configure.py:203
4697 #: python/configure.py:202
45974698 msgid "Debug flags"
45984699 msgstr ""
45994700
4600 #: python/configure.py:205
4701 #: python/configure.py:204
46014702 msgid "Virtual drive"
46024703 msgstr ""
46034704
4604 #: python/configure.py:207
4705 #: python/configure.py:206
46054706 msgid "Arguments"
46064707 msgstr ""
46074708
4608 #: python/configure.py:211
4709 #: python/configure.py:210
46094710 msgid "Run configuration wizard"
46104711 msgstr "Yapılandırma sihirbazını çalıştır"
46114712
4612 #: python/configure.py:248
4713 #: python/configure.py:247
46134714 msgid "Windows reboot"
46144715 msgstr "Windows'u Yeniden Başlat"
46154716
4616 #: python/configure.py:256
4717 #: python/configure.py:255
46174718 msgid "Repair virtual drive"
46184719 msgstr ""
46194720
4620 #: python/configure.py:265
4721 #: python/configure.py:264
46214722 msgid "Command prompt"
46224723 msgstr ""
46234724
4624 #: python/configure.py:272
4725 #: python/configure.py:271
46254726 msgid "Task manager"
46264727 msgstr "Görev Yöneticisi"
46274728
4628 #: python/configure.py:280
4729 #: python/configure.py:279
46294730 msgid "Kill processes"
46304731 msgstr "İşlemleri Sonlandır"
46314732
4632 #: python/configure.py:287
4733 #: python/configure.py:286
46334734 msgid "Wine uninstaller"
46344735 msgstr "Wine'ı kaldırıcı"
46354736
4636 #: python/configure.py:312
4737 #: python/configure.py:311
46374738 msgid ""
46384739 "Be careful! Installing one of these components can break your virtual drive."
46394740 msgstr ""
46404741 "Bu bileşenlerden biri sanal sürücüyü bozabileceğinden dolayı kurarken "
46414742 "dikkatli olun."
46424743
4643 #: python/configure.py:334 python/install.py:285 python/install.py:289
4644 #: python/mainwindow.py:197 python/mainwindow.py:350
4744 #: python/configure.py:333 python/install.py:285 python/install.py:289
4745 #: python/mainwindow.py:199 python/mainwindow.py:348
46454746 msgid "Install"
46464747 msgstr "Kur"
46474748
4648 #: python/configure.py:395
4749 #: python/configure.py:388
46494750 msgid "Open program's directory"
46504751 msgstr "Programın rehberini açınız"
46514752
4652 #: python/configure.py:418
4753 #: python/configure.py:411
46534754 msgid "Open virtual drive's directory"
46544755 msgstr "Sanal sürücünün rehberini açınız"
46554756
4656 #: python/configure.py:560
4757 #: python/configure.py:555
46574758 msgid "GLSL Support"
46584759 msgstr "GLSL Desteği"
46594760
4660 #: python/configure.py:561
4761 #: python/configure.py:556
46614762 msgid "Direct Draw Renderer"
46624763 msgstr ""
46634764
4664 #: python/configure.py:562
4765 #: python/configure.py:557
46654766 msgid "Video memory size"
46664767 msgstr "Video hâfıza boyutu"
46674768
4668 #: python/configure.py:563
4769 #: python/configure.py:558
46694770 msgid "Offscreen rendering mode"
46704771 msgstr ""
46714772
4672 #: python/configure.py:564
4773 #: python/configure.py:559
46734774 msgid "Render target mode lock"
46744775 msgstr ""
46754776
4676 #: python/configure.py:565
4777 #: python/configure.py:560
46774778 msgid "Multisampling"
46784779 msgstr "Çokluörneklem"
46794780
4680 #: python/configure.py:566
4781 #: python/configure.py:561
46814782 msgid "Strict Draw Ordering"
46824783 msgstr ""
46834784
4684 #: python/configure.py:576
4785 #: python/configure.py:571
46854786 msgid "Mouse warp override"
46864787 msgstr ""
46874788
4688 #: python/configure.py:578
4789 #: python/configure.py:573
46894790 msgid "Open a shell"
46904791 msgstr "Bir kabuk açın"
46914792
4692 #: python/configure.py:579
4793 #: python/configure.py:574
46934794 msgid "Run a .exe file in this virtual drive"
46944795 msgstr "Bu sanal sürücüde bir .exe dosyası çalıştırın"
46954796
4696 #: python/configure.py:580
4797 #: python/configure.py:575
46974798 msgid "Command to exec before running the program"
46984799 msgstr ""
46994800
4700 #: python/configure.py:591
4801 #: python/configure.py:585
4802 msgid ""
4803 "Warning:\n"
4804 "\n"
4805 "Any program still running in this virtual drive will be terminated before "
4806 "Wine version is changed.\n"
4807 "Are you sure you want to continue?"
4808 msgstr ""
4809
4810 #: python/configure.py:596
47014811 msgid ""
47024812 "Be careful!\n"
47034813 "If you change "
47044814 msgstr ""
47054815
4706 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4816 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
47074817 msgid "{0} configuration"
47084818 msgstr "{0} yapılandırması"
47094819
4710 #: python/configure.py:659
4820 #: python/configure.py:664
47114821 msgid "Please select a program or a virtual drive to configure"
47124822 msgstr "Lütfen yapılandırılacak uygulama ya da sanal sürücüyü seçin"
47134823
4714 #: python/configure.py:677 python/options.py:280
4824 #: python/configure.py:683 python/configure.py:686 python/options.py:280
47154825 msgid "New"
47164826 msgstr "Yeni"
47174827
4718 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4719 #: python/mainwindow.py:596 python/options.py:207
4828 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4829 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
47204830 msgid "Remove"
47214831 msgstr "Kaldır"
47224832
4723 #: python/configure.py:696
4833 #: python/configure.py:705
47244834 msgid "Install components"
47254835 msgstr "Bileşenleri kur"
47264836
4727 #: python/configure.py:697 python/mainwindow.py:332
4837 #: python/configure.py:706 python/mainwindow.py:330
47284838 msgid "Display"
47294839 msgstr "Görünüm"
47304840
4731 #: python/configure.py:698
4841 #: python/configure.py:707
47324842 msgid "Miscellaneous"
47334843 msgstr "Muhtelif"
47344844
4735 #: python/configure.py:726
4845 #: python/configure.py:735
47364846 msgid "This virtual drive is protected"
47374847 msgstr "Bu sanal sürücü korumalı"
47384848
4739 #: python/configure.py:728
4849 #: python/configure.py:737
47404850 msgid "Are you sure you want to delete {0} virtual drive ?"
47414851 msgstr "{0} sanal sürücüsünü silmek istediğinizden emin misiniz?"
47424852
4743 #: python/configure.py:735
4853 #: python/configure.py:744
47444854 msgid "Are you sure you want to delete {0} ?"
47454855 msgstr "Silmek için emin misiniz?"
47464856
4747 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4748 #: python/mainwindow.py:997
4857 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4858 #: python/mainwindow.py:995
47494859 msgid "{0} debugger"
47504860 msgstr "Hatâ ayıklayıcı"
47514861
47534863 msgid "Please select a debug file"
47544864 msgstr "Lütfen hatâ ayıklanacak dosyayı seçin"
47554865
4756 #: python/debug.py:76
4866 #: python/debug.py:78
47574867 msgid "Locate this logfile"
47584868 msgstr "Bu günlük dosyasının yerini saptayın"
47594869
4760 #: python/debug.py:99
4870 #: python/debug.py:101
47614871 msgid "The file is named : {0}"
47624872 msgstr "Dosya şöyle isimlendirildi:"
47634873
4764 #: python/debug.py:153 python/debug.py:207
4874 #: python/debug.py:189 python/debug.py:245
47654875 msgid "Virtual drives"
47664876 msgstr "Sanal sürücüler"
47674877
4768 #: python/debug.py:184
4878 #: python/debug.py:222
47694879 msgid "Report a problem about {0}"
47704880 msgstr "{0} hakkında hatâ bildir"
47714881
4772 #: python/debug.py:206
4882 #: python/debug.py:244
47734883 msgid "Install scripts"
47744884 msgstr "Betikleri kur"
47754885
47944904 msgid "Next"
47954905 msgstr "İleri"
47964906
4797 #: python/guiv3.py:166
4907 #: python/guiv3.py:171
47984908 msgid "I Agree"
47994909 msgstr "Kabul Ediyorum"
48004910
4801 #: python/guiv3.py:167
4911 #: python/guiv3.py:172
48024912 msgid "Show virtual drives"
48034913 msgstr "Sanal sürücüleri göster"
48044914
4805 #: python/guiv3.py:188
4915 #: python/guiv3.py:193
48064916 msgid "Login: "
48074917 msgstr "Giriş: "
48084918
4809 #: python/guiv3.py:189
4919 #: python/guiv3.py:194
48104920 msgid "Password: "
48114921 msgstr "Parola: "
48124922
4813 #: python/guiv3.py:192
4923 #: python/guiv3.py:197
48144924 msgid "Register"
48154925 msgstr "Kaydol"
48164926
4817 #: python/guiv3.py:288
4927 #: python/guiv3.py:302
48184928 msgid "MB downloaded"
48194929 msgstr "MB indirildi"
48204930
4821 #: python/guiv3.py:288
4931 #: python/guiv3.py:302
48224932 msgid "of"
48234933 msgstr "/"
48244934
4825 #: python/guiv3.py:749
4935 #: python/guiv3.py:769
48264936 msgid "You cannot close this window"
48274937 msgstr "Bu pencereyi kapatamazsınız"
48284938
48304940 msgid "No description"
48314941 msgstr "Açıklama yok"
48324942
4833 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4943 #: python/install.py:210
4944 msgid "Accessories"
4945 msgstr "Donatılar"
4946
4947 #: python/install.py:211
4948 msgid "Development"
4949 msgstr "Geliştirme"
4950
4951 #: python/install.py:212
4952 msgid "Education"
4953 msgstr "Eğitim"
4954
4955 #: python/install.py:213
4956 msgid "Games"
4957 msgstr "Oyunlar"
4958
4959 #: python/install.py:214
4960 msgid "Graphics"
4961 msgstr "Grafikler"
4962
4963 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4964 msgid "Internet"
4965 msgstr "İnternet"
4966
4967 #: python/install.py:216
4968 msgid "Multimedia"
4969 msgstr "Çoklu ortam"
4970
4971 #: python/install.py:217
4972 msgid "Office"
4973 msgstr "Ofis"
4974
4975 #: python/install.py:219
4976 msgid "Patches"
4977 msgstr "Yamalar"
4978
4979 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
48344980 msgid "Search"
48354981 msgstr "Arama"
48364982
48374983 #: python/install.py:252
48384984 msgid "Include:"
48394985 msgstr "Ekle:"
4986
4987 #: python/install.py:258
4988 msgid "Testing"
4989 msgstr "Sınamada olanlar"
48404990
48414991 #: python/install.py:263
48424992 msgid "No-cd needed"
48935043 "used for piracy purposes we won't give any support on this matter."
48945044 msgstr ""
48955045
4896 #: python/irc.py:137
5046 #: python/irc.py:139
48975047 msgid "Send"
48985048 msgstr "Gönder"
48995049
4900 #: python/irc.py:138
5050 #: python/irc.py:140
49015051 msgid "Connect"
49025052 msgstr "Bağlan"
49035053
4904 #: python/irc.py:139
5054 #: python/irc.py:141
49055055 msgid "Disconnect"
49065056 msgstr "Bağlantıyı Kes"
49075057
4908 #: python/irc.py:140
5058 #: python/irc.py:142
49095059 msgid "Leave"
49105060 msgstr "Çık"
49115061
4912 #: python/irc.py:227
5062 #: python/irc.py:229
49135063 msgid "Join a channel"
49145064 msgstr "Bir kanala katıl"
49155065
4916 #: python/irc.py:257 python/mainwindow.py:725
5066 #: python/irc.py:259 python/mainwindow.py:723
49175067 msgid "Messenger"
49185068 msgstr "İletici"
49195069
4920 #: python/irc.py:273
5070 #: python/irc.py:275
49215071 msgid ""
49225072 "If you close this window, you cannot read further replies. Are you sure that "
49235073 "you want to close it?"
49445094 msgid "{0} error"
49455095 msgstr "{0} hata"
49465096
4947 #: python/mainwindow.py:73
5097 #: python/mainwindow.py:75
49485098 msgid "{0} website is unavailable. Please check your connection"
49495099 msgstr "(0) ağsayfasına ulaşılamıyor. Bağlantınızı denetleyin."
49505100
4951 #: python/mainwindow.py:75
5101 #: python/mainwindow.py:77
49525102 msgid "Refreshing {0}"
49535103 msgstr "{0} yenileniyor"
49545104
4955 #: python/mainwindow.py:90 python/mainwindow.py:92
5105 #: python/mainwindow.py:92 python/mainwindow.py:94
49565106 msgid "An updated version of {0} is available"
49575107 msgstr "{0} yazılımının yeni bir sürümü var"
49585108
4959 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5109 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49605110 msgid "Run"
49615111 msgstr "Çalıştır"
49625112
4963 #: python/mainwindow.py:200
5113 #: python/mainwindow.py:202
49645114 msgid "Donate"
49655115 msgstr "Bağış Yap"
49665116
4967 #: python/mainwindow.py:201
5117 #: python/mainwindow.py:203
49685118 msgid "Exit"
49695119 msgstr "Çıkış"
49705120
4971 #: python/mainwindow.py:205
5121 #: python/mainwindow.py:207
49725122 msgid "Small icons"
49735123 msgstr "Küçük simgeler"
49745124
4975 #: python/mainwindow.py:206
5125 #: python/mainwindow.py:208
49765126 msgid "Medium icons"
49775127 msgstr "Orta büyüklükte simgeler"
49785128
4979 #: python/mainwindow.py:207
5129 #: python/mainwindow.py:209
49805130 msgid "Large icons"
49815131 msgstr "Büyük simgeler"
49825132
4983 #: python/mainwindow.py:208
5133 #: python/mainwindow.py:210
49845134 msgid "Very large icons"
49855135 msgstr "Çok büyük simgeler"
49865136
4987 #: python/mainwindow.py:220
5137 #: python/mainwindow.py:222
49885138 msgid "Manage Wine versions"
49895139 msgstr "Wine sürümlerini yönet"
49905140
4991 #: python/mainwindow.py:226
5141 #: python/mainwindow.py:228
49925142 msgid "Read a PC CD-Rom"
49935143 msgstr ""
49945144
4995 #: python/mainwindow.py:236
5145 #: python/mainwindow.py:238
49965146 msgid "Close all {0} software"
49975147 msgstr "Bütün {0} yazılımlarını kapat"
49985148
4999 #: python/mainwindow.py:240
5149 #: python/mainwindow.py:242
50005150 msgid "{0} console"
50015151 msgstr "{0} uçbirimi"
50025152
5003 #: python/mainwindow.py:250
5153 #: python/mainwindow.py:248
50045154 msgid "{0} messenger"
50055155 msgstr "{0} ileticisi"
50065156
5007 #: python/mainwindow.py:266 python/options.py:388
5157 #: python/mainwindow.py:264 python/options.py:388
50085158 msgid "File associations"
50095159 msgstr "Dosya ilişkilendirmeleri"
50105160
5011 #: python/mainwindow.py:273
5161 #: python/mainwindow.py:271
50125162 msgid "About {0}"
50135163 msgstr "{0} Hakkında"
50145164
5015 #: python/mainwindow.py:302 python/mainwindow.py:306
5165 #: python/mainwindow.py:300 python/mainwindow.py:304
50165166 msgid "Plugin manager"
50175167 msgstr "Eklenti yöneticisi"
50185168
5019 #: python/mainwindow.py:331
5169 #: python/mainwindow.py:329
50205170 msgid "File"
50215171 msgstr "Dosya"
50225172
5023 #: python/mainwindow.py:333
5173 #: python/mainwindow.py:331
50245174 msgid "Tools"
50255175 msgstr "Araçlar"
50265176
5027 #: python/mainwindow.py:334 python/mainwindow.py:723
5177 #: python/mainwindow.py:332 python/mainwindow.py:721
50285178 msgid "Settings"
50295179 msgstr "Ayarlar"
50305180
5031 #: python/mainwindow.py:335 python/options.py:387
5181 #: python/mainwindow.py:333 python/options.py:387
50325182 msgid "Plugins"
50335183 msgstr "Eklentiler"
50345184
5035 #: python/mainwindow.py:347 python/mainwindow.py:739
5185 #: python/mainwindow.py:345 python/mainwindow.py:737
50365186 msgid "Close"
50375187 msgstr "Kapat"
50385188
5039 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5189 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
50405190 msgid "Configure"
50415191 msgstr "Yapılandır"
50425192
5043 #: python/mainwindow.py:584
5193 #: python/mainwindow.py:582
50445194 msgid "Open the application's directory"
50455195 msgstr "Uygulamanın dizinini aç"
50465196
5047 #: python/mainwindow.py:588 python/mainwindow.py:753
5197 #: python/mainwindow.py:586 python/mainwindow.py:751
50485198 msgid "Read the manual"
50495199 msgstr "Kullanım rehberini oku"
50505200
5051 #: python/mainwindow.py:592
5201 #: python/mainwindow.py:590
50525202 msgid "Set the icon"
50535203 msgstr "Simge belirle"
50545204
5055 #: python/mainwindow.py:600
5205 #: python/mainwindow.py:598
50565206 msgid "Close this application"
50575207 msgstr "Bu uygulamayı kapat"
50585208
5059 #: python/mainwindow.py:611
5209 #: python/mainwindow.py:609
50605210 msgid "KillApp"
50615211 msgstr "KillApp"
50625212
5063 #: python/mainwindow.py:618
5213 #: python/mainwindow.py:616
50645214 msgid "No manual found for {0}"
50655215 msgstr "{0} için kullanım rehberi yok"
50665216
5067 #: python/mainwindow.py:721
5217 #: python/mainwindow.py:719
50685218 msgid "Install a program"
50695219 msgstr "Uygulama kur"
50705220
5071 #: python/mainwindow.py:728
5221 #: python/mainwindow.py:726
50725222 msgid "Update GIT"
50735223 msgstr "GIT'i güncelleyin."
50745224
5075 #: python/mainwindow.py:731
5225 #: python/mainwindow.py:729
50765226 msgid "Update instructions"
50775227 msgstr ""
50785228
5079 #: python/mainwindow.py:741
5229 #: python/mainwindow.py:739
50805230 msgid "Debug"
50815231 msgstr "Hata ayıklama"
50825232
5083 #: python/mainwindow.py:743
5233 #: python/mainwindow.py:741
50845234 msgid "Report a problem"
50855235 msgstr "Hatâ bildir"
50865236
5087 #: python/mainwindow.py:747
5237 #: python/mainwindow.py:745
50885238 msgid "Create a shortcut"
50895239 msgstr "Kısayol oluştur."
50905240
5091 #: python/mainwindow.py:749
5241 #: python/mainwindow.py:747
50925242 msgid "Open the directory"
50935243 msgstr "Rehberi aç"
50945244
5095 #: python/mainwindow.py:755
5245 #: python/mainwindow.py:753
50965246 msgid "Save"
50975247 msgstr "Kaydet"
50985248
5099 #: python/mainwindow.py:758
5249 #: python/mainwindow.py:756
51005250 msgid "Uninstall"
51015251 msgstr "Kaldır"
51025252
5103 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5104 #: python/mainwindow.py:1003
5253 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5254 #: python/mainwindow.py:1001
51055255 msgid "Please select a program."
51065256 msgstr "Lütfen bir uygulama seçin."
51075257
5108 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5258 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
51095259 msgid "{0} settings"
51105260 msgstr "{0} ayarları"
51115261
5112 #: python/mainwindow.py:965
5262 #: python/mainwindow.py:963
51135263 msgid "{0} install menu"
51145264 msgstr "{0} yükleme seçkesi"
51155265
5116 #: python/mainwindow.py:974
5266 #: python/mainwindow.py:972
51175267 msgid "{0} wine versions manager"
51185268 msgstr "{0} Wine sürümleri yöneticisi"
51195269
5120 #: python/mainwindow.py:1005
5270 #: python/mainwindow.py:1003
51215271 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
51225272 msgstr ""
51235273
52295379 "These information will be very precious for us to help people."
52305380 msgstr ""
52315381
5232 #: python/mainwindow.py:1271
5382 #: python/mainwindow.py:1273
52335383 msgid "Are you sure you want to want to install {0} package?"
52345384 msgstr "{0} paketini yüklemek istediğinize emin misiniz?"
52355385
5236 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5386 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5387 #: python/mainwindow.py:1284
52375388 msgid ""
52385389 "You are trying to open a script design for {0}! It might not work as expected"
52395390 msgstr ""
53105461 msgid "You must restart {0} for the changes to take effect."
53115462 msgstr ""
53125463
5313 #: python/wine_versions.py:194
5464 #: python/wine_versions.py:195
53145465 msgid "Installed Wine versions: "
53155466 msgstr "Kurulu Wine sürümleri: "
53165467
5317 #: python/wine_versions.py:195
5468 #: python/wine_versions.py:196
53185469 msgid "Available Wine versions: "
53195470 msgstr "Kullanılabilir Wine sürümleri: "
53205471
5321 #: python/wine_versions.py:202
5472 #: python/wine_versions.py:203
53225473 msgid "Wine versions"
53235474 msgstr "Wine sürümleri"
53245475
5325 #: python/wine_versions.py:321
5476 #: python/wine_versions.py:322
53265477 msgid "Are you sure you want to delete wine {0}?"
53275478 msgstr "Wine {0} sürümünü silmek istediğinize emin misiniz?"
53285479
66 msgstr ""
77 "Project-Id-Version: pol\n"
88 "Report-Msgid-Bugs-To: Tinou\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
1010 "PO-Revision-Date: 2013-12-11 12:58+0000\n"
1111 "Last-Translator: Stuartlittle1970@gmail.com <Stuartlittle1970@gmail.com>\n"
1212 "Language-Team: ua_UA.UTF-8 <LL@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:43+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
242242 msgstr "Будь ласка вставте носій з грою у ваш дисковий пристрій."
243243
244244 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
245 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
245246 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
246247 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
247248 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
270271 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
271272 #: PlayOnLinux_Scripts/Civilization_V_:53
272273 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
273 #: PlayOnLinux_Scripts/Diablo_II_:51
274 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
274275 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
275276 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
276277 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
277278 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
278279 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
279 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
280280 #: PlayOnLinux_Scripts/Google_SketchUp_:51
281281 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
282282 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
296296 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
297297 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
298298 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
299 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
299300 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
300301 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
301302 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
302 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
303 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
303 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
304 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
305 #: PlayOnLinux_Scripts/Portal_2_:82
304306 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
305307 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
306 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
308 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
309 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
307310 #: PlayOnLinux_Scripts/Rayman_Origins_:72
308311 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
309312 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
313 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
310314 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
311315 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
312316 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
317 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
313318 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
314319 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
315 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
316 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
320 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
321 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
322 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
317323 #: PlayOnLinux_Scripts/Starcraft_:34
318324 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
319325 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
320 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
326 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
327 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
321328 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
322329 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
330 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
323331 #: PlayOnLinux_Scripts/Theme_Hospital_:59
324332 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
325333 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
326334 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
327335 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
336 #: PlayOnLinux_Scripts/Wizard_101_:38
328337 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
329338 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
330339 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
337346 msgid "Please select the setup file to run"
338347 msgstr "Будь ласка, виберіть файл інсталяції для запуску"
339348
349 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
350 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
351 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
352 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
353 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
354 #, sh-format
355 msgid "Please insert the game media into your disc drive."
356 msgstr ""
357
340358 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
359 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
360 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
341361 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
342362 #: PlayOnLinux_Scripts/Dishonored_:72
343363 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
441461 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
442462 #: PlayOnLinux_Scripts/Magicka_:68
443463 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
464 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
444465 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
445466 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
446467 #: PlayOnLinux_Scripts/Rayman_Origins_:83
447468 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
448 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
449 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
469 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
470 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
450471 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
451472 #: PlayOnLinux_Scripts/The_Witcher_:125
452473 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
481502 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
482503 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
483504 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
505 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
484506 #: PlayOnLinux_Scripts/Driftmoon_:43
485507 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
486508 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
489511 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
490512 #: PlayOnLinux_Scripts/League_Of_Legends_:57
491513 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
492 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
514 #: PlayOnLinux_Scripts/Sacrifice_:41
515 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
516 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
517 #: PlayOnLinux_Scripts/Toontown_Online_:25
518 #: PlayOnLinux_Scripts/Watchtower_library_:43
493519 #: PlayOnLinux_Scripts/iTunes_10_:28
494520 #, sh-format
495521 msgid "Please select the setup file to run."
504530 #: PlayOnLinux_Scripts/POL_GoG_download_:48
505531 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
506532 #: PlayOnLinux_Scripts/SimCity_2000_:50
507 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
508 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
533 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
534 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
509535 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
510536 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
511537 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
512 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
513 #: lib/wine.lib:1186
538 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
539 #: lib/wine.lib:1171 lib/wine.lib:1201
514540 #, sh-format
515541 msgid "Please wait..."
516542 msgstr "Будь ласка, зачекайте..."
538564 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
539565 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
540566 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
541 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
567 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
542568 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
543569 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
544570 #: PlayOnLinux_Scripts/Dead_Space_2_:85
554580 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
555581 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
556582 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
583 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
558584 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
559585 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
560586 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
617643 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
618644 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
619645 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
620 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
646 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
621647 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
622648 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
623649 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
624 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
625 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
650 #: PlayOnLinux_Scripts/Dead_Space_:50
651 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
652 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
653 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
626654 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
627655 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
628656 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
632660 #: PlayOnLinux_Scripts/Rage_:79
633661 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
634662 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
663 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
636664 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
637665 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
638666 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
672700 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
673701 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
674702 #: PlayOnLinux_Scripts/Sacrifice_:45
675 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
703 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
676704 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
677705 #: PlayOnLinux_Scripts/The_Witcher_:102
678706 #, sh-format
683711 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
684712 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
685713 #: PlayOnLinux_Scripts/Mass_Effect_:54
686 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
714 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
687715 #: PlayOnLinux_Scripts/The_Witcher_:110
688716 #, sh-format
689717 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
696724 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
697725 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
698726 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
699 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
727 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
700728 #: PlayOnLinux_Scripts/The_Witcher_:113
701729 #, sh-format
702730 msgid "Please insert the next game media into your disk drive"
726754 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
727755 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
728756 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
757 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
729758 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
730759 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
731760 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
831860 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
832861 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
833862 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
834 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
863 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
835864 #, sh-format
836865 msgid ""
837866 "You must disable anti-piracy protections of this game\\nif you want to play "
855884
856885 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
857886 #: PlayOnLinux_Scripts/Cars_2_:83
858 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
887 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
859888 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
860889 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
861890 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
878907 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
879908 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
880909 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
910 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
911 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
881912 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
882913 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
883914 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
11271158 msgstr ""
11281159 "Будь ласка вставте диск №2 у ваш дисковий пристрій\\nякщо це ще не зроблено."
11291160
1130 #: PlayOnLinux_Scripts/Diablo_III_:29
1161 #: PlayOnLinux_Scripts/Diablo_III_:31
11311162 #, sh-format
11321163 msgid "Please select the setup file downloaded on $EDITOR website"
11331164 msgstr ""
11341165 "Будь ласка виберіть встановлювальний файл завантажений з сайту $EDITOR"
11351166
1136 #: PlayOnLinux_Scripts/Diablo_III_:60
1167 #: PlayOnLinux_Scripts/Diablo_III_:62
11371168 #, sh-format
11381169 msgid ""
11391170 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
11421173 "$TITLE встановлено.\\n\\nОсоблива подяка Еріку Гуверу за патч до wine "
11431174 "(AcceptEx Fix)"
11441175
1145 #: PlayOnLinux_Scripts/Diablo_III_:60
1176 #: PlayOnLinux_Scripts/Diablo_III_:62
11461177 #, sh-format
11471178 msgid ""
11481179 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
11501181 msgstr ""
11511182 "Якщо під час з’єднання ви зіштовхнулися з помилкою Error 3007, відкрийте "
11521183 "термінал та наберіть:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1184
1185 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1186 #, sh-format
1187 msgid "Scanning your hardware..."
1188 msgstr ""
11531189
11541190 #: PlayOnLinux_Scripts/Dishonored_:79
11551191 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
12411277
12421278 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
12431279 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1244 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1245 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1280 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1281 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
12461282 #, sh-format
12471283 msgid "Please insert the first game media into your disk drive"
12481284 msgstr "Будь ласка вставте Диск 1 у ваш дисковий пристрій"
12491285
12501286 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1251 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1287 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
12521288 #, sh-format
12531289 msgid "Please insert the second game media into your disk drive"
12541290 msgstr "Будь ласка вставте Диск 2 у ваш дисковий пристрій"
13211357 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
13221358 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
13231359 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1360 #: PlayOnLinux_Scripts/Hearthstone_:64
13241361 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
13251362 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
13261363 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
13461383 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
13471384 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
13481385 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1349 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1386 #: PlayOnLinux_Scripts/POL_GoG_install_:9
13501387 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
13511388 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
13521389 #: PlayOnLinux_Scripts/Universal_Extractor_:45
13711408 msgid "Editor"
13721409 msgstr "Редактор"
13731410
1374 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1411 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
13751412 #, sh-format
13761413 msgid "This install script requires ffmpeg"
13771414 msgstr "Цей скрипт встановлення потребує наявності ffmpeg"
13781415
1379 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1416 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
13801417 #, sh-format
13811418 msgid "Converting videos..."
13821419 msgstr "Конвертація відео..."
13831420
13841421 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1422 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
13851423 #, sh-format
13861424 msgid ""
13871425 "On first run the game will autodetect available renderers.\\nIt is likely "
13971435 msgid "Run $TITLE in safe mode?"
13981436 msgstr "Запустити $TITLE у безпечному режимі?"
13991437
1438 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1439 #, sh-format
1440 msgid ""
1441 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1442 "disable it by pressing Alt+R while in game.)"
1443 msgstr ""
1444
1445 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1446 #, sh-format
1447 msgid ""
1448 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1449 "game."
1450 msgstr ""
1451
14001452 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
14011453 #, sh-format
14021454 msgid "Could not find program directory"
14651517 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
14661518 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
14671519 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1468 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1469 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1470 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
14711520 #, sh-format
14721521 msgid "Language"
14731522 msgstr "Мова"
15961645 msgid "Dedicated server"
15971646 msgstr "Виділений сервер"
15981647
1599 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1648 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
16001649 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
16011650 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
16021651 #, sh-format
16261675 msgid "Code wheel"
16271676 msgstr "Код колеса"
16281677
1629 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1630 #, sh-format
1631 msgid "Do you have a language pack to install?"
1632 msgstr "В вас є мовний пакунок, який ви бажаєте встановити?"
1633
1634 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1635 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1636 #, sh-format
1637 msgid "Later"
1638 msgstr "Пізніше"
1639
1640 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1678 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1679 #, sh-format
1680 msgid ""
1681 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1682 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1683 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1684 msgstr ""
1685 "Настійно рекомендуємо встановити пакунок модів Circle of Eight.\\nВін не "
1686 "лише виправить помилки але й додасть новий контент\\n(для пакунку модів "
1687 "\"NC\")Використовуйте відповідний скрипт PlayOnLinux у розділі \"Патчі\"."
1688
1689 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1690 #, sh-format
1691 msgid "Now you must install the modpack in directory:"
1692 msgstr "Тепер ви повинні встановити пакунок модів у наступну директорію:"
1693
1694 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1695 #, sh-format
1696 msgid "Please select ANY 3 icons when prompted."
1697 msgstr ""
1698 "Будь ласка, виберіть БУДЬ ЯКІ три пікторами, коли Вас про це попрохають."
1699
1700 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1701 #, sh-format
1702 msgid "temp directory missing"
1703 msgstr "відсутня тимчасова тека"
1704
1705 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1706 #, sh-format
1707 msgid ""
1708 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1709 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1710 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1711 "details.\\nInstall it?"
1712 msgstr ""
1713 "\"Контрольна панель Two Worlds\" - інструмент від співтовариства "
1714 "InsideTwoWorlds,,\\nщо дозволяє тонко налаштовувати параметри й керувати "
1715 "модифікаціями\\nдля цієї гри. Див. \\"
1716 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1717 "details.\\nВстановити його?"
1718
1719 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1720 #, sh-format
1721 msgid "Control Panel"
1722 msgstr "Панель керування"
1723
1724 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1725 #, sh-format
1726 msgid ""
1727 "IMPORTANT:\n"
1728 " \\n\\nOn the installation window coming next, do NOT click the Options "
1729 "button, it would mess up the language selection."
1730 msgstr ""
1731 "ВАЖЛИВО:\n"
1732 " \\n\\nУ наступному вікні інсталятора НЕ НАТИСКАЙТЕ на кнопку Опції "
1733 "(Options), це потягне за собою помилки при виборі мови."
1734
1735 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1736 #, sh-format
1737 msgid ""
1738 "On first run the game will autodetect available renderers.\\nIt is likely "
1739 "that you will get better performance out of the OpenGL renderer."
1740 msgstr ""
1741 "При першому запуску гра автоматично визначить доступні рендери.\\nШвидше за "
1742 "все краща продуктивність буде на рендері OpenGL."
1743
1744 #: PlayOnLinux_Scripts/Goblins_3_:21
1745 #, sh-format
1746 msgid "Please select the game language"
1747 msgstr "Будь ласка, виберіть мову гри"
1748
1749 #: PlayOnLinux_Scripts/Gothic_3_:82
1750 #, sh-format
1751 msgid "Choose the game resolution"
1752 msgstr "Виберіть роздільну здатність"
1753
1754 #: PlayOnLinux_Scripts/Gothic_3_:96
1755 #, sh-format
1756 msgid ""
1757 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1758 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1759 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1760 msgstr ""
1761 "Тепер вам потрібно вибрати режим гри:\\n1) Віконний режим:\\nБуде працювати "
1762 "усе, крім системного курсора у вікні гри.\\n\\n2) Повноекранний режим:\\"
1763 "nБуде працювати усе, крім неба - воно буде чорним.\\n\\n\\n\\nЯкий режим "
1764 "вибираєте?"
1765
1766 #: PlayOnLinux_Scripts/Gothic_3_:110
1767 #, sh-format
1768 msgid "$TITLE is installed"
1769 msgstr "$TITLE встановлено"
1770
1771 #: PlayOnLinux_Scripts/Guild_Wars_:53
1772 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1773 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1774 #, sh-format
1775 msgid "Please insert the DVD-ROM"
1776 msgstr "Будь ласка, вставте DVD диск"
1777
1778 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1779 #, sh-format
1780 msgid ""
1781 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1782 "client and download will resume from where it stopped. Download percentage "
1783 "reset but do not worry, it do not restart from the beginning."
1784 msgstr ""
1785 "З-за багу wine #30512 завантаження буває преривається - просто перезапустіть "
1786 "клієнт й завантаження продовжиться з того місця де воно зупинилося. При "
1787 "цьому відсотки завантаження скинуться, але не хвилюйтеся, так й повинно бути."
1788
1789 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1790 #, sh-format
1791 msgid ""
1792 "Please select $TITLE install file. During installation, uncheck all extra "
1793 "drivers it wants to install:"
1794 msgstr ""
1795 "Будь ласка, виберіть інсталятор $TITLE. Під час встановлення зніміть "
1796 "прапорці з усіх додаткових драйверів:"
1797
16411798 #: PlayOnLinux_Scripts/Half_Life_2_:56
16421799 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16431800 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
16441801 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1645 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1802 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
16461803 #, sh-format
16471804 msgid "No"
16481805 msgstr "Ні"
16491806
1650 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1651 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1807 #: PlayOnLinux_Scripts/Half_Life_2_:56
1808 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1809 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1810 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1811 #: PlayOnLinux_Scripts/Portal_:36
1812 #, sh-format
1813 msgid ""
1814 "Steam installation has been detected\\nwould you like to install this game "
1815 "in the same virtual drive?"
1816 msgstr ""
1817 "Виявлено встановлений Steam.\\nБажаєте встановити цю гру на той самий "
1818 "віртуальний диск?"
1819
16521820 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
16531821 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
16541822 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
16571825 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
16581826 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
16591827 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1660 #: python/guiv3.py:157
1828 #: python/guiv3.py:158 python/guiv3.py:161
16611829 #, sh-format
16621830 msgid "Yes"
16631831 msgstr "Так"
16641832
1665 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1666 #, sh-format
1667 msgid ""
1668 "To install a language pack later, open the configuration panel for the game "
1669 "in order to execute the installer into the virtual disk (Misc tab)"
1670 msgstr ""
1671 "Щоб встановити мовний пакунок пізніше, відкрийте панель керування гри, щоб "
1672 "запустити інсталятор на віртуальному диску (Вкладка \"Різне\"(\"Misc\"))"
1673
1674 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1675 #, sh-format
1676 msgid ""
1677 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1678 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1679 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1680 msgstr ""
1681 "Настійно рекомендуємо встановити пакунок модів Circle of Eight.\\nВін не "
1682 "лише виправить помилки але й додасть новий контент\\n(для пакунку модів "
1683 "\"NC\")Використовуйте відповідний скрипт PlayOnLinux у розділі \"Патчі\"."
1684
1685 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1686 #, sh-format
1687 msgid "Now you must install the modpack in directory:"
1688 msgstr "Тепер ви повинні встановити пакунок модів у наступну директорію:"
1689
1690 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1691 #, sh-format
1692 msgid "Please select ANY 3 icons when prompted."
1693 msgstr ""
1694 "Будь ласка, виберіть БУДЬ ЯКІ три пікторами, коли Вас про це попрохають."
1695
1696 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1697 #, sh-format
1698 msgid "temp directory missing"
1699 msgstr "відсутня тимчасова тека"
1700
1701 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1702 #, sh-format
1703 msgid ""
1704 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1705 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1706 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1707 "details.\\nInstall it?"
1708 msgstr ""
1709 "\"Контрольна панель Two Worlds\" - інструмент від співтовариства "
1710 "InsideTwoWorlds,,\\nщо дозволяє тонко налаштовувати параметри й керувати "
1711 "модифікаціями\\nдля цієї гри. Див. \\"
1712 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1713 "details.\\nВстановити його?"
1714
1715 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1716 #, sh-format
1717 msgid "Control Panel"
1718 msgstr "Панель керування"
1719
1720 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1721 #, sh-format
1722 msgid ""
1723 "IMPORTANT:\n"
1724 " \\n\\nOn the installation window coming next, do NOT click the Options "
1725 "button, it would mess up the language selection."
1726 msgstr ""
1727 "ВАЖЛИВО:\n"
1728 " \\n\\nУ наступному вікні інсталятора НЕ НАТИСКАЙТЕ на кнопку Опції "
1729 "(Options), це потягне за собою помилки при виборі мови."
1730
1731 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1732 #, sh-format
1733 msgid ""
1734 "On first run the game will autodetect available renderers.\\nIt is likely "
1735 "that you will get better performance out of the OpenGL renderer."
1736 msgstr ""
1737 "При першому запуску гра автоматично визначить доступні рендери.\\nШвидше за "
1738 "все краща продуктивність буде на рендері OpenGL."
1739
1740 #: PlayOnLinux_Scripts/Goblins_3_:21
1741 #, sh-format
1742 msgid "Please select the game language"
1743 msgstr "Будь ласка, виберіть мову гри"
1744
1745 #: PlayOnLinux_Scripts/Gothic_3_:82
1746 #, sh-format
1747 msgid "Choose the game resolution"
1748 msgstr "Виберіть роздільну здатність"
1749
1750 #: PlayOnLinux_Scripts/Gothic_3_:96
1751 #, sh-format
1752 msgid ""
1753 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1754 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1755 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1756 msgstr ""
1757 "Тепер вам потрібно вибрати режим гри:\\n1) Віконний режим:\\nБуде працювати "
1758 "усе, крім системного курсора у вікні гри.\\n\\n2) Повноекранний режим:\\"
1759 "nБуде працювати усе, крім неба - воно буде чорним.\\n\\n\\n\\nЯкий режим "
1760 "вибираєте?"
1761
1762 #: PlayOnLinux_Scripts/Gothic_3_:110
1763 #, sh-format
1764 msgid "$TITLE is installed"
1765 msgstr "$TITLE встановлено"
1766
1767 #: PlayOnLinux_Scripts/Guild_Wars_:53
1768 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1769 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1770 #, sh-format
1771 msgid "Please insert the DVD-ROM"
1772 msgstr "Будь ласка, вставте DVD диск"
1773
1774 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1775 #, sh-format
1776 msgid ""
1777 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1778 "client and download will resume from where it stopped. Download percentage "
1779 "reset but do not worry, it do not restart from the beginning."
1780 msgstr ""
1781 "З-за багу wine #30512 завантаження буває преривається - просто перезапустіть "
1782 "клієнт й завантаження продовжиться з того місця де воно зупинилося. При "
1783 "цьому відсотки завантаження скинуться, але не хвилюйтеся, так й повинно бути."
1784
1785 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1786 #, sh-format
1787 msgid ""
1788 "Please select $TITLE install file. During installation, uncheck all extra "
1789 "drivers it wants to install:"
1790 msgstr ""
1791 "Будь ласка, виберіть інсталятор $TITLE. Під час встановлення зніміть "
1792 "прапорці з усіх додаткових драйверів:"
1793
1794 #: PlayOnLinux_Scripts/Half_Life_2_:56
1795 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1796 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1797 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1798 #: PlayOnLinux_Scripts/Portal_:36
1799 #, sh-format
1800 msgid ""
1801 "Steam installation has been detected\\nwould you like to install this game "
1802 "in the same virtual drive?"
1803 msgstr ""
1804 "Виявлено встановлений Steam.\\nБажаєте встановити цю гру на той самий "
1805 "віртуальний диск?"
1806
18071833 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
18081834 #, sh-format
18091835 msgid "Updating $TITLE"
18101836 msgstr "Оновлюю $TITLE"
18111837
1812 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1838 #: PlayOnLinux_Scripts/Hanahira__:54
18131839 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
18141840 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
18151841 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
18211847 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
18221848 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
18231849 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1850 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1851 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1852 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1853 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1854 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1855 #: PlayOnLinux_Scripts/Steins_Gate_:51
18241856 #, sh-format
18251857 msgid "Please locate installation program (Setup.exe)"
18261858 msgstr "Будь ласка, знайдіть програму встановлення (Setup.exe)"
18271859
1828 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1829 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1860 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
18301861 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
18311862 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
18321863 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
18481879 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
18491880 msgstr ""
18501881
1882 #: PlayOnLinux_Scripts/Hearthstone_:26
1883 #, sh-format
1884 msgid "What language do you want to install?"
1885 msgstr ""
1886
18511887 #: PlayOnLinux_Scripts/ImgBurn_:38
18521888 #, sh-format
18531889 msgid ""
18921928 msgstr "Бажаєте встановити юнікод версію Inno Setup?"
18931929
18941930 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1895 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
18961931 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
18971932 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
18981933 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
20692104 "Якщо при стягуванні оновлення зависло закрийте та запустіть знову, поки "
20702105 "завантаження закінчиться."
20712106
2107 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20722108 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20732109 #, sh-format
20742110 msgid "Demo version"
20752111 msgstr "Демо-версія"
20762112
2113 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
20772114 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
20782115 #, sh-format
20792116 msgid "Please select version."
21322169 "No filename extension specified, skipping association to native application."
21332170 msgstr ""
21342171 "Не вказано ім’я розширення файлу, асоціація з системним додатком перервана."
2172
2173 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2174 #, sh-format
2175 msgid "Contacting download server."
2176 msgstr ""
21352177
21362178 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
21372179 #: python/install.py:454 python/install.py:456 python/install.py:570
22182260 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
22192261 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
22202262 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2221 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2263 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
22222264 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
22232265 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
22242266 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
22602302 "Якщо ви побачите помилки під час встановлення DotNet 3.0 - просто ігноруйте "
22612303 "їх"
22622304
2263 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2264 #, sh-format
2265 msgid "This package fail to install with wine 1.5.21 or better"
2266 msgstr "Цей пакунок не встановиться на Wine 1.5.21 або вище"
2267
2268 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2305 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
22692306 #, sh-format
22702307 msgid ""
22712308 "If you see error messages during DotNet 3.5 installation, you can ignore "
23952432 "Встановлення VCRun2010 може не вдатися з-за того, що ваша версія PlayOnLinux "
23962433 "застара. Будь ласка оновіться."
23972434
2398 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2435 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2436 #: PlayOnLinux_Scripts/yWriter_5_:45
23992437 #, sh-format
24002438 msgid "Downloading..."
24012439 msgstr "Завантаження..."
25112549 msgid "Microsoft fonts have been installed successfully."
25122550 msgstr "Шрифти від Microsoft успішно встановлено."
25132551
2552 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2553 #, sh-format
2554 msgid ""
2555 "OSX users: If the screen flickers once the game is launched, try to press "
2556 "cmd + tab twice"
2557 msgstr ""
2558
25142559 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
25152560 #, sh-format
25162561 msgid "Remove Game For Windows Live..."
25552600 "Для продовження PlayOnLinux повинен перемонтувати компакт-дисковий пристрій "
25562601 "з опцією \"Показати приховане\" (\"unhide\")"
25572602
2558 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2603 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
25592604 #, sh-format
25602605 msgid "Abort installation"
25612606 msgstr "Скасувати встановлення"
25802625 msgid "The program needs access to ptrace() to proceed:"
25812626 msgstr "Для продовження роботи програмі потрібен доступ до ptrace():"
25822627
2583 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2628 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
25842629 #, sh-format
25852630 msgid "User abort"
25862631 msgstr "Операцію скасовано користувачем"
26232668 msgid "Please do not run $TITLE after installation has finished."
26242669 msgstr "Будь ласка не запускайте $TITLE після закінчення інсталяції."
26252670
2671 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2672 #, sh-format
2673 msgid "Extracting $TITLE"
2674 msgstr ""
2675
26262676 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
26272677 #, sh-format
26282678 msgid ""
26352685 msgid "$TITLE has been successfully installed."
26362686 msgstr ""
26372687
2688 #: PlayOnLinux_Scripts/Poker_Stars_:37
2689 #, sh-format
2690 msgid "Error while installing. Downloaded file not found."
2691 msgstr ""
2692
26382693 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
26392694 #, sh-format
26402695 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
26422697
26432698 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
26442699 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2700 #: PlayOnLinux_Scripts/Watchtower_library_:58
26452701 #, sh-format
26462702 msgid "Please wait while $TITLE is installed"
26472703 msgstr "Будь ласка, зачекайте, поки $TITLE буде встановлено"
26812737 msgstr ""
26822738 "Будь ласка, вставте диск №3 у Ваш дисковий пристрій,\\nякщо це ще не "
26832739 "зроблено."
2740
2741 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2742 #, sh-format
2743 msgid ""
2744 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2745 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2746 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2747 "n\\nIf you have one of this two versions of this game, please give some "
2748 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2749 "n\\nThank you!"
2750 msgstr ""
2751
2752 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2753 #, sh-format
2754 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2755 msgstr ""
2756
2757 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2758 #, sh-format
2759 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2760 msgstr ""
2761
2762 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2763 #, sh-format
2764 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2765 msgstr ""
2766
2767 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2768 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2769 #, sh-format
2770 msgid "Select a version of installation disc:"
2771 msgstr ""
2772
2773 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2774 #, sh-format
2775 msgid "First Release (without addons)"
2776 msgstr ""
2777
2778 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2779 #, sh-format
2780 msgid "Gold Edition"
2781 msgstr ""
2782
2783 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2784 #, sh-format
2785 msgid "Platinum Edition"
2786 msgstr ""
2787
2788 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2789 #, sh-format
2790 msgid "What is your version of Railroad Tycoon II?"
2791 msgstr ""
2792
2793 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2794 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2795 #, sh-format
2796 msgid ""
2797 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2798 "desktop.\\n\\nThank you for using this installation script! :)"
2799 msgstr ""
26842800
26852801 #: PlayOnLinux_Scripts/Reaper_4_:30
26862802 #, sh-format
28422958 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
28432959 msgstr ""
28442960
2961 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2962 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2963 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2964 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2965 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2966 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2967 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2968 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2969 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2970 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2971 #, sh-format
2972 msgid ""
2973 "Close the visual novel when it appears to continue installation. Click Next "
2974 "to begin installation."
2975 msgstr ""
2976
2977 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2978 #, sh-format
2979 msgid ""
2980 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2981 "script will now install it. Click Next to continue."
2982 msgstr ""
2983
28452984 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
28462985 #, sh-format
28472986 msgid ""
28512990 "Якщо гра видає помилку часу виконання, відкрийте термінал й наберіть:\\necho "
28522991 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
28532992
2854 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2855 #, sh-format
2856 msgid "Please locate installation program (Launcher.exe)"
2857 msgstr "Будь ласка, знайдіть програму встановлення (Launcher.exe)"
2858
2859 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2860 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2861 #, sh-format
2862 msgid ""
2863 "When the launcher opens, click on the top button to open the installer. When "
2864 "a new window opens, click OK. When another window opens, click on the button "
2865 "with the letter N until it is installing. Wait until it is done and click "
2866 "the right button to quit. Click Next when you are done installing."
2993 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2994 #, sh-format
2995 msgid "Please locate installation program in Data folder (Resonance.msi)"
28672996 msgstr ""
28682997
28692998 #: PlayOnLinux_Scripts/Steam_:50
29013030 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
29023031 "game. Steam install xna framework the game. Close the Steam so that the "
29033032 "installer can continue."
3033 msgstr ""
3034
3035 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
3036 #, sh-format
3037 msgid "If youve the extentions, you should install Tribunal first !"
29043038 msgstr ""
29053039
29063040 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
30203154 "nдокументації. Клацніть правою кнопкою миші на піктограмі гри \"Прочитати "
30213155 "керівництво\" (\"Read the manual\"), пункти 4-5."
30223156
3157 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
3158 #, sh-format
3159 msgid "Please select the installation file to run."
3160 msgstr ""
3161
3162 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
3163 #, sh-format
3164 msgid ""
3165 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
3166 "your region.\\n 2. Leave only checked DirectX box."
3167 msgstr ""
3168
30233169 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
30243170 #, sh-format
30253171 msgid ""
30283174 msgstr ""
30293175 "Гра не зможе стартувати, поки Ви не встановите "
30303176 "/proc/sys/kernel/yama/ptrace_scope в 0"
3177
3178 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3179 #, sh-format
3180 msgid "Other destination or other CD/DVD"
3181 msgstr ""
3182
3183 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3184 #, sh-format
3185 msgid "Retail CD"
3186 msgstr ""
3187
3188 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
3189 #, sh-format
3190 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
3191 msgstr ""
3192
3193 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
3194 #, sh-format
3195 msgid "video fix"
3196 msgstr ""
30313197
30323198 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
30333199 #, sh-format
31193285 msgid "Donwload finished.\\nPatches installation will begin"
31203286 msgstr "Завантаження закінчено.\\nПочинається встановлення патчів"
31213287
3288 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3289 #, sh-format
3290 msgid "We will download the installer"
3291 msgstr ""
3292
31223293 #: PlayOnLinux_Scripts/Toontown_Online_:17
31233294 #, sh-format
31243295 msgid ""
31633334 msgid "Do you want to browse $TITLE website?"
31643335 msgstr "Ви бажаєте відкрити сайт $TITLE?"
31653336
3337 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3338 #, sh-format
3339 msgid ""
3340 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3341 "messenger, because it will won't work correctly."
3342 msgstr ""
3343
3344 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3345 #, sh-format
3346 msgid "Warning"
3347 msgstr ""
3348
31663349 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
31673350 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
31683351 #, sh-format
31733356 "Версія, яку містить компакт-диск, застаріла. Не забудьте оновити $TITLE, щоб "
31743357 "коректно запускати його з $APPLICATION_TITLE"
31753358
3359 #: PlayOnLinux_Scripts/Watchtower_library_:49
3360 #, sh-format
3361 msgid "File Selection Error"
3362 msgstr ""
3363
3364 #: PlayOnLinux_Scripts/Watchtower_library_:49
3365 #, sh-format
3366 msgid ""
3367 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3368 msgstr ""
3369
31763370 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
31773371 #, sh-format
31783372 msgid ""
31903384 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
31913385 #, sh-format
31923386 msgid ""
3193 "Attention: After installation is complete, the patcher will load. Please "
3194 "close the patcher before logging in or finish updating to complete the "
3195 "installation. After this, you can run \"$TITLE\" when setup is done"
3196 msgstr ""
3197 "Увага: коли встановлення успішно закінчиться, завантажиться патчер. Будь "
3198 "ласка, закрийте патчер перед входженням у гру або закінчіть оновлення, щоб "
3199 "успішно закінчити встановлення. Після цього, коли встановлення буде "
3200 "закінчено, Ви зможете запустити \"$TITLE\"."
3387 "Attention:After installation is complete, the patcher will load. After, go "
3388 "to the top right of the patcher and click the wrench, Then Un-check the box "
3389 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3390 "minuite. When finished with this, please close the patcher before logging in "
3391 "or finish updating to complete the installation. After this, you can run "
3392 "\"$TITLE\" when setup is done"
3393 msgstr ""
32013394
32023395 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
32033396 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
32453438 "Будь ласка, вставте п’ятий диск з грою у Ваш дисковий пристрій\\nякщо ви ще "
32463439 "не зробили цього."
32473440
3441 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3442 #, sh-format
3443 msgid "Which region version of World of Warplanes would you like to install?"
3444 msgstr ""
3445
3446 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3447 #, sh-format
3448 msgid ""
3449 "Attention:After installation is complete, the patcher will load. After, go "
3450 "to the top right of the patcher and click the wrench, Then Un-check the box "
3451 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3452 "minute. When finished with this, please close the patcher before logging in "
3453 "or finish updating to complete the installation. After this, you can run "
3454 "\"$TITLE\" when setup is done"
3455 msgstr ""
3456
32483457 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
32493458 #, sh-format
32503459 msgid ""
32973506 msgid "Please select the 32bit version of iTunes"
32983507 msgstr "Будь ласка, виберіть 32 бітову версію iTunes"
32993508
3300 #: PlayOnLinux_Scripts/osu_:45
3509 #: PlayOnLinux_Scripts/osu_:46
33013510 #, sh-format
33023511 msgid ""
33033512 "Press next to start the updater. When the updater is finished, close it "
33213530 "Переконайтеся у тому, що встановлено 32 бітову роздільну здатність коли "
33223531 "з’явиться вікно конфігурації."
33233532
3324 #: bash/bug_report:31
3533 #: bash/bug_report:32
33253534 #, sh-format
33263535 msgid "Report a bug"
33273536 msgstr "Повідомити про ваду"
33283537
3329 #: bash/bug_report:36
3538 #: bash/bug_report:37
33303539 #, sh-format
33313540 msgid ""
33323541 "Please give the more details as you can, otherwise, it will be very "
33353544 "Будь ласка, надайте як найбільше відомостей та деталей, у протилежному "
33363545 "випадку допомогти Вам буде дуже складно."
33373546
3338 #: bash/bug_report:36
3547 #: bash/bug_report:37
33393548 #, sh-format
33403549 msgid ""
33413550 "This wizard will help you to report a bug about an officially supported "
33443553 "Цей майстер допоможе Вам повідомити про помилку у офіційно підтримуваній "
33453554 "програмі."
33463555
3347 #: bash/bug_report:40
3556 #: bash/bug_report:41
33483557 #, sh-format
33493558 msgid ""
33503559 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
33533562 "Ваша версія $APPLICATION_TITLE застаріла.\\nПеред відправленням повідомлення "
33543563 "про помилку потрібно оновити $APPLICATION_TITLE.\\nДякуємо"
33553564
3356 #: bash/bug_report:46
3565 #: bash/bug_report:47
33573566 #, sh-format
33583567 msgid "I have a problem with a software"
33593568 msgstr "В мене виникла проблема з програмою"
33603569
3361 #: bash/bug_report:46
3570 #: bash/bug_report:47
33623571 #, sh-format
33633572 msgid "My problem concerns $APPLICATION_TITLE itself"
33643573 msgstr "Моя проблема відноситься до $APPLICATION_TITLE як до такого"
33653574
3366 #: bash/bug_report:46
3575 #: bash/bug_report:47
33673576 #, sh-format
33683577 msgid "What kind of problem do you have?"
33693578 msgstr "Якого типу проблема що виникла?"
33703579
3371 #: bash/bug_report:50
3580 #: bash/bug_report:51
33723581 #, sh-format
33733582 msgid "Don't join any log file"
33743583 msgstr "Не прикріплювати лог файл"
33753584
3376 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3585 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
33773586 #: bash/manual_install:120 bash/manual_install:219
33783587 #, sh-format
33793588 msgid "Manual installation"
33803589 msgstr "Ручна інсталяція"
33813590
3382 #: bash/bug_report:54 bash/run_exe:24
3591 #: bash/bug_report:55 bash/run_exe:24
33833592 #, sh-format
33843593 msgid "Automatic installation"
33853594 msgstr "Автоматичне встановлення"
33863595
3387 #: bash/bug_report:65
3596 #: bash/bug_report:66
33883597 #, sh-format
33893598 msgid "Choose the log file corresponding to your software."
33903599 msgstr "Виберіть лог, що відноситься до Вашої програми."
33913600
3392 #: bash/bug_report:69
3601 #: bash/bug_report:70
33933602 #, sh-format
33943603 msgid "Please give a very short description (title, english only)"
33953604 msgstr "Будь ласка, дайте дуже короткий опис (заголовок, суворо англійською)"
33963605
3397 #: bash/bug_report:72
3606 #: bash/bug_report:73
33983607 #, sh-format
33993608 msgid "Please explain your problem clearly (english only):"
34003609 msgstr ""
34013610 "Будь ласка, дайте опис Вашої проблеми зрозуміло та чітко (суворо "
34023611 "англійською):"
34033612
3404 #: bash/bug_report:76
3613 #: bash/bug_report:77
34053614 #, sh-format
34063615 msgid "Sorry, we need a detailed description."
34073616 msgstr "Вибачте, але потрібен детальний опис."
34083617
3409 #: bash/bug_report:107
3618 #: bash/bug_report:108
34103619 #, sh-format
34113620 msgid ""
34123621 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
34543663 msgstr "Виберіть ім’я віртуального диска"
34553664
34563665 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3457 #: python/mainwindow.py:232
3666 #: python/mainwindow.py:234
34583667 #, sh-format
34593668 msgid "Run a local script"
34603669 msgstr "Виконати локальний сценарій"
35833792 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
35843793 msgstr "$APPLICATION_TITLE створює віртуальний жорсткий диск Windows"
35853794
3586 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3795 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
35873796 #, sh-format
35883797 msgid "$APPLICATION_TITLE first use"
35893798 msgstr "$APPLICATION_TITLE Перші кроки"
35903799
3591 #: bash/first_use:240
3800 #: bash/first_use:242
35923801 #, sh-format
35933802 msgid "$APPLICATION_TITLE is going to finish its preparation"
35943803 msgstr "$APPLICATION_TITLE закінчує приготування"
35953804
3596 #: bash/first_use:240 bash/first_use:243
3805 #: bash/first_use:242 bash/first_use:245
35973806 #, sh-format
35983807 msgid "Please ensure you are connected to the internet."
35993808 msgstr "Будь ласка, переконайтеся, що ви під’єднані до Інтернету."
36003809
3601 #: bash/first_use:243
3810 #: bash/first_use:245
36023811 #, sh-format
36033812 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
36043813 msgstr "Схоже, це перше використання \t$APPLICATION_TITLE."
36053814
3606 #: bash/first_use:243
3815 #: bash/first_use:245
36073816 #, sh-format
36083817 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
36093818 msgstr "Цей майстер допоможе Вам підготувати оточення $APPLICATION_TITLE"
36103819
3611 #: bash/first_use:253
3820 #: bash/first_use:255
36123821 #, sh-format
36133822 msgid "Error while installing fonts"
36143823 msgstr "Помилка під час інсталяції шрифтів"
36153824
3616 #: bash/first_use:271
3825 #: bash/first_use:273
36173826 #, sh-format
36183827 msgid "Enjoy using $APPLICATION_TITLE"
36193828 msgstr "Насолоджуйтеся $APPLICATION_TITLE"
37323941 msgid "Use another version of Wine"
37333942 msgstr "Використовувати іншу версію Wine"
37343943
3735 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3736 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3944 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3945 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
37373946 #, sh-format
37383947 msgid "Configure Wine"
37393948 msgstr "Налаштування Wine"
37533962 msgid "What would you like to do before installation?"
37543963 msgstr "Що Ви бажаєте зробити перед встановленням?"
37553964
3756 #: bash/manual_install:230 lib/scripts.lib:437
3965 #: bash/manual_install:231 lib/scripts.lib:438
37573966 #, sh-format
37583967 msgid "Please make your choice"
37593968 msgstr "Будь ласка, зробіть свій вибір"
37603969
3761 #: bash/manual_install:258
3970 #: bash/manual_install:259
37623971 #, sh-format
37633972 msgid "Looking for runnable CD-ROMs"
37643973 msgstr "Пошук компакт-дисків що запускаються"
37653974
3766 #: bash/manual_install:281
3975 #: bash/manual_install:282
37673976 #, sh-format
37683977 msgid "Select another file"
37693978 msgstr "Виберіть інший файл"
37703979
3771 #: bash/manual_install:289
3980 #: bash/manual_install:290
37723981 #, sh-format
37733982 msgid "Please choose a way to install your program"
37743983 msgstr "Будь ласка, виберіть шлях встановлення програми"
37753984
3776 #: bash/manual_install:298
3985 #: bash/manual_install:299
37773986 #, sh-format
37783987 msgid "Please select the install file to run."
37793988 msgstr "Будь ласка, виберіть інсталятор для запуску."
37803989
3781 #: bash/manual_install:328
3990 #: bash/manual_install:329
37823991 #, sh-format
37833992 msgid "You must choose a file!"
37843993 msgstr "Потрібно вибрати файл!"
37853994
3786 #: bash/manual_install:334
3995 #: bash/manual_install:335
37873996 #, sh-format
37883997 msgid "$APPLICATION_TITLE is installing your application..."
37893998 msgstr "$APPLICATION_TITLE встановлює Ваш додаток..."
38614070 msgid "Extracting: "
38624071 msgstr "Витягування: "
38634072
3864 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
4073 #: bash/playonlinux-pkg:111
38654074 #, sh-format
38664075 msgid "Running..."
38674076 msgstr "Запуск..."
38714080 msgid "Cleaning..."
38724081 msgstr "Очищення..."
38734082
3874 #: bash/playonlinux_online:32
3875 #, sh-format
3876 msgid ""
3877 "This is the list of the scripts you sent to us. You can run one of them"
3878 msgstr ""
3879 "Це - перелік скриптів, які ви нам надіслали. Ви можете запустити один з них"
3880
3881 #: bash/playonlinux_online:42
3882 #, sh-format
3883 msgid "You do not seems to have any personal script"
3884 msgstr "Схоже, в Вас немає персональних скриптів"
3885
3886 #: bash/playonlinux_online:47
3887 #, sh-format
3888 msgid ""
3889 "If you have successfully installed a program with 'Install a non-listed\\"
3890 "nsoftware' button, it will allow you to add this program in our list"
3891 msgstr ""
3892 "Якщо Ви успішно встановили програму за допомогою опції \"Встановити програму "
3893 "не з переліку\" (\"Install a non-listed\\nsoftware\"), це дозволить додати "
3894 "програму у перелік"
3895
3896 #: bash/playonlinux_online:47
3897 #, sh-format
3898 msgid "This tools will allow you to help us :"
3899 msgstr "Ці інструменти дозволять Вам допомогти нам:"
3900
3901 #: bash/playonlinux_online:47
3902 #, sh-format
3903 msgid ""
3904 "We're going to ask you some questions, please be as much accurate as\\"
3905 "npossible"
3906 msgstr ""
3907 "Зараз ми Вас дещо запитаємо, будь ласка, відповідайте як найточніше й "
3908 "детальніше"
3909
3910 #: bash/playonlinux_online:55
3911 #, sh-format
3912 msgid "Choose the file corresponding to your program."
3913 msgstr "Виберіть файл, що відноситься до Вашої програми."
3914
3915 #: bash/playonlinux_online:59
3916 #, sh-format
3917 msgid "Does your program run?"
3918 msgstr "Ваша програма запускається?"
3919
3920 #: bash/playonlinux_online:62
3921 #, sh-format
3922 msgid "What is the title of your program?"
3923 msgstr "Як називається програма?"
3924
3925 #: bash/playonlinux_online:64
3926 #, sh-format
3927 msgid "What is the editor of your program?"
3928 msgstr "Хто видавник вашої програми?"
3929
3930 #: bash/playonlinux_online:66
3931 #, sh-format
3932 msgid "What is the editor website of your program?"
3933 msgstr "Хто автор сайту вашої програми?"
3934
3935 #: bash/playonlinux_online:69 python/install.py:210
3936 #, sh-format
3937 msgid "Accessories"
3938 msgstr "Аксесуари"
3939
3940 #: bash/playonlinux_online:69 python/install.py:211
3941 #, sh-format
3942 msgid "Development"
3943 msgstr "Розвиток"
3944
3945 #: bash/playonlinux_online:69 python/install.py:212
3946 #, sh-format
3947 msgid "Education"
3948 msgstr "Навчання"
3949
3950 #: bash/playonlinux_online:69 python/install.py:213
3951 #, sh-format
3952 msgid "Games"
3953 msgstr "Ігри"
3954
3955 #: bash/playonlinux_online:69 python/install.py:214
3956 #, sh-format
3957 msgid "Graphics"
3958 msgstr "Графіка"
3959
3960 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3961 #: python/options.py:384
3962 #, sh-format
3963 msgid "Internet"
3964 msgstr "Інтернет"
3965
3966 #: bash/playonlinux_online:69 python/install.py:216
3967 #, sh-format
3968 msgid "Multimedia"
3969 msgstr "Мультимедіа"
3970
3971 #: bash/playonlinux_online:69 python/install.py:217
3972 #, sh-format
3973 msgid "Office"
3974 msgstr "Офіс"
3975
3976 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3977 #, sh-format
3978 msgid "Other"
3979 msgstr "Інше"
3980
3981 #: bash/playonlinux_online:69 python/install.py:219
3982 #, sh-format
3983 msgid "Patches"
3984 msgstr "Латки"
3985
3986 #: bash/playonlinux_online:69
3987 #, sh-format
3988 msgid "Select a category for your program"
3989 msgstr "Виберіть категорію для програми"
3990
3991 #: bash/playonlinux_online:69 python/install.py:258
3992 #, sh-format
3993 msgid "Testing"
3994 msgstr "Тестування"
3995
3996 #: bash/playonlinux_online:72
3997 #, sh-format
3998 msgid ""
3999 "What feature of your program does not work?\\nIf everything works, please "
4000 "mention it"
4001 msgstr ""
4002 "Які особливості програми не працюють?\\nЯкщо все працює, будь ласка, "
4003 "напишіть про це"
4004
4005 #: bash/playonlinux_online:74
4006 #, sh-format
4007 msgid "Write any change you made to wine configuration here:"
4008 msgstr "Запишіть усі зміни, які Ви внесли у конфігурацію Wine:"
4009
4010 #: bash/playonlinux_online:102
4011 #, sh-format
4012 msgid "You must be able to run this program!"
4013 msgstr "Ця програма повинна запускатися!"
4014
4015 #: bash/playonlinux_online:107
4016 #, sh-format
4017 msgid "Run one of your personal scripts"
4018 msgstr "Запустіть один з ваших персональних скриптів"
4019
4020 #: bash/playonlinux_online:108
4021 #, sh-format
4022 msgid "Send to us a working script generated by manual installation"
4023 msgstr "Надішліть нам працюючий скрипт, створений під час ручної інсталяції"
4024
4025 #: bash/playonlinux_online:109
4026 #, sh-format
4027 msgid "Logout"
4028 msgstr "Вийти"
4029
4030 #: bash/playonlinux_online:110
4031 #, sh-format
4032 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
4033 msgstr "Ви під’єднані до онлайн-середовища $APPLICATION_TITLE як $POL_LOGIN"
4034
4035 #: bash/playonlinux_online:124
4036 #, sh-format
4037 msgid ""
4038 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
4039 "safely close this window"
4040 msgstr ""
4041 "Ви успішно вийшли з онлайн-середовища $APPLICATION_TITLE\\nТепер це вікно "
4042 "можна закрити"
4043
4044 #: bash/polconfigurator:33
4083 #: bash/polconfigurator:34
40454084 #, sh-format
40464085 msgid "Killing programs in the virtual drive..."
40474086 msgstr "Зупиняються процеси на віртуальному диску..."
40484087
4049 #: bash/polconfigurator:79
4088 #: bash/polconfigurator:86
40504089 #, sh-format
40514090 msgid "Icon selection"
40524091 msgstr "Вибір піктограми"
40534092
4054 #: bash/polconfigurator:79
4093 #: bash/polconfigurator:86
40554094 #, sh-format
40564095 msgid "Please select an icon file"
40574096 msgstr "Будь ласка, виберіть файл піктограми"
40584097
4059 #: bash/polconfigurator:86
4098 #: bash/polconfigurator:93
40604099 #, sh-format
40614100 msgid "Bad file extension"
40624101 msgstr "Неприпустиме розширення файлу"
40634102
4064 #: bash/polconfigurator:86
4103 #: bash/polconfigurator:93
40654104 #, sh-format
40664105 msgid "is not an icon extension"
40674106 msgstr "це не розширення файлу піктограми"
40684107
4069 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
4070 #: python/mainwindow.py:621
4108 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
4109 #: python/mainwindow.py:619
40714110 #, sh-format
40724111 msgid "Registry Editor"
40734112 msgstr "Редактор реєстру"
40744113
4075 #: bash/polconfigurator:97
4114 #: bash/polconfigurator:104
40764115 #, sh-format
40774116 msgid "Kill all prefix processes"
40784117 msgstr "Вбити префікс усіх процесів"
40794118
4080 #: bash/polconfigurator:98
4119 #: bash/polconfigurator:105
40814120 #, sh-format
40824121 msgid "Update wineprefix"
40834122 msgstr "Оновити wineprefix"
40844123
4085 #: bash/polconfigurator:99
4124 #: bash/polconfigurator:106
40864125 #, sh-format
40874126 msgid "Simulate Windows reboot"
40884127 msgstr "Симулювати перезавантаження Windows"
40894128
4090 #: bash/polconfigurator:100
4129 #: bash/polconfigurator:107
40914130 #, sh-format
40924131 msgid "Use Advanced Wine Configuration plugin"
40934132 msgstr ""
40944133 "Використовуйте додаткову втулку конфігурації Wine (Advanced Wine "
40954134 "Configuration)"
40964135
4097 #: bash/polconfigurator:101
4136 #: bash/polconfigurator:108
40984137 #, sh-format
40994138 msgid "Use PlayOnLinux's configurator for"
41004139 msgstr "Використовувати майстер налаштування PlayOnLinux для"
41014140
4102 #: bash/polconfigurator:103
4141 #: bash/polconfigurator:110
41034142 #, sh-format
41044143 msgid "Change the icon"
41054144 msgstr "Змінити піктограму"
41064145
4107 #: bash/polconfigurator:104
4146 #: bash/polconfigurator:111
41084147 #, sh-format
41094148 msgid "Use WineTricks"
41104149 msgstr "Використовувати WineTricks"
41114150
4112 #: bash/polconfigurator:123
4151 #: bash/polconfigurator:130
41134152 #, sh-format
41144153 msgid "Please choose an action to perform"
41154154 msgstr "Будь ласка, виберіть виконувану дію"
41594198 msgid "Please choose a CD-ROM to eject"
41604199 msgstr "Виберіть CD-ROM для витягування..."
41614200
4162 #: bash/run_app:83
4201 #: bash/run_app:85
41634202 #, sh-format
41644203 msgid "Please choose a software to run"
41654204 msgstr "Будь ласка, виберіть програму для запуску"
41664205
4167 #: bash/run_app:114
4206 #: bash/run_app:116
41684207 #, sh-format
41694208 msgid "$APPLICATION_TITLE debugger is starting..."
41704209 msgstr "$APPLICATION_TITLE налагоджувач запускається..."
41714210
4172 #: bash/run_app:117
4211 #: bash/run_app:119
41734212 #, sh-format
41744213 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
41754214 msgstr ""
41764215 "$PACKAGE припинив свою роботу.\\nНатисніть \"Налагодження\" (\"Debug\"), щоб "
41774216 "взнати подробиці."
41784217
4179 #: bash/run_app:119
4218 #: bash/run_app:121
41804219 #, sh-format
41814220 msgid "$PACKAGE crashed."
41824221 msgstr "$PACKAGE припинив свою роботу."
42384277 "налаштування?"
42394278
42404279 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
4241 #: lib/playonlinux.lib:717
4280 #: lib/playonlinux.lib:720
42424281 #, sh-format
42434282 msgid "$APPLICATION_TITLE Uninstaller"
42444283 msgstr "Деінсталятор $APPLICATION_TITLE"
42584297 msgid "This wizard will help you to uninstall: "
42594298 msgstr "Цей майстер допоможе Вам вилучити програму: "
42604299
4261 #: bash/uninstall:65 lib/playonlinux.lib:717
4300 #: bash/uninstall:65 lib/playonlinux.lib:720
42624301 #, sh-format
42634302 msgid "Uninstalling..."
42644303 msgstr "Вилучення..."
43274366 "адресою: www.$POL_DNS"
43284367
43294368 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4330 #: lib/wine.lib:955 lib/wine.lib:1036
4369 #: lib/wine.lib:970 lib/wine.lib:1051
43314370 #, sh-format
43324371 msgid "Please wait while the virtual drive is being created..."
43334372 msgstr "Будь ласка, зачекайте, поки створюється віртуальний диск..."
43444383 msgid "Setting Program Files var"
43454384 msgstr "Встановлення змінної Program Files"
43464385
4347 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4348 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4386 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4387 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
43494388 #, sh-format
43504389 msgid "This function is disabled in the PlayOnlinux environment."
43514390 msgstr "Ця функція недоступна в оточенні PlayOnLinux"
43524391
4353 #: lib/playonlinux.lib:334
4392 #: lib/playonlinux.lib:336
43544393 #, sh-format
43554394 msgid ""
43564395 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43614400 "nЦей скрипт не проходив процедуру схвалення PlayOnLinux, й PlayOnLinux не "
43624401 "відповідає за нього.\\nБудь ласка, переконайтеся, що знаєте, що робите!"
43634402
4364 #: lib/playonlinux.lib:335
4403 #: lib/playonlinux.lib:337
43654404 #, sh-format
43664405 msgid "Here the source code of the script. Check it carefully"
43674406 msgstr "Тут знаходиться джерельний код скрипта. Перевірте його уважно"
43684407
4369 #: lib/playonlinux.lib:357
4408 #: lib/playonlinux.lib:359
43704409 #, sh-format
43714410 msgid ""
43724411 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
43784417 "$APPLICATION_TITLE не відповідає за нього.\\nБудь ласка, переконайтеся, що "
43794418 "знаєте, що робите!"
43804419
4381 #: lib/playonlinux.lib:358
4420 #: lib/playonlinux.lib:360
43824421 #, sh-format
43834422 msgid "External library"
43844423 msgstr "Зовнішня бібліотека"
43854424
4386 #: lib/playonlinux.lib:358
4425 #: lib/playonlinux.lib:360
43874426 #, sh-format
43884427 msgid "Here the source code of the script. Check it carrefully"
43894428 msgstr "Тут знаходиться джерельний код скрипта. Перевірте його уважно"
43904429
4391 #: lib/playonlinux.lib:591
4430 #: lib/playonlinux.lib:593
43924431 #, sh-format
43934432 msgid "Making shortcut..."
43944433 msgstr "Створення ярлика..."
43954434
4396 #: lib/playonlinux.lib:715
4435 #: lib/playonlinux.lib:718
43974436 #, sh-format
43984437 msgid "Do you want to delete the virtual drive:"
43994438 msgstr "Ви бажаєте вилучити віртуальний диск:"
44004439
4401 #: lib/playonlinux.lib:826
4440 #: lib/playonlinux.lib:831
44024441 #, sh-format
44034442 msgid ""
44044443 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
44074446 "Цей файл розташований на диску з файловою системою FAT32.\\nЗ-за цього Wine "
44084447 "може не працювати.\\n\\n$FilePath"
44094448
4410 #: lib/playonlinux.lib:827
4449 #: lib/playonlinux.lib:832
44114450 #, sh-format
44124451 msgid ""
44134452 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
44164455 "Цей файл розташований на диску з файловою системою NTFS.\\nЗ-за цього Wine "
44174456 "може не працювати.\\n\\n$FilePath"
44184457
4419 #: lib/playonlinux.lib:828
4458 #: lib/playonlinux.lib:833
44204459 #, sh-format
44214460 msgid ""
44224461 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
44254464 "Цей файл розташований на файловій системі у користувацькому просторі "
44264465 "(FUSE).\\nЗ-за цього Wine може не працювати.\\n\\n$FilePath"
44274466
4428 #: lib/playonlinux.lib:829
4467 #: lib/playonlinux.lib:834
44294468 #, sh-format
44304469 msgid ""
44314470 "The following file is located on a noexec mounted filesystem.\\nIt might "
44344473 "Цей файл розташований на диску, примонтованому без прав на виконання.\\nЗ-за "
44354474 "цього Wine може не працювати.\\n\\n$FilePath"
44364475
4437 #: lib/plugins.lib:65
4476 #: lib/plugins.lib:66
44384477 #, sh-format
44394478 msgid "Checking plugin: "
44404479 msgstr "Перевірка втулки: "
44414480
4442 #: lib/plugins.lib:93
4481 #: lib/plugins.lib:94
44434482 #, sh-format
44444483 msgid "New: "
44454484 msgstr "Нові: "
44464485
4447 #: lib/plugins.lib:93
4486 #: lib/plugins.lib:94
44484487 #, sh-format
44494488 msgid "Updating plugin. Previous: "
44504489 msgstr "Оновлення втулки. Попередня: "
44514490
4452 #: lib/plugins.lib:112
4491 #: lib/plugins.lib:113
44534492 #, sh-format
44544493 msgid "Installing plugin: "
44554494 msgstr "Інсталяція втулки: "
44684507 msgid "Function override detected, disabling bug reporting"
44694508 msgstr ""
44704509
4471 #: lib/scripts.lib:499 lib/scripts.lib:565
4510 #: lib/scripts.lib:500 lib/scripts.lib:566
44724511 #, sh-format
44734512 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
44744513 msgstr ""
44754514 "Невистачає вільного місця для завантаження :\\n$URL ($neededSpace KБ)"
44764515
4477 #: lib/scripts.lib:501 lib/scripts.lib:784
4516 #: lib/scripts.lib:502 lib/scripts.lib:785
44784517 #, sh-format
44794518 msgid "Please wait while $APPLICATION_TITLE is downloading:"
44804519 msgstr "Будь ласка, зачекайте поки стягується $APPLICATION_TITLE:"
44814520
4482 #: lib/scripts.lib:503 lib/scripts.lib:570
4521 #: lib/scripts.lib:504 lib/scripts.lib:571
44834522 #, sh-format
44844523 msgid "An error happened during download."
44854524 msgstr "Під час завантаження сталася помилка."
44864525
4487 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4488 #: lib/scripts.lib:586
4526 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4527 #: lib/scripts.lib:587
44894528 #, sh-format
44904529 msgid "Do you want to retry?"
44914530 msgstr "Повторити спробу?"
44924531
4493 #: lib/scripts.lib:522 lib/scripts.lib:586
4532 #: lib/scripts.lib:523 lib/scripts.lib:587
44944533 #, sh-format
44954534 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
44964535 msgstr ""
44974536 "Помилка! Файли не збігаються\\n\\nЛокальний: $LOCAL_MD5\\nНа сервері : "
44984537 "$SERVER_MD5"
44994538
4500 #: lib/scripts.lib:689
4539 #: lib/scripts.lib:690
45014540 #, sh-format
45024541 msgid ""
45034542 "7z not installed, please check that you have 7zip installed and try again"
45054544 "7z не встановлений, будь ласка, переконайтеся що 7zip встановлений й "
45064545 "спробуйте знову"
45074546
4508 #: lib/scripts.lib:696
4547 #: lib/scripts.lib:697
45094548 #, sh-format
45104549 msgid "Failed to locate ${dest} from ${archive}"
45114550 msgstr "Не вдалося розташувати ${dest} з ${archive}"
45124551
4513 #: lib/scripts.lib:700
4552 #: lib/scripts.lib:701
45144553 #, sh-format
45154554 msgid "Extracting ${filename} from ${archivename}"
45164555 msgstr "Витягування ${filename} з ${archivename}"
45174556
4518 #: lib/scripts.lib:715
4557 #: lib/scripts.lib:716
45194558 #, sh-format
45204559 msgid "Extracted file size does not match!"
45214560 msgstr "Розмір витягнутого файлу не збігається!"
45224561
4523 #: lib/scripts.lib:746
4562 #: lib/scripts.lib:747
45244563 #, sh-format
45254564 msgid "Copying ${filename}"
45264565 msgstr "Копіювання ${filename}"
45274566
4528 #: lib/scripts.lib:759
4567 #: lib/scripts.lib:760
45294568 #, sh-format
45304569 msgid "File size does not match!"
45314570 msgstr "Розмір файлу не збігається!"
45324571
4533 #: lib/scripts.lib:903
4572 #: lib/scripts.lib:904
45344573 #, sh-format
45354574 msgid ""
45364575 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
45394578 "Нажаль, $APPLICATION_TITLE $VERSION надто застарів, й продовжити неможна.\\"
45404579 "nПотрібен $APPLICATION_TITLE $NEEDED."
45414580
4542 #: lib/scripts.lib:918
4581 #: lib/scripts.lib:919
45434582 #, sh-format
45444583 msgid ""
45454584 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
45484587 "Увага: Ви запускаєте $APPLICATION_TITLE $VERSION.\\nДля того, щоб "
45494588 "продовжити, рекомендовано $APPLICATION_TITLE $NEEDED."
45504589
4551 #: lib/scripts.lib:949
4590 #: lib/scripts.lib:950
45524591 #, sh-format
45534592 msgid "$AUTHOR profile"
45544593 msgstr "$AUTHOR профіль"
45974636 "Одна або декілька програм відсутні. Будь ласка, встановіть їх та запустіть "
45984637 "скрипт ще раз."
45994638
4600 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4639 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
46014640 #: python/mainwindow.py:1135 python/mainwindow.py:1165
46024641 #: python/mainwindow.py:1179 python/mainwindow.py:1188
46034642 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
46094648 #, sh-format
46104649 msgid "Where is mounted your CD-ROM?"
46114650 msgstr "Де примонтований Ваш компакт-диск?"
4651
4652 #: lib/setupwindow.lib:349 python/install.py:218
4653 #, sh-format
4654 msgid "Other"
4655 msgstr "Інше"
46124656
46134657 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
46144658 #, sh-format
47304774 msgid "I don't want to make another shortcut"
47314775 msgstr "Я не бажаю створювати інший ярлик"
47324776
4733 #: lib/setupwindow.lib:711 python/guiv3.py:158
4777 #: lib/setupwindow.lib:711 python/guiv3.py:163
47344778 #, sh-format
47354779 msgid "Browse"
47364780 msgstr "Перегляд"
47374781
4782 #: lib/setupwindow.lib:739
4783 #, sh-format
4784 msgid "A shortcut by that name already exists, overwrite?"
4785 msgstr ""
4786
47384787 #: lib/website.lib:29
47394788 #, sh-format
47404789 msgid "Connect to your $APPLICATION_TITLE account"
47544803 "Не вдалося під’єднатися!\\n\\nБудь ласкаа, переконайтеся, що ім’я "
47554804 "користувача та пароль правильні."
47564805
4757 #: lib/wine.lib:367
4806 #: lib/wine.lib:371
47584807 #, sh-format
47594808 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
47604809 msgstr ""
47614810 "Будь ласка, зачекайте поки $APPLICATION_TITLE вивчає Ваше обладнання."
47624811
4763 #: lib/wine.lib:373
4812 #: lib/wine.lib:377
47644813 #, sh-format
47654814 msgid "Select the main videocard to report:"
47664815 msgstr "Виберіть основну відеокартку для звіту:"
47674816
4768 #: lib/wine.lib:538 lib/wine.lib:703
4817 #: lib/wine.lib:549 lib/wine.lib:714
47694818 #, sh-format
47704819 msgid ""
47714820 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
47744823 "Схоже, Wine перервала роботу.\\n\\nЯкщо Ваша програма працює, просто не "
47754824 "звертайте уваги на це повідомлення."
47764825
4777 #: lib/wine.lib:763
4826 #: lib/wine.lib:775
47784827 #, sh-format
47794828 msgid "Unable to find version: "
47804829 msgstr "Не вдалося знайти версію: "
47814830
4782 #: lib/wine.lib:769 lib/wine.lib:770
4831 #: lib/wine.lib:781 lib/wine.lib:782
47834832 #, sh-format
47844833 msgid "Downloading Wine: "
47854834 msgstr "Завантаження Wine: "
47864835
4787 #: lib/wine.lib:779
4836 #: lib/wine.lib:791
47884837 #, sh-format
47894838 msgid "The download seems to have failed."
47904839 msgstr "Схоже, завантаження не вдалося."
47914840
4792 #: lib/wine.lib:781
4841 #: lib/wine.lib:793
47934842 #, sh-format
47944843 msgid "Extracting Wine..."
47954844 msgstr "Витягування Wine..."
47964845
4797 #: lib/wine.lib:961
4846 #: lib/wine.lib:976
47984847 #, sh-format
47994848 msgid "Overwrite (usually works, no guarantee)"
48004849 msgstr "Перезаписати (зазвичай працює, але не гарантовано)"
48014850
4802 #: lib/wine.lib:962
4851 #: lib/wine.lib:977
48034852 #, sh-format
48044853 msgid "Erase (virtual drive content will be lost)"
48054854 msgstr "Стерти (вміст віртуального диска буде знищено)"
48064855
4807 #: lib/wine.lib:976
4856 #: lib/wine.lib:991
48084857 #, sh-format
48094858 msgid "The target virtual drive $PREFNAME already exists:"
48104859 msgstr "Цільовий віртуальний диск $PREFNAME вже існує:"
48114860
4812 #: lib/wine.lib:1156 lib/wine.lib:1186
4861 #: lib/wine.lib:1171 lib/wine.lib:1201
48134862 #, sh-format
48144863 msgid "Please wait while $SOFTNAME is installed..."
48154864 msgstr "Будь ласка, зачекайте поки $SOFTNAME встановиться..."
48164865
4817 #: lib/wine.lib:1160 lib/wine.lib:1189
4866 #: lib/wine.lib:1175 lib/wine.lib:1204
48184867 #, sh-format
48194868 msgid ""
48204869 "Be careful! This will kill install process. If it is not finished, you will "
48234872 "Будьте обережні!! Це вб’є процес встановлення. Якщо він не був закінчений, "
48244873 "Вам доведеться перевстановити $SOFTNAME"
48254874
4826 #: lib/wine.lib:1160 lib/wine.lib:1189
4875 #: lib/wine.lib:1175 lib/wine.lib:1204
48274876 #, sh-format
48284877 msgid "Install is done"
48294878 msgstr "Інсталяція закінчена"
48304879
4831 #: lib/wine.lib:1193 lib/wine.lib:1194
4880 #: lib/wine.lib:1208 lib/wine.lib:1209
48324881 #, sh-format
48334882 msgid "Press next only when the installation process is finished"
48344883 msgstr "Натисніть далі лише коли процес інсталяції буде закінчено"
48354884
4836 #: lib/wine.lib:1202
4885 #: lib/wine.lib:1217
48374886 #, sh-format
48384887 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
48394888 msgstr ""
48534902 "Щоб повністю вилучити програму з {0}, потрібно вилучити пов’язаний з нею "
48544903 "віртуальний диск"
48554904
4856 #: python/configure.py:197 python/configure.py:694
4905 #: python/configure.py:196 python/configure.py:703
48574906 msgid "General"
48584907 msgstr "Загальні"
48594908
4860 #: python/configure.py:200
4909 #: python/configure.py:199
48614910 msgid "Make a new shortcut from this virtual drive"
48624911 msgstr "Зробити новий ярлик з цього віртуального диска"
48634912
4864 #: python/configure.py:201
4913 #: python/configure.py:200
48654914 msgid "Name"
48664915 msgstr "Ім’я"
48674916
4868 #: python/configure.py:202
4917 #: python/configure.py:201
48694918 msgid "Wine version"
48704919 msgstr "Версія Wine"
48714920
4872 #: python/configure.py:203
4921 #: python/configure.py:202
48734922 msgid "Debug flags"
48744923 msgstr "Прапорці діагностики"
48754924
4876 #: python/configure.py:205
4925 #: python/configure.py:204
48774926 msgid "Virtual drive"
48784927 msgstr "Віртуальний диск"
48794928
4880 #: python/configure.py:207
4929 #: python/configure.py:206
48814930 msgid "Arguments"
48824931 msgstr "Параметри"
48834932
4884 #: python/configure.py:211
4933 #: python/configure.py:210
48854934 msgid "Run configuration wizard"
48864935 msgstr "Запустити майстер конфігурації"
48874936
4888 #: python/configure.py:248
4937 #: python/configure.py:247
48894938 msgid "Windows reboot"
48904939 msgstr "Перезавантаження Windows"
48914940
4892 #: python/configure.py:256
4941 #: python/configure.py:255
48934942 msgid "Repair virtual drive"
48944943 msgstr "Відновити віртуальний диск"
48954944
4896 #: python/configure.py:265
4945 #: python/configure.py:264
48974946 msgid "Command prompt"
48984947 msgstr "Командний рядок"
48994948
4900 #: python/configure.py:272
4949 #: python/configure.py:271
49014950 msgid "Task manager"
49024951 msgstr "Диспетчер завдань"
49034952
4904 #: python/configure.py:280
4953 #: python/configure.py:279
49054954 msgid "Kill processes"
49064955 msgstr "Вбити процеси"
49074956
4908 #: python/configure.py:287
4957 #: python/configure.py:286
49094958 msgid "Wine uninstaller"
49104959 msgstr "Деінсталлятор Wine"
49114960
4912 #: python/configure.py:312
4961 #: python/configure.py:311
49134962 msgid ""
49144963 "Be careful! Installing one of these components can break your virtual drive."
49154964 msgstr ""
49164965 "Будьте обережні! Встановлення одного з цих компонентів може пошкодити Ваш "
49174966 "віртуальний диск."
49184967
4919 #: python/configure.py:334 python/install.py:285 python/install.py:289
4920 #: python/mainwindow.py:197 python/mainwindow.py:350
4968 #: python/configure.py:333 python/install.py:285 python/install.py:289
4969 #: python/mainwindow.py:199 python/mainwindow.py:348
49214970 msgid "Install"
49224971 msgstr "Встановлення"
49234972
4924 #: python/configure.py:395
4973 #: python/configure.py:388
49254974 msgid "Open program's directory"
49264975 msgstr "Відкрити директорію програми"
49274976
4928 #: python/configure.py:418
4977 #: python/configure.py:411
49294978 msgid "Open virtual drive's directory"
49304979 msgstr "Відкрити директорію віртуального диска"
49314980
4932 #: python/configure.py:560
4981 #: python/configure.py:555
49334982 msgid "GLSL Support"
49344983 msgstr "Підтримка GLSL"
49354984
4936 #: python/configure.py:561
4985 #: python/configure.py:556
49374986 msgid "Direct Draw Renderer"
49384987 msgstr "Рендер Direct Draw"
49394988
4940 #: python/configure.py:562
4989 #: python/configure.py:557
49414990 msgid "Video memory size"
49424991 msgstr "Розмір відеопам’яті"
49434992
4944 #: python/configure.py:563
4993 #: python/configure.py:558
49454994 msgid "Offscreen rendering mode"
49464995 msgstr "Режим рендерингу Offscreen"
49474996
4948 #: python/configure.py:564
4997 #: python/configure.py:559
49494998 msgid "Render target mode lock"
49504999 msgstr "Надайте цільовий режим блокування"
49515000
4952 #: python/configure.py:565
5001 #: python/configure.py:560
49535002 msgid "Multisampling"
49545003 msgstr "Мультисемплінг"
49555004
4956 #: python/configure.py:566
5005 #: python/configure.py:561
49575006 msgid "Strict Draw Ordering"
49585007 msgstr "Суворий порядок відмальовування"
49595008
4960 #: python/configure.py:576
5009 #: python/configure.py:571
49615010 msgid "Mouse warp override"
49625011 msgstr ""
49635012
4964 #: python/configure.py:578
5013 #: python/configure.py:573
49655014 msgid "Open a shell"
49665015 msgstr "Відкрити консоль"
49675016
4968 #: python/configure.py:579
5017 #: python/configure.py:574
49695018 msgid "Run a .exe file in this virtual drive"
49705019 msgstr "Виконати файл .exe на цьому віртуальному диску"
49715020
4972 #: python/configure.py:580
5021 #: python/configure.py:575
49735022 msgid "Command to exec before running the program"
49745023 msgstr "Команда, що виконується перед запуском програми"
49755024
4976 #: python/configure.py:591
5025 #: python/configure.py:585
5026 msgid ""
5027 "Warning:\n"
5028 "\n"
5029 "Any program still running in this virtual drive will be terminated before "
5030 "Wine version is changed.\n"
5031 "Are you sure you want to continue?"
5032 msgstr ""
5033
5034 #: python/configure.py:596
49775035 msgid ""
49785036 "Be careful!\n"
49795037 "If you change "
49815039 "Будьте обережні!\n"
49825040 "Якщо ви зміните "
49835041
4984 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
5042 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
49855043 msgid "{0} configuration"
49865044 msgstr "Налаштування {0}"
49875045
4988 #: python/configure.py:659
5046 #: python/configure.py:664
49895047 msgid "Please select a program or a virtual drive to configure"
49905048 msgstr "Будь ласка, виберіть програму або віртуальний диск для налаштування"
49915049
4992 #: python/configure.py:677 python/options.py:280
5050 #: python/configure.py:683 python/configure.py:686 python/options.py:280
49935051 msgid "New"
49945052 msgstr "Новий"
49955053
4996 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4997 #: python/mainwindow.py:596 python/options.py:207
5054 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
5055 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
49985056 msgid "Remove"
49995057 msgstr "Вилучення"
50005058
5001 #: python/configure.py:696
5059 #: python/configure.py:705
50025060 msgid "Install components"
50035061 msgstr "Встановлення компонентів"
50045062
5005 #: python/configure.py:697 python/mainwindow.py:332
5063 #: python/configure.py:706 python/mainwindow.py:330
50065064 msgid "Display"
50075065 msgstr "Екран"
50085066
5009 #: python/configure.py:698
5067 #: python/configure.py:707
50105068 msgid "Miscellaneous"
50115069 msgstr "Різне"
50125070
5013 #: python/configure.py:726
5071 #: python/configure.py:735
50145072 msgid "This virtual drive is protected"
50155073 msgstr "Цей віртуальний диск захищено"
50165074
5017 #: python/configure.py:728
5075 #: python/configure.py:737
50185076 msgid "Are you sure you want to delete {0} virtual drive ?"
50195077 msgstr "Ви впевнені, що бажаєте вилучити віртуальний диск {0}?"
50205078
5021 #: python/configure.py:735
5079 #: python/configure.py:744
50225080 msgid "Are you sure you want to delete {0} ?"
50235081 msgstr "Ви впевнені, що бажаєте вилучити {0}?"
50245082
5025 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
5026 #: python/mainwindow.py:997
5083 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
5084 #: python/mainwindow.py:995
50275085 msgid "{0} debugger"
50285086 msgstr "Налагоджувач {0}"
50295087
50315089 msgid "Please select a debug file"
50325090 msgstr "Будь ласка, виберіть файл налагодження"
50335091
5034 #: python/debug.py:76
5092 #: python/debug.py:78
50355093 msgid "Locate this logfile"
50365094 msgstr "Вкажіть розташування лог-файлу"
50375095
5038 #: python/debug.py:99
5096 #: python/debug.py:101
50395097 msgid "The file is named : {0}"
50405098 msgstr "Цей файл називається : {0}"
50415099
5042 #: python/debug.py:153 python/debug.py:207
5100 #: python/debug.py:189 python/debug.py:245
50435101 msgid "Virtual drives"
50445102 msgstr "Віртуальні диски"
50455103
5046 #: python/debug.py:184
5104 #: python/debug.py:222
50475105 msgid "Report a problem about {0}"
50485106 msgstr "Повідомити про проблему, пов’язану з {0}"
50495107
5050 #: python/debug.py:206
5108 #: python/debug.py:244
50515109 msgid "Install scripts"
50525110 msgstr "Встановити скрипти"
50535111
50725130 msgid "Next"
50735131 msgstr "Далі"
50745132
5075 #: python/guiv3.py:166
5133 #: python/guiv3.py:171
50765134 msgid "I Agree"
50775135 msgstr "Я згоден"
50785136
5079 #: python/guiv3.py:167
5137 #: python/guiv3.py:172
50805138 msgid "Show virtual drives"
50815139 msgstr "Показати віртуальні диски"
50825140
5083 #: python/guiv3.py:188
5141 #: python/guiv3.py:193
50845142 msgid "Login: "
50855143 msgstr "Логін: "
50865144
5087 #: python/guiv3.py:189
5145 #: python/guiv3.py:194
50885146 msgid "Password: "
50895147 msgstr "Пароль: "
50905148
5091 #: python/guiv3.py:192
5149 #: python/guiv3.py:197
50925150 msgid "Register"
50935151 msgstr "Реєстрація"
50945152
5095 #: python/guiv3.py:288
5153 #: python/guiv3.py:302
50965154 msgid "MB downloaded"
50975155 msgstr "Мб завантажено"
50985156
5099 #: python/guiv3.py:288
5157 #: python/guiv3.py:302
51005158 msgid "of"
51015159 msgstr "з"
51025160
5103 #: python/guiv3.py:749
5161 #: python/guiv3.py:769
51045162 msgid "You cannot close this window"
51055163 msgstr "Ви не зможете закрити це вікно"
51065164
51085166 msgid "No description"
51095167 msgstr "Немає опису"
51105168
5111 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
5169 #: python/install.py:210
5170 msgid "Accessories"
5171 msgstr "Аксесуари"
5172
5173 #: python/install.py:211
5174 msgid "Development"
5175 msgstr "Розвиток"
5176
5177 #: python/install.py:212
5178 msgid "Education"
5179 msgstr "Навчання"
5180
5181 #: python/install.py:213
5182 msgid "Games"
5183 msgstr "Ігри"
5184
5185 #: python/install.py:214
5186 msgid "Graphics"
5187 msgstr "Графіка"
5188
5189 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
5190 msgid "Internet"
5191 msgstr "Інтернет"
5192
5193 #: python/install.py:216
5194 msgid "Multimedia"
5195 msgstr "Мультимедіа"
5196
5197 #: python/install.py:217
5198 msgid "Office"
5199 msgstr "Офіс"
5200
5201 #: python/install.py:219
5202 msgid "Patches"
5203 msgstr "Латки"
5204
5205 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
51125206 msgid "Search"
51135207 msgstr "Пошук"
51145208
51155209 #: python/install.py:252
51165210 msgid "Include:"
51175211 msgstr "Включаючи:"
5212
5213 #: python/install.py:258
5214 msgid "Testing"
5215 msgstr "Тестування"
51185216
51195217 #: python/install.py:263
51205218 msgid "No-cd needed"
51885286 "cd\", але, оскільки це може бути використано з піратською метою, ми не "
51895287 "надаємо ніякої підтримки з цього питання."
51905288
5191 #: python/irc.py:137
5289 #: python/irc.py:139
51925290 msgid "Send"
51935291 msgstr "Надіслати"
51945292
5195 #: python/irc.py:138
5293 #: python/irc.py:140
51965294 msgid "Connect"
51975295 msgstr "З'єднатися"
51985296
5199 #: python/irc.py:139
5297 #: python/irc.py:141
52005298 msgid "Disconnect"
52015299 msgstr "Роз’єднати"
52025300
5203 #: python/irc.py:140
5301 #: python/irc.py:142
52045302 msgid "Leave"
52055303 msgstr "Закінчити роботу"
52065304
5207 #: python/irc.py:227
5305 #: python/irc.py:229
52085306 msgid "Join a channel"
52095307 msgstr "Приєднатися до каналу"
52105308
5211 #: python/irc.py:257 python/mainwindow.py:725
5309 #: python/irc.py:259 python/mainwindow.py:723
52125310 msgid "Messenger"
52135311 msgstr "Балачка"
52145312
5215 #: python/irc.py:273
5313 #: python/irc.py:275
52165314 msgid ""
52175315 "If you close this window, you cannot read further replies. Are you sure that "
52185316 "you want to close it?"
52425340 msgid "{0} error"
52435341 msgstr "{0} помилка"
52445342
5245 #: python/mainwindow.py:73
5343 #: python/mainwindow.py:75
52465344 msgid "{0} website is unavailable. Please check your connection"
52475345 msgstr "Веб-сайт {0} недоступний. будь ласка, перевірте інтернет-з’єднання."
52485346
5249 #: python/mainwindow.py:75
5347 #: python/mainwindow.py:77
52505348 msgid "Refreshing {0}"
52515349 msgstr "Оновлення {0}"
52525350
5253 #: python/mainwindow.py:90 python/mainwindow.py:92
5351 #: python/mainwindow.py:92 python/mainwindow.py:94
52545352 msgid "An updated version of {0} is available"
52555353 msgstr "Доступна оновлена версія {0}"
52565354
5257 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5355 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
52585356 msgid "Run"
52595357 msgstr "Запуск"
52605358
5261 #: python/mainwindow.py:200
5359 #: python/mainwindow.py:202
52625360 msgid "Donate"
52635361 msgstr "Пожертвувати"
52645362
5265 #: python/mainwindow.py:201
5363 #: python/mainwindow.py:203
52665364 msgid "Exit"
52675365 msgstr "Вийти"
52685366
5269 #: python/mainwindow.py:205
5367 #: python/mainwindow.py:207
52705368 msgid "Small icons"
52715369 msgstr "Маленькі піктограми"
52725370
5273 #: python/mainwindow.py:206
5371 #: python/mainwindow.py:208
52745372 msgid "Medium icons"
52755373 msgstr "Середні піктограми"
52765374
5277 #: python/mainwindow.py:207
5375 #: python/mainwindow.py:209
52785376 msgid "Large icons"
52795377 msgstr "Великі піктограми"
52805378
5281 #: python/mainwindow.py:208
5379 #: python/mainwindow.py:210
52825380 msgid "Very large icons"
52835381 msgstr "Дуже великі піктограми"
52845382
5285 #: python/mainwindow.py:220
5383 #: python/mainwindow.py:222
52865384 msgid "Manage Wine versions"
52875385 msgstr "Керування версіями Wine"
52885386
5289 #: python/mainwindow.py:226
5387 #: python/mainwindow.py:228
52905388 msgid "Read a PC CD-Rom"
52915389 msgstr ""
52925390
5293 #: python/mainwindow.py:236
5391 #: python/mainwindow.py:238
52945392 msgid "Close all {0} software"
52955393 msgstr "Закрити усі програми {0}"
52965394
5297 #: python/mainwindow.py:240
5395 #: python/mainwindow.py:242
52985396 msgid "{0} console"
52995397 msgstr "Консоль {0}"
53005398
5301 #: python/mainwindow.py:250
5399 #: python/mainwindow.py:248
53025400 msgid "{0} messenger"
53035401 msgstr "Балачка {0}"
53045402
5305 #: python/mainwindow.py:266 python/options.py:388
5403 #: python/mainwindow.py:264 python/options.py:388
53065404 msgid "File associations"
53075405 msgstr "Файлові асоціації"
53085406
5309 #: python/mainwindow.py:273
5407 #: python/mainwindow.py:271
53105408 msgid "About {0}"
53115409 msgstr "Про {0}"
53125410
5313 #: python/mainwindow.py:302 python/mainwindow.py:306
5411 #: python/mainwindow.py:300 python/mainwindow.py:304
53145412 msgid "Plugin manager"
53155413 msgstr "Менеджер втулок"
53165414
5317 #: python/mainwindow.py:331
5415 #: python/mainwindow.py:329
53185416 msgid "File"
53195417 msgstr "Файл"
53205418
5321 #: python/mainwindow.py:333
5419 #: python/mainwindow.py:331
53225420 msgid "Tools"
53235421 msgstr "Утиліти"
53245422
5325 #: python/mainwindow.py:334 python/mainwindow.py:723
5423 #: python/mainwindow.py:332 python/mainwindow.py:721
53265424 msgid "Settings"
53275425 msgstr "Налаштування"
53285426
5329 #: python/mainwindow.py:335 python/options.py:387
5427 #: python/mainwindow.py:333 python/options.py:387
53305428 msgid "Plugins"
53315429 msgstr "Втулки"
53325430
5333 #: python/mainwindow.py:347 python/mainwindow.py:739
5431 #: python/mainwindow.py:345 python/mainwindow.py:737
53345432 msgid "Close"
53355433 msgstr "Закрити"
53365434
5337 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5435 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
53385436 msgid "Configure"
53395437 msgstr "Налаштувати"
53405438
5341 #: python/mainwindow.py:584
5439 #: python/mainwindow.py:582
53425440 msgid "Open the application's directory"
53435441 msgstr "Відкрити у директорії додатку"
53445442
5345 #: python/mainwindow.py:588 python/mainwindow.py:753
5443 #: python/mainwindow.py:586 python/mainwindow.py:751
53465444 msgid "Read the manual"
53475445 msgstr "Прочитати керівництво"
53485446
5349 #: python/mainwindow.py:592
5447 #: python/mainwindow.py:590
53505448 msgid "Set the icon"
53515449 msgstr "Встановити піктограму"
53525450
5353 #: python/mainwindow.py:600
5451 #: python/mainwindow.py:598
53545452 msgid "Close this application"
53555453 msgstr "Завершити цей застосунок"
53565454
5357 #: python/mainwindow.py:611
5455 #: python/mainwindow.py:609
53585456 msgid "KillApp"
53595457 msgstr "KillApp"
53605458
5361 #: python/mainwindow.py:618
5459 #: python/mainwindow.py:616
53625460 msgid "No manual found for {0}"
53635461 msgstr "Не знайдено керівництво користувача для {0}"
53645462
5365 #: python/mainwindow.py:721
5463 #: python/mainwindow.py:719
53665464 msgid "Install a program"
53675465 msgstr "Встановити програму"
53685466
5369 #: python/mainwindow.py:728
5467 #: python/mainwindow.py:726
53705468 msgid "Update GIT"
53715469 msgstr "Оновити GIT"
53725470
5373 #: python/mainwindow.py:731
5471 #: python/mainwindow.py:729
53745472 msgid "Update instructions"
53755473 msgstr "Інструкції з оновлення"
53765474
5377 #: python/mainwindow.py:741
5475 #: python/mainwindow.py:739
53785476 msgid "Debug"
53795477 msgstr "Налагодження"
53805478
5381 #: python/mainwindow.py:743
5479 #: python/mainwindow.py:741
53825480 msgid "Report a problem"
53835481 msgstr "Повідомити про проблему"
53845482
5385 #: python/mainwindow.py:747
5483 #: python/mainwindow.py:745
53865484 msgid "Create a shortcut"
53875485 msgstr "Створити ярлик"
53885486
5389 #: python/mainwindow.py:749
5487 #: python/mainwindow.py:747
53905488 msgid "Open the directory"
53915489 msgstr "Відкрити директорію"
53925490
5393 #: python/mainwindow.py:755
5491 #: python/mainwindow.py:753
53945492 msgid "Save"
53955493 msgstr "Зберегти"
53965494
5397 #: python/mainwindow.py:758
5495 #: python/mainwindow.py:756
53985496 msgid "Uninstall"
53995497 msgstr "Вилучити"
54005498
5401 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5402 #: python/mainwindow.py:1003
5499 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5500 #: python/mainwindow.py:1001
54035501 msgid "Please select a program."
54045502 msgstr "Будь ласка виберіть програму"
54055503
5406 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5504 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
54075505 msgid "{0} settings"
54085506 msgstr "{0} параметри"
54095507
5410 #: python/mainwindow.py:965
5508 #: python/mainwindow.py:963
54115509 msgid "{0} install menu"
54125510 msgstr "{0} меню інсталяції"
54135511
5414 #: python/mainwindow.py:974
5512 #: python/mainwindow.py:972
54155513 msgid "{0} wine versions manager"
54165514 msgstr "{0} менеджер версій Wine"
54175515
5418 #: python/mainwindow.py:1005
5516 #: python/mainwindow.py:1003
54195517 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
54205518 msgstr "Віртуальный диск, пов’язаний з {0} ({1}), більше не існує."
54215519
55455643 "\n"
55465644 "Ця інформація є надзвичайно цінною для нас щоб ми могли допомагати людям."
55475645
5548 #: python/mainwindow.py:1271
5646 #: python/mainwindow.py:1273
55495647 msgid "Are you sure you want to want to install {0} package?"
55505648 msgstr "Ви справді бажаєте встановити пакунок {0}?"
55515649
5552 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5650 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5651 #: python/mainwindow.py:1284
55535652 msgid ""
55545653 "You are trying to open a script design for {0}! It might not work as expected"
55555654 msgstr ""
56285727 msgid "You must restart {0} for the changes to take effect."
56295728 msgstr "Вам потрібно перезапустити {0}, щоб зміни було застосовано."
56305729
5631 #: python/wine_versions.py:194
5730 #: python/wine_versions.py:195
56325731 msgid "Installed Wine versions: "
56335732 msgstr "Встановлені версії Wine: "
56345733
5635 #: python/wine_versions.py:195
5734 #: python/wine_versions.py:196
56365735 msgid "Available Wine versions: "
56375736 msgstr "Доступні версії Wine: "
56385737
5639 #: python/wine_versions.py:202
5738 #: python/wine_versions.py:203
56405739 msgid "Wine versions"
56415740 msgstr "Версії Wine"
56425741
5643 #: python/wine_versions.py:321
5742 #: python/wine_versions.py:322
56445743 msgid "Are you sure you want to delete wine {0}?"
56455744 msgstr "Ви справді бажаєте вилучити wine {0}?"
56465745
66 msgstr ""
77 "Project-Id-Version: playonlinux\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
10 "PO-Revision-Date: 2013-12-11 12:43+0000\n"
11 "Last-Translator: 赵驰 <teddyherry@126.com>\n"
9 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
10 "PO-Revision-Date: 2014-01-19 05:18+0000\n"
11 "Last-Translator: qysnn <qysnn1@gmail.com>\n"
1212 "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
17 "X-Generator: Launchpad (build 16877)\n"
16 "X-Launchpad-Export-Date: 2014-07-08 05:44+0000\n"
17 "X-Generator: Launchpad (build 17086)\n"
1818
1919 #: Capture plugin:2, Detour plugin:4
2020 msgid "Which application do you want to apply the modification to?"
226226 msgstr "请插入载有游戏的介质."
227227
228228 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
229 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
229230 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
230231 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
231232 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
254255 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
255256 #: PlayOnLinux_Scripts/Civilization_V_:53
256257 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
257 #: PlayOnLinux_Scripts/Diablo_II_:51
258 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
258259 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
259260 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
260261 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
261262 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
262263 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
263 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
264264 #: PlayOnLinux_Scripts/Google_SketchUp_:51
265265 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
266266 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
280280 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
281281 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
282282 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
283 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
283284 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
284285 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
285286 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
286 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
287 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
287 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
288 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
289 #: PlayOnLinux_Scripts/Portal_2_:82
288290 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
289291 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
290 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
293 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
291294 #: PlayOnLinux_Scripts/Rayman_Origins_:72
292295 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
293296 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
297 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
294298 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
295299 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
296300 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
301 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
297302 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
298303 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
299 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
300 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
304 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
305 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
301307 #: PlayOnLinux_Scripts/Starcraft_:34
302308 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
303309 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
304 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
310 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
311 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
305312 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
306313 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
314 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
307315 #: PlayOnLinux_Scripts/Theme_Hospital_:59
308316 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
309317 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
310318 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
311319 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
320 #: PlayOnLinux_Scripts/Wizard_101_:38
312321 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
313322 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
321330 msgid "Please select the setup file to run"
322331 msgstr "请选择要运行的安装文件"
323332
333 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
334 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
335 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
336 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
337 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
338 #, sh-format
339 msgid "Please insert the game media into your disc drive."
340 msgstr ""
341
324342 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
343 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
344 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
325345 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
326346 #: PlayOnLinux_Scripts/Dishonored_:72
327347 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
353373 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Age_of_Kings_:66
354374 #, sh-format
355375 msgid "Do you want to install the 2.0a Patch?"
356 msgstr ""
376 msgstr "你想安装2.0a补丁吗?"
357377
358378 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:31
359379 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Age_of_Vampires___Blood_Reign_in_Transylvania_:30
380400 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors_:74
381401 #, sh-format
382402 msgid "Do you want to install the 1.0c Patch?"
383 msgstr ""
403 msgstr "你想安装1.0c补丁吗?"
384404
385405 #: PlayOnLinux_Scripts/Age_of_Empires_II___The_Conquerors___Rome_at_War_:47
386406 #, sh-format
415435 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
416436 #: PlayOnLinux_Scripts/Magicka_:68
417437 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
438 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
418439 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
419440 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
420441 #: PlayOnLinux_Scripts/Rayman_Origins_:83
421442 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
422 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
423 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
443 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
444 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
424445 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
425446 #: PlayOnLinux_Scripts/The_Witcher_:125
426447 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
450471 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
451472 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
452473 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
474 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
453475 #: PlayOnLinux_Scripts/Driftmoon_:43
454476 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
455477 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
458480 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
459481 #: PlayOnLinux_Scripts/League_Of_Legends_:57
460482 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
461 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
483 #: PlayOnLinux_Scripts/Sacrifice_:41
484 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
485 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
486 #: PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Watchtower_library_:43
462488 #: PlayOnLinux_Scripts/iTunes_10_:28
463489 #, sh-format
464490 msgid "Please select the setup file to run."
473499 #: PlayOnLinux_Scripts/POL_GoG_download_:48
474500 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
475501 #: PlayOnLinux_Scripts/SimCity_2000_:50
476 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
477 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
502 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
503 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
478504 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
479505 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
480506 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
481 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
482 #: lib/wine.lib:1186
507 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
508 #: lib/wine.lib:1171 lib/wine.lib:1201
483509 #, sh-format
484510 msgid "Please wait..."
485511 msgstr "请耐心等待 ..."
507533 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
508534 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
509535 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
510 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
536 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
511537 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
512538 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
513539 #: PlayOnLinux_Scripts/Dead_Space_2_:85
523549 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
524550 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
525551 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
526 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
552 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
527553 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
528554 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
529555 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
585611 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
586612 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
587613 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
588 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
614 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
589615 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
590616 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
591617 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
592 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
593 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
618 #: PlayOnLinux_Scripts/Dead_Space_:50
619 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
620 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
621 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
594622 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
595623 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
596624 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
600628 #: PlayOnLinux_Scripts/Rage_:79
601629 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
602630 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
603 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
631 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
604632 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
605633 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
606634 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
638666 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
639667 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
640668 #: PlayOnLinux_Scripts/Sacrifice_:45
641 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
669 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
642670 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
643671 #: PlayOnLinux_Scripts/The_Witcher_:102
644672 #, sh-format
649677 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
650678 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
651679 #: PlayOnLinux_Scripts/Mass_Effect_:54
652 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
680 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
653681 #: PlayOnLinux_Scripts/The_Witcher_:110
654682 #, sh-format
655683 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
660688 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
661689 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
662690 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
663 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
691 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
664692 #: PlayOnLinux_Scripts/The_Witcher_:113
665693 #, sh-format
666694 msgid "Please insert the next game media into your disk drive"
689717 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
690718 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
691719 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
720 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
692721 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
693722 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
694723 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
794823 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
795824 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
796825 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
797 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
826 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
798827 #, sh-format
799828 msgid ""
800829 "You must disable anti-piracy protections of this game\\nif you want to play "
814843
815844 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
816845 #: PlayOnLinux_Scripts/Cars_2_:83
817 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
846 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
818847 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
819848 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
820849 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
835864 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
836865 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
837866 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
867 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
868 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
838869 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
839870 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
840871 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10541085 msgid "Please insert media 2 into your disk drive\\nif not already done."
10551086 msgstr "若未完成安装, 请插入碟片 2."
10561087
1057 #: PlayOnLinux_Scripts/Diablo_III_:29
1088 #: PlayOnLinux_Scripts/Diablo_III_:31
10581089 #, sh-format
10591090 msgid "Please select the setup file downloaded on $EDITOR website"
10601091 msgstr "请选择从 $EDITOR 网站下载的安装文件"
10611092
1062 #: PlayOnLinux_Scripts/Diablo_III_:60
1093 #: PlayOnLinux_Scripts/Diablo_III_:62
10631094 #, sh-format
10641095 msgid ""
10651096 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10661097 "patch (AcceptEx Fix)"
10671098 msgstr "$TITLE 已安装好.\\n\\n特别感谢 Erich Hoover 的 wine 补丁 (AcceptEx Fix)"
10681099
1069 #: PlayOnLinux_Scripts/Diablo_III_:60
1100 #: PlayOnLinux_Scripts/Diablo_III_:62
10701101 #, sh-format
10711102 msgid ""
10721103 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10731104 "0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
10741105 msgstr ""
10751106 "若连接时出现错误 3007, 打开终端输入:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
1107
1108 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1109 #, sh-format
1110 msgid "Scanning your hardware..."
1111 msgstr ""
10761112
10771113 #: PlayOnLinux_Scripts/Dishonored_:79
10781114 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
11501186
11511187 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11521188 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1153 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1154 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1189 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1190 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11551191 #, sh-format
11561192 msgid "Please insert the first game media into your disk drive"
11571193 msgstr "请插入第一张碟片"
11581194
11591195 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1160 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1196 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11611197 #, sh-format
11621198 msgid "Please insert the second game media into your disk drive"
11631199 msgstr "请插入第二张碟片"
12221258 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12231259 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12241260 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1261 #: PlayOnLinux_Scripts/Hearthstone_:64
12251262 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12261263 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12271264 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12471284 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12481285 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12491286 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1250 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1287 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12511288 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12521289 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12531290 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12711308 msgid "Editor"
12721309 msgstr "编辑器"
12731310
1274 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1311 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12751312 #, sh-format
12761313 msgid "This install script requires ffmpeg"
12771314 msgstr "安装该脚本需要 ffmpeg"
12781315
1279 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1316 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12801317 #, sh-format
12811318 msgid "Converting videos..."
12821319 msgstr "视频转换中 ..."
12831320
12841321 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1322 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12851323 #, sh-format
12861324 msgid ""
12871325 "On first run the game will autodetect available renderers.\\nIt is likely "
12941332 msgid "Run $TITLE in safe mode?"
12951333 msgstr "以安全模式运行 $TITLE ?"
12961334
1335 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1336 #, sh-format
1337 msgid ""
1338 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1339 "disable it by pressing Alt+R while in game.)"
1340 msgstr ""
1341
1342 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1343 #, sh-format
1344 msgid ""
1345 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1346 "game."
1347 msgstr ""
1348
12971349 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
12981350 #, sh-format
12991351 msgid "Could not find program directory"
13561408 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13571409 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13581410 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1359 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1360 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1361 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13621411 #, sh-format
13631412 msgid "Language"
13641413 msgstr "语言设定"
14821531 msgid "Dedicated server"
14831532 msgstr "专用服务器"
14841533
1485 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1534 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14861535 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14871536 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14881537 #, sh-format
15081557 msgid "Code wheel"
15091558 msgstr "编码轮"
15101559
1511 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1512 #, sh-format
1513 msgid "Do you have a language pack to install?"
1514 msgstr "您是否安装有语言包?"
1515
1516 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1517 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1518 #, sh-format
1519 msgid "Later"
1520 msgstr "以后再说"
1521
1522 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1560 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1561 #, sh-format
1562 msgid ""
1563 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1564 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1565 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1566 msgstr ""
1567 "强烈建议安装 the Circle of Eight Mod 包以解决本游戏的诸多问题, \\n同时选增新内容(对于 \"NC\" mod 包).\\"
1568 "n在补丁部分使用专用 PlayOnLinux 脚本."
1569
1570 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1571 #, sh-format
1572 msgid "Now you must install the modpack in directory:"
1573 msgstr "你必须将 mod 包装入以下文件夹:"
1574
1575 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1576 #, sh-format
1577 msgid "Please select ANY 3 icons when prompted."
1578 msgstr "出现提示时, 请选择任意 3 个图标"
1579
1580 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1581 #, sh-format
1582 msgid "temp directory missing"
1583 msgstr "临时文件夹丢失"
1584
1585 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1586 #, sh-format
1587 msgid ""
1588 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1589 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1590 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1591 "details.\\nInstall it?"
1592 msgstr ""
1593 "Two Worlds 控制面板来自 InsideTwoWorlds 社区,\\n使得你可以调整本游戏的参数并管理 mod \\n是否安装?"
1594
1595 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1596 #, sh-format
1597 msgid "Control Panel"
1598 msgstr "控制面板"
1599
1600 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1601 #, sh-format
1602 msgid ""
1603 "IMPORTANT:\n"
1604 " \\n\\nOn the installation window coming next, do NOT click the Options "
1605 "button, it would mess up the language selection."
1606 msgstr ""
1607 "重要提示:\n"
1608 " \\n\\n在接下来的安装窗口, 不要单击选项按钮, 它会弄乱语言选择."
1609
1610 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1611 #, sh-format
1612 msgid ""
1613 "On first run the game will autodetect available renderers.\\nIt is likely "
1614 "that you will get better performance out of the OpenGL renderer."
1615 msgstr "首次运行游戏会自动检测可用的渲染器.\\n很可能OpenGL渲染表现得更好."
1616
1617 #: PlayOnLinux_Scripts/Goblins_3_:21
1618 #, sh-format
1619 msgid "Please select the game language"
1620 msgstr "选择游戏语言"
1621
1622 #: PlayOnLinux_Scripts/Gothic_3_:82
1623 #, sh-format
1624 msgid "Choose the game resolution"
1625 msgstr "选择游戏分辨率"
1626
1627 #: PlayOnLinux_Scripts/Gothic_3_:96
1628 #, sh-format
1629 msgid ""
1630 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1631 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1632 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1633 msgstr ""
1634 "您可以选择游戏模式:\\n1)窗口模式:\\n全部在游戏窗口中进行.\\n\\n2)全屏模式:\\n占据整个屏幕.\\n\\n\\n\\n您选哪种?"
1635
1636 #: PlayOnLinux_Scripts/Gothic_3_:110
1637 #, sh-format
1638 msgid "$TITLE is installed"
1639 msgstr "$TITLE 已安装"
1640
1641 #: PlayOnLinux_Scripts/Guild_Wars_:53
1642 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1643 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1644 #, sh-format
1645 msgid "Please insert the DVD-ROM"
1646 msgstr "请插入 DVD"
1647
1648 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1649 #, sh-format
1650 msgid ""
1651 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1652 "client and download will resume from where it stopped. Download percentage "
1653 "reset but do not worry, it do not restart from the beginning."
1654 msgstr "由于 wine 的 bug #30512, 下载经常崩溃, 重新开始就行, 会断点续传; 不过下载百分比要从零开始."
1655
1656 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1657 #, sh-format
1658 msgid ""
1659 "Please select $TITLE install file. During installation, uncheck all extra "
1660 "drivers it wants to install:"
1661 msgstr "选择 $TITLE 的安装文件. 安装过程中, 取消所有额外要安装的驱动程序:"
1662
15231663 #: PlayOnLinux_Scripts/Half_Life_2_:56
15241664 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15251665 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15261666 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1527 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1667 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15281668 #, sh-format
15291669 msgid "No"
15301670 msgstr "否"
15311671
1532 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1533 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1672 #: PlayOnLinux_Scripts/Half_Life_2_:56
1673 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1674 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1675 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1676 #: PlayOnLinux_Scripts/Portal_:36
1677 #, sh-format
1678 msgid ""
1679 "Steam installation has been detected\\nwould you like to install this game "
1680 "in the same virtual drive?"
1681 msgstr "检测到 Steam 已安装, 您希望安装此游戏到同意虚拟磁盘上吗?"
1682
15341683 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15351684 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15361685 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15391688 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15401689 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15411690 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1542 #: python/guiv3.py:157
1691 #: python/guiv3.py:158 python/guiv3.py:161
15431692 #, sh-format
15441693 msgid "Yes"
15451694 msgstr "是"
15461695
1547 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1548 #, sh-format
1549 msgid ""
1550 "To install a language pack later, open the configuration panel for the game "
1551 "in order to execute the installer into the virtual disk (Misc tab)"
1552 msgstr "若稍后安装一语言包"
1553
1554 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1555 #, sh-format
1556 msgid ""
1557 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1558 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1559 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1560 msgstr ""
1561 "强烈建议安装 the Circle of Eight Mod 包以解决本游戏的诸多问题, \\n同时选增新内容(对于 \"NC\" mod 包).\\"
1562 "n在补丁部分使用专用 PlayOnLinux 脚本."
1563
1564 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1565 #, sh-format
1566 msgid "Now you must install the modpack in directory:"
1567 msgstr "你必须将 mod 包装入以下文件夹:"
1568
1569 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1570 #, sh-format
1571 msgid "Please select ANY 3 icons when prompted."
1572 msgstr "出现提示时, 请选择任意 3 个图标"
1573
1574 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1575 #, sh-format
1576 msgid "temp directory missing"
1577 msgstr "临时文件夹丢失"
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1580 #, sh-format
1581 msgid ""
1582 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1583 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1584 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1585 "details.\\nInstall it?"
1586 msgstr ""
1587 "Two Worlds 控制面板来自 InsideTwoWorlds 社区,\\n使得你可以调整本游戏的参数并管理 mod \\n是否安装?"
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1590 #, sh-format
1591 msgid "Control Panel"
1592 msgstr "控制面板"
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1595 #, sh-format
1596 msgid ""
1597 "IMPORTANT:\n"
1598 " \\n\\nOn the installation window coming next, do NOT click the Options "
1599 "button, it would mess up the language selection."
1600 msgstr ""
1601 "重要提示:\n"
1602 " \\n\\n在接下来的安装窗口, 不要单击选项按钮, 它会弄乱语言选择."
1603
1604 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1605 #, sh-format
1606 msgid ""
1607 "On first run the game will autodetect available renderers.\\nIt is likely "
1608 "that you will get better performance out of the OpenGL renderer."
1609 msgstr "首次运行游戏会自动检测可用的渲染器.\\n很可能OpenGL渲染表现得更好."
1610
1611 #: PlayOnLinux_Scripts/Goblins_3_:21
1612 #, sh-format
1613 msgid "Please select the game language"
1614 msgstr "选择游戏语言"
1615
1616 #: PlayOnLinux_Scripts/Gothic_3_:82
1617 #, sh-format
1618 msgid "Choose the game resolution"
1619 msgstr "选择游戏分辨率"
1620
1621 #: PlayOnLinux_Scripts/Gothic_3_:96
1622 #, sh-format
1623 msgid ""
1624 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1625 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1626 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1627 msgstr ""
1628 "您可以选择游戏模式:\\n1)窗口模式:\\n全部在游戏窗口中进行.\\n\\n2)全屏模式:\\n占据整个屏幕.\\n\\n\\n\\n您选哪种?"
1629
1630 #: PlayOnLinux_Scripts/Gothic_3_:110
1631 #, sh-format
1632 msgid "$TITLE is installed"
1633 msgstr "$TITLE 已安装"
1634
1635 #: PlayOnLinux_Scripts/Guild_Wars_:53
1636 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1637 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1638 #, sh-format
1639 msgid "Please insert the DVD-ROM"
1640 msgstr "请插入 DVD"
1641
1642 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1643 #, sh-format
1644 msgid ""
1645 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1646 "client and download will resume from where it stopped. Download percentage "
1647 "reset but do not worry, it do not restart from the beginning."
1648 msgstr "由于 wine 的 bug #30512, 下载经常崩溃, 重新开始就行, 会断点续传; 不过下载百分比要从零开始."
1649
1650 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1651 #, sh-format
1652 msgid ""
1653 "Please select $TITLE install file. During installation, uncheck all extra "
1654 "drivers it wants to install:"
1655 msgstr "选择 $TITLE 的安装文件. 安装过程中, 取消所有额外要安装的驱动程序:"
1656
1657 #: PlayOnLinux_Scripts/Half_Life_2_:56
1658 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1659 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1660 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1661 #: PlayOnLinux_Scripts/Portal_:36
1662 #, sh-format
1663 msgid ""
1664 "Steam installation has been detected\\nwould you like to install this game "
1665 "in the same virtual drive?"
1666 msgstr "检测到 Steam 已安装, 您希望安装此游戏到同意虚拟磁盘上吗?"
1667
16681696 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16691697 #, sh-format
16701698 msgid "Updating $TITLE"
16711699 msgstr "升级 $TITLE"
16721700
1673 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1701 #: PlayOnLinux_Scripts/Hanahira__:54
16741702 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16751703 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16761704 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16821710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16831711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16841712 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1713 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1714 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1715 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1716 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1718 #: PlayOnLinux_Scripts/Steins_Gate_:51
16851719 #, sh-format
16861720 msgid "Please locate installation program (Setup.exe)"
16871721 msgstr ""
16881722
1689 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1690 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1723 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16911724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16921725 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
16931726 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17091742 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17101743 msgstr ""
17111744
1745 #: PlayOnLinux_Scripts/Hearthstone_:26
1746 #, sh-format
1747 msgid "What language do you want to install?"
1748 msgstr ""
1749
17121750 #: PlayOnLinux_Scripts/ImgBurn_:38
17131751 #, sh-format
17141752 msgid ""
17461784 msgstr "您想要安装 Inno Setup 的 unicode 版吗?"
17471785
17481786 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1749 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17501787 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17511788 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17521789 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19041941 "If the download update stuck close and run until the download is complete."
19051942 msgstr ""
19061943
1944 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19071945 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19081946 #, sh-format
19091947 msgid "Demo version"
19101948 msgstr "Demo 版"
19111949
1950 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19121951 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19131952 #, sh-format
19141953 msgid "Please select version."
19642003 msgid ""
19652004 "No filename extension specified, skipping association to native application."
19662005 msgstr "文件扩展名未指定, 跳过本地应用程序连接."
2006
2007 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2008 #, sh-format
2009 msgid "Contacting download server."
2010 msgstr ""
19672011
19682012 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
19692013 #: python/install.py:454 python/install.py:456 python/install.py:570
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20502094 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2051 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2095 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20532097 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20542098 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20862130 "them without issues"
20872131 msgstr "如果 DotNet 3.0 安装过程中你看到出错信息, 你可以忽略它们, 没有问题"
20882132
2089 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2090 #, sh-format
2091 msgid "This package fail to install with wine 1.5.21 or better"
2092 msgstr "该包不可安装于 wine 1.5.21 或更高的版本"
2093
2094 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2133 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20952134 #, sh-format
20962135 msgid ""
20972136 "If you see error messages during DotNet 3.5 installation, you can ignore "
22072246 "Please update."
22082247 msgstr "VCRun2010 可能无法安装, 因为您的PlayOnLinux版本太旧. 请更新."
22092248
2210 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2249 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2250 #: PlayOnLinux_Scripts/yWriter_5_:45
22112251 #, sh-format
22122252 msgid "Downloading..."
22132253 msgstr ""
23182358 msgid "Microsoft fonts have been installed successfully."
23192359 msgstr "微软字体已经成功安装"
23202360
2361 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2362 #, sh-format
2363 msgid ""
2364 "OSX users: If the screen flickers once the game is launched, try to press "
2365 "cmd + tab twice"
2366 msgstr ""
2367
23212368 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23222369 #, sh-format
23232370 msgid "Remove Game For Windows Live..."
23552402 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23562403 msgstr "若要继续, PlayOnLinux 需要取消隐藏的选项, 重新挂载您的 CD-ROM."
23572404
2358 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2405 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23592406 #, sh-format
23602407 msgid "Abort installation"
23612408 msgstr "取消安装"
23802427 msgid "The program needs access to ptrace() to proceed:"
23812428 msgstr "该程序需要访问的 ptrace() 以进行"
23822429
2383 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2430 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23842431 #, sh-format
23852432 msgid "User abort"
23862433 msgstr "用户中止"
24192466 msgid "Please do not run $TITLE after installation has finished."
24202467 msgstr ""
24212468
2469 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2470 #, sh-format
2471 msgid "Extracting $TITLE"
2472 msgstr ""
2473
24222474 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24232475 #, sh-format
24242476 msgid ""
24312483 msgid "$TITLE has been successfully installed."
24322484 msgstr ""
24332485
2486 #: PlayOnLinux_Scripts/Poker_Stars_:37
2487 #, sh-format
2488 msgid "Error while installing. Downloaded file not found."
2489 msgstr ""
2490
24342491 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24352492 #, sh-format
24362493 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24382495
24392496 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24402497 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2498 #: PlayOnLinux_Scripts/Watchtower_library_:58
24412499 #, sh-format
24422500 msgid "Please wait while $TITLE is installed"
24432501 msgstr ""
24702528 #, sh-format
24712529 msgid "Please insert disk 3 into your disk drive\\nif not already done."
24722530 msgstr "若未完成安装, 请插入碟片 3."
2531
2532 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2533 #, sh-format
2534 msgid ""
2535 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2536 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2537 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2538 "n\\nIf you have one of this two versions of this game, please give some "
2539 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2540 "n\\nThank you!"
2541 msgstr ""
2542
2543 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2544 #, sh-format
2545 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2546 msgstr ""
2547
2548 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2549 #, sh-format
2550 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2554 #, sh-format
2555 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2556 msgstr ""
2557
2558 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2559 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2560 #, sh-format
2561 msgid "Select a version of installation disc:"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2565 #, sh-format
2566 msgid "First Release (without addons)"
2567 msgstr ""
2568
2569 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2570 #, sh-format
2571 msgid "Gold Edition"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2575 #, sh-format
2576 msgid "Platinum Edition"
2577 msgstr ""
2578
2579 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2580 #, sh-format
2581 msgid "What is your version of Railroad Tycoon II?"
2582 msgstr ""
2583
2584 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2585 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2586 #, sh-format
2587 msgid ""
2588 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2589 "desktop.\\n\\nThank you for using this installation script! :)"
2590 msgstr ""
24732591
24742592 #: PlayOnLinux_Scripts/Reaper_4_:30
24752593 #, sh-format
26272745 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26282746 msgstr ""
26292747
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2751 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2752 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2753 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2754 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2755 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2756 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2758 #, sh-format
2759 msgid ""
2760 "Close the visual novel when it appears to continue installation. Click Next "
2761 "to begin installation."
2762 msgstr ""
2763
2764 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2765 #, sh-format
2766 msgid ""
2767 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2768 "script will now install it. Click Next to continue."
2769 msgstr ""
2770
26302771 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26312772 #, sh-format
26322773 msgid ""
26362777 "如果你在运行游戏时有运行库错误, 打开一个终端, 输入:\\necho 0|sudo tee "
26372778 "/proc/sys/kernel/yama/ptrace_scope"
26382779
2639 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2640 #, sh-format
2641 msgid "Please locate installation program (Launcher.exe)"
2642 msgstr ""
2643
2644 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2645 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2646 #, sh-format
2647 msgid ""
2648 "When the launcher opens, click on the top button to open the installer. When "
2649 "a new window opens, click OK. When another window opens, click on the button "
2650 "with the letter N until it is installing. Wait until it is done and click "
2651 "the right button to quit. Click Next when you are done installing."
2780 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2781 #, sh-format
2782 msgid "Please locate installation program in Data folder (Resonance.msi)"
26522783 msgstr ""
26532784
26542785 #: PlayOnLinux_Scripts/Steam_:50
26872818 msgstr ""
26882819 "在 Steam 安装 Terraria. 运行 Terraria 时,Steam 会安装游戏.Steam 安装 xna 框架游戏. 关闭 Steam, "
26892820 "以便安装程序可以继续."
2821
2822 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2823 #, sh-format
2824 msgid "If youve the extentions, you should install Tribunal first !"
2825 msgstr ""
26902826
26912827 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
26922828 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:81
27972933 "pp 4-5."
27982934 msgstr "退出第一地牢需要的代码可以在文档中找到\\n\\n右键点击游戏图标, \"请阅读本手册\", 然后检查 4-5 页."
27992935
2936 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2937 #, sh-format
2938 msgid "Please select the installation file to run."
2939 msgstr ""
2940
2941 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2942 #, sh-format
2943 msgid ""
2944 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2945 "your region.\\n 2. Leave only checked DirectX box."
2946 msgstr ""
2947
28002948 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
28012949 #, sh-format
28022950 msgid ""
28042952 "/proc/sys/kernel/yama/ptrace_scope to 0"
28052953 msgstr "该游戏将无法启动, 除非你的设置 /proc/sys/kernel/yama/ptrace_scope 为 0"
28062954
2955 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2956 #, sh-format
2957 msgid "Other destination or other CD/DVD"
2958 msgstr ""
2959
2960 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2961 #, sh-format
2962 msgid "Retail CD"
2963 msgstr ""
2964
2965 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2966 #, sh-format
2967 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2968 msgstr ""
2969
2970 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2971 #, sh-format
2972 msgid "video fix"
2973 msgstr ""
2974
28072975 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28082976 #, sh-format
28092977 msgid "Enhanced Edition"
28843052 msgid "Donwload finished.\\nPatches installation will begin"
28853053 msgstr "下载完成.\\n补丁安装即将开始"
28863054
3055 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3056 #, sh-format
3057 msgid "We will download the installer"
3058 msgstr ""
3059
28873060 #: PlayOnLinux_Scripts/Toontown_Online_:17
28883061 #, sh-format
28893062 msgid ""
29233096 msgid "Do you want to browse $TITLE website?"
29243097 msgstr "你想浏览 $TITLE 的网站吗?"
29253098
3099 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3100 #, sh-format
3101 msgid ""
3102 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3103 "messenger, because it will won't work correctly."
3104 msgstr ""
3105
3106 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3107 #, sh-format
3108 msgid "Warning"
3109 msgstr ""
3110
29263111 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29273112 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29283113 #, sh-format
29313116 "want it to run correctly with $APPLICATION_TITLE"
29323117 msgstr "CD-ROM 版本已过期. 如果你想用 $APPLICATION_TITLE 正确运行 $TITLE, 不要忘记更新."
29333118
3119 #: PlayOnLinux_Scripts/Watchtower_library_:49
3120 #, sh-format
3121 msgid "File Selection Error"
3122 msgstr ""
3123
3124 #: PlayOnLinux_Scripts/Watchtower_library_:49
3125 #, sh-format
3126 msgid ""
3127 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3128 msgstr ""
3129
29343130 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29353131 #, sh-format
29363132 msgid ""
29473143 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29483144 #, sh-format
29493145 msgid ""
2950 "Attention: After installation is complete, the patcher will load. Please "
2951 "close the patcher before logging in or finish updating to complete the "
2952 "installation. After this, you can run \"$TITLE\" when setup is done"
2953 msgstr ""
2954 "注意: 安装完成后, 将加载该补丁. 完成更新以完成安装之前, 请关闭补丁. 在此之后. 安装程序完成后, 您可以运行\"$TITLE\""
3146 "Attention:After installation is complete, the patcher will load. After, go "
3147 "to the top right of the patcher and click the wrench, Then Un-check the box "
3148 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3149 "minuite. When finished with this, please close the patcher before logging in "
3150 "or finish updating to complete the installation. After this, you can run "
3151 "\"$TITLE\" when setup is done"
3152 msgstr ""
29553153
29563154 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29573155 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:43
29913189 "Please insert game media 5 into your disk drive\\nif not already done."
29923190 msgstr "若未完成安装, 请插入碟片 5."
29933191
3192 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3193 #, sh-format
3194 msgid "Which region version of World of Warplanes would you like to install?"
3195 msgstr ""
3196
3197 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3198 #, sh-format
3199 msgid ""
3200 "Attention:After installation is complete, the patcher will load. After, go "
3201 "to the top right of the patcher and click the wrench, Then Un-check the box "
3202 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3203 "minute. When finished with this, please close the patcher before logging in "
3204 "or finish updating to complete the installation. After this, you can run "
3205 "\"$TITLE\" when setup is done"
3206 msgstr ""
3207
29943208 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29953209 #, sh-format
29963210 msgid ""
30383252 msgid "Please select the 32bit version of iTunes"
30393253 msgstr "请选择32位版本的iTunes"
30403254
3041 #: PlayOnLinux_Scripts/osu_:45
3255 #: PlayOnLinux_Scripts/osu_:46
30423256 #, sh-format
30433257 msgid ""
30443258 "Press next to start the updater. When the updater is finished, close it "
30603274 "请选择 $TITLE 安装文件. 安装完成后不要运行 rFactor. 如询问安装 DirectX, 点选是. 确保 rFactor 配置出现时, "
30613275 "你设置了一个32位的分辨率."
30623276
3063 #: bash/bug_report:31
3277 #: bash/bug_report:32
30643278 #, sh-format
30653279 msgid "Report a bug"
30663280 msgstr "报告一个 bug"
30673281
3068 #: bash/bug_report:36
3282 #: bash/bug_report:37
30693283 #, sh-format
30703284 msgid ""
30713285 "Please give the more details as you can, otherwise, it will be very "
30723286 "difficult to help you"
30733287 msgstr "请给予尽可能多的细节, 否则难以帮助您解决问题"
30743288
3075 #: bash/bug_report:36
3289 #: bash/bug_report:37
30763290 #, sh-format
30773291 msgid ""
30783292 "This wizard will help you to report a bug about an officially supported "
30793293 "program."
30803294 msgstr "该向导将帮助您报告一个正式支持程序的 bug."
30813295
3082 #: bash/bug_report:40
3296 #: bash/bug_report:41
30833297 #, sh-format
30843298 msgid ""
30853299 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30873301 msgstr ""
30883302 "您的 $APPLICATION_TITLE 版本是并不是最新的.\\n发送错误报告之前, 您必须更新 $APPLICATION_TITLE.\\n谢谢"
30893303
3090 #: bash/bug_report:46
3304 #: bash/bug_report:47
30913305 #, sh-format
30923306 msgid "I have a problem with a software"
30933307 msgstr "我使用某软件有问题"
30943308
3095 #: bash/bug_report:46
3309 #: bash/bug_report:47
30963310 #, sh-format
30973311 msgid "My problem concerns $APPLICATION_TITLE itself"
30983312 msgstr "我的问题是关于 $APPLICATION_TITLE 本身"
30993313
3100 #: bash/bug_report:46
3314 #: bash/bug_report:47
31013315 #, sh-format
31023316 msgid "What kind of problem do you have?"
31033317 msgstr "您有什么问题?"
31043318
3105 #: bash/bug_report:50
3319 #: bash/bug_report:51
31063320 #, sh-format
31073321 msgid "Don't join any log file"
31083322 msgstr "不要加入任何日志文件"
31093323
3110 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3324 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
31113325 #: bash/manual_install:120 bash/manual_install:219
31123326 #, sh-format
31133327 msgid "Manual installation"
31143328 msgstr "手动安装"
31153329
3116 #: bash/bug_report:54 bash/run_exe:24
3330 #: bash/bug_report:55 bash/run_exe:24
31173331 #, sh-format
31183332 msgid "Automatic installation"
31193333 msgstr "自动安装"
31203334
3121 #: bash/bug_report:65
3335 #: bash/bug_report:66
31223336 #, sh-format
31233337 msgid "Choose the log file corresponding to your software."
31243338 msgstr "选择您的软件对应的日志文件."
31253339
3126 #: bash/bug_report:69
3340 #: bash/bug_report:70
31273341 #, sh-format
31283342 msgid "Please give a very short description (title, english only)"
31293343 msgstr "请给出一个很短的描述(标题, 限英文)"
31303344
3131 #: bash/bug_report:72
3345 #: bash/bug_report:73
31323346 #, sh-format
31333347 msgid "Please explain your problem clearly (english only):"
31343348 msgstr "请解释清楚你的问题(仅英文):"
31353349
3136 #: bash/bug_report:76
3350 #: bash/bug_report:77
31373351 #, sh-format
31383352 msgid "Sorry, we need a detailed description."
31393353 msgstr "很抱歉, 我们需要详细的说明."
31403354
3141 #: bash/bug_report:107
3355 #: bash/bug_report:108
31423356 #, sh-format
31433357 msgid ""
31443358 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31803394 msgstr "选择虚拟盘的名字"
31813395
31823396 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3183 #: python/mainwindow.py:232
3397 #: python/mainwindow.py:234
31843398 #, sh-format
31853399 msgid "Run a local script"
31863400 msgstr "运行本地脚本"
33043518 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
33053519 msgstr "$APPLICATION_TITLE 正在创建一个虚拟硬盘"
33063520
3307 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3521 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
33083522 #, sh-format
33093523 msgid "$APPLICATION_TITLE first use"
33103524 msgstr "$APPLICATION_TITLE 首次使用"
33113525
3312 #: bash/first_use:240
3526 #: bash/first_use:242
33133527 #, sh-format
33143528 msgid "$APPLICATION_TITLE is going to finish its preparation"
33153529 msgstr "$APPLICATION_TITLE 将要完成准备"
33163530
3317 #: bash/first_use:240 bash/first_use:243
3531 #: bash/first_use:242 bash/first_use:245
33183532 #, sh-format
33193533 msgid "Please ensure you are connected to the internet."
33203534 msgstr "请保证您已经连接入因特网."
33213535
3322 #: bash/first_use:243
3536 #: bash/first_use:245
33233537 #, sh-format
33243538 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33253539 msgstr "这似乎是您第一次使用 \t$APPLICATION_TITLE."
33263540
3327 #: bash/first_use:243
3541 #: bash/first_use:245
33283542 #, sh-format
33293543 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33303544 msgstr "该向导将帮助您配置 $APPLICATION_TITLE 环境"
33313545
3332 #: bash/first_use:253
3546 #: bash/first_use:255
33333547 #, sh-format
33343548 msgid "Error while installing fonts"
33353549 msgstr "安装字体出现问题"
33363550
3337 #: bash/first_use:271
3551 #: bash/first_use:273
33383552 #, sh-format
33393553 msgid "Enjoy using $APPLICATION_TITLE"
33403554 msgstr "享受 $APPLICATION_TITLE吧"
34483662 msgid "Use another version of Wine"
34493663 msgstr "使用另一版本的 Wine"
34503664
3451 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3452 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3665 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3666 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34533667 #, sh-format
34543668 msgid "Configure Wine"
34553669 msgstr "配置 Wine"
34693683 msgid "What would you like to do before installation?"
34703684 msgstr "安装前你希望做什么?"
34713685
3472 #: bash/manual_install:230 lib/scripts.lib:437
3686 #: bash/manual_install:231 lib/scripts.lib:438
34733687 #, sh-format
34743688 msgid "Please make your choice"
34753689 msgstr "请选择"
34763690
3477 #: bash/manual_install:258
3691 #: bash/manual_install:259
34783692 #, sh-format
34793693 msgid "Looking for runnable CD-ROMs"
34803694 msgstr "寻找可执行光盘"
34813695
3482 #: bash/manual_install:281
3696 #: bash/manual_install:282
34833697 #, sh-format
34843698 msgid "Select another file"
34853699 msgstr "选择另外的文件"
34863700
3487 #: bash/manual_install:289
3701 #: bash/manual_install:290
34883702 #, sh-format
34893703 msgid "Please choose a way to install your program"
34903704 msgstr "选择程序安装方式"
34913705
3492 #: bash/manual_install:298
3706 #: bash/manual_install:299
34933707 #, sh-format
34943708 msgid "Please select the install file to run."
34953709 msgstr "选择要运行的安装文件"
34963710
3497 #: bash/manual_install:328
3711 #: bash/manual_install:329
34983712 #, sh-format
34993713 msgid "You must choose a file!"
35003714 msgstr "您必须选择一个文件"
35013715
3502 #: bash/manual_install:334
3716 #: bash/manual_install:335
35033717 #, sh-format
35043718 msgid "$APPLICATION_TITLE is installing your application..."
35053719 msgstr "$APPLICATION_TITLE 正在安装您的应用程序 ..."
35773791 msgid "Extracting: "
35783792 msgstr "解压: "
35793793
3580 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3794 #: bash/playonlinux-pkg:111
35813795 #, sh-format
35823796 msgid "Running..."
35833797 msgstr "运行 ..."
35873801 msgid "Cleaning..."
35883802 msgstr "清理 ..."
35893803
3590 #: bash/playonlinux_online:32
3591 #, sh-format
3592 msgid ""
3593 "This is the list of the scripts you sent to us. You can run one of them"
3594 msgstr "这是你发送给我们的脚本列表. 您可以运行其中之一"
3595
3596 #: bash/playonlinux_online:42
3597 #, sh-format
3598 msgid "You do not seems to have any personal script"
3599 msgstr "你似乎没有任何个人的脚本"
3600
3601 #: bash/playonlinux_online:47
3602 #, sh-format
3603 msgid ""
3604 "If you have successfully installed a program with 'Install a non-listed\\"
3605 "nsoftware' button, it will allow you to add this program in our list"
3606 msgstr "如果你已经成功地点击\"安装不在列表中的软件\"按钮安装了一个程序, \\n它会允许你将此程序添加在列表中"
3607
3608 #: bash/playonlinux_online:47
3609 #, sh-format
3610 msgid "This tools will allow you to help us :"
3611 msgstr "这个工具将允许你来帮助我们:"
3612
3613 #: bash/playonlinux_online:47
3614 #, sh-format
3615 msgid ""
3616 "We're going to ask you some questions, please be as much accurate as\\"
3617 "npossible"
3618 msgstr "我们要问你一些问题, 请尽可能准确"
3619
3620 #: bash/playonlinux_online:55
3621 #, sh-format
3622 msgid "Choose the file corresponding to your program."
3623 msgstr "选择你的程序对应的文件."
3624
3625 #: bash/playonlinux_online:59
3626 #, sh-format
3627 msgid "Does your program run?"
3628 msgstr "你的程序能否运行?"
3629
3630 #: bash/playonlinux_online:62
3631 #, sh-format
3632 msgid "What is the title of your program?"
3633 msgstr "程序标题?"
3634
3635 #: bash/playonlinux_online:64
3636 #, sh-format
3637 msgid "What is the editor of your program?"
3638 msgstr "程序编辑者?"
3639
3640 #: bash/playonlinux_online:66
3641 #, sh-format
3642 msgid "What is the editor website of your program?"
3643 msgstr "程序官网?"
3644
3645 #: bash/playonlinux_online:69 python/install.py:210
3646 #, sh-format
3647 msgid "Accessories"
3648 msgstr "附件"
3649
3650 #: bash/playonlinux_online:69 python/install.py:211
3651 #, sh-format
3652 msgid "Development"
3653 msgstr "开发"
3654
3655 #: bash/playonlinux_online:69 python/install.py:212
3656 #, sh-format
3657 msgid "Education"
3658 msgstr "教育"
3659
3660 #: bash/playonlinux_online:69 python/install.py:213
3661 #, sh-format
3662 msgid "Games"
3663 msgstr "游戏"
3664
3665 #: bash/playonlinux_online:69 python/install.py:214
3666 #, sh-format
3667 msgid "Graphics"
3668 msgstr "图形"
3669
3670 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3671 #: python/options.py:384
3672 #, sh-format
3673 msgid "Internet"
3674 msgstr "网络"
3675
3676 #: bash/playonlinux_online:69 python/install.py:216
3677 #, sh-format
3678 msgid "Multimedia"
3679 msgstr "多媒体"
3680
3681 #: bash/playonlinux_online:69 python/install.py:217
3682 #, sh-format
3683 msgid "Office"
3684 msgstr "办公"
3685
3686 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3687 #, sh-format
3688 msgid "Other"
3689 msgstr "其他"
3690
3691 #: bash/playonlinux_online:69 python/install.py:219
3692 #, sh-format
3693 msgid "Patches"
3694 msgstr "补丁"
3695
3696 #: bash/playonlinux_online:69
3697 #, sh-format
3698 msgid "Select a category for your program"
3699 msgstr "为你的程序选择类别"
3700
3701 #: bash/playonlinux_online:69 python/install.py:258
3702 #, sh-format
3703 msgid "Testing"
3704 msgstr "测试中"
3705
3706 #: bash/playonlinux_online:72
3707 #, sh-format
3708 msgid ""
3709 "What feature of your program does not work?\\nIf everything works, please "
3710 "mention it"
3711 msgstr "你的程序什么功能不能工作?\\n如果一切正常, 请提一下"
3712
3713 #: bash/playonlinux_online:74
3714 #, sh-format
3715 msgid "Write any change you made to wine configuration here:"
3716 msgstr "写下任何你在 Wine 配置上的变化:"
3717
3718 #: bash/playonlinux_online:102
3719 #, sh-format
3720 msgid "You must be able to run this program!"
3721 msgstr "你可以运行该程序!"
3722
3723 #: bash/playonlinux_online:107
3724 #, sh-format
3725 msgid "Run one of your personal scripts"
3726 msgstr "运行你个人的脚本"
3727
3728 #: bash/playonlinux_online:108
3729 #, sh-format
3730 msgid "Send to us a working script generated by manual installation"
3731 msgstr "发送给我们手动安装所产生的可运行的脚本"
3732
3733 #: bash/playonlinux_online:109
3734 #, sh-format
3735 msgid "Logout"
3736 msgstr "注销"
3737
3738 #: bash/playonlinux_online:110
3739 #, sh-format
3740 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3741 msgstr "您以 $POL_LOGIN身份连接到 $APPLICATION_TITLE 在线"
3742
3743 #: bash/playonlinux_online:124
3744 #, sh-format
3745 msgid ""
3746 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3747 "safely close this window"
3748 msgstr "您已成功退出 $APPLICATION_TITLE 在线\\n您可以安全地关闭此窗口"
3749
3750 #: bash/polconfigurator:33
3804 #: bash/polconfigurator:34
37513805 #, sh-format
37523806 msgid "Killing programs in the virtual drive..."
37533807 msgstr "关闭此虚拟盘中的进程 ..."
37543808
3755 #: bash/polconfigurator:79
3809 #: bash/polconfigurator:86
37563810 #, sh-format
37573811 msgid "Icon selection"
37583812 msgstr "图标选择"
37593813
3760 #: bash/polconfigurator:79
3814 #: bash/polconfigurator:86
37613815 #, sh-format
37623816 msgid "Please select an icon file"
37633817 msgstr "请选择一个图标文件"
37643818
3765 #: bash/polconfigurator:86
3819 #: bash/polconfigurator:93
37663820 #, sh-format
37673821 msgid "Bad file extension"
37683822 msgstr "错误的文件扩展名"
37693823
3770 #: bash/polconfigurator:86
3824 #: bash/polconfigurator:93
37713825 #, sh-format
37723826 msgid "is not an icon extension"
37733827 msgstr "不是一个图标扩展名"
37743828
3775 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3776 #: python/mainwindow.py:621
3829 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3830 #: python/mainwindow.py:619
37773831 #, sh-format
37783832 msgid "Registry Editor"
37793833 msgstr "注册表编辑器"
37803834
3781 #: bash/polconfigurator:97
3835 #: bash/polconfigurator:104
37823836 #, sh-format
37833837 msgid "Kill all prefix processes"
37843838 msgstr "杀死所有该配置下的进程"
37853839
3786 #: bash/polconfigurator:98
3840 #: bash/polconfigurator:105
37873841 #, sh-format
37883842 msgid "Update wineprefix"
37893843 msgstr "更新 wine 配置"
37903844
3791 #: bash/polconfigurator:99
3845 #: bash/polconfigurator:106
37923846 #, sh-format
37933847 msgid "Simulate Windows reboot"
37943848 msgstr "模拟重启 Windows"
37953849
3796 #: bash/polconfigurator:100
3850 #: bash/polconfigurator:107
37973851 #, sh-format
37983852 msgid "Use Advanced Wine Configuration plugin"
37993853 msgstr "使用高级 Wine 配置插件"
38003854
3801 #: bash/polconfigurator:101
3855 #: bash/polconfigurator:108
38023856 #, sh-format
38033857 msgid "Use PlayOnLinux's configurator for"
38043858 msgstr "使用 PlayOnLinux 的配置器配置"
38053859
3806 #: bash/polconfigurator:103
3860 #: bash/polconfigurator:110
38073861 #, sh-format
38083862 msgid "Change the icon"
38093863 msgstr "变更图标"
38103864
3811 #: bash/polconfigurator:104
3865 #: bash/polconfigurator:111
38123866 #, sh-format
38133867 msgid "Use WineTricks"
38143868 msgstr "使用 WineTricks"
38153869
3816 #: bash/polconfigurator:123
3870 #: bash/polconfigurator:130
38173871 #, sh-format
38183872 msgid "Please choose an action to perform"
38193873 msgstr "选择要执行的动作"
38653919 msgid "Please choose a CD-ROM to eject"
38663920 msgstr "请选择要弹出的光盘"
38673921
3868 #: bash/run_app:83
3922 #: bash/run_app:85
38693923 #, sh-format
38703924 msgid "Please choose a software to run"
38713925 msgstr "请选择要运行的软件"
38723926
3873 #: bash/run_app:114
3927 #: bash/run_app:116
38743928 #, sh-format
38753929 msgid "$APPLICATION_TITLE debugger is starting..."
38763930 msgstr "$APPLICATION_TITLE 调试开始 ..."
38773931
3878 #: bash/run_app:117
3932 #: bash/run_app:119
38793933 #, sh-format
38803934 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38813935 msgstr "$PACKAGE 崩溃.\\n点击调试链接, 以获得更多的细节."
38823936
3883 #: bash/run_app:119
3937 #: bash/run_app:121
38843938 #, sh-format
38853939 msgid "$PACKAGE crashed."
38863940 msgstr "$PACKAGE 崩溃."
39383992 msgstr "$APPLICATION_TITLE已经运行此程序. \\n你是否要保持原来的设置?"
39393993
39403994 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3941 #: lib/playonlinux.lib:717
3995 #: lib/playonlinux.lib:720
39423996 #, sh-format
39433997 msgid "$APPLICATION_TITLE Uninstaller"
39443998 msgstr "$APPLICATION_TITLE 卸载"
39584012 msgid "This wizard will help you to uninstall: "
39594013 msgstr "该向导将帮助您卸载 "
39604014
3961 #: bash/uninstall:65 lib/playonlinux.lib:717
4015 #: bash/uninstall:65 lib/playonlinux.lib:720
39624016 #, sh-format
39634017 msgid "Uninstalling..."
39644018 msgstr "卸载 ..."
40234077 "以得到进一步的信息"
40244078
40254079 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4026 #: lib/wine.lib:955 lib/wine.lib:1036
4080 #: lib/wine.lib:970 lib/wine.lib:1051
40274081 #, sh-format
40284082 msgid "Please wait while the virtual drive is being created..."
40294083 msgstr "请等待虚拟盘创建 ..."
40384092 msgid "Setting Program Files var"
40394093 msgstr "设定 Program Files var"
40404094
4041 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4042 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4095 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4096 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40434097 #, sh-format
40444098 msgid "This function is disabled in the PlayOnlinux environment."
40454099 msgstr "此功能在 PlayOnlinux 环境中被禁用."
40464100
4047 #: lib/playonlinux.lib:334
4101 #: lib/playonlinux.lib:336
40484102 #, sh-format
40494103 msgid ""
40504104 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40534107 msgstr ""
40544108 "警告 !!\\n\\n您正试图运行的脚本签名是无效的\\n\\nPlayOnLinux 没有批准这个脚本, 不会对此负责.\\n请确保你知道你在做什么!"
40554109
4056 #: lib/playonlinux.lib:335
4110 #: lib/playonlinux.lib:337
40574111 #, sh-format
40584112 msgid "Here the source code of the script. Check it carefully"
40594113 msgstr "这里是脚本的源代码. 请仔细检查"
40604114
4061 #: lib/playonlinux.lib:357
4115 #: lib/playonlinux.lib:359
40624116 #, sh-format
40634117 msgid ""
40644118 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40684122 "警告 !!\\n\\n您正试图运行的脚本签名是无效的\\n\\n$APPLICATION_TITLE 没有批准这个脚本, 不会对此负责.\\"
40694123 "n请确保你知道你在做什么!"
40704124
4071 #: lib/playonlinux.lib:358
4125 #: lib/playonlinux.lib:360
40724126 #, sh-format
40734127 msgid "External library"
40744128 msgstr "外部库"
40754129
4076 #: lib/playonlinux.lib:358
4130 #: lib/playonlinux.lib:360
40774131 #, sh-format
40784132 msgid "Here the source code of the script. Check it carrefully"
40794133 msgstr "一下是脚本源代码. 请仔细查阅"
40804134
4081 #: lib/playonlinux.lib:591
4135 #: lib/playonlinux.lib:593
40824136 #, sh-format
40834137 msgid "Making shortcut..."
40844138 msgstr "创建快捷方式 ..."
40854139
4086 #: lib/playonlinux.lib:715
4140 #: lib/playonlinux.lib:718
40874141 #, sh-format
40884142 msgid "Do you want to delete the virtual drive:"
40894143 msgstr "你确定删除下列虚拟盘:"
40904144
4091 #: lib/playonlinux.lib:826
4145 #: lib/playonlinux.lib:831
40924146 #, sh-format
40934147 msgid ""
40944148 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40954149 "from working\\n\\n$FilePath"
40964150 msgstr "以下文件位于 FAT32 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath"
40974151
4098 #: lib/playonlinux.lib:827
4152 #: lib/playonlinux.lib:832
40994153 #, sh-format
41004154 msgid ""
41014155 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
41024156 "from working\\n\\n$FilePath"
41034157 msgstr "以下文件位于 NTFS 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath"
41044158
4105 #: lib/playonlinux.lib:828
4159 #: lib/playonlinux.lib:833
41064160 #, sh-format
41074161 msgid ""
41084162 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
41094163 "from working\\n\\n$FilePath"
41104164 msgstr "以下文件位于 fuse 文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath"
41114165
4112 #: lib/playonlinux.lib:829
4166 #: lib/playonlinux.lib:834
41134167 #, sh-format
41144168 msgid ""
41154169 "The following file is located on a noexec mounted filesystem.\\nIt might "
41164170 "prevent wine from working\\n\\n$FilePath"
41174171 msgstr "以下文件位于不可挂载的文件系统.\\n它可能会阻止 Wine 工作\\n\\n$FilePath"
41184172
4119 #: lib/plugins.lib:65
4173 #: lib/plugins.lib:66
41204174 #, sh-format
41214175 msgid "Checking plugin: "
41224176 msgstr "检查插件: "
41234177
4124 #: lib/plugins.lib:93
4178 #: lib/plugins.lib:94
41254179 #, sh-format
41264180 msgid "New: "
41274181 msgstr "新建: "
41284182
4129 #: lib/plugins.lib:93
4183 #: lib/plugins.lib:94
41304184 #, sh-format
41314185 msgid "Updating plugin. Previous: "
41324186 msgstr "更新插件. 当前版本: "
41334187
4134 #: lib/plugins.lib:112
4188 #: lib/plugins.lib:113
41354189 #, sh-format
41364190 msgid "Installing plugin: "
41374191 msgstr "安装插件: "
41484202 msgid "Function override detected, disabling bug reporting"
41494203 msgstr ""
41504204
4151 #: lib/scripts.lib:499 lib/scripts.lib:565
4205 #: lib/scripts.lib:500 lib/scripts.lib:566
41524206 #, sh-format
41534207 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41544208 msgstr "空间不足:\\n$URL ($neededSpace KB)"
41554209
4156 #: lib/scripts.lib:501 lib/scripts.lib:784
4210 #: lib/scripts.lib:502 lib/scripts.lib:785
41574211 #, sh-format
41584212 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41594213 msgstr "请等待下载 $APPLICATION_TITLE :"
41604214
4161 #: lib/scripts.lib:503 lib/scripts.lib:570
4215 #: lib/scripts.lib:504 lib/scripts.lib:571
41624216 #, sh-format
41634217 msgid "An error happened during download."
41644218 msgstr "下载时出错了."
41654219
4166 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4167 #: lib/scripts.lib:586
4220 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4221 #: lib/scripts.lib:587
41684222 #, sh-format
41694223 msgid "Do you want to retry?"
41704224 msgstr "您需要重试吗?"
41714225
4172 #: lib/scripts.lib:522 lib/scripts.lib:586
4226 #: lib/scripts.lib:523 lib/scripts.lib:587
41734227 #, sh-format
41744228 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41754229 msgstr "错误! 文件不匹配\\n\\n本地: $LOCAL_MD5\\n服务器: $SERVER_MD5"
41764230
4177 #: lib/scripts.lib:689
4231 #: lib/scripts.lib:690
41784232 #, sh-format
41794233 msgid ""
41804234 "7z not installed, please check that you have 7zip installed and try again"
41814235 msgstr "7z没有被安装, 请检查是否已安装7zip, 然后再试一次"
41824236
4183 #: lib/scripts.lib:696
4237 #: lib/scripts.lib:697
41844238 #, sh-format
41854239 msgid "Failed to locate ${dest} from ${archive}"
41864240 msgstr "从 ${archive} 定位 ${dest} 失败"
41874241
4188 #: lib/scripts.lib:700
4242 #: lib/scripts.lib:701
41894243 #, sh-format
41904244 msgid "Extracting ${filename} from ${archivename}"
41914245 msgstr "从 ${archivename} 提取 ${filename}"
41924246
4193 #: lib/scripts.lib:715
4247 #: lib/scripts.lib:716
41944248 #, sh-format
41954249 msgid "Extracted file size does not match!"
41964250 msgstr "提取出的文件大小不匹配!"
41974251
4198 #: lib/scripts.lib:746
4252 #: lib/scripts.lib:747
41994253 #, sh-format
42004254 msgid "Copying ${filename}"
42014255 msgstr "复制 ${filename}"
42024256
4203 #: lib/scripts.lib:759
4257 #: lib/scripts.lib:760
42044258 #, sh-format
42054259 msgid "File size does not match!"
42064260 msgstr "文件大小不匹配"
42074261
4208 #: lib/scripts.lib:903
4262 #: lib/scripts.lib:904
42094263 #, sh-format
42104264 msgid ""
42114265 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
42134267 msgstr ""
42144268 "对不起, $APPLICATION_TITLE $VERSION 太旧, 不能继续.\\n$APPLICATION_TITLE $NEEDED 是必需的."
42154269
4216 #: lib/scripts.lib:918
4270 #: lib/scripts.lib:919
42174271 #, sh-format
42184272 msgid ""
42194273 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
42214275 msgstr ""
42224276 "警告: 您正在运行 $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED 建议继续."
42234277
4224 #: lib/scripts.lib:949
4278 #: lib/scripts.lib:950
42254279 #, sh-format
42264280 msgid "$AUTHOR profile"
42274281 msgstr "$AUTHOR 简介"
42684322 "again."
42694323 msgstr "一个或多个程序失踪. 请安装它们, 并再次运行该脚本."
42704324
4271 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4325 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42724326 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42734327 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42744328 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42804334 #, sh-format
42814335 msgid "Where is mounted your CD-ROM?"
42824336 msgstr "你的 CD-ROM 挂载到了哪里?"
4337
4338 #: lib/setupwindow.lib:349 python/install.py:218
4339 #, sh-format
4340 msgid "Other"
4341 msgstr "其他"
42834342
42844343 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42854344 #, sh-format
44014460 msgid "I don't want to make another shortcut"
44024461 msgstr "我不需要其他快捷方式了"
44034462
4404 #: lib/setupwindow.lib:711 python/guiv3.py:158
4463 #: lib/setupwindow.lib:711 python/guiv3.py:163
44054464 #, sh-format
44064465 msgid "Browse"
44074466 msgstr "浏览"
4467
4468 #: lib/setupwindow.lib:739
4469 #, sh-format
4470 msgid "A shortcut by that name already exists, overwrite?"
4471 msgstr ""
44084472
44094473 #: lib/website.lib:29
44104474 #, sh-format
44234487 "valid."
44244488 msgstr "连接失败 !\\n请确保您的登录名和密码是有效的."
44254489
4426 #: lib/wine.lib:367
4490 #: lib/wine.lib:371
44274491 #, sh-format
44284492 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44294493 msgstr "$APPLICATION_TITLE 正在扫描您的硬件, 请稍候"
44304494
4431 #: lib/wine.lib:373
4495 #: lib/wine.lib:377
44324496 #, sh-format
44334497 msgid "Select the main videocard to report:"
44344498 msgstr "选择要报告的主显卡:"
44354499
4436 #: lib/wine.lib:538 lib/wine.lib:703
4500 #: lib/wine.lib:549 lib/wine.lib:714
44374501 #, sh-format
44384502 msgid ""
44394503 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44404504 "message"
44414505 msgstr "Wine 似乎已经崩溃\\n\\n如果你的程序正在运行, 忽略此消息"
44424506
4443 #: lib/wine.lib:763
4507 #: lib/wine.lib:775
44444508 #, sh-format
44454509 msgid "Unable to find version: "
44464510 msgstr "不能找到下列版本: "
44474511
4448 #: lib/wine.lib:769 lib/wine.lib:770
4512 #: lib/wine.lib:781 lib/wine.lib:782
44494513 #, sh-format
44504514 msgid "Downloading Wine: "
44514515 msgstr "下载 Wine: "
44524516
4453 #: lib/wine.lib:779
4517 #: lib/wine.lib:791
44544518 #, sh-format
44554519 msgid "The download seems to have failed."
44564520 msgstr "下载似乎失败了."
44574521
4458 #: lib/wine.lib:781
4522 #: lib/wine.lib:793
44594523 #, sh-format
44604524 msgid "Extracting Wine..."
44614525 msgstr "解压缩 Wine ..."
44624526
4463 #: lib/wine.lib:961
4527 #: lib/wine.lib:976
44644528 #, sh-format
44654529 msgid "Overwrite (usually works, no guarantee)"
44664530 msgstr "覆盖(通常奏效, 但不保证)"
44674531
4468 #: lib/wine.lib:962
4532 #: lib/wine.lib:977
44694533 #, sh-format
44704534 msgid "Erase (virtual drive content will be lost)"
44714535 msgstr "擦除(虚拟盘内容会消失)"
44724536
4473 #: lib/wine.lib:976
4537 #: lib/wine.lib:991
44744538 #, sh-format
44754539 msgid "The target virtual drive $PREFNAME already exists:"
44764540 msgstr "目标虚拟盘 $PREFNAME 已存在:"
44774541
4478 #: lib/wine.lib:1156 lib/wine.lib:1186
4542 #: lib/wine.lib:1171 lib/wine.lib:1201
44794543 #, sh-format
44804544 msgid "Please wait while $SOFTNAME is installed..."
44814545 msgstr "请等待 $SOFTNAME 安装完成..."
44824546
4483 #: lib/wine.lib:1160 lib/wine.lib:1189
4547 #: lib/wine.lib:1175 lib/wine.lib:1204
44844548 #, sh-format
44854549 msgid ""
44864550 "Be careful! This will kill install process. If it is not finished, you will "
44874551 "have to reinstall $SOFTNAME"
44884552 msgstr "注意! 这将终止安装进程. 若其未完成, 您需要重新安装 $SOFTNAME"
44894553
4490 #: lib/wine.lib:1160 lib/wine.lib:1189
4554 #: lib/wine.lib:1175 lib/wine.lib:1204
44914555 #, sh-format
44924556 msgid "Install is done"
44934557 msgstr "安装已完成"
44944558
4495 #: lib/wine.lib:1193 lib/wine.lib:1194
4559 #: lib/wine.lib:1208 lib/wine.lib:1209
44964560 #, sh-format
44974561 msgid "Press next only when the installation process is finished"
44984562 msgstr "仅当安装过程完成后按下一步"
44994563
4500 #: lib/wine.lib:1202
4564 #: lib/wine.lib:1217
45014565 #, sh-format
45024566 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
45034567 msgstr "请等待, $APPLICATION_TITLE 正在模拟重启"
45154579 "这个工具为高级用户设计.\n"
45164580 "要用 {0} 干净地卸载程序, 您必须删除相关的虚拟盘"
45174581
4518 #: python/configure.py:197 python/configure.py:694
4582 #: python/configure.py:196 python/configure.py:703
45194583 msgid "General"
45204584 msgstr "概况"
45214585
4522 #: python/configure.py:200
4586 #: python/configure.py:199
45234587 msgid "Make a new shortcut from this virtual drive"
45244588 msgstr "自该虚拟盘创建快捷方式"
45254589
4526 #: python/configure.py:201
4590 #: python/configure.py:200
45274591 msgid "Name"
45284592 msgstr "名称"
45294593
4530 #: python/configure.py:202
4594 #: python/configure.py:201
45314595 msgid "Wine version"
45324596 msgstr "Wine 版本"
45334597
4534 #: python/configure.py:203
4598 #: python/configure.py:202
45354599 msgid "Debug flags"
45364600 msgstr "调试标志"
45374601
4538 #: python/configure.py:205
4602 #: python/configure.py:204
45394603 msgid "Virtual drive"
45404604 msgstr "虚拟盘"
45414605
4542 #: python/configure.py:207
4606 #: python/configure.py:206
45434607 msgid "Arguments"
45444608 msgstr "参数"
45454609
4546 #: python/configure.py:211
4610 #: python/configure.py:210
45474611 msgid "Run configuration wizard"
45484612 msgstr "运行配置向导"
45494613
4550 #: python/configure.py:248
4614 #: python/configure.py:247
45514615 msgid "Windows reboot"
45524616 msgstr "重启 Windows"
45534617
4554 #: python/configure.py:256
4618 #: python/configure.py:255
45554619 msgid "Repair virtual drive"
45564620 msgstr "修复虚拟盘"
45574621
4558 #: python/configure.py:265
4622 #: python/configure.py:264
45594623 msgid "Command prompt"
45604624 msgstr "命令提示符"
45614625
4562 #: python/configure.py:272
4626 #: python/configure.py:271
45634627 msgid "Task manager"
45644628 msgstr "任务管理器"
45654629
4566 #: python/configure.py:280
4630 #: python/configure.py:279
45674631 msgid "Kill processes"
45684632 msgstr "终止进程"
45694633
4570 #: python/configure.py:287
4634 #: python/configure.py:286
45714635 msgid "Wine uninstaller"
45724636 msgstr "卸载 Wine"
45734637
4574 #: python/configure.py:312
4638 #: python/configure.py:311
45754639 msgid ""
45764640 "Be careful! Installing one of these components can break your virtual drive."
45774641 msgstr "小心! 下列内容的安装可能会破坏虚拟盘."
45784642
4579 #: python/configure.py:334 python/install.py:285 python/install.py:289
4580 #: python/mainwindow.py:197 python/mainwindow.py:350
4643 #: python/configure.py:333 python/install.py:285 python/install.py:289
4644 #: python/mainwindow.py:199 python/mainwindow.py:348
45814645 msgid "Install"
45824646 msgstr "安装"
45834647
4584 #: python/configure.py:395
4648 #: python/configure.py:388
45854649 msgid "Open program's directory"
45864650 msgstr "打开程序目录"
45874651
4588 #: python/configure.py:418
4652 #: python/configure.py:411
45894653 msgid "Open virtual drive's directory"
45904654 msgstr "打开虚拟盘目录"
45914655
4592 #: python/configure.py:560
4656 #: python/configure.py:555
45934657 msgid "GLSL Support"
45944658 msgstr "GLSL 支持"
45954659
4596 #: python/configure.py:561
4660 #: python/configure.py:556
45974661 msgid "Direct Draw Renderer"
45984662 msgstr "Direct Draw 渲染器"
45994663
4600 #: python/configure.py:562
4664 #: python/configure.py:557
46014665 msgid "Video memory size"
46024666 msgstr "显存大小"
46034667
4604 #: python/configure.py:563
4668 #: python/configure.py:558
46054669 msgid "Offscreen rendering mode"
46064670 msgstr "Offscreen 渲染模式"
46074671
4608 #: python/configure.py:564
4672 #: python/configure.py:559
46094673 msgid "Render target mode lock"
46104674 msgstr "渲染目标模式锁定"
46114675
4612 #: python/configure.py:565
4676 #: python/configure.py:560
46134677 msgid "Multisampling"
46144678 msgstr "多重缓冲"
46154679
4616 #: python/configure.py:566
4680 #: python/configure.py:561
46174681 msgid "Strict Draw Ordering"
46184682 msgstr "严格次序回执"
46194683
4620 #: python/configure.py:576
4684 #: python/configure.py:571
46214685 msgid "Mouse warp override"
46224686 msgstr "鼠标经向覆盖"
46234687
4624 #: python/configure.py:578
4688 #: python/configure.py:573
46254689 msgid "Open a shell"
46264690 msgstr "打开一个 Shell"
46274691
4628 #: python/configure.py:579
4692 #: python/configure.py:574
46294693 msgid "Run a .exe file in this virtual drive"
46304694 msgstr "在此虚拟盘中运行可执行文件"
46314695
4632 #: python/configure.py:580
4696 #: python/configure.py:575
46334697 msgid "Command to exec before running the program"
46344698 msgstr "在运行程序之前执行的命令"
46354699
4636 #: python/configure.py:591
4700 #: python/configure.py:585
4701 msgid ""
4702 "Warning:\n"
4703 "\n"
4704 "Any program still running in this virtual drive will be terminated before "
4705 "Wine version is changed.\n"
4706 "Are you sure you want to continue?"
4707 msgstr ""
4708
4709 #: python/configure.py:596
46374710 msgid ""
46384711 "Be careful!\n"
46394712 "If you change "
46404713 msgstr "小心修改! "
46414714
4642 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4715 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46434716 msgid "{0} configuration"
46444717 msgstr "{0} 配置"
46454718
4646 #: python/configure.py:659
4719 #: python/configure.py:664
46474720 msgid "Please select a program or a virtual drive to configure"
46484721 msgstr "选定一个程序或虚拟盘以配置"
46494722
4650 #: python/configure.py:677 python/options.py:280
4723 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46514724 msgid "New"
46524725 msgstr "新建"
46534726
4654 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4655 #: python/mainwindow.py:596 python/options.py:207
4727 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4728 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46564729 msgid "Remove"
46574730 msgstr "移除"
46584731
4659 #: python/configure.py:696
4732 #: python/configure.py:705
46604733 msgid "Install components"
46614734 msgstr "安装内容"
46624735
4663 #: python/configure.py:697 python/mainwindow.py:332
4736 #: python/configure.py:706 python/mainwindow.py:330
46644737 msgid "Display"
46654738 msgstr "显示"
46664739
4667 #: python/configure.py:698
4740 #: python/configure.py:707
46684741 msgid "Miscellaneous"
46694742 msgstr "杂项"
46704743
4671 #: python/configure.py:726
4744 #: python/configure.py:735
46724745 msgid "This virtual drive is protected"
46734746 msgstr "该虚拟盘被保护"
46744747
4675 #: python/configure.py:728
4748 #: python/configure.py:737
46764749 msgid "Are you sure you want to delete {0} virtual drive ?"
46774750 msgstr "你确定删除虚拟盘 {0} ?"
46784751
4679 #: python/configure.py:735
4752 #: python/configure.py:744
46804753 msgid "Are you sure you want to delete {0} ?"
46814754 msgstr "你确定删除 {0} ?"
46824755
4683 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4684 #: python/mainwindow.py:997
4756 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4757 #: python/mainwindow.py:995
46854758 msgid "{0} debugger"
46864759 msgstr "{0} 调试"
46874760
46894762 msgid "Please select a debug file"
46904763 msgstr "请选择一个调试文件"
46914764
4692 #: python/debug.py:76
4765 #: python/debug.py:78
46934766 msgid "Locate this logfile"
46944767 msgstr "定位日志文件"
46954768
4696 #: python/debug.py:99
4769 #: python/debug.py:101
46974770 msgid "The file is named : {0}"
46984771 msgstr "文件命名为: {0}"
46994772
4700 #: python/debug.py:153 python/debug.py:207
4773 #: python/debug.py:189 python/debug.py:245
47014774 msgid "Virtual drives"
47024775 msgstr "虚拟盘"
47034776
4704 #: python/debug.py:184
4777 #: python/debug.py:222
47054778 msgid "Report a problem about {0}"
47064779 msgstr "报告关于 {0} 的问题"
47074780
4708 #: python/debug.py:206
4781 #: python/debug.py:244
47094782 msgid "Install scripts"
47104783 msgstr "安装脚本"
47114784
47304803 msgid "Next"
47314804 msgstr "下一步"
47324805
4733 #: python/guiv3.py:166
4806 #: python/guiv3.py:171
47344807 msgid "I Agree"
47354808 msgstr "我同意"
47364809
4737 #: python/guiv3.py:167
4810 #: python/guiv3.py:172
47384811 msgid "Show virtual drives"
47394812 msgstr "显示虚拟盘"
47404813
4741 #: python/guiv3.py:188
4814 #: python/guiv3.py:193
47424815 msgid "Login: "
47434816 msgstr "登录: "
47444817
4745 #: python/guiv3.py:189
4818 #: python/guiv3.py:194
47464819 msgid "Password: "
47474820 msgstr "密码: "
47484821
4749 #: python/guiv3.py:192
4822 #: python/guiv3.py:197
47504823 msgid "Register"
47514824 msgstr "注册"
47524825
4753 #: python/guiv3.py:288
4826 #: python/guiv3.py:302
47544827 msgid "MB downloaded"
47554828 msgstr "MB 已下载"
47564829
4757 #: python/guiv3.py:288
4830 #: python/guiv3.py:302
47584831 msgid "of"
47594832 msgstr "于"
47604833
4761 #: python/guiv3.py:749
4834 #: python/guiv3.py:769
47624835 msgid "You cannot close this window"
47634836 msgstr "你不能关闭此窗体"
47644837
47664839 msgid "No description"
47674840 msgstr "无描述"
47684841
4769 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4842 #: python/install.py:210
4843 msgid "Accessories"
4844 msgstr "附件"
4845
4846 #: python/install.py:211
4847 msgid "Development"
4848 msgstr "开发"
4849
4850 #: python/install.py:212
4851 msgid "Education"
4852 msgstr "教育"
4853
4854 #: python/install.py:213
4855 msgid "Games"
4856 msgstr "游戏"
4857
4858 #: python/install.py:214
4859 msgid "Graphics"
4860 msgstr "图形"
4861
4862 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4863 msgid "Internet"
4864 msgstr "网络"
4865
4866 #: python/install.py:216
4867 msgid "Multimedia"
4868 msgstr "多媒体"
4869
4870 #: python/install.py:217
4871 msgid "Office"
4872 msgstr "办公"
4873
4874 #: python/install.py:219
4875 msgid "Patches"
4876 msgstr "补丁"
4877
4878 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47704879 msgid "Search"
47714880 msgstr "搜寻"
47724881
47734882 #: python/install.py:252
47744883 msgid "Include:"
47754884 msgstr "包括:"
4885
4886 #: python/install.py:258
4887 msgid "Testing"
4888 msgstr "测试中"
47764889
47774890 #: python/install.py:263
47784891 msgid "No-cd needed"
48394952 "通过启用此功能, 您将有机会获得包含反复制保护(DRM)与模拟不相容的程序的安装程序是.\n"
48404953 "唯一的解决方法是使用\"免CD\"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持."
48414954
4842 #: python/irc.py:137
4955 #: python/irc.py:139
48434956 msgid "Send"
48444957 msgstr "发送"
48454958
4846 #: python/irc.py:138
4959 #: python/irc.py:140
48474960 msgid "Connect"
48484961 msgstr "连接"
48494962
4850 #: python/irc.py:139
4963 #: python/irc.py:141
48514964 msgid "Disconnect"
48524965 msgstr "断开连接"
48534966
4854 #: python/irc.py:140
4967 #: python/irc.py:142
48554968 msgid "Leave"
48564969 msgstr "离开"
48574970
4858 #: python/irc.py:227
4971 #: python/irc.py:229
48594972 msgid "Join a channel"
48604973 msgstr "加入一个频道"
48614974
4862 #: python/irc.py:257 python/mainwindow.py:725
4975 #: python/irc.py:259 python/mainwindow.py:723
48634976 msgid "Messenger"
48644977 msgstr "消息"
48654978
4866 #: python/irc.py:273
4979 #: python/irc.py:275
48674980 msgid ""
48684981 "If you close this window, you cannot read further replies. Are you sure that "
48694982 "you want to close it?"
48915004 msgid "{0} error"
48925005 msgstr "{0} 错误"
48935006
4894 #: python/mainwindow.py:73
5007 #: python/mainwindow.py:75
48955008 msgid "{0} website is unavailable. Please check your connection"
48965009 msgstr "{0} 网站不可用. 请检查网络连接"
48975010
4898 #: python/mainwindow.py:75
5011 #: python/mainwindow.py:77
48995012 msgid "Refreshing {0}"
49005013 msgstr "更新 {0}"
49015014
4902 #: python/mainwindow.py:90 python/mainwindow.py:92
5015 #: python/mainwindow.py:92 python/mainwindow.py:94
49035016 msgid "An updated version of {0} is available"
49045017 msgstr "版本 {0} 更新可用"
49055018
4906 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
5019 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
49075020 msgid "Run"
49085021 msgstr "运行"
49095022
4910 #: python/mainwindow.py:200
5023 #: python/mainwindow.py:202
49115024 msgid "Donate"
49125025 msgstr "捐助"
49135026
4914 #: python/mainwindow.py:201
5027 #: python/mainwindow.py:203
49155028 msgid "Exit"
49165029 msgstr "退出"
49175030
4918 #: python/mainwindow.py:205
5031 #: python/mainwindow.py:207
49195032 msgid "Small icons"
49205033 msgstr "小图标"
49215034
4922 #: python/mainwindow.py:206
5035 #: python/mainwindow.py:208
49235036 msgid "Medium icons"
49245037 msgstr "中等图标"
49255038
4926 #: python/mainwindow.py:207
5039 #: python/mainwindow.py:209
49275040 msgid "Large icons"
49285041 msgstr "大图标"
49295042
4930 #: python/mainwindow.py:208
5043 #: python/mainwindow.py:210
49315044 msgid "Very large icons"
49325045 msgstr "特大图标"
49335046
4934 #: python/mainwindow.py:220
5047 #: python/mainwindow.py:222
49355048 msgid "Manage Wine versions"
49365049 msgstr "管理 Wine 版本"
49375050
4938 #: python/mainwindow.py:226
5051 #: python/mainwindow.py:228
49395052 msgid "Read a PC CD-Rom"
49405053 msgstr "读取光盘"
49415054
4942 #: python/mainwindow.py:236
5055 #: python/mainwindow.py:238
49435056 msgid "Close all {0} software"
49445057 msgstr "关闭全部 {0} 软件"
49455058
4946 #: python/mainwindow.py:240
5059 #: python/mainwindow.py:242
49475060 msgid "{0} console"
49485061 msgstr "{0} 控制台"
49495062
4950 #: python/mainwindow.py:250
5063 #: python/mainwindow.py:248
49515064 msgid "{0} messenger"
49525065 msgstr "{0} 消息"
49535066
4954 #: python/mainwindow.py:266 python/options.py:388
5067 #: python/mainwindow.py:264 python/options.py:388
49555068 msgid "File associations"
49565069 msgstr "文件关联"
49575070
4958 #: python/mainwindow.py:273
5071 #: python/mainwindow.py:271
49595072 msgid "About {0}"
49605073 msgstr "关于 {0}"
49615074
4962 #: python/mainwindow.py:302 python/mainwindow.py:306
5075 #: python/mainwindow.py:300 python/mainwindow.py:304
49635076 msgid "Plugin manager"
49645077 msgstr "插件管理器"
49655078
4966 #: python/mainwindow.py:331
5079 #: python/mainwindow.py:329
49675080 msgid "File"
49685081 msgstr "文件"
49695082
4970 #: python/mainwindow.py:333
5083 #: python/mainwindow.py:331
49715084 msgid "Tools"
49725085 msgstr "工具"
49735086
4974 #: python/mainwindow.py:334 python/mainwindow.py:723
5087 #: python/mainwindow.py:332 python/mainwindow.py:721
49755088 msgid "Settings"
49765089 msgstr "设置"
49775090
4978 #: python/mainwindow.py:335 python/options.py:387
5091 #: python/mainwindow.py:333 python/options.py:387
49795092 msgid "Plugins"
49805093 msgstr "插件"
49815094
4982 #: python/mainwindow.py:347 python/mainwindow.py:739
5095 #: python/mainwindow.py:345 python/mainwindow.py:737
49835096 msgid "Close"
49845097 msgstr "关闭"
49855098
4986 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5099 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49875100 msgid "Configure"
49885101 msgstr "配置"
49895102
4990 #: python/mainwindow.py:584
5103 #: python/mainwindow.py:582
49915104 msgid "Open the application's directory"
49925105 msgstr "打开应用程序目录"
49935106
4994 #: python/mainwindow.py:588 python/mainwindow.py:753
5107 #: python/mainwindow.py:586 python/mainwindow.py:751
49955108 msgid "Read the manual"
49965109 msgstr "阅读说明"
49975110
4998 #: python/mainwindow.py:592
5111 #: python/mainwindow.py:590
49995112 msgid "Set the icon"
50005113 msgstr "设置图标"
50015114
5002 #: python/mainwindow.py:600
5115 #: python/mainwindow.py:598
50035116 msgid "Close this application"
50045117 msgstr "关闭应用"
50055118
5006 #: python/mainwindow.py:611
5119 #: python/mainwindow.py:609
50075120 msgid "KillApp"
50085121 msgstr "关闭应用"
50095122
5010 #: python/mainwindow.py:618
5123 #: python/mainwindow.py:616
50115124 msgid "No manual found for {0}"
50125125 msgstr "未找到 {0} 的说明文件"
50135126
5014 #: python/mainwindow.py:721
5127 #: python/mainwindow.py:719
50155128 msgid "Install a program"
50165129 msgstr "安装一个程序"
50175130
5018 #: python/mainwindow.py:728
5131 #: python/mainwindow.py:726
50195132 msgid "Update GIT"
50205133 msgstr "更新 GIT"
50215134
5022 #: python/mainwindow.py:731
5135 #: python/mainwindow.py:729
50235136 msgid "Update instructions"
50245137 msgstr "更新说明"
50255138
5026 #: python/mainwindow.py:741
5139 #: python/mainwindow.py:739
50275140 msgid "Debug"
50285141 msgstr "排除故障"
50295142
5030 #: python/mainwindow.py:743
5143 #: python/mainwindow.py:741
50315144 msgid "Report a problem"
50325145 msgstr "报告一个问题"
50335146
5034 #: python/mainwindow.py:747
5147 #: python/mainwindow.py:745
50355148 msgid "Create a shortcut"
50365149 msgstr "创建一个快捷方式"
50375150
5038 #: python/mainwindow.py:749
5151 #: python/mainwindow.py:747
50395152 msgid "Open the directory"
50405153 msgstr "打开目录"
50415154
5042 #: python/mainwindow.py:755
5155 #: python/mainwindow.py:753
50435156 msgid "Save"
50445157 msgstr "保存"
50455158
5046 #: python/mainwindow.py:758
5159 #: python/mainwindow.py:756
50475160 msgid "Uninstall"
50485161 msgstr "卸载"
50495162
5050 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5051 #: python/mainwindow.py:1003
5163 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5164 #: python/mainwindow.py:1001
50525165 msgid "Please select a program."
50535166 msgstr "请选择一个程序"
50545167
5055 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5168 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50565169 msgid "{0} settings"
50575170 msgstr "{0} 设置"
50585171
5059 #: python/mainwindow.py:965
5172 #: python/mainwindow.py:963
50605173 msgid "{0} install menu"
50615174 msgstr "{0} 安装菜单"
50625175
5063 #: python/mainwindow.py:974
5176 #: python/mainwindow.py:972
50645177 msgid "{0} wine versions manager"
50655178 msgstr "{0} wine 版本管理器"
50665179
5067 #: python/mainwindow.py:1005
5180 #: python/mainwindow.py:1003
50685181 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50695182 msgstr "与 {0} ({1}) 关联的虚拟盘不存在."
50705183
51915304 "\n"
51925305 "这些信息有助于我们帮助大家."
51935306
5194 #: python/mainwindow.py:1271
5307 #: python/mainwindow.py:1273
51955308 msgid "Are you sure you want to want to install {0} package?"
51965309 msgstr "你确定安装 {0} 包?"
51975310
5198 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5311 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5312 #: python/mainwindow.py:1284
51995313 msgid ""
52005314 "You are trying to open a script design for {0}! It might not work as expected"
52015315 msgstr "你正试图运行一个为 {0} 设计的脚本! 可能它无法正常运行"
52725386 msgid "You must restart {0} for the changes to take effect."
52735387 msgstr "你必须重启 {0} 以使变更生效."
52745388
5275 #: python/wine_versions.py:194
5389 #: python/wine_versions.py:195
52765390 msgid "Installed Wine versions: "
52775391 msgstr "已安装的 Wine 版本: "
52785392
5279 #: python/wine_versions.py:195
5393 #: python/wine_versions.py:196
52805394 msgid "Available Wine versions: "
52815395 msgstr "可用的 Wine 版本: "
52825396
5283 #: python/wine_versions.py:202
5397 #: python/wine_versions.py:203
52845398 msgid "Wine versions"
52855399 msgstr "Wine 版本"
52865400
5287 #: python/wine_versions.py:321
5401 #: python/wine_versions.py:322
52885402 msgid "Are you sure you want to delete wine {0}?"
52895403 msgstr "你确定要删除 {0}?"
52905404
77 msgstr ""
88 "Project-Id-Version: playonlinux\n"
99 "Report-Msgid-Bugs-To: MulX <os2mule@gmail.com>\n"
10 "POT-Creation-Date: 2013-12-23 19:00+0100\n"
11 "PO-Revision-Date: 2013-12-15 06:49+0000\n"
10 "POT-Creation-Date: 2014-07-07 19:00+0200\n"
11 "PO-Revision-Date: 2014-04-06 06:02+0000\n"
1212 "Last-Translator: Bill <cges30901@gmail.com>\n"
1313 "Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-12-24 05:13+0000\n"
18 "X-Generator: Launchpad (build 16877)\n"
17 "X-Launchpad-Export-Date: 2014-07-08 05:44+0000\n"
18 "X-Generator: Launchpad (build 17086)\n"
1919 "Language: zh_TW\n"
2020
2121 #: Capture plugin:2, Detour plugin:4
228228 msgstr "請將遊戲光碟放入光碟機"
229229
230230 #: PlayOnLinux_Scripts/18_Wheels_of_Steel_Haulin_:52
231 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38
231232 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:87
232233 #: PlayOnLinux_Scripts/Ableton_Live_8_:44
233234 #: PlayOnLinux_Scripts/Ableton_Live_9_:49 PlayOnLinux_Scripts/Absynth_5_:34
256257 #: PlayOnLinux_Scripts/Brink_:66 PlayOnLinux_Scripts/Brink_:79
257258 #: PlayOnLinux_Scripts/Civilization_V_:53
258259 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:65
259 #: PlayOnLinux_Scripts/Diablo_II_:51
260 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:51
260261 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40
261262 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:85
262263 #: PlayOnLinux_Scripts/ElsterFormular_:43 PlayOnLinux_Scripts/FEZ__Steam__:49
263264 #: PlayOnLinux_Scripts/FL_Studio_10_:33 PlayOnLinux_Scripts/Far_Cry_2_:80
264265 #: PlayOnLinux_Scripts/Flash_8_:22 PlayOnLinux_Scripts/Flash_MX_:22
265 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
266266 #: PlayOnLinux_Scripts/Google_SketchUp_:51
267267 #: PlayOnLinux_Scripts/Guild_Wars_2_:70 PlayOnLinux_Scripts/Half_Life_2_:108
268268 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:88
282282 #: PlayOnLinux_Scripts/Mount_and_Blade___Warband_:41
283283 #: PlayOnLinux_Scripts/Mozilla_Firefox_:167
284284 #: PlayOnLinux_Scripts/Need_For_Speed_III___Hot_Pursuit_:53
285 #: PlayOnLinux_Scripts/Need_For_Speed_Undercover_:28
285286 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28
286287 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_:29
287288 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52
288 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Portal_:82
289 #: PlayOnLinux_Scripts/Portal_2_:68 PlayOnLinux_Scripts/Portal_2_:82
289 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38
290 #: PlayOnLinux_Scripts/Portal_:82 PlayOnLinux_Scripts/Portal_2_:68
291 #: PlayOnLinux_Scripts/Portal_2_:82
290292 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:85
291293 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2014_:27
292 #: PlayOnLinux_Scripts/Publish_or_Perish_:48 PlayOnLinux_Scripts/Q.U.B.E_:101
294 #: PlayOnLinux_Scripts/Publish_or_Perish_:51 PlayOnLinux_Scripts/Q.U.B.E_:101
295 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48
293296 #: PlayOnLinux_Scripts/Rayman_Origins_:72
294297 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29
295298 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Rfactor_:48
299 #: PlayOnLinux_Scripts/Riffstation_Trial_:45
296300 #: PlayOnLinux_Scripts/Runaway_2___The_Dream_of_the_Turtle_:41
297301 #: PlayOnLinux_Scripts/Runes_Of_Magic_:44
298302 #: PlayOnLinux_Scripts/SFR_LiberTalk_:42 PlayOnLinux_Scripts/Safari_:63
303 #: PlayOnLinux_Scripts/Seals_with_Clubs_:54
299304 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79
300305 #: PlayOnLinux_Scripts/Spotify_:65 PlayOnLinux_Scripts/Star_Twine_:80
301 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight_II___Jedi_Outcast_:31
302 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:147
306 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight_II___Jedi_Outcast_:31
307 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:147
308 #: PlayOnLinux_Scripts/Star_Wars__The_Old_Republic_:35
303309 #: PlayOnLinux_Scripts/Starcraft_:34
304310 #: PlayOnLinux_Scripts/Starcraft___BroodWar_:24
305311 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:88
306 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:72
312 #: PlayOnLinux_Scripts/Surfer_8_:23 PlayOnLinux_Scripts/Tera_Online_:56
313 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:61
307314 #: PlayOnLinux_Scripts/The_Sims_3_:61 PlayOnLinux_Scripts/The_Witcher_:132
308315 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:100
316 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:59
309317 #: PlayOnLinux_Scripts/Theme_Hospital_:59
310318 #: PlayOnLinux_Scripts/Traktor_Pro_2_:33 PlayOnLinux_Scripts/Tree[d]_:41
311319 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:38
312320 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:44
313321 #: PlayOnLinux_Scripts/Windows_Media_Player_10_:39
322 #: PlayOnLinux_Scripts/Wizard_101_:38
314323 #: PlayOnLinux_Scripts/World_Of_Warcraft_:103
315324 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:92
316325 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:70
323332 msgid "Please select the setup file to run"
324333 msgstr "請選擇一個設定檔以執行"
325334
335 #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:31
336 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35
337 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41
338 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:48
339 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:54
340 #, sh-format
341 msgid "Please insert the game media into your disc drive."
342 msgstr ""
343
326344 #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80
345 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:48
346 #: PlayOnLinux_Scripts/Call_Of_Juarez_Gunslinger_:55
327347 #: PlayOnLinux_Scripts/Call_of_Duty__Modern_Warfare_3_:48
328348 #: PlayOnLinux_Scripts/Dishonored_:72
329349 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:45
418438 #: PlayOnLinux_Scripts/Little_Inferno_Steam_:69
419439 #: PlayOnLinux_Scripts/Magicka_:68
420440 #: PlayOnLinux_Scripts/Monkey_Island_2_Special_Edition_:72
441 #: PlayOnLinux_Scripts/Orcs_Must_Die__:33
421442 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:36 PlayOnLinux_Scripts/Portal_:89
422443 #: PlayOnLinux_Scripts/Portal_2_:75 PlayOnLinux_Scripts/Q.U.B.E_:86
423444 #: PlayOnLinux_Scripts/Rayman_Origins_:83
424445 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:72
425 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:59
426 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:140
446 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:59
447 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:140
427448 #: PlayOnLinux_Scripts/Super_Street_Fighter_IV___Arcade_Edition_:81
428449 #: PlayOnLinux_Scripts/The_Witcher_:125
429450 #: PlayOnLinux_Scripts/The_Witcher_2___Assassins_of_Kings_:93
454475 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Tiberium_Wars__Kane_Edition__:123
455476 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:79
456477 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:73
478 #: PlayOnLinux_Scripts/Deus_Ex__Human_Revolution_:44
457479 #: PlayOnLinux_Scripts/Driftmoon_:43
458480 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117
459481 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44
462484 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:55
463485 #: PlayOnLinux_Scripts/League_Of_Legends_:57
464486 #: PlayOnLinux_Scripts/POL_GoG_setup_:30 PlayOnLinux_Scripts/Rage_:114
465 #: PlayOnLinux_Scripts/Sacrifice_:41 PlayOnLinux_Scripts/Toontown_Online_:25
487 #: PlayOnLinux_Scripts/Sacrifice_:41
488 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36
489 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23
490 #: PlayOnLinux_Scripts/Toontown_Online_:25
491 #: PlayOnLinux_Scripts/Watchtower_library_:43
466492 #: PlayOnLinux_Scripts/iTunes_10_:28
467493 #, sh-format
468494 msgid "Please select the setup file to run."
477503 #: PlayOnLinux_Scripts/POL_GoG_download_:48
478504 #: PlayOnLinux_Scripts/POL_Install_DisableCrashDialog_:5
479505 #: PlayOnLinux_Scripts/SimCity_2000_:50
480 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:34
481 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:42
506 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:34
507 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:42
482508 #: PlayOnLinux_Scripts/SubRip_:33 PlayOnLinux_Scripts/Theme_Hospital_:48
483509 #: PlayOnLinux_Scripts/World_Of_Warcraft_:116 bash/installpolpackages:26
484510 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103
485 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1156
486 #: lib/wine.lib:1186
511 #: bash/winebash:27 lib/setupwindow.lib:433 lib/wine.lib:1093
512 #: lib/wine.lib:1171 lib/wine.lib:1201
487513 #, sh-format
488514 msgid "Please wait..."
489515 msgstr "請稍候…"
511537 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:83
512538 #: PlayOnLinux_Scripts/Battlefield_1942_:30 PlayOnLinux_Scripts/Blur_:64
513539 #: PlayOnLinux_Scripts/Borderlands_:78 PlayOnLinux_Scripts/Cars_2_:52
514 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:74
540 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:75
515541 #: PlayOnLinux_Scripts/Command_And_Conquer_3___Kane_s_Wrath_:115
516542 #: PlayOnLinux_Scripts/CreaVures_:53 PlayOnLinux_Scripts/Dead_Space_:62
517543 #: PlayOnLinux_Scripts/Dead_Space_2_:85
527553 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:43
528554 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:56
529555 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:59
530 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:49
556 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51
531557 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:184
532558 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:80
533559 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:74
589615 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:75 PlayOnLinux_Scripts/Blur_:52
590616 #: PlayOnLinux_Scripts/Borderlands_:47 PlayOnLinux_Scripts/Bulletstorm_:74
591617 #: PlayOnLinux_Scripts/Cars_2_:44 PlayOnLinux_Scripts/CivCity_Rome_:54
592 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:58
618 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:59
593619 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3_:67
594620 #: PlayOnLinux_Scripts/Command_And_Conquer___Red_Alert_3___Uprising_:61
595621 #: PlayOnLinux_Scripts/Dark_Messiah_Of_Might_And_Magic_:53
596 #: PlayOnLinux_Scripts/Dead_Space_:50 PlayOnLinux_Scripts/Devil_May_Cry_4_:50
597 #: PlayOnLinux_Scripts/Dishonored_:57 PlayOnLinux_Scripts/Dragon_Age_2_:53
622 #: PlayOnLinux_Scripts/Dead_Space_:50
623 #: PlayOnLinux_Scripts/Deadpool_The_Game_:39
624 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:50 PlayOnLinux_Scripts/Dishonored_:57
625 #: PlayOnLinux_Scripts/Dragon_Age_2_:53
598626 #: PlayOnLinux_Scripts/Dragon_Age___Awakening_:44
599627 #: PlayOnLinux_Scripts/Dragon_Age___Origins_:50
600628 #: PlayOnLinux_Scripts/Dungeon_Siege_III_:53 PlayOnLinux_Scripts/Fallout_3_:50
604632 #: PlayOnLinux_Scripts/Rage_:79
605633 #: PlayOnLinux_Scripts/Rome_Total_War__Gold_Edition__:49
606634 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:46
607 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:36
635 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:41
608636 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:52
609637 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_:66
610638 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Shivering_Isle_:52
642670 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:43 PlayOnLinux_Scripts/Far_Cry_2_:62
643671 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:60
644672 #: PlayOnLinux_Scripts/Sacrifice_:45
645 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:118
673 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:118
646674 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:76
647675 #: PlayOnLinux_Scripts/The_Witcher_:102
648676 #, sh-format
653681 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:51
654682 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:59
655683 #: PlayOnLinux_Scripts/Mass_Effect_:54
656 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:126
684 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:126
657685 #: PlayOnLinux_Scripts/The_Witcher_:110
658686 #, sh-format
659687 msgid "When the game setup will ask for next Disk\\nclick on \\\"Forward\\\""
664692 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:54
665693 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:62
666694 #: PlayOnLinux_Scripts/Baldur_s_Gate_II_:67
667 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:129
695 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:129
668696 #: PlayOnLinux_Scripts/The_Witcher_:113
669697 #, sh-format
670698 msgid "Please insert the next game media into your disk drive"
693721 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:30
694722 #: PlayOnLinux_Scripts/Far_Cry_2_Patch_1.03_:34
695723 #: PlayOnLinux_Scripts/GOG.com___Populous_3__The_Beginning___High_resolution_patch_:39
724 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44
696725 #: PlayOnLinux_Scripts/World_Of_Warcraft___The_Burning_Crusade_:29
697726 #: PlayOnLinux_Scripts/World_Of_Warcraft___Wrath_of_the_Lich_King_:29
698727 #: PlayOnLinux_Scripts/Wow_Cartographe_:34
798827 #: PlayOnLinux_Scripts/Batman_Arkham_City_:109
799828 #: PlayOnLinux_Scripts/Bioshock_:106 PlayOnLinux_Scripts/Bulletstorm_:149
800829 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:64
801 #: PlayOnLinux_Scripts/Star_Wars___The_Force_Unleashed___Ultimate_Sith_Edition_:1092
830 #: PlayOnLinux_Scripts/Star_Wars__The_Force_Unleashed___Ultimate_Sith_Edition_:1092
802831 #, sh-format
803832 msgid ""
804833 "You must disable anti-piracy protections of this game\\nif you want to play "
818847
819848 #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120
820849 #: PlayOnLinux_Scripts/Cars_2_:83
821 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:112
850 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113
822851 #: PlayOnLinux_Scripts/Dead_Space_:100 PlayOnLinux_Scripts/Dead_Space_2_:126
823852 #: PlayOnLinux_Scripts/Devil_May_Cry_4_:84
824853 #: PlayOnLinux_Scripts/Dragon_Age_2_:115
839868 #: PlayOnLinux_Scripts/Borderlands_:59 PlayOnLinux_Scripts/Borderlands_:60
840869 #: PlayOnLinux_Scripts/Fallout_3_:57 PlayOnLinux_Scripts/Fallout_3_:58
841870 #: PlayOnLinux_Scripts/Mass_Effect_2_:51 PlayOnLinux_Scripts/Mass_Effect_2_:52
871 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
872 #: PlayOnLinux_Scripts/Orcs_Must_Die__:41
842873 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
843874 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:44
844875 #: PlayOnLinux_Scripts/Prince_of_Persia___The_Forgotten_Sands_:69
10621093 msgid "Please insert media 2 into your disk drive\\nif not already done."
10631094 msgstr "如果還未完成,\\n請插入媒體 2 至您的磁碟機 。"
10641095
1065 #: PlayOnLinux_Scripts/Diablo_III_:29
1096 #: PlayOnLinux_Scripts/Diablo_III_:31
10661097 #, sh-format
10671098 msgid "Please select the setup file downloaded on $EDITOR website"
10681099 msgstr "請選擇一個從 $EDITOR 網站下載的設定檔。"
10691100
1070 #: PlayOnLinux_Scripts/Diablo_III_:60
1101 #: PlayOnLinux_Scripts/Diablo_III_:62
10711102 #, sh-format
10721103 msgid ""
10731104 "$TITLE has been installed.\\n\\nA special thank to Erich Hoover for his wine "
10741105 "patch (AcceptEx Fix)"
10751106 msgstr "$TITLE 已經安裝。\\n\\n 感謝 Erich Hoover 的 wine patch (AcceptEx Fix)"
10761107
1077 #: PlayOnLinux_Scripts/Diablo_III_:60
1108 #: PlayOnLinux_Scripts/Diablo_III_:62
10781109 #, sh-format
10791110 msgid ""
10801111 "If you have Error 3007 on connecting, open a terminal and type:\\necho "
10821113 msgstr ""
10831114 "如果您在連線時出現 Error 3007 ,開啟終端機輸入:\\necho 0|sudo tee "
10841115 "/proc/sys/kernel/yama/ptrace_scope"
1116
1117 #: PlayOnLinux_Scripts/Diagnostic_Tools_:20
1118 #, sh-format
1119 msgid "Scanning your hardware..."
1120 msgstr ""
10851121
10861122 #: PlayOnLinux_Scripts/Dishonored_:79
10871123 #: PlayOnLinux_Scripts/Hard_Reset__Steam__:52
11611197
11621198 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:34
11631199 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:51
1164 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:29
1165 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:46
1200 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:29
1201 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:46
11661202 #, sh-format
11671203 msgid "Please insert the first game media into your disk drive"
11681204 msgstr "請插入第一張遊戲媒體至您的磁碟機"
11691205
11701206 #: PlayOnLinux_Scripts/Escape_From_Monkey_Island_:41
1171 #: PlayOnLinux_Scripts/Star_Wars___Jedi_Knight__Jedi_Academy_:36
1207 #: PlayOnLinux_Scripts/Star_Wars__Jedi_Knight__Jedi_Academy_:36
11721208 #, sh-format
11731209 msgid "Please insert the second game media into your disk drive"
11741210 msgstr "請插入第二張遊戲媒體至您的磁碟機"
12331269 #: PlayOnLinux_Scripts/GOG.com___Outcast__High_resolution_patch_:52
12341270 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:62
12351271 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:56
1272 #: PlayOnLinux_Scripts/Hearthstone_:64
12361273 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:25
12371274 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42
12381275 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:66
12581295 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:64
12591296 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:64
12601297 #: PlayOnLinux_Scripts/Infinity_Engine_widescreen_mod_:64
1261 #: PlayOnLinux_Scripts/POL_GoG_install_:9 PlayOnLinux_Scripts/Poker_Stars_:37
1298 #: PlayOnLinux_Scripts/POL_GoG_install_:9
12621299 #: PlayOnLinux_Scripts/Ski_Challenge_2012_:49
12631300 #: PlayOnLinux_Scripts/The_Elder_Scrolls_I__Arena_:67
12641301 #: PlayOnLinux_Scripts/Universal_Extractor_:45
12821319 msgid "Editor"
12831320 msgstr "編輯器"
12841321
1285 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:27
1322 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31
12861323 #, sh-format
12871324 msgid "This install script requires ffmpeg"
12881325 msgstr "這個安裝腳本需要 ffmpeg"
12891326
1290 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:74
1327 #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78
12911328 #, sh-format
12921329 msgid "Converting videos..."
12931330 msgstr "轉換影片..."
12941331
12951332 #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69
1333 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56
12961334 #, sh-format
12971335 msgid ""
12981336 "On first run the game will autodetect available renderers.\\nIt is likely "
13051343 msgid "Run $TITLE in safe mode?"
13061344 msgstr "在安全模式中執行 $TITLE?"
13071345
1346 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:50
1347 #, sh-format
1348 msgid ""
1349 "Tip: The high-resolution mode has been activated, if it is too slow, you can "
1350 "disable it by pressing Alt+R while in game.)"
1351 msgstr ""
1352
1353 #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52
1354 #, sh-format
1355 msgid ""
1356 "Tip: You can enable a higher-resolution mode by pressing Alt+R during the "
1357 "game."
1358 msgstr ""
1359
13081360 #: PlayOnLinux_Scripts/GOG.com___Far_Cry_:47
13091361 #, sh-format
13101362 msgid "Could not find program directory"
13671419 #: PlayOnLinux_Scripts/GOG.com___Neighbours_From_Hell_Compilation_:26
13681420 #: PlayOnLinux_Scripts/GOG.com___Sensible_World_of_Soccer_96_97_:58
13691421 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:46
1370 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1371 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:57
1372 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
13731422 #, sh-format
13741423 msgid "Language"
13751424 msgstr "語言"
14931542 msgid "Dedicated server"
14941543 msgstr "專用伺服器"
14951544
1496 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:83
1545 #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97
14971546 #: PlayOnLinux_Scripts/GOG.com___Ultima_Worlds_of_Adventure_2__Martian_Dreams_:53
14981547 #: PlayOnLinux_Scripts/GOG.com___Worlds_of_Ultima__The_Savage_Empire_:52
14991548 #, sh-format
15191568 msgid "Code wheel"
15201569 msgstr ""
15211570
1522 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1523 #, sh-format
1524 msgid "Do you have a language pack to install?"
1525 msgstr "請問有需要安裝的語言套件嗎?"
1526
1527 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1528 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:59
1529 #, sh-format
1530 msgid "Later"
1531 msgstr "稍後"
1532
1533 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1571 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1572 #, sh-format
1573 msgid ""
1574 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1575 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1576 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1577 msgstr ""
1578
1579 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1580 #, sh-format
1581 msgid "Now you must install the modpack in directory:"
1582 msgstr "您現在需要安裝 mod 套件至以下路徑:"
1583
1584 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1585 #, sh-format
1586 msgid "Please select ANY 3 icons when prompted."
1587 msgstr "請選擇任意"
1588
1589 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1590 #, sh-format
1591 msgid "temp directory missing"
1592 msgstr "temp 資料夾遺失"
1593
1594 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1595 #, sh-format
1596 msgid ""
1597 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1598 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1599 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1600 "details.\\nInstall it?"
1601 msgstr ""
1602
1603 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1604 #, sh-format
1605 msgid "Control Panel"
1606 msgstr "控制台"
1607
1608 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1609 #, sh-format
1610 msgid ""
1611 "IMPORTANT:\n"
1612 " \\n\\nOn the installation window coming next, do NOT click the Options "
1613 "button, it would mess up the language selection."
1614 msgstr ""
1615 "重要提示:\n"
1616 " \\n\\n在接下來的安裝視窗,不要點擊選項按鈕,這會弄亂語言選擇。"
1617
1618 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1619 #, sh-format
1620 msgid ""
1621 "On first run the game will autodetect available renderers.\\nIt is likely "
1622 "that you will get better performance out of the OpenGL renderer."
1623 msgstr ""
1624
1625 #: PlayOnLinux_Scripts/Goblins_3_:21
1626 #, sh-format
1627 msgid "Please select the game language"
1628 msgstr "請選擇遊戲語言"
1629
1630 #: PlayOnLinux_Scripts/Gothic_3_:82
1631 #, sh-format
1632 msgid "Choose the game resolution"
1633 msgstr "選擇遊戲的解析度"
1634
1635 #: PlayOnLinux_Scripts/Gothic_3_:96
1636 #, sh-format
1637 msgid ""
1638 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1639 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1640 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1641 msgstr ""
1642
1643 #: PlayOnLinux_Scripts/Gothic_3_:110
1644 #, sh-format
1645 msgid "$TITLE is installed"
1646 msgstr "$TITLE 已安裝"
1647
1648 #: PlayOnLinux_Scripts/Guild_Wars_:53
1649 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1650 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1651 #, sh-format
1652 msgid "Please insert the DVD-ROM"
1653 msgstr "請插入 DVD-ROM"
1654
1655 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1656 #, sh-format
1657 msgid ""
1658 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1659 "client and download will resume from where it stopped. Download percentage "
1660 "reset but do not worry, it do not restart from the beginning."
1661 msgstr ""
1662
1663 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1664 #, sh-format
1665 msgid ""
1666 "Please select $TITLE install file. During installation, uncheck all extra "
1667 "drivers it wants to install:"
1668 msgstr ""
1669
15341670 #: PlayOnLinux_Scripts/Half_Life_2_:56
15351671 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15361672 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
15371673 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1538 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:156
1674 #: PlayOnLinux_Scripts/Portal_:36 python/guiv3.py:157 python/guiv3.py:160
15391675 #, sh-format
15401676 msgid "No"
15411677 msgstr "否"
15421678
1543 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:55
1544 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:56
1679 #: PlayOnLinux_Scripts/Half_Life_2_:56
1680 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1681 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1682 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1683 #: PlayOnLinux_Scripts/Portal_:36
1684 #, sh-format
1685 msgid ""
1686 "Steam installation has been detected\\nwould you like to install this game "
1687 "in the same virtual drive?"
1688 msgstr "已經偵測到 Steam 安裝資訊\\n 您想要安裝此遊戲到相同的虛擬磁碟嗎?"
1689
15451690 #: PlayOnLinux_Scripts/Half_Life_2_:56 PlayOnLinux_Scripts/Half_Life_2_:58
15461691 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
15471692 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:38
15501695 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
15511696 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:52
15521697 #: PlayOnLinux_Scripts/Portal_:36 PlayOnLinux_Scripts/Portal_:38
1553 #: python/guiv3.py:157
1698 #: python/guiv3.py:158 python/guiv3.py:161
15541699 #, sh-format
15551700 msgid "Yes"
15561701 msgstr "是"
15571702
1558 #: PlayOnLinux_Scripts/GOG.com___Stronghold_HD_:60
1559 #, sh-format
1560 msgid ""
1561 "To install a language pack later, open the configuration panel for the game "
1562 "in order to execute the installer into the virtual disk (Misc tab)"
1563 msgstr ""
1564
1565 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_:58
1566 #, sh-format
1567 msgid ""
1568 "It is highly recommended to now install the Circle of Eight Modpack\\nto fix "
1569 "many issues with this game, and optionally add new content\\n(for \"NC\" "
1570 "modpacks).\\nUse the dedicated PlayOnLinux script in patches section."
1571 msgstr ""
1572
1573 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:60
1574 #, sh-format
1575 msgid "Now you must install the modpack in directory:"
1576 msgstr "您現在需要安裝 mod 套件至以下路徑:"
1577
1578 #: PlayOnLinux_Scripts/GOG.com___The_Incredible_Machine_Mega_Pack_:60
1579 #, sh-format
1580 msgid "Please select ANY 3 icons when prompted."
1581 msgstr "請選擇任意"
1582
1583 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:47
1584 #, sh-format
1585 msgid "temp directory missing"
1586 msgstr "temp 資料夾遺失"
1587
1588 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:79
1589 #, sh-format
1590 msgid ""
1591 "Two Worlds Control Panel is a tool from InsideTwoWorlds community,\\nthat "
1592 "allows you to tweak parameters and manage mods\\nfor this game. See\\"
1593 "nhttp://www.insidetwoworlds.com/local_links.php?linkid=21&catid=13 for "
1594 "details.\\nInstall it?"
1595 msgstr ""
1596
1597 #: PlayOnLinux_Scripts/GOG.com___Two_Worlds__Epic_Edition_:104
1598 #, sh-format
1599 msgid "Control Panel"
1600 msgstr "控制台"
1601
1602 #: PlayOnLinux_Scripts/GOG.com___Ultima_8_Gold_Edition_:45
1603 #, sh-format
1604 msgid ""
1605 "IMPORTANT:\n"
1606 " \\n\\nOn the installation window coming next, do NOT click the Options "
1607 "button, it would mess up the language selection."
1608 msgstr ""
1609 "重要提示:\n"
1610 " \\n\\n在接下來的安裝視窗,不要點擊選項按鈕,這會弄亂語言選擇。"
1611
1612 #: PlayOnLinux_Scripts/GOG.com___Unreal_Gold_:68
1613 #, sh-format
1614 msgid ""
1615 "On first run the game will autodetect available renderers.\\nIt is likely "
1616 "that you will get better performance out of the OpenGL renderer."
1617 msgstr ""
1618
1619 #: PlayOnLinux_Scripts/Goblins_3_:21
1620 #, sh-format
1621 msgid "Please select the game language"
1622 msgstr "請選擇遊戲語言"
1623
1624 #: PlayOnLinux_Scripts/Gothic_3_:82
1625 #, sh-format
1626 msgid "Choose the game resolution"
1627 msgstr "選擇遊戲的解析度"
1628
1629 #: PlayOnLinux_Scripts/Gothic_3_:96
1630 #, sh-format
1631 msgid ""
1632 "Now you will be able to choose the game mode:\\n1)Windowed mode:\\nAll works "
1633 "besides system cursor in the game's window.\\n\\n2)Fullscreen mode:\\nAll "
1634 "works besides the sky, it is black.\\n\\n\\n\\nWhat mode do you prefer?"
1635 msgstr ""
1636
1637 #: PlayOnLinux_Scripts/Gothic_3_:110
1638 #, sh-format
1639 msgid "$TITLE is installed"
1640 msgstr "$TITLE 已安裝"
1641
1642 #: PlayOnLinux_Scripts/Guild_Wars_:53
1643 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:37
1644 #: PlayOnLinux_Scripts/Heroes_of_Might_and_Magic_V_:42
1645 #, sh-format
1646 msgid "Please insert the DVD-ROM"
1647 msgstr "請插入 DVD-ROM"
1648
1649 #: PlayOnLinux_Scripts/Guild_Wars_2_:86
1650 #, sh-format
1651 msgid ""
1652 "Because of wine bug #30512, dowloading will often crash, just relaunch the "
1653 "client and download will resume from where it stopped. Download percentage "
1654 "reset but do not worry, it do not restart from the beginning."
1655 msgstr ""
1656
1657 #: PlayOnLinux_Scripts/Guitar_Rig_5_:38
1658 #, sh-format
1659 msgid ""
1660 "Please select $TITLE install file. During installation, uncheck all extra "
1661 "drivers it wants to install:"
1662 msgstr ""
1663
1664 #: PlayOnLinux_Scripts/Half_Life_2_:56
1665 #: PlayOnLinux_Scripts/Half_Life_2___Episode_One_:36
1666 #: PlayOnLinux_Scripts/Half_Life_2___Episode_Two_:36
1667 #: PlayOnLinux_Scripts/Half_Life_2___Lost_Coast_:50
1668 #: PlayOnLinux_Scripts/Portal_:36
1669 #, sh-format
1670 msgid ""
1671 "Steam installation has been detected\\nwould you like to install this game "
1672 "in the same virtual drive?"
1673 msgstr "已經偵測到 Steam 安裝資訊\\n 您想要安裝此遊戲到相同的虛擬磁碟嗎?"
1674
16751703 #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74
16761704 #, sh-format
16771705 msgid "Updating $TITLE"
16781706 msgstr "更新 $TITLE 中"
16791707
1680 #: PlayOnLinux_Scripts/Hanahira_______________________:54
1708 #: PlayOnLinux_Scripts/Hanahira__:54
16811709 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_01___Sono_Hanabira_ni_Kuchizuke_wo_:47
16821710 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_02___Watashi_no_Ouji_sama_:47
16831711 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_03___Anata_to_Koibito_Tsunagi_:52
16891717 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_09___Amakute_Otona_no_Torokeru_Chuu_:54
16901718 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_10___Lily_Platinum_:54
16911719 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_11___Michael_no_Otome_tachi_:60
1720 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:42
1721 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:48
1722 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:47
1723 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:47
1724 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:50
1725 #: PlayOnLinux_Scripts/Steins_Gate_:51
16921726 #, sh-format
16931727 msgid "Please locate installation program (Setup.exe)"
16941728 msgstr ""
16951729
1696 #: PlayOnLinux_Scripts/Hanahira_______________________:56
1697 #: PlayOnLinux_Scripts/Hanahira_______________________:64
1730 #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64
16981731 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:54
16991732 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_05___Anata_wo_Suki_na_Shiawase_:64
17001733 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_06___Kuchibiru_to_Kiss_de_Tsubuyaite_:54
17161749 "${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation."
17171750 msgstr ""
17181751
1752 #: PlayOnLinux_Scripts/Hearthstone_:26
1753 #, sh-format
1754 msgid "What language do you want to install?"
1755 msgstr ""
1756
17191757 #: PlayOnLinux_Scripts/ImgBurn_:38
17201758 #, sh-format
17211759 msgid ""
17531791 msgstr "你想要安裝 Inno Setup 的 unicode 版本嗎?"
17541792
17551793 #: PlayOnLinux_Scripts/Internet_Explorer_6_:76
1756 #: PlayOnLinux_Scripts/Internet_Explorer_6_Service_Pack_1_:68
17571794 #: PlayOnLinux_Scripts/Internet_Explorer_7_:168
17581795 #: PlayOnLinux_Scripts/POL_Install_directmusic_:47
17591796 #: PlayOnLinux_Scripts/POL_Install_dxfullsetup_:26
19051942 "If the download update stuck close and run until the download is complete."
19061943 msgstr ""
19071944
1945 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19081946 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19091947 #, sh-format
19101948 msgid "Demo version"
19111949 msgstr ""
19121950
1951 #: PlayOnLinux_Scripts/Orcs_Must_Die__:40
19131952 #: PlayOnLinux_Scripts/Orcs_Must_Die__2_:43
19141953 #, sh-format
19151954 msgid "Please select version."
19632002 #, sh-format
19642003 msgid ""
19652004 "No filename extension specified, skipping association to native application."
2005 msgstr ""
2006
2007 #: PlayOnLinux_Scripts/POL_Gamefront_Download_:8
2008 #, sh-format
2009 msgid "Contacting download server."
19662010 msgstr ""
19672011
19682012 #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 python/install.py:438
20482092 #: PlayOnLinux_Scripts/POL_Install_dotnet20sp2_:15
20492093 #: PlayOnLinux_Scripts/POL_Install_dotnet30_:23
20502094 #: PlayOnLinux_Scripts/POL_Install_dotnet30sp1_:10
2051 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:15
2095 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:13
20522096 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10
20532097 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10
20542098 #: PlayOnLinux_Scripts/POL_Install_wmp9_:9
20862130 "them without issues"
20872131 msgstr ""
20882132
2089 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:10
2090 #, sh-format
2091 msgid "This package fail to install with wine 1.5.21 or better"
2092 msgstr ""
2093
2094 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:28
2133 #: PlayOnLinux_Scripts/POL_Install_dotnet35_:31
20952134 #, sh-format
20962135 msgid ""
20972136 "If you see error messages during DotNet 3.5 installation, you can ignore "
22072246 "Please update."
22082247 msgstr "VCRun2010 可能無法安裝,因為您的 PlayOnLinux 版本太舊。請更新。"
22092248
2210 #: PlayOnLinux_Scripts/POL_Install_wineasio_:38
2249 #: PlayOnLinux_Scripts/POL_Install_wineasio_:37
2250 #: PlayOnLinux_Scripts/yWriter_5_:45
22112251 #, sh-format
22122252 msgid "Downloading..."
22132253 msgstr ""
23182358 msgid "Microsoft fonts have been installed successfully."
23192359 msgstr "已成功安裝微軟字型。"
23202360
2361 #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2
2362 #, sh-format
2363 msgid ""
2364 "OSX users: If the screen flickers once the game is launched, try to press "
2365 "cmd + tab twice"
2366 msgstr ""
2367
23212368 #: PlayOnLinux_Scripts/POL_Remove_gfwl_:16
23222369 #, sh-format
23232370 msgid "Remove Game For Windows Live..."
23552402 "To continue, PlayOnLinux needs to remount your CD-ROM with unhide option."
23562403 msgstr ""
23572404
2358 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:963
2405 #: PlayOnLinux_Scripts/POL_Test_ptrace_:16 lib/wine.lib:978
23592406 #, sh-format
23602407 msgid "Abort installation"
23612408 msgstr "中止安裝"
23802427 msgid "The program needs access to ptrace() to proceed:"
23812428 msgstr ""
23822429
2383 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:992
2430 #: PlayOnLinux_Scripts/POL_Test_ptrace_:28 lib/wine.lib:1007
23842431 #, sh-format
23852432 msgid "User abort"
23862433 msgstr "使用者中止"
24192466 msgid "Please do not run $TITLE after installation has finished."
24202467 msgstr ""
24212468
2469 #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15
2470 #, sh-format
2471 msgid "Extracting $TITLE"
2472 msgstr ""
2473
24222474 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:24
24232475 #, sh-format
24242476 msgid ""
24312483 msgid "$TITLE has been successfully installed."
24322484 msgstr ""
24332485
2486 #: PlayOnLinux_Scripts/Poker_Stars_:37
2487 #, sh-format
2488 msgid "Error while installing. Downloaded file not found."
2489 msgstr ""
2490
24342491 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:25
24352492 #, sh-format
24362493 msgid "Please select the file named Pro Evolution Soccer 2013.msi"
24382495
24392496 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:26
24402497 #: PlayOnLinux_Scripts/Pro_Evolution_Soccer_2013_:32
2498 #: PlayOnLinux_Scripts/Watchtower_library_:58
24412499 #, sh-format
24422500 msgid "Please wait while $TITLE is installed"
24432501 msgstr "請等待,$TITLE正在安裝"
24692527 #: PlayOnLinux_Scripts/Rage_:93
24702528 #, sh-format
24712529 msgid "Please insert disk 3 into your disk drive\\nif not already done."
2530 msgstr ""
2531
2532 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24
2533 #, sh-format
2534 msgid ""
2535 "This installer was created for Railroad Tycoon II Platinum Version\\nIt "
2536 "should work with other editions of this game:\\nRailroad Tycoon II (without "
2537 "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\"
2538 "n\\nIf you have one of this two versions of this game, please give some "
2539 "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\"
2540 "n\\nThank you!"
2541 msgstr ""
2542
2543 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2544 #, sh-format
2545 msgid "Other destination or other CD/DVD - first release, Gold, Platinum"
2546 msgstr ""
2547
2548 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2549 #, sh-format
2550 msgid "Railroad Tycoon Anthology disc (Polish Version)"
2551 msgstr ""
2552
2553 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2554 #, sh-format
2555 msgid "Retail CD (Platinum, Gold [test], first release [test])"
2556 msgstr ""
2557
2558 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31
2559 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2560 #, sh-format
2561 msgid "Select a version of installation disc:"
2562 msgstr ""
2563
2564 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2565 #, sh-format
2566 msgid "First Release (without addons)"
2567 msgstr ""
2568
2569 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2570 #, sh-format
2571 msgid "Gold Edition"
2572 msgstr ""
2573
2574 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2575 #, sh-format
2576 msgid "Platinum Edition"
2577 msgstr ""
2578
2579 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55
2580 #, sh-format
2581 msgid "What is your version of Railroad Tycoon II?"
2582 msgstr ""
2583
2584 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66
2585 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85
2586 #, sh-format
2587 msgid ""
2588 "Installation complete!\\nTo run $TITLE please select $TITLE icon from your "
2589 "desktop.\\n\\nThank you for using this installation script! :)"
24722590 msgstr ""
24732591
24742592 #: PlayOnLinux_Scripts/Reaper_4_:30
26202738 "${END_JP} and then on ${YES_JP} (Y). Click next to begin installation."
26212739 msgstr ""
26222740
2741 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:43
2742 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_12___Atelier_no_Koibito_tachi_:52
2743 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:49
2744 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:58
2745 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:48
2746 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_14___Tenshi_tachi_no_Harukoi_:57
2747 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:48
2748 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_15___Shirayuki_no_Kishi_:57
2749 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:51
2750 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_16___Tenshi_tachi_no_Yakusoku_:60
2751 #, sh-format
2752 msgid ""
2753 "Close the visual novel when it appears to continue installation. Click Next "
2754 "to begin installation."
2755 msgstr ""
2756
2757 #: PlayOnLinux_Scripts/Sono_Hanabira_ni_Kuchizuke_wo_13___Tenshi_no_Akogare_:64
2758 #, sh-format
2759 msgid ""
2760 "An update patch was released on July 17th, 2013 to fix movie issues. This "
2761 "script will now install it. Click Next to continue."
2762 msgstr ""
2763
26232764 #: PlayOnLinux_Scripts/Starcraft_II_Wings_of_Liberty_:90
26242765 #, sh-format
26252766 msgid ""
26272768 "type:\\necho 0|sudo tee /proc/sys/kernel/yama/ptrace_scope"
26282769 msgstr ""
26292770
2630 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:46
2631 #, sh-format
2632 msgid "Please locate installation program (Launcher.exe)"
2633 msgstr ""
2634
2635 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:49
2636 #: PlayOnLinux_Scripts/Starlight_Resonance____________________________:57
2637 #, sh-format
2638 msgid ""
2639 "When the launcher opens, click on the top button to open the installer. When "
2640 "a new window opens, click OK. When another window opens, click on the button "
2641 "with the letter N until it is installing. Wait until it is done and click "
2642 "the right button to quit. Click Next when you are done installing."
2771 #: PlayOnLinux_Scripts/Starlight_Resonance_:45
2772 #, sh-format
2773 msgid "Please locate installation program in Data folder (Resonance.msi)"
26432774 msgstr ""
26442775
26452776 #: PlayOnLinux_Scripts/Steam_:50
26752806 "Install Terraria in Steam. Run the Terraria when Steam is installed the "
26762807 "game. Steam install xna framework the game. Close the Steam so that the "
26772808 "installer can continue."
2809 msgstr ""
2810
2811 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73
2812 #, sh-format
2813 msgid "If youve the extentions, you should install Tribunal first !"
26782814 msgstr ""
26792815
26802816 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Knight_of_the_nine_:56
27862922 "pp 4-5."
27872923 msgstr ""
27882924
2925 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:91
2926 #, sh-format
2927 msgid "Please select the installation file to run."
2928 msgstr ""
2929
2930 #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186
2931 #, sh-format
2932 msgid ""
2933 "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select "
2934 "your region.\\n 2. Leave only checked DirectX box."
2935 msgstr ""
2936
27892937 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V___Skyrim_:34
27902938 #, sh-format
27912939 msgid ""
27922940 "The game will fail to launch until you set "
27932941 "/proc/sys/kernel/yama/ptrace_scope to 0"
2942 msgstr ""
2943
2944 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2945 #, sh-format
2946 msgid "Other destination or other CD/DVD"
2947 msgstr ""
2948
2949 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2950 #, sh-format
2951 msgid "Retail CD"
2952 msgstr ""
2953
2954 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:44
2955 #, sh-format
2956 msgid "Version from CD-Action Polish magazine - 01.2006 - number 121"
2957 msgstr ""
2958
2959 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:82
2960 #, sh-format
2961 msgid "video fix"
27942962 msgstr ""
27952963
27962964 #: PlayOnLinux_Scripts/The_Witcher_:55 PlayOnLinux_Scripts/The_Witcher_:57
28733041 msgid "Donwload finished.\\nPatches installation will begin"
28743042 msgstr ""
28753043
3044 #: PlayOnLinux_Scripts/The_mighty_quest_for_epic_loot_:50
3045 #, sh-format
3046 msgid "We will download the installer"
3047 msgstr ""
3048
28763049 #: PlayOnLinux_Scripts/Toontown_Online_:17
28773050 #, sh-format
28783051 msgid ""
29123085 msgid "Do you want to browse $TITLE website?"
29133086 msgstr "你想瀏覽 $TITLE 的網站嗎?"
29143087
3088 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3089 #, sh-format
3090 msgid ""
3091 "After WTW instalation uncheck Run option in last window.\\nDon't run a "
3092 "messenger, because it will won't work correctly."
3093 msgstr ""
3094
3095 #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37
3096 #, sh-format
3097 msgid "Warning"
3098 msgstr ""
3099
29153100 #: PlayOnLinux_Scripts/Warcraft_III__Reign_of_Chaos_:35
29163101 #: PlayOnLinux_Scripts/Warcraft_III__The_Frozen_Throne_:41
29173102 #, sh-format
29203105 "want it to run correctly with $APPLICATION_TITLE"
29213106 msgstr ""
29223107
3108 #: PlayOnLinux_Scripts/Watchtower_library_:49
3109 #, sh-format
3110 msgid "File Selection Error"
3111 msgstr ""
3112
3113 #: PlayOnLinux_Scripts/Watchtower_library_:49
3114 #, sh-format
3115 msgid ""
3116 "Setup.exe was not selected, Please select the setup file to run {Setup.exe}"
3117 msgstr ""
3118
29233119 #: PlayOnLinux_Scripts/Wolfenstein_Patch_1.2_:53
29243120 #, sh-format
29253121 msgid ""
29363132 #: PlayOnLinux_Scripts/World_Of_Tanks_:59
29373133 #, sh-format
29383134 msgid ""
2939 "Attention: After installation is complete, the patcher will load. Please "
2940 "close the patcher before logging in or finish updating to complete the "
2941 "installation. After this, you can run \"$TITLE\" when setup is done"
3135 "Attention:After installation is complete, the patcher will load. After, go "
3136 "to the top right of the patcher and click the wrench, Then Un-check the box "
3137 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3138 "minuite. When finished with this, please close the patcher before logging in "
3139 "or finish updating to complete the installation. After this, you can run "
3140 "\"$TITLE\" when setup is done"
29423141 msgstr ""
29433142
29443143 #: PlayOnLinux_Scripts/World_Of_Warcraft_:45
29793178 "Please insert game media 5 into your disk drive\\nif not already done."
29803179 msgstr "如果還未安裝完成\\n請將遊戲光碟5置入您的光碟機。"
29813180
3181 #: PlayOnLinux_Scripts/World_Of_Warplanes_:45
3182 #, sh-format
3183 msgid "Which region version of World of Warplanes would you like to install?"
3184 msgstr ""
3185
3186 #: PlayOnLinux_Scripts/World_Of_Warplanes_:53
3187 #, sh-format
3188 msgid ""
3189 "Attention:After installation is complete, the patcher will load. After, go "
3190 "to the top right of the patcher and click the wrench, Then Un-check the box "
3191 "for \"Allow Torrent\", if this is not done the patcher will crash after 1 "
3192 "minute. When finished with this, please close the patcher before logging in "
3193 "or finish updating to complete the installation. After this, you can run "
3194 "\"$TITLE\" when setup is done"
3195 msgstr ""
3196
29823197 #: PlayOnLinux_Scripts/X3___Terran_Conflict_:67
29833198 #, sh-format
29843199 msgid ""
30263241 msgid "Please select the 32bit version of iTunes"
30273242 msgstr "請選擇32位版本的iTunes"
30283243
3029 #: PlayOnLinux_Scripts/osu_:45
3244 #: PlayOnLinux_Scripts/osu_:46
30303245 #, sh-format
30313246 msgid ""
30323247 "Press next to start the updater. When the updater is finished, close it "
30463261 "resolution when rFactor Config comes up."
30473262 msgstr ""
30483263
3049 #: bash/bug_report:31
3264 #: bash/bug_report:32
30503265 #, sh-format
30513266 msgid "Report a bug"
30523267 msgstr "回報錯誤"
30533268
3054 #: bash/bug_report:36
3269 #: bash/bug_report:37
30553270 #, sh-format
30563271 msgid ""
30573272 "Please give the more details as you can, otherwise, it will be very "
30583273 "difficult to help you"
30593274 msgstr ""
30603275
3061 #: bash/bug_report:36
3276 #: bash/bug_report:37
30623277 #, sh-format
30633278 msgid ""
30643279 "This wizard will help you to report a bug about an officially supported "
30653280 "program."
30663281 msgstr "這個精靈將幫助你回報被官方支援的程式的錯誤。"
30673282
3068 #: bash/bug_report:40
3283 #: bash/bug_report:41
30693284 #, sh-format
30703285 msgid ""
30713286 "Your $APPLICATION_TITLE version is not up to date.\\nYou must update "
30733288 msgstr ""
30743289 "您的 $APPLICATION_TITLE 版本是並不是最新的.\\n發送錯誤報告之前, 您必須更新 $APPLICATION_TITLE.\\n謝謝"
30753290
3076 #: bash/bug_report:46
3291 #: bash/bug_report:47
30773292 #, sh-format
30783293 msgid "I have a problem with a software"
30793294 msgstr "我有一個和軟體相關的問題"
30803295
3081 #: bash/bug_report:46
3296 #: bash/bug_report:47
30823297 #, sh-format
30833298 msgid "My problem concerns $APPLICATION_TITLE itself"
30843299 msgstr "我的問是涉及到 $APPLICATION_TITLE 本身"
30853300
3086 #: bash/bug_report:46
3301 #: bash/bug_report:47
30873302 #, sh-format
30883303 msgid "What kind of problem do you have?"
30893304 msgstr "你遇到哪個類型的問題?"
30903305
3091 #: bash/bug_report:50
3306 #: bash/bug_report:51
30923307 #, sh-format
30933308 msgid "Don't join any log file"
30943309 msgstr "不附加任何日誌檔"
30953310
3096 #: bash/bug_report:53 bash/manual_install:27 bash/manual_install:114
3311 #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:114
30973312 #: bash/manual_install:120 bash/manual_install:219
30983313 #, sh-format
30993314 msgid "Manual installation"
31003315 msgstr "手動安裝"
31013316
3102 #: bash/bug_report:54 bash/run_exe:24
3317 #: bash/bug_report:55 bash/run_exe:24
31033318 #, sh-format
31043319 msgid "Automatic installation"
31053320 msgstr "自動安裝"
31063321
3107 #: bash/bug_report:65
3322 #: bash/bug_report:66
31083323 #, sh-format
31093324 msgid "Choose the log file corresponding to your software."
31103325 msgstr "請選擇和你的軟體相對應的日誌檔"
31113326
3112 #: bash/bug_report:69
3327 #: bash/bug_report:70
31133328 #, sh-format
31143329 msgid "Please give a very short description (title, english only)"
31153330 msgstr "請使用英文簡單描述問題(標題)"
31163331
3117 #: bash/bug_report:72
3332 #: bash/bug_report:73
31183333 #, sh-format
31193334 msgid "Please explain your problem clearly (english only):"
31203335 msgstr "請用英文清楚地描述你的問題:"
31213336
3122 #: bash/bug_report:76
3337 #: bash/bug_report:77
31233338 #, sh-format
31243339 msgid "Sorry, we need a detailed description."
31253340 msgstr "抱歉,我們需要詳細的描述。"
31263341
3127 #: bash/bug_report:107
3342 #: bash/bug_report:108
31283343 #, sh-format
31293344 msgid ""
31303345 "Thank you !\\n\\nYour report has been sent.\\n\\nWe will do our best to send "
31663381 msgstr "為這個虛擬磁碟命名"
31673382
31683383 #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29
3169 #: python/mainwindow.py:232
3384 #: python/mainwindow.py:234
31703385 #, sh-format
31713386 msgid "Run a local script"
31723387 msgstr "執行一個本地腳本"
31953410 #: bash/first_use:32
31963411 #, sh-format
31973412 msgid "The PlayOnLinux website is unavailable."
3198 msgstr ""
3413 msgstr "PlayOnLinux 網站不可用。"
31993414
32003415 #: bash/first_use:32
32013416 #, sh-format
32513466 #: bash/first_use:77
32523467 #, sh-format
32533468 msgid "Please download XQuartz for me"
3254 msgstr ""
3469 msgstr "請 為我下載XQuartz"
32553470
32563471 #: bash/first_use:80
32573472 #, sh-format
32903505 msgid "$APPLICATION_TITLE is making a virtual windows hard drive"
32913506 msgstr "$APPLICATION_TITLE 正在建立一個虛擬硬碟"
32923507
3293 #: bash/first_use:240 bash/first_use:243 bash/first_use:271
3508 #: bash/first_use:242 bash/first_use:245 bash/first_use:273
32943509 #, sh-format
32953510 msgid "$APPLICATION_TITLE first use"
32963511 msgstr "第一次使用 $APPLICATION_TITLE"
32973512
3298 #: bash/first_use:240
3513 #: bash/first_use:242
32993514 #, sh-format
33003515 msgid "$APPLICATION_TITLE is going to finish its preparation"
33013516 msgstr "$APPLICATION_TITLE 將要完成準備動作"
33023517
3303 #: bash/first_use:240 bash/first_use:243
3518 #: bash/first_use:242 bash/first_use:245
33043519 #, sh-format
33053520 msgid "Please ensure you are connected to the internet."
33063521 msgstr "請確認你已經連線到網際網路。"
33073522
3308 #: bash/first_use:243
3523 #: bash/first_use:245
33093524 #, sh-format
33103525 msgid "It appears it is the first time you are using \t$APPLICATION_TITLE."
33113526 msgstr "這是你第一次使用 \t$APPLICATION_TITLE。"
33123527
3313 #: bash/first_use:243
3528 #: bash/first_use:245
33143529 #, sh-format
33153530 msgid "This wizard will help you prepare $APPLICATION_TITLE environment"
33163531 msgstr ""
33173532
3318 #: bash/first_use:253
3533 #: bash/first_use:255
33193534 #, sh-format
33203535 msgid "Error while installing fonts"
33213536 msgstr "安裝字型時發生錯誤"
33223537
3323 #: bash/first_use:271
3538 #: bash/first_use:273
33243539 #, sh-format
33253540 msgid "Enjoy using $APPLICATION_TITLE"
33263541 msgstr "享受 $APPLICATION_TITLE 吧"
33543569 #, sh-format
33553570 msgid ""
33563571 "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?"
3357 msgstr ""
3572 msgstr "你確定要關閉所有活動的 $APPLICATION_TITLE 應用程式?"
33583573
33593574 #: bash/make_shortcut:25
33603575 #, sh-format
33643579 #: bash/make_shortcut:30
33653580 #, sh-format
33663581 msgid "Please choose a software to package"
3367 msgstr ""
3582 msgstr "請選擇一個要打包的軟體"
33683583
33693584 #: bash/make_shortcut:35
33703585 #, sh-format
34203635 msgid ""
34213636 "Please type a name for your application's virtual drive.\\nThis name "
34223637 "shouldn't contain spaces."
3423 msgstr ""
3638 msgstr "請輸入應用程式虛擬磁碟的名稱。\\n此名稱不能包含空格。"
34243639
34253640 #: bash/manual_install:143
34263641 #, sh-format
34323647 msgid "Use another version of Wine"
34333648 msgstr "使用另一個版本的 Wine"
34343649
3435 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:95
3436 #: python/configure.py:231 python/mainwindow.py:576 python/mainwindow.py:608
3650 #: bash/manual_install:165 bash/manual_install:219 bash/polconfigurator:102
3651 #: python/configure.py:230 python/mainwindow.py:574 python/mainwindow.py:606
34373652 #, sh-format
34383653 msgid "Configure Wine"
34393654 msgstr "配置 Wine"
34533668 msgid "What would you like to do before installation?"
34543669 msgstr "在安裝之前你想要先做什麼?"
34553670
3456 #: bash/manual_install:230 lib/scripts.lib:437
3671 #: bash/manual_install:231 lib/scripts.lib:438
34573672 #, sh-format
34583673 msgid "Please make your choice"
34593674 msgstr "請選擇"
34603675
3461 #: bash/manual_install:258
3676 #: bash/manual_install:259
34623677 #, sh-format
34633678 msgid "Looking for runnable CD-ROMs"
34643679 msgstr "尋找可執行的 CD-ROM 中"
34653680
3466 #: bash/manual_install:281
3681 #: bash/manual_install:282
34673682 #, sh-format
34683683 msgid "Select another file"
34693684 msgstr "選擇另一個檔案"
34703685
3471 #: bash/manual_install:289
3686 #: bash/manual_install:290
34723687 #, sh-format
34733688 msgid "Please choose a way to install your program"
34743689 msgstr "請選擇一個方法來安裝你的程式"
34753690
3476 #: bash/manual_install:298
3691 #: bash/manual_install:299
34773692 #, sh-format
34783693 msgid "Please select the install file to run."
34793694 msgstr "請選擇要執行的安裝檔。"
34803695
3481 #: bash/manual_install:328
3696 #: bash/manual_install:329
34823697 #, sh-format
34833698 msgid "You must choose a file!"
34843699 msgstr "你必須選擇一個檔案!"
34853700
3486 #: bash/manual_install:334
3701 #: bash/manual_install:335
34873702 #, sh-format
34883703 msgid "$APPLICATION_TITLE is installing your application..."
34893704 msgstr "$APPLICATION_TITLE 正在安裝你的應用程式..."
35173732 #: bash/playonlinux-pkg:42
35183733 #, sh-format
35193734 msgid "\tInstall the package"
3520 msgstr ""
3735 msgstr "\t安裝套件"
35213736
35223737 #: bash/playonlinux-pkg:43
35233738 #, sh-format
35273742 #: bash/playonlinux-pkg:47
35283743 #, sh-format
35293744 msgid "Choose a package to install"
3530 msgstr ""
3745 msgstr "選擇要安裝的套件"
35313746
35323747 #: bash/playonlinux-pkg:47
35333748 #, sh-format
35343749 msgid "PlayOnLinux package manager"
3535 msgstr ""
3750 msgstr "套件管理員"
35363751
35373752 #: bash/playonlinux-pkg:63
35383753 #, sh-format
35433758 #: bash/playonlinux-pkg:108
35443759 #, sh-format
35453760 msgid " isn't a valid PlayOnLinux package!"
3546 msgstr ""
3761 msgstr " 不是一個有效的 PlayOnLinux 套件!"
35473762
35483763 #: bash/playonlinux-pkg:69 bash/playonlinux-pkg:86 bash/playonlinux-pkg:92
35493764 #: bash/playonlinux-pkg:103 bash/playonlinux-pkg:108
35613776 msgid "Extracting: "
35623777 msgstr "解壓縮 "
35633778
3564 #: bash/playonlinux-pkg:111 bash/playonlinux_online:38
3779 #: bash/playonlinux-pkg:111
35653780 #, sh-format
35663781 msgid "Running..."
35673782 msgstr "執行中…"
35713786 msgid "Cleaning..."
35723787 msgstr "清除中..."
35733788
3574 #: bash/playonlinux_online:32
3575 #, sh-format
3576 msgid ""
3577 "This is the list of the scripts you sent to us. You can run one of them"
3578 msgstr ""
3579
3580 #: bash/playonlinux_online:42
3581 #, sh-format
3582 msgid "You do not seems to have any personal script"
3583 msgstr "你似乎沒有任何個人的腳本"
3584
3585 #: bash/playonlinux_online:47
3586 #, sh-format
3587 msgid ""
3588 "If you have successfully installed a program with 'Install a non-listed\\"
3589 "nsoftware' button, it will allow you to add this program in our list"
3590 msgstr ""
3591
3592 #: bash/playonlinux_online:47
3593 #, sh-format
3594 msgid "This tools will allow you to help us :"
3595 msgstr "這個工具將允許你來幫助我們:"
3596
3597 #: bash/playonlinux_online:47
3598 #, sh-format
3599 msgid ""
3600 "We're going to ask you some questions, please be as much accurate as\\"
3601 "npossible"
3602 msgstr "我們要問你一些問題,請盡可能準確"
3603
3604 #: bash/playonlinux_online:55
3605 #, sh-format
3606 msgid "Choose the file corresponding to your program."
3607 msgstr ""
3608
3609 #: bash/playonlinux_online:59
3610 #, sh-format
3611 msgid "Does your program run?"
3612 msgstr "你的程式能否運行?"
3613
3614 #: bash/playonlinux_online:62
3615 #, sh-format
3616 msgid "What is the title of your program?"
3617 msgstr ""
3618
3619 #: bash/playonlinux_online:64
3620 #, sh-format
3621 msgid "What is the editor of your program?"
3622 msgstr ""
3623
3624 #: bash/playonlinux_online:66
3625 #, sh-format
3626 msgid "What is the editor website of your program?"
3627 msgstr ""
3628
3629 #: bash/playonlinux_online:69 python/install.py:210
3630 #, sh-format
3631 msgid "Accessories"
3632 msgstr "附屬應用程式"
3633
3634 #: bash/playonlinux_online:69 python/install.py:211
3635 #, sh-format
3636 msgid "Development"
3637 msgstr "開發"
3638
3639 #: bash/playonlinux_online:69 python/install.py:212
3640 #, sh-format
3641 msgid "Education"
3642 msgstr "教育"
3643
3644 #: bash/playonlinux_online:69 python/install.py:213
3645 #, sh-format
3646 msgid "Games"
3647 msgstr "遊戲"
3648
3649 #: bash/playonlinux_online:69 python/install.py:214
3650 #, sh-format
3651 msgid "Graphics"
3652 msgstr "圖像"
3653
3654 #: bash/playonlinux_online:69 python/install.py:215 python/mainwindow.py:262
3655 #: python/options.py:384
3656 #, sh-format
3657 msgid "Internet"
3658 msgstr "網際網路"
3659
3660 #: bash/playonlinux_online:69 python/install.py:216
3661 #, sh-format
3662 msgid "Multimedia"
3663 msgstr "多媒體"
3664
3665 #: bash/playonlinux_online:69 python/install.py:217
3666 #, sh-format
3667 msgid "Office"
3668 msgstr "辦公"
3669
3670 #: bash/playonlinux_online:69 lib/setupwindow.lib:349 python/install.py:218
3671 #, sh-format
3672 msgid "Other"
3673 msgstr "其他"
3674
3675 #: bash/playonlinux_online:69 python/install.py:219
3676 #, sh-format
3677 msgid "Patches"
3678 msgstr ""
3679
3680 #: bash/playonlinux_online:69
3681 #, sh-format
3682 msgid "Select a category for your program"
3683 msgstr "為你的程式選擇類別"
3684
3685 #: bash/playonlinux_online:69 python/install.py:258
3686 #, sh-format
3687 msgid "Testing"
3688 msgstr "測試中"
3689
3690 #: bash/playonlinux_online:72
3691 #, sh-format
3692 msgid ""
3693 "What feature of your program does not work?\\nIf everything works, please "
3694 "mention it"
3695 msgstr "你的程式什麼功能不能運作?\\n如果一切正常,請提一下"
3696
3697 #: bash/playonlinux_online:74
3698 #, sh-format
3699 msgid "Write any change you made to wine configuration here:"
3700 msgstr "寫下任何你在 Wine 設定上的變化:"
3701
3702 #: bash/playonlinux_online:102
3703 #, sh-format
3704 msgid "You must be able to run this program!"
3705 msgstr "你可以運行該程式!"
3706
3707 #: bash/playonlinux_online:107
3708 #, sh-format
3709 msgid "Run one of your personal scripts"
3710 msgstr "運行你個人的腳本"
3711
3712 #: bash/playonlinux_online:108
3713 #, sh-format
3714 msgid "Send to us a working script generated by manual installation"
3715 msgstr ""
3716
3717 #: bash/playonlinux_online:109
3718 #, sh-format
3719 msgid "Logout"
3720 msgstr "登出"
3721
3722 #: bash/playonlinux_online:110
3723 #, sh-format
3724 msgid "You are connected to $APPLICATION_TITLE online as $POL_LOGIN"
3725 msgstr ""
3726
3727 #: bash/playonlinux_online:124
3728 #, sh-format
3729 msgid ""
3730 "You have been successfully logged out of $APPLICATION_TITLE Online\\nYou can "
3731 "safely close this window"
3732 msgstr "您已成功登出 $APPLICATION_TITLE \\n您可以安全地關閉此視窗"
3733
3734 #: bash/polconfigurator:33
3789 #: bash/polconfigurator:34
37353790 #, sh-format
37363791 msgid "Killing programs in the virtual drive..."
37373792 msgstr ""
37383793
3739 #: bash/polconfigurator:79
3794 #: bash/polconfigurator:86
37403795 #, sh-format
37413796 msgid "Icon selection"
37423797 msgstr "圖示選擇"
37433798
3744 #: bash/polconfigurator:79
3799 #: bash/polconfigurator:86
37453800 #, sh-format
37463801 msgid "Please select an icon file"
37473802 msgstr "請選擇一個圖示檔"
37483803
3749 #: bash/polconfigurator:86
3804 #: bash/polconfigurator:93
37503805 #, sh-format
37513806 msgid "Bad file extension"
37523807 msgstr "無效的副檔名"
37533808
3754 #: bash/polconfigurator:86
3809 #: bash/polconfigurator:93
37553810 #, sh-format
37563811 msgid "is not an icon extension"
37573812 msgstr "不是圖示的副檔名"
37583813
3759 #: bash/polconfigurator:96 python/configure.py:239 python/mainwindow.py:580
3760 #: python/mainwindow.py:621
3814 #: bash/polconfigurator:103 python/configure.py:238 python/mainwindow.py:578
3815 #: python/mainwindow.py:619
37613816 #, sh-format
37623817 msgid "Registry Editor"
37633818 msgstr "註冊表編緝器"
37643819
3765 #: bash/polconfigurator:97
3820 #: bash/polconfigurator:104
37663821 #, sh-format
37673822 msgid "Kill all prefix processes"
37683823 msgstr ""
37693824
3770 #: bash/polconfigurator:98
3825 #: bash/polconfigurator:105
37713826 #, sh-format
37723827 msgid "Update wineprefix"
37733828 msgstr ""
37743829
3775 #: bash/polconfigurator:99
3830 #: bash/polconfigurator:106
37763831 #, sh-format
37773832 msgid "Simulate Windows reboot"
37783833 msgstr "模擬 Windows 重開機"
37793834
3780 #: bash/polconfigurator:100
3835 #: bash/polconfigurator:107
37813836 #, sh-format
37823837 msgid "Use Advanced Wine Configuration plugin"
37833838 msgstr ""
37843839
3785 #: bash/polconfigurator:101
3840 #: bash/polconfigurator:108
37863841 #, sh-format
37873842 msgid "Use PlayOnLinux's configurator for"
37883843 msgstr ""
37893844
3790 #: bash/polconfigurator:103
3845 #: bash/polconfigurator:110
37913846 #, sh-format
37923847 msgid "Change the icon"
37933848 msgstr "更改圖示"
37943849
3795 #: bash/polconfigurator:104
3850 #: bash/polconfigurator:111
37963851 #, sh-format
37973852 msgid "Use WineTricks"
37983853 msgstr "使用 WineTricks"
37993854
3800 #: bash/polconfigurator:123
3855 #: bash/polconfigurator:130
38013856 #, sh-format
38023857 msgid "Please choose an action to perform"
38033858 msgstr "選擇要執行的動作"
38473902 msgid "Please choose a CD-ROM to eject"
38483903 msgstr "請選擇要彈出的光碟"
38493904
3850 #: bash/run_app:83
3905 #: bash/run_app:85
38513906 #, sh-format
38523907 msgid "Please choose a software to run"
38533908 msgstr "請選擇要運行的軟體"
38543909
3855 #: bash/run_app:114
3910 #: bash/run_app:116
38563911 #, sh-format
38573912 msgid "$APPLICATION_TITLE debugger is starting..."
38583913 msgstr "$APPLICATION_TITLE 除錯器正在啟動..."
38593914
3860 #: bash/run_app:117
3915 #: bash/run_app:119
38613916 #, sh-format
38623917 msgid "$PACKAGE crashed.\\nClick on debug link to get more details."
38633918 msgstr ""
38643919
3865 #: bash/run_app:119
3920 #: bash/run_app:121
38663921 #, sh-format
38673922 msgid "$PACKAGE crashed."
38683923 msgstr "$PACKAGE 當機。"
39203975 msgstr "$APPLICATION_TITLE已經運行這個程式。 \\n你是否要保持原來的設定?"
39213976
39223977 #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75
3923 #: lib/playonlinux.lib:717
3978 #: lib/playonlinux.lib:720
39243979 #, sh-format
39253980 msgid "$APPLICATION_TITLE Uninstaller"
39263981 msgstr "$APPLICATION_TITLE 移除程式"
39403995 msgid "This wizard will help you to uninstall: "
39413996 msgstr "這個精靈將會幫助你移除: "
39423997
3943 #: bash/uninstall:65 lib/playonlinux.lib:717
3998 #: bash/uninstall:65 lib/playonlinux.lib:720
39443999 #, sh-format
39454000 msgid "Uninstalling..."
39464001 msgstr "正在移除..."
40054060 "以得到進一步的資訊"
40064061
40074062 #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121
4008 #: lib/wine.lib:955 lib/wine.lib:1036
4063 #: lib/wine.lib:970 lib/wine.lib:1051
40094064 #, sh-format
40104065 msgid "Please wait while the virtual drive is being created..."
40114066 msgstr "請等待虛擬硬碟建立 ..."
40204075 msgid "Setting Program Files var"
40214076 msgstr ""
40224077
4023 #: lib/playonlinux.lib:243 lib/playonlinux.lib:249 lib/playonlinux.lib:255
4024 #: lib/playonlinux.lib:261 lib/playonlinux.lib:267 lib/playonlinux.lib:273
4078 #: lib/playonlinux.lib:244 lib/playonlinux.lib:250 lib/playonlinux.lib:256
4079 #: lib/playonlinux.lib:262 lib/playonlinux.lib:268 lib/playonlinux.lib:274
40254080 #, sh-format
40264081 msgid "This function is disabled in the PlayOnlinux environment."
40274082 msgstr ""
40284083
4029 #: lib/playonlinux.lib:334
4084 #: lib/playonlinux.lib:336
40304085 #, sh-format
40314086 msgid ""
40324087 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40344089 "responsible from it.\\nPlease ensure you know what you are doing !"
40354090 msgstr ""
40364091
4037 #: lib/playonlinux.lib:335
4092 #: lib/playonlinux.lib:337
40384093 #, sh-format
40394094 msgid "Here the source code of the script. Check it carefully"
40404095 msgstr "這是腳本的原始碼。請仔細檢查"
40414096
4042 #: lib/playonlinux.lib:357
4097 #: lib/playonlinux.lib:359
40434098 #, sh-format
40444099 msgid ""
40454100 "Warning !!\\n\\nThe signature of the script you are trying to run is NOT "
40474102 "responsible from it.\\nPlease ensure you know what you are doing!"
40484103 msgstr ""
40494104
4050 #: lib/playonlinux.lib:358
4105 #: lib/playonlinux.lib:360
40514106 #, sh-format
40524107 msgid "External library"
40534108 msgstr "外部庫"
40544109
4055 #: lib/playonlinux.lib:358
4110 #: lib/playonlinux.lib:360
40564111 #, sh-format
40574112 msgid "Here the source code of the script. Check it carrefully"
40584113 msgstr "這是腳本的原始碼。請仔細檢查"
40594114
4060 #: lib/playonlinux.lib:591
4115 #: lib/playonlinux.lib:593
40614116 #, sh-format
40624117 msgid "Making shortcut..."
40634118 msgstr "正在製作捷徑..."
40644119
4065 #: lib/playonlinux.lib:715
4120 #: lib/playonlinux.lib:718
40664121 #, sh-format
40674122 msgid "Do you want to delete the virtual drive:"
40684123 msgstr "你要刪除這個虛擬磁碟嗎:"
40694124
4070 #: lib/playonlinux.lib:826
4125 #: lib/playonlinux.lib:831
40714126 #, sh-format
40724127 msgid ""
40734128 "The following file is located on a FAT32 filesystem.\\nIt might prevent wine "
40744129 "from working\\n\\n$FilePath"
40754130 msgstr ""
40764131
4077 #: lib/playonlinux.lib:827
4132 #: lib/playonlinux.lib:832
40784133 #, sh-format
40794134 msgid ""
40804135 "The following file is located on a NTFS filesystem.\\nIt might prevent wine "
40814136 "from working\\n\\n$FilePath"
40824137 msgstr ""
40834138
4084 #: lib/playonlinux.lib:828
4139 #: lib/playonlinux.lib:833
40854140 #, sh-format
40864141 msgid ""
40874142 "The following file is located on a fuse filesystem.\\nIt might prevent wine "
40884143 "from working\\n\\n$FilePath"
40894144 msgstr ""
40904145
4091 #: lib/playonlinux.lib:829
4146 #: lib/playonlinux.lib:834
40924147 #, sh-format
40934148 msgid ""
40944149 "The following file is located on a noexec mounted filesystem.\\nIt might "
40954150 "prevent wine from working\\n\\n$FilePath"
40964151 msgstr ""
40974152
4098 #: lib/plugins.lib:65
4153 #: lib/plugins.lib:66
40994154 #, sh-format
41004155 msgid "Checking plugin: "
41014156 msgstr "正在檢查外掛: "
41024157
4103 #: lib/plugins.lib:93
4158 #: lib/plugins.lib:94
41044159 #, sh-format
41054160 msgid "New: "
41064161 msgstr "新增: "
41074162
4108 #: lib/plugins.lib:93
4163 #: lib/plugins.lib:94
41094164 #, sh-format
41104165 msgid "Updating plugin. Previous: "
41114166 msgstr ""
41124167
4113 #: lib/plugins.lib:112
4168 #: lib/plugins.lib:113
41144169 #, sh-format
41154170 msgid "Installing plugin: "
41164171 msgstr "正在安裝外掛: "
41274182 msgid "Function override detected, disabling bug reporting"
41284183 msgstr ""
41294184
4130 #: lib/scripts.lib:499 lib/scripts.lib:565
4185 #: lib/scripts.lib:500 lib/scripts.lib:566
41314186 #, sh-format
41324187 msgid "No enough space to download:\\n$URL ($neededSpace KB)"
41334188 msgstr ""
41344189
4135 #: lib/scripts.lib:501 lib/scripts.lib:784
4190 #: lib/scripts.lib:502 lib/scripts.lib:785
41364191 #, sh-format
41374192 msgid "Please wait while $APPLICATION_TITLE is downloading:"
41384193 msgstr ""
41394194
4140 #: lib/scripts.lib:503 lib/scripts.lib:570
4195 #: lib/scripts.lib:504 lib/scripts.lib:571
41414196 #, sh-format
41424197 msgid "An error happened during download."
41434198 msgstr "下載時發生錯誤。"
41444199
4145 #: lib/scripts.lib:503 lib/scripts.lib:522 lib/scripts.lib:570
4146 #: lib/scripts.lib:586
4200 #: lib/scripts.lib:504 lib/scripts.lib:523 lib/scripts.lib:571
4201 #: lib/scripts.lib:587
41474202 #, sh-format
41484203 msgid "Do you want to retry?"
41494204 msgstr "您想要重試嗎?"
41504205
4151 #: lib/scripts.lib:522 lib/scripts.lib:586
4206 #: lib/scripts.lib:523 lib/scripts.lib:587
41524207 #, sh-format
41534208 msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5"
41544209 msgstr ""
41554210
4156 #: lib/scripts.lib:689
4211 #: lib/scripts.lib:690
41574212 #, sh-format
41584213 msgid ""
41594214 "7z not installed, please check that you have 7zip installed and try again"
41604215 msgstr "沒有安裝 7z,請確認你已經安裝 7zip 並再試一次"
41614216
4162 #: lib/scripts.lib:696
4217 #: lib/scripts.lib:697
41634218 #, sh-format
41644219 msgid "Failed to locate ${dest} from ${archive}"
41654220 msgstr ""
41664221
4167 #: lib/scripts.lib:700
4222 #: lib/scripts.lib:701
41684223 #, sh-format
41694224 msgid "Extracting ${filename} from ${archivename}"
41704225 msgstr "從 ${archivename} 解壓縮 ${filename}"
41714226
4172 #: lib/scripts.lib:715
4227 #: lib/scripts.lib:716
41734228 #, sh-format
41744229 msgid "Extracted file size does not match!"
41754230 msgstr "解壓縮出的檔案大小不匹配!"
41764231
4177 #: lib/scripts.lib:746
4232 #: lib/scripts.lib:747
41784233 #, sh-format
41794234 msgid "Copying ${filename}"
41804235 msgstr "複製 ${filename}"
41814236
4182 #: lib/scripts.lib:759
4237 #: lib/scripts.lib:760
41834238 #, sh-format
41844239 msgid "File size does not match!"
41854240 msgstr "文件大小不匹配"
41864241
4187 #: lib/scripts.lib:903
4242 #: lib/scripts.lib:904
41884243 #, sh-format
41894244 msgid ""
41904245 "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\"
41914246 "n$APPLICATION_TITLE $NEEDED is required."
41924247 msgstr ""
41934248
4194 #: lib/scripts.lib:918
4249 #: lib/scripts.lib:919
41954250 #, sh-format
41964251 msgid ""
41974252 "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE "
41984253 "$NEEDED is recommended to continue."
41994254 msgstr ""
42004255
4201 #: lib/scripts.lib:949
4256 #: lib/scripts.lib:950
42024257 #, sh-format
42034258 msgid "$AUTHOR profile"
42044259 msgstr ""
42474302 "One or more program(s) are missing. Please install them and run the script "
42484303 "again."
42494304
4250 #: lib/setupwindow.lib:122 python/guiv3.py:749 python/lib/irc.py:292
4305 #: lib/setupwindow.lib:122 python/guiv3.py:769 python/lib/irc.py:292
42514306 #: python/mainwindow.py:1135 python/mainwindow.py:1165
42524307 #: python/mainwindow.py:1179 python/mainwindow.py:1188
42534308 #: python/mainwindow.py:1200 python/mainwindow.py:1212 python/wrapper.py:121
42594314 #, sh-format
42604315 msgid "Where is mounted your CD-ROM?"
42614316 msgstr "你的 CD-ROM 掛載到了哪裡?"
4317
4318 #: lib/setupwindow.lib:349 python/install.py:218
4319 #, sh-format
4320 msgid "Other"
4321 msgstr "其他"
42624322
42634323 #: lib/setupwindow.lib:350 python/install.py:286 python/install.py:290
42644324 #, sh-format
43784438 msgid "I don't want to make another shortcut"
43794439 msgstr "我不要再建立其他捷徑"
43804440
4381 #: lib/setupwindow.lib:711 python/guiv3.py:158
4441 #: lib/setupwindow.lib:711 python/guiv3.py:163
43824442 #, sh-format
43834443 msgid "Browse"
43844444 msgstr "瀏覽"
4445
4446 #: lib/setupwindow.lib:739
4447 #, sh-format
4448 msgid "A shortcut by that name already exists, overwrite?"
4449 msgstr ""
43854450
43864451 #: lib/website.lib:29
43874452 #, sh-format
44004465 "valid."
44014466 msgstr "連接失敗!\\n請確保您的登錄名稱和密碼是有效的."
44024467
4403 #: lib/wine.lib:367
4468 #: lib/wine.lib:371
44044469 #, sh-format
44054470 msgid "Please wait while $APPLICATION_TITLE is scanning your hardware"
44064471 msgstr "$APPLICATION_TITLE 正在掃描您的硬體,請稍候"
44074472
4408 #: lib/wine.lib:373
4473 #: lib/wine.lib:377
44094474 #, sh-format
44104475 msgid "Select the main videocard to report:"
44114476 msgstr "選擇要報告的主要顯示卡:"
44124477
4413 #: lib/wine.lib:538 lib/wine.lib:703
4478 #: lib/wine.lib:549 lib/wine.lib:714
44144479 #, sh-format
44154480 msgid ""
44164481 "Wine seems to have crashed\\n\\nIf your program is running, just ignore this "
44174482 "message"
44184483 msgstr "Wine 似乎已經當機\\n\\n如果你的程式正在運行, 忽略此訊息"
44194484
4420 #: lib/wine.lib:763
4485 #: lib/wine.lib:775
44214486 #, sh-format
44224487 msgid "Unable to find version: "
44234488 msgstr "不能找到下列版本: "
44244489
4425 #: lib/wine.lib:769 lib/wine.lib:770
4490 #: lib/wine.lib:781 lib/wine.lib:782
44264491 #, sh-format
44274492 msgid "Downloading Wine: "
44284493 msgstr "下載 Wine: "
44294494
4430 #: lib/wine.lib:779
4495 #: lib/wine.lib:791
44314496 #, sh-format
44324497 msgid "The download seems to have failed."
44334498 msgstr "下載似乎失敗了。"
44344499
4435 #: lib/wine.lib:781
4500 #: lib/wine.lib:793
44364501 #, sh-format
44374502 msgid "Extracting Wine..."
44384503 msgstr "解壓縮 Wine 中..."
44394504
4440 #: lib/wine.lib:961
4505 #: lib/wine.lib:976
44414506 #, sh-format
44424507 msgid "Overwrite (usually works, no guarantee)"
44434508 msgstr "覆蓋(通常奏效, 但不保證)"
44444509
4445 #: lib/wine.lib:962
4510 #: lib/wine.lib:977
44464511 #, sh-format
44474512 msgid "Erase (virtual drive content will be lost)"
44484513 msgstr ""
44494514
4450 #: lib/wine.lib:976
4515 #: lib/wine.lib:991
44514516 #, sh-format
44524517 msgid "The target virtual drive $PREFNAME already exists:"
44534518 msgstr ""
44544519
4455 #: lib/wine.lib:1156 lib/wine.lib:1186
4520 #: lib/wine.lib:1171 lib/wine.lib:1201
44564521 #, sh-format
44574522 msgid "Please wait while $SOFTNAME is installed..."
44584523 msgstr "正在安裝 $SOFTNAME ,請稍候..."
44594524
4460 #: lib/wine.lib:1160 lib/wine.lib:1189
4525 #: lib/wine.lib:1175 lib/wine.lib:1204
44614526 #, sh-format
44624527 msgid ""
44634528 "Be careful! This will kill install process. If it is not finished, you will "
44644529 "have to reinstall $SOFTNAME"
44654530 msgstr ""
44664531
4467 #: lib/wine.lib:1160 lib/wine.lib:1189
4532 #: lib/wine.lib:1175 lib/wine.lib:1204
44684533 #, sh-format
44694534 msgid "Install is done"
44704535 msgstr "安裝完成"
44714536
4472 #: lib/wine.lib:1193 lib/wine.lib:1194
4537 #: lib/wine.lib:1208 lib/wine.lib:1209
44734538 #, sh-format
44744539 msgid "Press next only when the installation process is finished"
44754540 msgstr "只有在安裝程式完成時才按\"下一步\""
44764541
4477 #: lib/wine.lib:1202
4542 #: lib/wine.lib:1217
44784543 #, sh-format
44794544 msgid "Please wait while $APPLICATION_TITLE is simulating a reboot"
44804545 msgstr "請等待, $APPLICATION_TITLE 正在模擬重新啟動"
44884553 "associated"
44894554 msgstr ""
44904555
4491 #: python/configure.py:197 python/configure.py:694
4556 #: python/configure.py:196 python/configure.py:703
44924557 msgid "General"
44934558 msgstr "一般"
44944559
4495 #: python/configure.py:200
4560 #: python/configure.py:199
44964561 msgid "Make a new shortcut from this virtual drive"
44974562 msgstr "從這個虛擬磁碟建立新的捷徑"
44984563
4499 #: python/configure.py:201
4564 #: python/configure.py:200
45004565 msgid "Name"
45014566 msgstr "名稱"
45024567
4503 #: python/configure.py:202
4568 #: python/configure.py:201
45044569 msgid "Wine version"
45054570 msgstr "Wine 版本"
45064571
4507 #: python/configure.py:203
4572 #: python/configure.py:202
45084573 msgid "Debug flags"
45094574 msgstr ""
45104575
4511 #: python/configure.py:205
4576 #: python/configure.py:204
45124577 msgid "Virtual drive"
45134578 msgstr "虛擬磁碟"
45144579
4515 #: python/configure.py:207
4580 #: python/configure.py:206
45164581 msgid "Arguments"
45174582 msgstr "參數"
45184583
4519 #: python/configure.py:211
4584 #: python/configure.py:210
45204585 msgid "Run configuration wizard"
45214586 msgstr "執行配置精靈"
45224587
4523 #: python/configure.py:248
4588 #: python/configure.py:247
45244589 msgid "Windows reboot"
45254590 msgstr "Windows 重開機"
45264591
4527 #: python/configure.py:256
4592 #: python/configure.py:255
45284593 msgid "Repair virtual drive"
45294594 msgstr "修復虛擬磁碟"
45304595
4531 #: python/configure.py:265
4596 #: python/configure.py:264
45324597 msgid "Command prompt"
45334598 msgstr "命令提示字元"
45344599
4535 #: python/configure.py:272
4600 #: python/configure.py:271
45364601 msgid "Task manager"
45374602 msgstr "工作管理員"
45384603
4539 #: python/configure.py:280
4604 #: python/configure.py:279
45404605 msgid "Kill processes"
45414606 msgstr "刪除程序"
45424607
4543 #: python/configure.py:287
4608 #: python/configure.py:286
45444609 msgid "Wine uninstaller"
45454610 msgstr "Wine 解除安裝程式"
45464611
4547 #: python/configure.py:312
4612 #: python/configure.py:311
45484613 msgid ""
45494614 "Be careful! Installing one of these components can break your virtual drive."
45504615 msgstr "小心!安裝這些組件中的一個可能打破你的虛擬硬碟。"
45514616
4552 #: python/configure.py:334 python/install.py:285 python/install.py:289
4553 #: python/mainwindow.py:197 python/mainwindow.py:350
4617 #: python/configure.py:333 python/install.py:285 python/install.py:289
4618 #: python/mainwindow.py:199 python/mainwindow.py:348
45544619 msgid "Install"
45554620 msgstr "安裝"
45564621
4557 #: python/configure.py:395
4622 #: python/configure.py:388
45584623 msgid "Open program's directory"
45594624 msgstr "開啟程式的資料夾"
45604625
4561 #: python/configure.py:418
4626 #: python/configure.py:411
45624627 msgid "Open virtual drive's directory"
45634628 msgstr "開啟虛擬磁碟的資料夾"
45644629
4565 #: python/configure.py:560
4630 #: python/configure.py:555
45664631 msgid "GLSL Support"
45674632 msgstr "GLSL 支援"
45684633
4569 #: python/configure.py:561
4634 #: python/configure.py:556
45704635 msgid "Direct Draw Renderer"
45714636 msgstr ""
45724637
4573 #: python/configure.py:562
4638 #: python/configure.py:557
45744639 msgid "Video memory size"
45754640 msgstr "顯示記憶體大小"
45764641
4577 #: python/configure.py:563
4642 #: python/configure.py:558
45784643 msgid "Offscreen rendering mode"
45794644 msgstr "螢幕上不可見區域的描繪模式"
45804645
4581 #: python/configure.py:564
4646 #: python/configure.py:559
45824647 msgid "Render target mode lock"
45834648 msgstr ""
45844649
4585 #: python/configure.py:565
4650 #: python/configure.py:560
45864651 msgid "Multisampling"
45874652 msgstr "多重採樣"
45884653
4589 #: python/configure.py:566
4654 #: python/configure.py:561
45904655 msgid "Strict Draw Ordering"
45914656 msgstr ""
45924657
4593 #: python/configure.py:576
4658 #: python/configure.py:571
45944659 msgid "Mouse warp override"
45954660 msgstr ""
45964661
4597 #: python/configure.py:578
4662 #: python/configure.py:573
45984663 msgid "Open a shell"
45994664 msgstr "開啟 shell"
46004665
4601 #: python/configure.py:579
4666 #: python/configure.py:574
46024667 msgid "Run a .exe file in this virtual drive"
46034668 msgstr "執行在這個虛擬磁碟中的 .exe 檔"
46044669
4605 #: python/configure.py:580
4670 #: python/configure.py:575
46064671 msgid "Command to exec before running the program"
46074672 msgstr "執行程式前要執行的命令"
46084673
4609 #: python/configure.py:591
4674 #: python/configure.py:585
4675 msgid ""
4676 "Warning:\n"
4677 "\n"
4678 "Any program still running in this virtual drive will be terminated before "
4679 "Wine version is changed.\n"
4680 "Are you sure you want to continue?"
4681 msgstr ""
4682
4683 #: python/configure.py:596
46104684 msgid ""
46114685 "Be careful!\n"
46124686 "If you change "
46144688 "小心!\n"
46154689 "如果你更改 "
46164690
4617 #: python/configure.py:651 python/mainwindow.py:932 python/mainwindow.py:934
4691 #: python/configure.py:656 python/mainwindow.py:930 python/mainwindow.py:932
46184692 msgid "{0} configuration"
46194693 msgstr "{0} 設定"
46204694
4621 #: python/configure.py:659
4695 #: python/configure.py:664
46224696 msgid "Please select a program or a virtual drive to configure"
46234697 msgstr "請先選擇要配置的程式或虛擬磁碟"
46244698
4625 #: python/configure.py:677 python/options.py:280
4699 #: python/configure.py:683 python/configure.py:686 python/options.py:280
46264700 msgid "New"
46274701 msgstr "新增"
46284702
4629 #: python/configure.py:678 python/mainwindow.py:198 python/mainwindow.py:351
4630 #: python/mainwindow.py:596 python/options.py:207
4703 #: python/configure.py:684 python/configure.py:687 python/mainwindow.py:200
4704 #: python/mainwindow.py:349 python/mainwindow.py:594 python/options.py:207
46314705 msgid "Remove"
46324706 msgstr "移除"
46334707
4634 #: python/configure.py:696
4708 #: python/configure.py:705
46354709 msgid "Install components"
46364710 msgstr "安裝套件"
46374711
4638 #: python/configure.py:697 python/mainwindow.py:332
4712 #: python/configure.py:706 python/mainwindow.py:330
46394713 msgid "Display"
46404714 msgstr "顯示"
46414715
4642 #: python/configure.py:698
4716 #: python/configure.py:707
46434717 msgid "Miscellaneous"
46444718 msgstr "雜項"
46454719
4646 #: python/configure.py:726
4720 #: python/configure.py:735
46474721 msgid "This virtual drive is protected"
46484722 msgstr "該虛擬辭碟被保護"
46494723
4650 #: python/configure.py:728
4724 #: python/configure.py:737
46514725 msgid "Are you sure you want to delete {0} virtual drive ?"
46524726 msgstr ""
46534727
4654 #: python/configure.py:735
4728 #: python/configure.py:744
46554729 msgid "Are you sure you want to delete {0} ?"
46564730 msgstr "你確定你要刪除 {0} 嗎?"
46574731
4658 #: python/debug.py:39 python/mainwindow.py:254 python/mainwindow.py:907
4659 #: python/mainwindow.py:997
4732 #: python/debug.py:39 python/mainwindow.py:252 python/mainwindow.py:905
4733 #: python/mainwindow.py:995
46604734 msgid "{0} debugger"
46614735 msgstr "{0} 除錯器"
46624736
46644738 msgid "Please select a debug file"
46654739 msgstr ""
46664740
4667 #: python/debug.py:76
4741 #: python/debug.py:78
46684742 msgid "Locate this logfile"
46694743 msgstr ""
46704744
4671 #: python/debug.py:99
4745 #: python/debug.py:101
46724746 msgid "The file is named : {0}"
46734747 msgstr "檔案命名為: {0}"
46744748
4675 #: python/debug.py:153 python/debug.py:207
4749 #: python/debug.py:189 python/debug.py:245
46764750 msgid "Virtual drives"
46774751 msgstr "虛擬磁碟"
46784752
4679 #: python/debug.py:184
4753 #: python/debug.py:222
46804754 msgid "Report a problem about {0}"
46814755 msgstr "回報關於 {0} 的問題"
46824756
4683 #: python/debug.py:206
4757 #: python/debug.py:244
46844758 msgid "Install scripts"
46854759 msgstr "安裝腳本"
46864760
47054779 msgid "Next"
47064780 msgstr "下一步"
47074781
4708 #: python/guiv3.py:166
4782 #: python/guiv3.py:171
47094783 msgid "I Agree"
47104784 msgstr "我同意"
47114785
4712 #: python/guiv3.py:167
4786 #: python/guiv3.py:172
47134787 msgid "Show virtual drives"
47144788 msgstr "顯示虛擬磁碟"
47154789
4716 #: python/guiv3.py:188
4790 #: python/guiv3.py:193
47174791 msgid "Login: "
47184792 msgstr "登入: "
47194793
4720 #: python/guiv3.py:189
4794 #: python/guiv3.py:194
47214795 msgid "Password: "
47224796 msgstr "密碼: "
47234797
4724 #: python/guiv3.py:192
4798 #: python/guiv3.py:197
47254799 msgid "Register"
47264800 msgstr "註冊"
47274801
4728 #: python/guiv3.py:288
4802 #: python/guiv3.py:302
47294803 msgid "MB downloaded"
47304804 msgstr ""
47314805
4732 #: python/guiv3.py:288
4806 #: python/guiv3.py:302
47334807 msgid "of"
47344808 msgstr ""
47354809
4736 #: python/guiv3.py:749
4810 #: python/guiv3.py:769
47374811 msgid "You cannot close this window"
47384812 msgstr "你不能關閉這個視窗"
47394813
47414815 msgid "No description"
47424816 msgstr "沒有描述"
47434817
4744 #: python/install.py:249 python/mainwindow.py:366 python/mainwindow.py:369
4818 #: python/install.py:210
4819 msgid "Accessories"
4820 msgstr "附屬應用程式"
4821
4822 #: python/install.py:211
4823 msgid "Development"
4824 msgstr "開發"
4825
4826 #: python/install.py:212
4827 msgid "Education"
4828 msgstr "教育"
4829
4830 #: python/install.py:213
4831 msgid "Games"
4832 msgstr "遊戲"
4833
4834 #: python/install.py:214
4835 msgid "Graphics"
4836 msgstr "圖像"
4837
4838 #: python/install.py:215 python/mainwindow.py:260 python/options.py:384
4839 msgid "Internet"
4840 msgstr "網際網路"
4841
4842 #: python/install.py:216
4843 msgid "Multimedia"
4844 msgstr "多媒體"
4845
4846 #: python/install.py:217
4847 msgid "Office"
4848 msgstr "辦公"
4849
4850 #: python/install.py:219
4851 msgid "Patches"
4852 msgstr ""
4853
4854 #: python/install.py:249 python/mainwindow.py:364 python/mainwindow.py:367
47454855 msgid "Search"
47464856 msgstr "搜尋"
47474857
47484858 #: python/install.py:252
47494859 msgid "Include:"
47504860 msgstr "包含:"
4861
4862 #: python/install.py:258
4863 msgid "Testing"
4864 msgstr "測試中"
47514865
47524866 #: python/install.py:263
47534867 msgid "No-cd needed"
48044918 "used for piracy purposes we won't give any support on this matter."
48054919 msgstr ""
48064920
4807 #: python/irc.py:137
4921 #: python/irc.py:139
48084922 msgid "Send"
48094923 msgstr "傳送"
48104924
4811 #: python/irc.py:138
4925 #: python/irc.py:140
48124926 msgid "Connect"
48134927 msgstr "連線"
48144928
4815 #: python/irc.py:139
4929 #: python/irc.py:141
48164930 msgid "Disconnect"
48174931 msgstr "斷開連線"
48184932
4819 #: python/irc.py:140
4933 #: python/irc.py:142
48204934 msgid "Leave"
48214935 msgstr "離開"
48224936
4823 #: python/irc.py:227
4937 #: python/irc.py:229
48244938 msgid "Join a channel"
48254939 msgstr ""
48264940
4827 #: python/irc.py:257 python/mainwindow.py:725
4941 #: python/irc.py:259 python/mainwindow.py:723
48284942 msgid "Messenger"
48294943 msgstr "即時訊息"
48304944
4831 #: python/irc.py:273
4945 #: python/irc.py:275
48324946 msgid ""
48334947 "If you close this window, you cannot read further replies. Are you sure that "
48344948 "you want to close it?"
48534967 msgid "{0} error"
48544968 msgstr "{0} 錯誤"
48554969
4856 #: python/mainwindow.py:73
4970 #: python/mainwindow.py:75
48574971 msgid "{0} website is unavailable. Please check your connection"
48584972 msgstr "{0} 網站不可用。請檢查網路連接"
48594973
4860 #: python/mainwindow.py:75
4974 #: python/mainwindow.py:77
48614975 msgid "Refreshing {0}"
48624976 msgstr "重新整理 {0} 中"
48634977
4864 #: python/mainwindow.py:90 python/mainwindow.py:92
4978 #: python/mainwindow.py:92 python/mainwindow.py:94
48654979 msgid "An updated version of {0} is available"
48664980 msgstr ""
48674981
4868 #: python/mainwindow.py:196 python/mainwindow.py:346 python/mainwindow.py:737
4982 #: python/mainwindow.py:198 python/mainwindow.py:344 python/mainwindow.py:735
48694983 msgid "Run"
48704984 msgstr "執行"
48714985
4872 #: python/mainwindow.py:200
4986 #: python/mainwindow.py:202
48734987 msgid "Donate"
48744988 msgstr "贊助"
48754989
4876 #: python/mainwindow.py:201
4990 #: python/mainwindow.py:203
48774991 msgid "Exit"
48784992 msgstr "結束"
48794993
4880 #: python/mainwindow.py:205
4994 #: python/mainwindow.py:207
48814995 msgid "Small icons"
48824996 msgstr "小圖示"
48834997
4884 #: python/mainwindow.py:206
4998 #: python/mainwindow.py:208
48854999 msgid "Medium icons"
48865000 msgstr "中圖示"
48875001
4888 #: python/mainwindow.py:207
5002 #: python/mainwindow.py:209
48895003 msgid "Large icons"
48905004 msgstr "大圖示"
48915005
4892 #: python/mainwindow.py:208
5006 #: python/mainwindow.py:210
48935007 msgid "Very large icons"
48945008 msgstr "超大圖示"
48955009
4896 #: python/mainwindow.py:220
5010 #: python/mainwindow.py:222
48975011 msgid "Manage Wine versions"
48985012 msgstr "管理 Wine 版本"
48995013
4900 #: python/mainwindow.py:226
5014 #: python/mainwindow.py:228
49015015 msgid "Read a PC CD-Rom"
49025016 msgstr "讀取光碟"
49035017
4904 #: python/mainwindow.py:236
5018 #: python/mainwindow.py:238
49055019 msgid "Close all {0} software"
49065020 msgstr "關閉全部的 {0} 軟體"
49075021
4908 #: python/mainwindow.py:240
5022 #: python/mainwindow.py:242
49095023 msgid "{0} console"
49105024 msgstr "{0} 主控台"
49115025
4912 #: python/mainwindow.py:250
5026 #: python/mainwindow.py:248
49135027 msgid "{0} messenger"
49145028 msgstr "{0} 即時訊息"
49155029
4916 #: python/mainwindow.py:266 python/options.py:388
5030 #: python/mainwindow.py:264 python/options.py:388
49175031 msgid "File associations"
49185032 msgstr "檔案關聯"
49195033
4920 #: python/mainwindow.py:273
5034 #: python/mainwindow.py:271
49215035 msgid "About {0}"
49225036 msgstr "關於 {0}"
49235037
4924 #: python/mainwindow.py:302 python/mainwindow.py:306
5038 #: python/mainwindow.py:300 python/mainwindow.py:304
49255039 msgid "Plugin manager"
49265040 msgstr "外掛管理員"
49275041
4928 #: python/mainwindow.py:331
5042 #: python/mainwindow.py:329
49295043 msgid "File"
49305044 msgstr "檔案"
49315045
4932 #: python/mainwindow.py:333
5046 #: python/mainwindow.py:331
49335047 msgid "Tools"
49345048 msgstr "工具"
49355049
4936 #: python/mainwindow.py:334 python/mainwindow.py:723
5050 #: python/mainwindow.py:332 python/mainwindow.py:721
49375051 msgid "Settings"
49385052 msgstr "設定"
49395053
4940 #: python/mainwindow.py:335 python/options.py:387
5054 #: python/mainwindow.py:333 python/options.py:387
49415055 msgid "Plugins"
49425056 msgstr "外掛"
49435057
4944 #: python/mainwindow.py:347 python/mainwindow.py:739
5058 #: python/mainwindow.py:345 python/mainwindow.py:737
49455059 msgid "Close"
49465060 msgstr "關閉"
49475061
4948 #: python/mainwindow.py:353 python/mainwindow.py:745 python/options.py:208
5062 #: python/mainwindow.py:351 python/mainwindow.py:743 python/options.py:208
49495063 msgid "Configure"
49505064 msgstr "配置"
49515065
4952 #: python/mainwindow.py:584
5066 #: python/mainwindow.py:582
49535067 msgid "Open the application's directory"
49545068 msgstr "開啟應用程式的資料夾"
49555069
4956 #: python/mainwindow.py:588 python/mainwindow.py:753
5070 #: python/mainwindow.py:586 python/mainwindow.py:751
49575071 msgid "Read the manual"
49585072 msgstr "閱讀說明"
49595073
4960 #: python/mainwindow.py:592
5074 #: python/mainwindow.py:590
49615075 msgid "Set the icon"
49625076 msgstr "設定圖示"
49635077
4964 #: python/mainwindow.py:600
5078 #: python/mainwindow.py:598
49655079 msgid "Close this application"
49665080 msgstr "關閉這個應用程式"
49675081
4968 #: python/mainwindow.py:611
5082 #: python/mainwindow.py:609
49695083 msgid "KillApp"
49705084 msgstr ""
49715085
4972 #: python/mainwindow.py:618
5086 #: python/mainwindow.py:616
49735087 msgid "No manual found for {0}"
49745088 msgstr "未找到 {0} 的說明文件"
49755089
4976 #: python/mainwindow.py:721
5090 #: python/mainwindow.py:719
49775091 msgid "Install a program"
49785092 msgstr "安裝程式"
49795093
4980 #: python/mainwindow.py:728
5094 #: python/mainwindow.py:726
49815095 msgid "Update GIT"
49825096 msgstr "更新 GIT"
49835097
4984 #: python/mainwindow.py:731
5098 #: python/mainwindow.py:729
49855099 msgid "Update instructions"
49865100 msgstr "更新說明"
49875101
4988 #: python/mainwindow.py:741
5102 #: python/mainwindow.py:739
49895103 msgid "Debug"
49905104 msgstr "除錯"
49915105
4992 #: python/mainwindow.py:743
5106 #: python/mainwindow.py:741
49935107 msgid "Report a problem"
49945108 msgstr "回報問題"
49955109
4996 #: python/mainwindow.py:747
5110 #: python/mainwindow.py:745
49975111 msgid "Create a shortcut"
49985112 msgstr "建立捷徑"
49995113
5000 #: python/mainwindow.py:749
5114 #: python/mainwindow.py:747
50015115 msgid "Open the directory"
50025116 msgstr "開啟目錄"
50035117
5004 #: python/mainwindow.py:755
5118 #: python/mainwindow.py:753
50055119 msgid "Save"
50065120 msgstr "儲存"
50075121
5008 #: python/mainwindow.py:758
5122 #: python/mainwindow.py:756
50095123 msgid "Uninstall"
50105124 msgstr "移除"
50115125
5012 #: python/mainwindow.py:880 python/mainwindow.py:951 python/mainwindow.py:958
5013 #: python/mainwindow.py:1003
5126 #: python/mainwindow.py:878 python/mainwindow.py:949 python/mainwindow.py:956
5127 #: python/mainwindow.py:1001
50145128 msgid "Please select a program."
50155129 msgstr "請選擇一個程式。"
50165130
5017 #: python/mainwindow.py:888 python/mainwindow.py:890 python/mainwindow.py:892
5131 #: python/mainwindow.py:886 python/mainwindow.py:888 python/mainwindow.py:890
50185132 msgid "{0} settings"
50195133 msgstr "{0} 設定"
50205134
5021 #: python/mainwindow.py:965
5135 #: python/mainwindow.py:963
50225136 msgid "{0} install menu"
50235137 msgstr "{0} 安裝選單"
50245138
5025 #: python/mainwindow.py:974
5139 #: python/mainwindow.py:972
50265140 msgid "{0} wine versions manager"
50275141 msgstr "{0} Wine 版本管理員"
50285142
5029 #: python/mainwindow.py:1005
5143 #: python/mainwindow.py:1003
50305144 msgid "The virtual drive associated with {0} ({1}) does no longer exists."
50315145 msgstr "與 {0} ({1}) 關聯的虛擬硬碟不存在。"
50325146
51415255 "These information will be very precious for us to help people."
51425256 msgstr ""
51435257
5144 #: python/mainwindow.py:1271
5258 #: python/mainwindow.py:1273
51455259 msgid "Are you sure you want to want to install {0} package?"
51465260 msgstr ""
51475261
5148 #: python/mainwindow.py:1278 python/mainwindow.py:1280
5262 #: python/mainwindow.py:1280 python/mainwindow.py:1282
5263 #: python/mainwindow.py:1284
51495264 msgid ""
51505265 "You are trying to open a script design for {0}! It might not work as expected"
51515266 msgstr "你正試圖運行一個為 {0} 設計的腳本! 它可能無法正常運行"
52225337 msgid "You must restart {0} for the changes to take effect."
52235338 msgstr "你必須重新啟動 {0} 以使變更生效。"
52245339
5225 #: python/wine_versions.py:194
5340 #: python/wine_versions.py:195
52265341 msgid "Installed Wine versions: "
52275342 msgstr "已安裝的 Wine 版本: "
52285343
5229 #: python/wine_versions.py:195
5344 #: python/wine_versions.py:196
52305345 msgid "Available Wine versions: "
52315346 msgstr "可取得的 Wine 版本: "
52325347
5233 #: python/wine_versions.py:202
5348 #: python/wine_versions.py:203
52345349 msgid "Wine versions"
52355350 msgstr "Wine 版本"
52365351
5237 #: python/wine_versions.py:321
5352 #: python/wine_versions.py:322
52385353 msgid "Are you sure you want to delete wine {0}?"
52395354 msgstr "你確定你要刪除 Wine {0} 嗎?"
52405355
+0
-67
lib/debian.lib less more
0 #!/bin/bash
1
2 # Copyright (C) 2007-2012 PlayOnLinux Team
3 # Copyright (C) 2007 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 # debian.lib
20 # --------
21 #
22 # This lib contains debian stuff
23
24
25 fonts_install () # Debian tweak to avoid downloading Microsoft Fonts
26 {
27 if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ] && [ ! -e "$REPERTOIRE/configurations/msfonts_deb_installed" ]; then
28 FONTS_WARNING="Microsoft fonts aren't installed.\n\n\
29 If you encounter any fonts trouble, you should think about installing\
30 the debian package\nttf-mscorefonts-installer (see README.Debian)."
31 POL_SetupWindow_message "$FONTS_WARNING" "Microsoft fonts"
32 POL_SetupWindow_Close
33 fi
34 }
35
36
37 install_debfonts () # Debian tweak to avoid downloading Microsoft Fonts
38 {
39 if [ ! -e "$REPERTOIRE/configurations/msfonts_installed" ] && [ ! -e "$REPERTOIRE/configurations/msfonts_deb_installed" ]
40 then
41 DEBFONTS="/usr/share/fonts/truetype/msttcorefonts"
42 if [ ! -d $DEBFONTS ]
43 then
44 rm $HOME/.PlayOnLinux/fonts/ -r 2> /dev/null
45 rm $HOME/.PlayOnLinux/fonts 2> /dev/null
46 rm $HOME/.PlayOnLinux/configurations/fonts_installed 2> /dev/null
47 rm $HOME/.PlayOnLinux/configurations/msfonts_deb_installed 2> /dev/null
48 fi
49 if [ -d $DEBFONTS ]
50 then
51 rm $HOME/.PlayOnLinux/fonts/ -r 2> /dev/null
52 rm $HOME/.PlayOnLinux/fonts 2> /dev/null
53 rm $HOME/.PlayOnLinux/configurations/fonts_installed 2> /dev/null
54 FONTDIR=$HOME/.PlayOnLinux/fonts/
55 mkdir -p $FONTDIR
56 OLDDIR="$PWD"
57 cd $DEBFONTS
58 for ttf in *
59 do
60 ln -s $DEBFONTS/$ttf $FONTDIR/$ttf
61 done
62 cd $OLDDIR
63 touch "$HOME/.PlayOnLinux/configurations/msfonts_deb_installed"
64 fi
65 fi
66 }
8888 > glxinfo \| grep renderer
8989 $(POL_Glxinfo | grep renderer 2> /dev/null)
9090 > OpenGL libs
91 $("$PLAYONLINUX/bash/check_gl" x86 stdout)
92 $("$PLAYONLINUX/bash/check_gl" amd64 stdout)
91 $(bash "$PLAYONLINUX/bash/check_gl" x86 stdout)
92 $(bash "$PLAYONLINUX/bash/check_gl" amd64 stdout)
9393 > export
9494 $(export | grep -v -i http_proxy | grep -v POL_PASSWORD)
9595
220220 }
221221 POL_Glxinfo()
222222 {
223 if [ "$POL_OS" = "Linux" ]; then
223 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then
224224 glxinfo "$@"
225225 else
226226 if [ -e "/opt/X11/bin/glxinfo" ]; then #XQuartz is installed
4545 mkdir -p "$POL_USER_ROOT/ressources"
4646 mkdir -p "$POL_USER_ROOT/icones/full_size"
4747 mkdir -p "$POL_USER_ROOT/icones/32"
48 if [ "$POL_OS" == "Linux" ]
49 then
48 if [ "$POL_OS" == "Linux" ]; then
5049 mkdir -p "$POL_USER_ROOT/wine/linux-x86"
5150 mkdir -p "$POL_USER_ROOT/wine/linux-amd64"
51 elif [ "$POL_OS" == "FreeBSD" ]; then
52 mkdir -p "$POL_USER_ROOT/wine/freebsd-x86"
53 mkdir -p "$POL_USER_ROOT/wine/freebsd-amd64"
5254 else
5355 mkdir -p "$POL_USER_ROOT/wine/darwin-x86"
5456 mkdir -p "$POL_USER_ROOT/wine/darwin-amd64"
7476 # Usage: clean_tmp
7577 # Be careful, it might be very dangerous !
7678 # Cleanup is done in background
77 if [ "$POL_OS" = "Linux" ]; then # Don't clean tmp if POL is already running.
79 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then # Don't clean tmp if POL is already running.
7880 if [ "$(ps ux | grep '[p]ython mainwindow\.py' | wc -l)" -gt 1 ]; then
7981 POL_Debug_Message "PlayOnLinux seems to be already running. Don't cleaning tmp"
8082 return 0
200202 POL_OpenShell()
201203 {
202204 # Open a shell in the current prefix environment
203 # Usage : POL_OpenShell
204
205 cp "$PLAYONLINUX/etc/pol_bash" "$POL_USER_ROOT/tmp/env_bash"
206
207 if [ "$1" = "" ]
208 then
209 cat << EOF >> "$POL_USER_ROOT/tmp/env_bash"
210 export WINEPREFIX="$WINEPREFIX"
211 cd "$WINEPREFIX/drive_c"
212 echo "You are in $PREFIXNAME virtual drive environment"
213 EOF
214
215 else
216 cd "$POL_USER_ROOT/shortcuts/"
217 cat "$1" | grep 'export PATH=' >> "$POL_USER_ROOT/tmp/env_bash"
218 cat "$1" | grep 'PATH=' >> "$POL_USER_ROOT/tmp/env_bash"
219 cat "$1" | grep '^export WINEPREFIX' >> "$POL_USER_ROOT/tmp/env_bash"
220 cat << EOF >> "$POL_USER_ROOT/tmp/env_bash"
221 export PLAYONLINUX="$PLAYONLINUX"
222 cd "$WINEPREFIX/drive_c"
223 echo "You are in $1's virtual drive environment"
224 EOF
225 fi
205 # Usage : POL_OpenShell ["shortcut name"]
206
207 (cat "$PLAYONLINUX/etc/pol_bash"
208
209 if [ "$1" = "" ]
210 then
211 cat <<- EOF
212 export WINEPREFIX="$WINEPREFIX"
213 EOF
214
215 else
216 cat <<- EOF
217 export PLAYONLINUX="$PLAYONLINUX"
218 EOF
219 grep '^export WINEPREFIX' "$POL_USER_ROOT/shortcuts/$1"
220 echo "POL_Wine_AutoSetVersionEnv"
221 fi
222 cat <<- EOF
223 cd "$WINEPREFIX/drive_c"
224 echo "You are in $1's virtual drive environment"
225 EOF
226 ) > "$POL_USER_ROOT/tmp/env_bash"
226227 echo bash --rcfile "$POL_USER_ROOT/tmp/env_bash" > "$POL_USER_ROOT/tmp/env_bash2"
227228 chmod +x "$POL_USER_ROOT/tmp/env_bash2"
228229 xterm -e "$POL_USER_ROOT/tmp/env_bash2" -T "$APPLICATION_TITLE"
280281 POL_Debug_Message "Importing $APPLICATION_TITLE public key"
281282 #create the gnupg directory
282283 mkdir -p "$GNUPGHOME"
284 chmod 700 "$GNUPGHOME"
283285 #import the public key
284 if [ "$POL_OS" = "Linux" ]
285 then
286 gpg --import "$PLAYONLINUX/etc/playonlinux.gpg" > /dev/null 2> /dev/null
287 else
286 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]
287 then
288 gpg -q --import "$PLAYONLINUX/etc/playonlinux.gpg"
289 elif [ "$POL_OS" = "Mac" ]; then
288290 # workaround for Lion
289291 NEW_DL_PATH="$PLAYONLINUX/../unix/tools/lib/gettext/:$DYLD_LIBRARY_PATH"
290 env DYLD_LIBRARY_PATH="$NEW_DL_PATH" gpg --import "$PLAYONLINUX/etc/playonlinux.gpg" > /dev/null 2> /dev/null
292 env DYLD_LIBRARY_PATH="$NEW_DL_PATH" gpg -q --import "$PLAYONLINUX/etc/playonlinux.gpg"
291293 fi
292294 }
293295 POL_GPG_auth_script()
306308 tail -n +${GPG} "$FILENAME" > "$POL_USER_ROOT/tmp/script.asc" 2> /dev/null
307309 head -n $(( GPG - 1 )) "$FILENAME" | grep -v "cat << \"-----END PGP SIGNATURE-----\" > /dev/null" > "$POL_USER_ROOT/tmp/script" 2> /dev/null
308310
309 if [ "$POL_OS" = "Linux" ]
311 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]
310312 then
311313 gpg --verify "$POL_USER_ROOT/tmp/script.asc" > /dev/null 2> /dev/null
312314 else
382384 {
383385 # Make the scripts that run the software in standalone package in $DIRAPP
384386 # Usage : make_standalone_script [Shortcut]
385 substitute=$(printf "$2" | sed 's/\//\\\//g' | sed 's/ /\\ /g') # ca aussi j'aime
386 substitute2=$(printf "$2" | sed 's/\/\//\//g' | sed 's/\//\\\//g' | sed 's/ /\\ /g') # ca aussi j'aime
387 substitute=$(printf "$2" | $SED 's/\//\\\//g' | $SED 's/ /\\ /g') # ca aussi j'aime
388 substitute2=$(printf "$2" | $SED 's/\/\//\//g' | $SED 's/\//\\\//g' | $SED 's/ /\\ /g') # ca aussi j'aime
387389
388390 cat << EOF3 > "$DIRAPP/Contents/MacOS/playonmac"
389391 #!/bin/bash
410412 export PATH="\$SCRIPTDIR/../Resources/wine/bin:\$PATH"
411413 export LD_LIBRARY_PATH="\$SCRIPTDIR/../Resources/wine/lib:\$LD_LIBRARY_PATH"
412414 export WINEPREFIX="\$SCRIPTDIR/../Resources/virtual_drive"
413 $(cat "$POL_USER_ROOT/shortcuts/$1" | grep "cd " | sed s/$substitute/'\$SCRIPTDIR\/..\/Resources\/virtual_drive'/)
415 $(cat "$POL_USER_ROOT/shortcuts/$1" | grep "cd " | $SED s/$substitute/'\$SCRIPTDIR\/..\/Resources\/virtual_drive'/)
414416 shift
415417 #$(cat "$POL_USER_ROOT/shortcuts/$1" | grep "wine " | sed s/$substitute2// | sed s/$substitute//) &
416418 wine "$(basename "$(cat "$POL_USER_ROOT/shortcuts/$1" | grep "POL_Wine " | cut -d \" -f2)")" \$@ &
688690 cd "$REPERTOIRE/shortcuts/"
689691 # Ça aussi, j'ai pas utilisé $REPERTOIRE volontairment (question de sécu, si $REPERTOIRE est vide ou mal défini, ça peut faire mal)
690692 [ "$POL_OS" = "Linux" ] && TEST=${1//".PlayOnLinux/wineprefix/"/""}
693 [ "$POL_OS" = "FreeBSD" ] && TEST=${1//".PlayOnBSD/wineprefix/"/""}
691694 [ "$POL_OS" = "Mac" ] && TEST=${1//"Library/PlayOnMac/wineprefix/"/""}
692695
693696 [ "$TEST" = "" ] && exit
754757 [ $versionA1 -le $versionB1 ] && [ $versionA2 -le $versionB2 ] && [ $versionA3 -lt $versionB3 ] && return 0
755758 return 1
756759 }
757 POL_Internal_RunXQuartz()
758 {
759 # Run XQuartz on OSX
760 if [ ! "$POL_OS" = "Mac" ]
761 then
762 echo "This function is not for you"
760
761 POL_Internal_SetXQuartzDisplay()
762 {
763 if [ ! "$POL_OS" = "Mac" ]; then
763764 return
764765 fi
765 current_appToRun="$(defaults read org.macosforge.xquartz.X11 app_to_run)" # What is the current default app ?
766 if [ ! "$?" = "0" ]
767 then
768 current_appToRun="/opt/X11/bin/xterm"
769 fi
770
771 defaults write org.macosforge.xquartz.X11 app_to_run "" # Don't run Xterm (or other if user has changed something)
772 open "/Applications/Utilities/XQuartz.app"
773 defaults write org.macosforge.xquartz.X11 app_to_run "$current_appToRun" # Restaure default behavior
774 }
775
766 if [ "$DISPLAY" = "" ]; then
767 CDISPLAY="$(find /tmp/ 2> /dev/null|grep 'org.macosforge.xquartz'|tail -n 1)"
768 export DISPLAY="$CDISPLAY"
769 fi
770 }
776771 POL_Internal_KillAll()
777772 {
778773 for WId in $(ps aux | grep $APPLICATION_TITLE | grep bash | awk '{print $2}');
810805 POL_System_CheckFS()
811806 {
812807 [ "$POL_OS" = "Mac" ] && return 0
808 [ "$POL_OS" = "FreeBSD" ] && return 0
809
813810 if [ "$1" = "--just-warning" ]; then
814811 DebugType="POL_Debug_Warning"
815812 shift
852849 {
853850 if [ ! "$POL_BAD_SIGNATURE" = "TRUE" ]; then
854851 # 1 : Setup file. If it exists, no need to unhide
855 if [ "$POL_OS" = "Mac" ]; then
856 POL_Debug_Fatal "POL_Sudo is not supported on OSX"
852 if [ "$POL_OS" = "Mac" ] || [ "$POL_OS" = "FreeBSD" ]; then
853 POL_Debug_Fatal "POL_Sudo is not supported on OSX and BSD"
857854 fi
858855 if [ "$POL_OS" = "Linux" ]; then
859856 # Now, we detect what sudo to use
5252 Pversion=$(cut -d';' -f6 <<< $ligne)
5353 Plinux=$(cut -d';' -f7 <<< $ligne)
5454 Pmac=$(cut -d';' -f8 <<< $ligne)
55
55 PfreeBSD=$(cut -d';' -f8 <<< $ligne)
5656
5757 # On complique un peu le truc (07/07/2011)
5858 install="false"
5959 [ "$POL_OS" = "Linux" ] && [ "$Plinux" = "1" ] && install="true"
60 [ "$POL_OS" = "FreeBSD" ] && [ "$PfreeBSD" = "1" ] && install="true"
6061 [ "$POL_OS" = "Mac" ] && [ "$Pmac" = "1" ] && install="true"
6162
6263 if [ "$install" = "true" ]
120120 fichier="$REPERTOIRE/shortcuts/$1"
121121 if [ -e "$fichier" ]
122122 then
123 fichier="$(cat "$fichier" | grep '^export WINEPREFIX' | tail -n 1 | sed s/'\/\//\/'/)"
123 fichier="$(cat "$fichier" | grep '^export WINEPREFIX' | tail -n 1 | $SED s/'\/\//\/'/)"
124124 fichier="${fichier/"$POL_USER_ROOT"/""}"
125125 fichier="$(printf "$fichier" | cut -d "/" -f2)"
126126 fi
143143 # Usage: POL_ExtractIcon [.exe file] [output image file]
144144
145145 mkdir -p "$REPERTOIRE/tmp/win32Icon"
146 wrestool -x -t14 "$1" &> "$REPERTOIRE/tmp/win32Icon/icons-brut"
146 wrestool -x -t14 "$1" > "$REPERTOIRE/tmp/win32Icon/icons-brut"
147147
148148 (cd "$REPERTOIRE/tmp/win32Icon"
149149
214214 # Usage: POL_ExtractCustomIcon [.exe file] [output image file] [size]
215215
216216 mkdir -p "$REPERTOIRE/tmp/win32Icon"
217 wrestool -x -t14 "$1" &> "$REPERTOIRE/tmp/win32Icon/icons-brut"
217 wrestool -x -t14 "$1" > "$REPERTOIRE/tmp/win32Icon/icons-brut"
218218
219219 (cd "$REPERTOIRE/tmp/win32Icon"
220220
355355 # Menus
356356 if [ ! "$(POL_Config_Read NO_MENU_ICON)" = "TRUE" ]; then
357357 # Do nothing on Mac OS
358 if [ -n "$Categories" -a "$POL_OS" = "Linux" ]; then
358 if [ -n "$Categories" -a "$POL_OS" = "Linux" ] || [ -n "$Categories" -a "$POL_OS" = "BSD" ]; then
359359 LOCALAPPS="$HOME/.local/share/applications"
360360 generer_icone "$iconPath" "$NOMICONE_" "$LOCALAPPS" "$PLAYONLINUX/playonlinux --run \"$NOMICONE_\"" "$Binaire" "$Categories" "playonlinux-"
361361 fi
422422 fi
423423 fi
424424 cd "$OLD_PC_DIR"
425 fi
426 return "$exitcode"
425 return "$exitcode"
426 fi
427427 }
428428 POL_Call_list ()
429429 {
598598 {
599599 # Get the size of a distant file
600600 # Usage: POL_Download_GetSize [URL]
601 wget "$1" --spider --server-response -O - 2>&1 | sed -ne '/Content-Length/{s/.*: //;p}' | tail -n1
601 wget "$1" --spider --server-response -O - 2>&1 | $SED -ne '/Content-Length/{s/.*: //;p}' | tail -n1
602602 }
603603 POL_MD5 ()
604604 {
605605 # Give the md5 sum of a string
606606 # Usage: POL_MD5 <string>
607607
608 if [ "$POL_OS" == "Mac" ]
608 if [ "$POL_OS" == "Mac" ] || [ "$POL_OS" == "FreeBSD" ]
609609 then
610610 printf "$1" | md5
611611 fi
618618 {
619619 # Give the md5 sum of a file
620620 # Usage: POL_MD5_file <file>
621 if [ "$POL_OS" == "Mac" ]
621 if [ "$POL_OS" == "Mac" ] || [ "$POL_OS" == "FreeBSD" ]
622622 then
623623 cat "$1" | md5
624624 fi
630630 POL_base64()
631631 {
632632 [ "$POL_OS" = "Linux" ] && base64
633 [ "$POL_OS" = "Mac" ] && openssl base64
633 [ "$POL_OS" = "Mac" ] || [ "$POL_OS" == "FreeBSD" ] && openssl base64
634634 }
635635 POL_unbase64()
636636 {
637637 [ "$POL_OS" = "Linux" ] && base64 -d
638 [ "$POL_OS" = "Mac" ] && openssl base64 -d
638 [ "$POL_OS" = "Mac" ] || [ "$POL_OS" == "FreeBSD" ] && openssl base64 -d
639639 }
640640
641641 POL_System_unzip ()
951951 }
952952 POL_LoadVar_Distro ()
953953 {
954 if [ "$POL_OS" = "Linux" ]; then
954 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" == "FreeBSD" ]; then
955955 export DISTRO="$(lsb_release -d | cut -d':' -f2 | tr -d \\t)"
956956 else
957957 main_kernel="$(uname -r | cut -d '.' -f 1)"
977977 make_pom_script "$PACKAGE"
978978 make_plist "$PACKAGE" "$shortname"
979979 fi
980 if [ "$POL_OS" = "Linux" ]; then
980 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" == "FreeBSD" ]; then
981981 if [ -f "$REPERTOIRE/icones/full_size/$PACKAGE" ]; then # L'icone existe...
982982 iconPath="$REPERTOIRE/icones/full_size/$PACKAGE"
983983 else
186186 POL_SetupWindow_textbox ()
187187 {
188188 # Shows a text box
189 # Usage: POL_SetupWindow_textbox [message] [title] [default value]
189 # Usage: POL_SetupWindow_textbox [message] [title] [default value] [max length]
190190 # Result is sent in $APP_ANSWER variable
191191
192 APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_textbox $$ $(POL_Untab "$1") $(POL_Untab "$2") $3" | ncns "$POL_HOST" "$POL_PORT")"
192 APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_textbox $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $(POL_Untab "$4")" | ncns "$POL_HOST" "$POL_PORT")"
193193 POL_Debug_Message "textbox answer: $APP_ANSWER"
194194 }
195195 POL_SetupWindow_browse ()
329329 LIST_DEVICES_=""
330330
331331 [ "$POL_OS" = "Mac" ] && DEVICES="/Volumes"
332 if [ "$POL_OS" = "Linux" ]; then
332 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then
333333 DEVICES="/media"
334334 # Ubuntu Quantal workaround
335335 [ -d "/media/$USER" ] && DEVICES="/media/$USER"
723723 fi
724724 if [ ! "$EXE_FILE" = "" ]
725725 then
726 SUGGEST="${EXE_FILE%.*}"
727 POL_SetupWindow_textbox "$(eval_gettext "Please choose a shortcut name for $EXE_FILE")" "$TITLE" "$SUGGEST"
728 TITRE="$APP_ANSWER"
729 POL_Shortcut "$EXE_FILE" "$TITRE"
730 echo "POL_Shortcut \"$EXE_FILE\" \"$TITRE\"" >> "$POL_USER_ROOT/tmp/shortcuts"
726 SUGGEST="${EXE_FILE%.*}"
727 if [ -e "$POL_USER_ROOT/shortcuts/$SUGGEST" ]; then
728 let SUGGEST_VERSION=2
729 while [ -e "$POL_USER_ROOT/shortcuts/$SUGGEST ($SUGGEST_VERSION)" ]; do
730 let SUGGEST_VERSION++
731 done
732 SUGGEST="$SUGGEST ($SUGGEST_VERSION)"
733 fi
734 while true; do
735 POL_SetupWindow_textbox "$(eval_gettext "Please choose a shortcut name for $EXE_FILE")" "$TITLE" "$SUGGEST"
736 SUGGEST="$APP_ANSWER"
737 [ ! -e "$POL_USER_ROOT/shortcuts/$SUGGEST" ] && break
738 POL_SetupWindow_question "$(eval_gettext "A shortcut by that name already exists, overwrite?")" "$TITLE"
739 if [ "$APP_ANSWER" = "TRUE" ]; then
740 rm "$POL_USER_ROOT/shortcuts/$SUGGEST"
741 break
742 fi
743 done
744 POL_Shortcut "$EXE_FILE" "$SUGGEST"
745 echo "POL_Shortcut \"$EXE_FILE\" \"$SUGGEST\"" >> "$POL_USER_ROOT/tmp/shortcuts"
731746 POL_SetupWindow_shortcut_creator
732747 fi
733748 }
3434 source "$PLAYONLINUX/lib/website.lib"
3535 source "$PLAYONLINUX/lib/wine.lib"
3636 source "$PLAYONLINUX/lib/dosbox.lib"
37 [ "$DEBIAN_PACKAGE" = "TRUE" ] && source "$PLAYONLINUX/lib/debian.lib"
3837 fi
3938 if [ ! "$DONT_MONITOR" ]; then
4039 set -o monitor
5959 then
6060 export POL_LANG="$(echo "$LANG" | cut -d\_ -f 1)"
6161 export MD5_COMMAND="md5sum"
62 export SED="sed"
6263 fi
6364
6465 if [ "$POL_OS" == "Mac" ]
6566 then
6667 export POL_LANG="$(echo "$RLANG" | cut -d _ -f1)"
6768 export MD5_COMMAND="md5"
69 export SED="sed"
6870 fi
6971
72 if [ "$POL_OS" == "FreeBSD" ]
73 then
74 export POL_LANG="$(echo "$LANG" | cut -d\_ -f 1)"
75 export MD5_COMMAND="md5"
76 export SED="gsed"
77 fi
78
7079 #Codes de sorties
7180 EXIT_MISSING=2
7281 EXIT_ERROR=255
6161 # Encode strings to url
6262 # Usage: POL_Website_urlencode [string]
6363
64 echo "$1" | sed -e 's/%/%25/g' -e 's/ /%20/g' -e 's/!/%21/g' -e 's/"/%22/g' -e 's/#/%23/g' -e 's/\$/%24/g' -e 's/\&/%26/g' -e 's/'\''/%27/g' -e 's/(/%28/g' -e 's/)/%29/g' -e 's/\*/%2a/g' -e 's/+/%2b/g' -e 's/,/%2c/g' -e 's/-/%2d/g' -e 's/\./%2e/g' -e 's/\//%2f/g' -e 's/:/%3a/g' -e 's/;/%3b/g' -e 's//%3e/g' -e 's/?/%3f/g' -e 's/@/%40/g' -e 's/\[/%5b/g' -e 's/\\/%5c/g' -e 's/\]/%5d/g' -e 's/\^/%5e/g' -e 's/_/%5f/g' -e 's/`/%60/g' -e 's/{/%7b/g' -e 's/|/%7c/g' -e 's/}/%7d/g' -e 's/~/%7e/g'
64 echo "$1" | $SED -e 's/%/%25/g' -e 's/ /%20/g' -e 's/!/%21/g' -e 's/"/%22/g' -e 's/#/%23/g' -e 's/\$/%24/g' -e 's/\&/%26/g' -e 's/'\''/%27/g' -e 's/(/%28/g' -e 's/)/%29/g' -e 's/\*/%2a/g' -e 's/+/%2b/g' -e 's/,/%2c/g' -e 's/-/%2d/g' -e 's/\./%2e/g' -e 's/\//%2f/g' -e 's/:/%3a/g' -e 's/;/%3b/g' -e 's//%3e/g' -e 's/?/%3f/g' -e 's/@/%40/g' -e 's/\[/%5b/g' -e 's/\\/%5c/g' -e 's/\]/%5d/g' -e 's/\^/%5e/g' -e 's/_/%5f/g' -e 's/`/%60/g' -e 's/{/%7b/g' -e 's/|/%7c/g' -e 's/}/%7d/g' -e 's/~/%7e/g'
6565
6666 }
6767 POL_Website_urlparse()
289289 {
290290 # Install microsoft fonts
291291 # Usage: POL_Wine_InstallFonts
292 OLDDIR="$PWD"
293 POL_Debug_Message "Installing microsoft fonts"
294 [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set"
295
296 # It's a symlink? If yes, remove it
297 rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null
298 mkdir -p "$WINEPREFIX/drive_c/windows/Fonts"
299
300 cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/"
292 POL_Call POL_Install_corefonts
301293 }
302294
303295 Set_SoundHardwareAcceleration ()
390382 POL_DetectVideoCards () {
391383 # Detect known videocards
392384 POL_Debug_Message "Gettings GPU informations"
393 if [ "$POL_OS" = "Linux" ]; then
385 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then
394386 [ -x /usr/sbin/lspci ] && LSPCI=/usr/sbin/lspci || LSPCI=lspci
395387 # Device Name|Vendor ID|Device ID\n...
396388 VGA_DEVICES=`$LSPCI -nn | perl -ne 'if (/VGA/) { s/.*\]: (.*) \[([0-9a-f]{4}):([0-9a-f]{4})\].*/\1|\2|\3/; print }'`
397389 fi
398390 if [ "$POL_OS" = "Mac" ]; then
399391 # Device Name|Vendor ID|Device ID\n...
400 VGA_DEVICES=`system_profiler SPDisplaysDataType | perl -ne 's/^\s+//; if(/Chipset Model:) { chomp; s/^[^:]*: //; print "$_|" } elsif(/Vendor:/) { chomp; s/.*\(0x(.*)\)/\1/; print "$1|" } elsif (/Device ID:/) { s/^[^:]*: 0x//; print }'`
392 VGA_DEVICES=`system_profiler SPDisplaysDataType | perl -ne 's/^\s+//; if(/Chipset Model:/) { chomp; s/^[^:]*: //; print "$_|" } elsif(/Vendor:/) { chomp; s/.*\(0x(.*)\)/\1/; print "$1|" } elsif (/Device ID:/) { s/^[^:]*: 0x//; print }'`
401393 fi
402394 # More than one card available?
403395 if [ $(wc -l <<<"$VGA_DEVICES") -gt 1 ]; then
410402
411403 POL_LoadVar_ScreenResolution ()
412404 {
413 if [ "$POL_OS" = "Linux" ]; then
405 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then
414406 local RESOLUTION="$(xdpyinfo | grep dimensions | awk '{print $2}')"
415407 export ScreenWidth="$(echo $RESOLUTION | cut -dx -f1)"
416408 export ScreenHeight="$(echo $RESOLUTION | cut -dx -f2)"
480472
481473 POL_Wine ()
482474 {
483 if [ "$POL_OS" = "Mac" -a "$FORCE_OSX_DOCK" ]; then
484 POL_Wine_Dock "$@"
485 return "$?"
486 fi
475 POL_Internal_SetXQuartzDisplay
487476 # Run the good wineversion and store the result to a logfile
488477 # Same usage than "wine"
489478 mkdir -p "$WINEPREFIX"
529518 fi
530519
531520
532 if [ "$LOGFILE" = "/dev/null" ]; then
533 $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> >(grep -v menubuilder --line-buffered | tee -a "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$WINEPREFIX/playonlinux.log")
521 if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "Mac" ];
522 then
523 if [ "$LOGFILE" = "/dev/null" ]; then
524 $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> >(grep -v menubuilder --line-buffered | tee -a "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$WINEPREFIX/playonlinux.log")
525 errors=$?
526 else
527 $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> >(grep -v menubuilder --line-buffered | tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log")
528 errors=$?
529 fi
530 else
531 # FIXME
532 $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> "$WINEPREFIX/playonlinux.log" > "$WINEPREFIX/playonlinux.log"
534533 errors=$?
535 else
536 $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> >(grep -v menubuilder --line-buffered | tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log")
537 errors=$?
538 fi
539
540 if [ "$errors" != 0 -a "$NoErrors" != "True" -a "$POL_IgnoreWineErrors" != "True" ]; then
541 POL_Debug_Error "$(eval_gettext 'Wine seems to have crashed\n\nIf your program is running, just ignore this message')"
542 fi
543 POL_Debug_Message "Wine return: $errors"
544 return $errors
545 }
546
547 POL_Wine_Dock ()
548 {
549 # Run the good wineversion and store the result to a logfile
550 # Same usage than "wine"
551
552 if [ "$POL_OS" = "Linux" ]; then
553 return 1
554 fi
555
556 mkdir -p "$WINEPREFIX"
557 touch "$WINEPREFIX/playonlinux.log"
558 local NoErrors
559 if [ "$1" = "--ignore-errors" ]; then
560 NoErrors="True"
561 shift
562 fi
563 if [ ! "$COMMON_NAME" ]; then
564 export COMMON_NAME="$(POL_Wine_CommonName "$@")"
565 fi
566 exename="$(POL_Wine_exename "$@")"
567
568
569 POL_Wine_AutoSetVersionEnv
570 POL_Debug_Message "Running wine-$POL_WINEVERSION "$@" "
571 POL_Debug_LogToPrefix "Running wine-$POL_WINEVERSION "$@""
572
573 if [ ! "$WINEMENUBUILDER_ALERT" ]; then
574 POL_Debug_Message "Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html"
575 WINEMENUBUILDER_ALERT="Done"
576 fi
577
578 if [ "$1" = "regedit" ]; then
579 POL_Debug_LogToPrefix "Content of $2"
580 echo '-----------' >> "$WINEPREFIX/playonlinux.log"
581 cat "$2" >> "$WINEPREFIX/playonlinux.log"
582 echo '-----------' >> "$WINEPREFIX/playonlinux.log"
583 fi
584
585 if [ "$LOGFILE" = "/dev/null" ]; then
586 WINELINE="$BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine \"$@\" 2> >(grep -v menubuilder --line-buffered | tee -a "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$WINEPREFIX/playonlinux.log")"
587 errors=$?
588 else
589 WINELINE="$BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine \"$@\" 2> >(grep -v menubuilder --line-buffered | tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log" >&2) > >(tee -a "$LOGFILE" "$WINEPREFIX/playonlinux.log")"
590 errors=$?
591 fi
592
593
594 export LOGFILE
595 export UNIQ_ID="$RANDOM$RANDOM"
596 export UNIQ_PATH="$POL_USER_ROOT/tmp/wrapper_$UNIQ_ID"
597 export APP_PATH="$UNIQ_PATH/$COMMON_NAME.app/Contents"
598
599 SOURCE_POM_PATH="$PLAYONLINUX/../osx_wine_wrapper/Contents"
600
601
602 if [ -e "/Applications/Utilities/XQuartz.app" -a 1=0 ]; then
603 identifier="org.macosforge.xquartz.X11"
604 SOURCE_PATH="/Applications/Utilities/XQuartz.app/Contents"
605 else
606 identifier="org.x.X11"
607 SOURCE_PATH="/Applications/Utilities/X11.app/Contents"
608 fi
609
610 mkdir -p "$APP_PATH/MacOS"
611 cp "$SOURCE_PATH/MacOS/X11.bin" "$APP_PATH/MacOS/X11.bin.$UNIQ_ID"
612 mkdir -p "$APP_PATH/Resources"
613 POL_ExtractBiggestIcon "$exename" "$APP_PATH/Resources/playonmac.png"
614
615 # Setting X11 prefs
616 cp "$SOURCE_POM_PATH/Resources/default_config.plist" "$HOME/Library/Preferences/$identifier.playonmac_$UNIQ_ID.plist"
617
618
619 cat <<- EOFApp > "$APP_PATH/Info.plist"
620 <?xml version="1.0" encoding="UTF-8"?>
621 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
622 <plist version="1.0">
623 <dict>
624 <key>CFBundleDevelopmentRegion</key>
625 <string>English</string>
626 <key>CFBundleExecutable</key>
627 <string>playonmac_X11_wrapper_$UNIQ_ID</string>
628 <key>CFBundleGetInfoString</key>
629 <string>$identifier.playonmac_$UNIQ_ID</string>
630 <key>CFBundleIconFile</key>
631 <string>playonmac.icns</string>
632 <key>CFBundleIdentifier</key>
633 <string>$identifier.playonmac_$UNIQ_ID</string>
634 <key>CFBundleInfoDictionaryVersion</key>
635 <string>6.0</string>
636 <key>CFBundleName</key>
637 <string>$COMMON_NAME</string>
638 <key>CFBundlePackageType</key>
639 <string>APPL</string>
640 <key>CFBundleShortVersionString</key>
641 <string>$VERSION</string>
642 <key>CFBundleVersion</key>
643 <string>$VERSION</string>
644 <key>CFBundleSignature</key>
645 <string>x11a</string>
646 <key>CSResourcesFileMapped</key>
647 <true/>
648 <key>NSHumanReadableCopyright</key>
649 <string>© 2003-2010 Apple Inc.
650 © 2003 XFree86 Project, Inc.
651 © 2003-2010 X.org Foundation, Inc.
652 </string>
653 <key>NSMainNibFile</key>
654 <string>main</string>
655 <key>NSPrincipalClass</key>
656 <string>X11Application</string>
657 <key>SUEnableAutomaticChecks</key>
658 <false/>
659 <key>SUFeedURL</key>
660 <string>http://xquartz.macosforge.org/downloads/sparkle/beta.xml</string>
661 <key>SUPublicDSAKeyFile</key>
662 <string>sparkle.pem</string>
663 </dict>
664 </plist>
665
666 EOFApp
667
668 cat <<- EOFRUNNER > "$APP_PATH/MacOS/playonmac_X11_wrapper_$UNIQ_ID"
669 #!/bin/bash
670 # Starting XServer
671 env LD_LIBRARY_PATH="/usr/X11/lib/" "$APP_PATH/MacOS/X11.bin.$UNIQ_ID" \""$APP_PATH/MacOS/X11.startup"\"
672
673 exit 0
674 EOFRUNNER
675 chmod +x "$APP_PATH/MacOS/playonmac_X11_wrapper_$UNIQ_ID"
676
677 cat <<- EOFSTART > "$APP_PATH/MacOS/X11.startup"
678 #!/bin/bash
679 cd "$PWD"
680 $WINELINE
681 echo \$? > "$UNIQ_PATH/return"
682 wineserver -w
683
684 killall "X11.bin.$UNIQ_ID"
685 exit 0
686 EOFSTART
687 chmod +x "$APP_PATH/MacOS/X11.startup"
688
689 cp -r "$SOURCE_POM_PATH/Resources" "$APP_PATH"
690 cp "$SOURCE_PATH/Resources/sparkle.pem" "$APP_PATH/Resources/"
691 cp -r "$SOURCE_PATH/Frameworks" "$APP_PATH"
692
693 png2icns "$APP_PATH/Resources/playonmac_tmp.icns" "$APP_PATH/Resources/playonmac.png" && mv "$APP_PATH/Resources/playonmac_tmp.icns" "$APP_PATH/Resources/playonmac.icns"
694
695 open "$APP_PATH/.." &
696
697 while [ ! -e "$UNIQ_PATH/return" ]; do
698 sleep 10
699 done
700 rm -rf "$UNIQ_PATH"
701
702 rm "$HOME/Library/Preferences/$identifier.playonmac_$UNIQ_ID.plist"
703 errors="$(cat "$UNIQ_PATH/return")"
704
534 fi
535
705536 if [ "$errors" != 0 -a "$NoErrors" != "True" -a "$POL_IgnoreWineErrors" != "True" ]; then
706537 POL_Debug_Error "$(eval_gettext 'Wine seems to have crashed\n\nIf your program is running, just ignore this message')"
707538 fi
746577 [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto"
747578 POL_Debug_Message "Installing wine version path: $POL_WINEVERSION, $POL_ARCH"
748579 [ "$POL_OS" = "Mac" ] && ARCH_PREFIX="darwin"
580 [ "$POL_OS" = "FreeBSD" ] && ARCH_PREFIX="freebsd"
749581 [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux"
750582 OLDPATH="$PWD"
751583 WINE_SECTION="$ARCH_PREFIX-$POL_ARCH"
782614 POL_SetupWindow_message "$(eval_gettext 'The download seems to have failed.')" "$TITLE"
783615 else
784616 POL_SetupWindow_wait "$(eval_gettext 'Extracting Wine...')" "$TITLE"
785 "$PLAYONLINUX/playonlinux-pkg" -i "$PWD/$WINE_ADDRESS"
617 bash "$PLAYONLINUX/playonlinux-pkg" -i "$PWD/$WINE_ADDRESS"
786618 fi
787619 rm "$WINE_ADDRESS"
788620 POL_Wine_Install_resources gecko "$POL_WINEVERSION" "$POL_ARCH"
824656 resource_file="$REPERTOIRE/configurations/listes/$resource.lst"
825657 found="$(grep "^${unpatched_version//./\.};" "$resource_file")"
826658 [ "$POL_OS" = "Linux" ] && wos="linux"
659 [ "$POL_OS" = "FreeBSD" ] && wos="freebsd"
827660 [ "$POL_OS" = "Mac" ] && wos="darwin"
828661
829662 if [ ! -L "$POL_USER_ROOT/wine/$wos-$arch/$wine_version/share/wine/$resource" ]
895728 [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto"
896729 #POL_Debug_Message "Setting wine version path: $POL_WINEVERSION, $POL_ARCH"
897730 [ "$POL_OS" = "Mac" ] && ARCH_PREFIX="darwin"
731 [ "$POL_OS" = "FreeBSD" ] && ARCH_PREFIX="freebsd"
898732 [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux"
899733 OLDPATH="$PWD"
900734 WINEDIR="$REPERTOIRE/wine/$ARCH_PREFIX-$POL_ARCH"
905739 then
906740 export PATH="$PATH_ORIGIN"
907741 export LD_LIBRARY_PATH="$LD_PATH_ORIGIN"
742 [ "$POL_OS" = "FreeBSD" ] && export LD_32_LIBRARY_PATH="$LD_32_PATH_ORIGIN"
908743 export POL_WINEVERSION=""
909744 else
910745 if [ ! -e "$WINEDIR/$POL_WINEVERSION" ]
914749 fi
915750 export PATH="$WINEDIR/$POL_WINEVERSION/bin/:$PATH"
916751 export LD_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/:$LD_LIBRARY_PATH"
917
752 [ "$POL_OS" = "FreeBSD" ] && export LD_32_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/:$LD_32_LIBRARY_PATH"
918753 fi
919754 fi
920755 cd "$OLDPATH"
1078913 done) > "$POL_USER_ROOT/tmp/override-dll.reg"
1079914
1080915 POL_Debug_Message "Overriding DLLs"
1081 POL_SetupWindow_wait_next_signal "Please wait" "$TITLE"
916 POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait...')" "$TITLE"
1082917 POL_Wine regedit "$POL_USER_ROOT/tmp/override-dll.reg"
1083918 rm "$POL_USER_ROOT/tmp/override-dll.reg"
1084919 }
0 #!/usr/bin/env bash
1
2 # Copyright (C) 2007-2010 PlayOnLinux Team
3 # Copyright (C) 2014 Pâris Quentin
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 #######
20 ############
21 ##################
22 ########################
23 ###### ##########################
24 ############# ###########################
25 ############### ##########################
26 ################# ##########################
27 ################## #########################
28 ################### #######################
29 ###################### #####################
30 ######################## #################
31 ######################### ########### ######
32 ########################### ###### #############
33 ############################## ######################
34 ########################## #############################
35 ################## ## ##########################
36 ########### ######## ########################
37 ############## ######################
38 #################### ####################
39 ####################### ##################
40 ######################### ################
41 ########################### ###############
42 ########################### ##############
43 ########################### ############
44 ########################## #######
45 ######################
46 #############
47 #########
48
49 #Variables
50 die() ## PHP function copy
51 {
52 echo "$@"
53 exit
54 }
55
56 export WorkingDirectory="$PWD"
57
58 # Take absolute path this script resides in
59 POLDIR="$(dirname "$0")"
60 cd "$POLDIR"
61 POLDIR="$PWD"
62
63 if [ "$1" = "--version" ]; then
64 cd "$POLDIR"
65 version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")"
66 die "PlayOnLinux $version"
67 fi
68
69 if [ ! "$(uname -s)" = "FreeBSD" ]; then
70 die "This script must be run on a FreeBSD system"
71 fi
72
73 export POL_PYTHON=""
74 export POL_OS="FreeBSD"
75 export MACHTYPE
76
77 [ "$PLAYONLINUX" = "" ] || die "You are already in a PlayOnBSD environment"
78
79 source "$POLDIR/bash/find_python"
80
81 if [ "$1" = "--run" ]; then
82 cd "$POLDIR"
83 shift
84 NAME="$1"
85
86 shift
87
88 FILENAME="$1"
89
90 if [ "$FILENAME" -a ! "${FILENAME::1}" = "/" ]; then
91 FILENAME="$WorkingDirectory/$FILENAME"
92 fi
93
94 if [ -e "$FILENAME" ]; then ## Trying to open a file
95 exec bash playonlinux-bash "$POLDIR/bash/document_reader" "$NAME" "$FILENAME"
96 else
97 # SetDebugState(game, False)
98 # export WINEDEBUG= found and is not WINEDEBUG="-all"?
99 #if grep '^export WINEDEBUG=' "$HOME/.PlayOnLinux/shortcuts/$NAME"|grep -qv 'WINEDEBUG="-all"'; then
100 # cp "$HOME/.PlayOnLinux/shortcuts/$NAME" "$POL_USER_ROOT/tmp/debug_$NAME" && \
101 # sed -e 's/^export WINEDEBUG="\(.*\)"/export WINEDEBUG="-all"/' "$POL_USER_ROOT/tmp/debug_$NAME" > "$HOME/.PlayOnLinux/shortcuts/$NAME"
102 #fi
103 exec bash playonlinux-bash "$HOME/.PlayOnLinux/shortcuts/$NAME" "$@"
104 fi
105 else
106 cd "$POLDIR/python"
107 while [ "$POL_PYTHON" != "none" ]; do
108 "$POL_PYTHON" mainwindow.py "$@"
109 exitcode=$?
110 [ $exitcode -eq 0 -o $exitcode -eq 63 ] && break
111
112 # Do we really want this fallback algorithm?
113 search_python
114 done
115 fi
116
117 [ $exitcode -eq 63 ] && exec bash "$POLDIR/playonbsd"
118 exit $exitcode
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 Pâris Quentin
33 # Copyright (C) 2007-2010 PlayOnLinux Team
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 Pâris Quentin
33 # Copyright (C) 2007-2010 PlayOnLinux Team
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 Pâris Quentin
33 # Copyright (C) 2007-2010 PlayOnLinux Team
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2011 Pâris Quentin
33 # Copyright (C) 2007-2010 PlayOnLinux Team
0 #!/bin/bash
0 #!/usr/bin/env bash
11
22 # Copyright (C) 2007-2010 PlayOnLinux Team
33 # Copyright (C) 2011 Pâris Quentin
174174
175175 if(shortname == "wineversion"):
176176 self.addBitmap = wx.Image( Variables.playonlinux_env+"/resources/images/icones/list-add.png", wx.BITMAP_TYPE_ANY).ConvertToBitmap()
177 if(os.environ["POL_OS"] == "Linux"):
177 if(os.environ["POL_OS"] == "Linux" or os.environ["POL_OS"] == "FreeBSD"):
178178 self.general_elements["wineversion_button"] = wx.BitmapButton(self.panelGeneral,601, pos=(527,19+num*40),size=(21,21),bitmap=self.addBitmap)
179179 if(os.environ["POL_OS"] == "Mac"):
180180 self.general_elements["wineversion_button"] = wx.BitmapButton(self.panelGeneral,601, pos=(522,15+num*40),size=(21,21),bitmap=self.addBitmap)
576576 self.AddPage(self.panelMisc, nom)
577577
578578 def assign(self, event):
579 old_version = playonlinux.GetSettings('VERSION',self.s_prefix)
580 if old_version == '':
581 old_version = 'System'
579582 version = self.general_elements["wineversion"].GetValue()
580 if(version != 'System'):
581 playonlinux.SetSettings('VERSION',version,self.s_prefix)
582 else:
583 playonlinux.DeleteSettings('VERSION',self.s_prefix)
583 if version != old_version:
584 if (wx.YES == wx.MessageBox(_("Warning:\n\nAny program still running in this virtual drive will be terminated before Wine version is changed.\nAre you sure you want to continue?"), os.environ["APPLICATION_TITLE"], style = wx.YES_NO | wx.ICON_QUESTION)):
585 self.evt_killall(event)
586 if version != 'System':
587 playonlinux.SetSettings('VERSION',version,self.s_prefix)
588 else:
589 playonlinux.DeleteSettings('VERSION',self.s_prefix)
590 else:
591 version = old_version
592 self.general_elements["wineversion"].SetValue(old_version)
593
584594 def assignPrefix(self, event):
585595 if(wx.YES == wx.MessageBox(_("Be careful!\nIf you change "+self.s_title+"'s virtual drive, you are likekely to break it.\nDo this only if you know what you are doing.\n\nAre you sure you want to continue?"),os.environ["APPLICATION_TITLE"] ,style=wx.YES_NO | wx.ICON_QUESTION)):
586596 drive = self.general_elements["wineprefix"].GetValue()
640650
641651 class MainWindow(wx.Frame):
642652 def __init__(self,parent,id,title,shortcut, isPrefix = False):
643 wx.Frame.__init__(self, parent, -1, title, size = (800, 450), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX)
653 wx.Frame.__init__(self, parent, -1, title, size = (800, 450+Variables.windows_add_size), style = wx.CLOSE_BOX | wx.CAPTION | wx.MINIMIZE_BOX)
644654 self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY))
645655 self.SetTitle(_('{0} configuration').format(os.environ["APPLICATION_TITLE"]))
646656 #self.panelFenp = wx.Panel(self, -1)
668678 self.list_game = wx.TreeCtrl(self.splitter_list, 900, size = wx.DefaultSize, style=wx.TR_HIDE_ROOT)
669679 self.control_game = wx.Panel(self.splitter_list, -1)
670680
671 self.AddPrefix = wx.Button(self.control_game, 1001, _("New"), pos=(0,0),size=(95+10*Variables.windows_add_playonmac,30))
672 self.DelPrefix = wx.Button(self.control_game, 1002, _("Remove"), pos=(100,0), size=(95+10*Variables.windows_add_playonmac,30))
681 if(os.environ["POL_OS"] == "Mac"):
682 self.AddPrefix = wx.Button(self.control_game, 1001, _("New"), pos=(0,-8),size=(93,30))
683 self.DelPrefix = wx.Button(self.control_game, 1002, _("Remove"), pos=(98,-8), size=(93,30))
684 else:
685 self.AddPrefix = wx.Button(self.control_game, 1001, _("New"), pos=(0,0),size=(95,30))
686 self.DelPrefix = wx.Button(self.control_game, 1002, _("Remove"), pos=(100,0), size=(95,30))
673687
674688 wx.EVT_BUTTON(self, 1001, self.NewPrefix)
675689 wx.EVT_BUTTON(self, 1002, self.DeletePrefix)
755769 for dir in dirs:
756770 fullpath = os.path.join(dirname, dir)
757771 # To speed up the process, only modify metadata when necessary
758 attr = os.stat(fullpath)
772 attr = os.lstat(fullpath)
759773 if attr.st_mode & needed_dir_rights != needed_dir_rights:
760774 print "%s rights need fixing" % fullpath
761775 os.chmod(fullpath, needed_dir_rights)
803817 self.onglets.changing_selection = True
804818 if(isPrefix == True):
805819 self.onglets.s_isPrefix = True
806 if(self.current_sel == "default"):
820 try:
821 if(self.current_sel == "default"):
822 self.splitter.Unsplit()
823 self.splitter.SplitVertically(self.splitter_list,self.panelEmpty)
824 self.splitter.SetSashPosition(200)
825 else:
826 self.splitter.Unsplit()
827 self.splitter.SplitVertically(self.splitter_list,self.onglets)
828 self.splitter.SetSashPosition(200)
829 except AttributeError:
807830 self.splitter.Unsplit()
808831 self.splitter.SplitVertically(self.splitter_list,self.panelEmpty)
809 self.splitter.SetSashPosition(200)
810 else:
811 self.splitter.Unsplit()
812 self.splitter.SplitVertically(self.splitter_list,self.onglets)
813832 self.splitter.SetSashPosition(200)
814833 else:
815834 self.splitter.Unsplit()
6363
6464 self.list_software()
6565
66 self.throttling = False
67 self.line_buffer = ""
6668 self.timer = wx.Timer(self, 1)
6769 self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer)
6870 self.AutoReload(self)
135137
136138 def AutoReload(self, event):
137139 if(self.logfile != "" and self.logfile != None):
138 self.j = 0
140 # Max number of lines to display per reload
141 # Would be better if adjusted to effective display capability
142 max_lines = 20
143
144 circular_buffer = [u'' for i in range(max_lines)]
145 index = 0
146 # Did we overwrote lines in the circular buffer?
147 wrapped_buffer = False
148 overwritten_lines = 0
149
139150 while True:
140 self.line = self.logfile.readline()
141 if not self.line:
151 line = self.logfile.readline()
152 if not line:
153 # Reached the current bottom of log, disable throttling
154 # Could mean we never disable it if we're overflowed with logs
155 # from the very beginning
156 self.throttling = True
142157 break
143 else:
144 self.AppendStyledText(self.line)
145 if(self.j > 20):
158
159 # Line buffering
160 self.line_buffer += line
161 if line[-1] != '\n':
146162 break
147 self.j += 1
163 circular_buffer[index] = self.line_buffer
164 self.line_buffer = ""
165
166 index += 1
167 if wrapped_buffer:
168 overwritten_lines += 1
169
170 # Buffer wrapping
171 if index >= max_lines:
172 if not self.throttling:
173 break
174 index = 0
175 wrapped_buffer = True
176
177 if wrapped_buffer:
178 if overwritten_lines > 0:
179 self.AppendStyledText("...skipped %d line(s)...\n" % overwritten_lines)
180 for k in range(index, max_lines):
181 self.AppendStyledText(circular_buffer[k])
182 for k in range(0, index):
183 self.AppendStyledText(circular_buffer[k])
148184
149185 def analyseLog(self, event):
150186 parent = self.list_game.GetItemText(self.list_game.GetItemParent(self.list_game.GetSelection()))
157193
158194 def analyseReal(self, parent, selection):
159195 self.ShowLogFile()
196 self.throttling = False
197 self.line_buffer = ""
160198 self.log_reader.Clear()
161199 try:
162200 if(parent == 0):
206206 object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_free_presentation(object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[2])
207207
208208 if(object.SetupWindowTimer_action[0] == 'POL_SetupWindow_textbox'):
209 if(len(object.SetupWindowTimer_action) == 5):
210 object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_textbox(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4])
209 if(len(object.SetupWindowTimer_action) == 6):
210 object.windowList[object.SetupWindowTimer_action[1]].POL_SetupWindow_textbox(object.SetupWindowTimer_action[2],object.SetupWindowTimer_action[3],object.SetupWindowTimer_action[4],object.SetupWindowTimer_action[5])
211211
212212 if(object.SetupWindowTimer_action[0] == 'POL_Debug'):
213213 if(len(object.SetupWindowTimer_action) == 5):
7171 self.small_x = 520 - self.small_image.GetWidth()
7272
7373 if(Arg2 == "None"):
74 if(os.environ["POL_OS"] == "Linux"):
74 if(os.environ["POL_OS"] != "Mac"):
7575 self.big_image = wx.Bitmap(Variables.playonlinux_env+"/resources/images/setups/default/playonlinux.jpg")
7676 else:
7777 self.big_image = wx.Bitmap(Variables.playonlinux_env+"/resources/images/setups/default/playonmac.jpg")
135135 # Buttons
136136
137137
138 if(os.environ["POL_OS"] == "Linux"):
138 if(os.environ["POL_OS"] != "Mac"):
139139 self.CancelButton = wx.Button(self.footer, wx.ID_CANCEL, _("Cancel"), pos=(430,0),size=(85,37))
140140 self.NextButton = wx.Button(self.footer, wx.ID_FORWARD, _("Next"), pos=(340,0),size=(85,37))
141141 else:
152152 self.InfoScript.Bind(wx.EVT_LEFT_DOWN, self.InfoClick)
153153 self.InfoScript.SetCursor(wx.StockCursor(wx.CURSOR_HAND))
154154
155 self.NoButton = wx.Button(self.footer, wx.ID_NO, _("No"), pos=(430,0),size=(85,37))
156 self.YesButton = wx.Button(self.footer, wx.ID_YES, _("Yes"), pos=(340,0), size=(85,37))
155 if(os.environ["POL_OS"] != "Mac"):
156 self.NoButton = wx.Button(self.footer, wx.ID_NO, _("No"), pos=(430,0),size=(85,37))
157 self.YesButton = wx.Button(self.footer, wx.ID_YES, _("Yes"), pos=(340,0), size=(85,37))
158 else:
159 self.NoButton = wx.Button(self.footer, wx.ID_NO, _("No"), pos=(420,-3),size=(85,37))
160 self.YesButton = wx.Button(self.footer, wx.ID_YES, _("Yes"), pos=(330,-3), size=(85,37))
161
157162 self.browse = wx.Button(self.panel, 103, _("Browse"), size=(130,40))
158163 self.browse_text = wx.StaticText(self.panel, -1, "")
159164 self.browse_image = wx.StaticBitmap(self.panel, -1, wx.Bitmap(os.environ['PLAYONLINUX']+"/etc/playonlinux.png"))
275280 ## If the setup window is downloading a file, it is a good occasion to update the progresbar
276281 if(self.Timer_downloading == True):
277282 if(self.downloader.taille_bloc != 0):
278 self.nb_blocs_max = self.downloader.taille_fichier / self.downloader.taille_bloc
279 self.gauge.SetRange(self.nb_blocs_max)
280 self.gauge.SetValue(self.downloader.nb_blocs)
281
282 self.tailleFichierB = float(self.downloader.taille_fichier / 1048576.0)
283 self.octetsLoadedB = float((self.downloader.nb_blocs * self.downloader.taille_bloc) / 1048576.0)
284 self.octetsLoadedN = round(self.octetsLoadedB, 1)
285 self.tailleFichierN = round(self.tailleFichierB, 1)
286
287 self.estimation_txt = str(self.octetsLoadedN) + " "+_("of")+" " + str(self.tailleFichierN) + " "+_("MB downloaded")
288 self.txtEstimation.SetLabel(self.estimation_txt)
283 downloaded = self.downloader.nb_blocs * self.downloader.taille_bloc
284 octetsLoadedB = downloaded / 1048576.0
285 octetsLoadedN = str(round(octetsLoadedB, 1))
286
287 # may be -1 on older FTP servers which do not return a file size in response to a retrieval request
288 if self.downloader.taille_fichier >= 0:
289 self.gauge.SetRange(self.downloader.taille_fichier)
290
291 try:
292 self.gauge.SetValue(downloaded)
293 except wx._core.PyAssertionError:
294 pass
295
296 tailleFichierB = self.downloader.taille_fichier / 1048576.0
297 tailleFichierN = str(round(tailleFichierB, 1))
298 else:
299 tailleFichierN = "?"
300
301 estimation_txt = octetsLoadedN + " "+_("of")+" " + tailleFichierN + " "+_("MB downloaded")
302 self.txtEstimation.SetLabel(estimation_txt)
289303
290304 if(self.downloader.finished == True):
291305 if(self.downloader.failed == True):
338352 os.system("xdg-open "+url+" &")
339353
340354
341 def POL_SetupWindow_textbox(self, message, title, value):
355 def POL_SetupWindow_textbox(self, message, title, value, maxlength=0):
356 try:
357 maxlength = int(maxlength)
358 except ValueError:
359 maxlength = 0
360
342361 self.Destroy_all()
343362 self.DrawDefault(message, title)
344363
345364 self.space = message.count("\\n")+1
346365
347366 self.champ.SetPosition((20,85+self.space*16))
367 self.champ.SetMaxLength(maxlength if maxlength > 0 else 0)
348368 self.champ.SetValue(value)
349369 self.champ.Show()
350370
230230 self.image_position = (738-160,346-71)
231231 self.new_size = (196,218-4)
232232 self.search_offset = 3
233 if(os.environ["POL_OS"] == "Linux"):
233 else:
234234 self.image_position = (740-160,348-71)
235235 self.new_size = (200,222-4)
236236 self.search_offset = 5
279279 #self.content = wx.TextCtrl(self.panelItems, 107, pos=(220,301), size=(562,212), style = wx.TE_MULTILINE | wx.TE_RICH2 | wx.CB_READONLY | Variables.widget_borders)
280280 self.content = PyClickableHtmlWindow(self.panelItems, 107, style=Variables.widget_borders, pos=(580,113-71), size=(200,218))
281281
282 if(os.environ["POL_OS"] == "Linux"):
282 if(os.environ["POL_OS"] != "Mac"):
283283 self.button = wx.Button(self.panelItems, wx.ID_CLOSE, _("Cancel"), pos=(736-160, 510-71), size=(100,35))
284284 self.install_button = wx.Button(self.panelItems, wx.ID_APPLY, _("Install"), pos=(843-160, 510-71), size=(100,35))
285285 self.update_button = wx.Button(self.panelItems, wx.ID_REFRESH, _("Refresh"), pos=(630-160, 510-71), size=(100,35))
535535
536536 if(show == True):
537537 self.icon_look_for = Variables.playonlinux_rep+"/configurations/icones/"+appname
538 if(os.path.exists(self.icon_look_for)):
538 if(os.path.exists(self.icon_look_for.encode('utf-8','ignore'))):
539539 try:
540 self.imagesapps.Add(wx.Bitmap(self.icon_look_for))
540 bitmap = wx.Image(self.icon_look_for)
541 bitmap.Rescale(22,22,wx.IMAGE_QUALITY_HIGH)
542 bitmap = bitmap.ConvertToBitmap()
543 self.imagesapps.Add(bitmap)
541544 except:
542545 pass
543546 else:
544547 self.imagesapps.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux22.png"))
545 itemId = self.list_apps.AppendItem(self.root_apps, appname, self.i)
548 itemId = self.list_apps.AppendItem(self.root_apps, appname.encode('utf-8','ignore'), self.i)
546549 if testing == 1:
547550 # (255,255,214) is web site color for beta, but it's not very visible next to plain white,
548551 # and red is the color of danger
+0
-427
python/irc.py less more
0 #!/usr/bin/env python
1 # -*- coding: utf-8 -*-
2
3 # Copyright (C) 2009 Pâris Quentin
4 # Copyright (C) 2007-2010 PlayOnLinux Team
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License along
17 # with this program; if not, write to the Free Software Foundation, Inc.,
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
20 import os, sys, string, shutil
21 import wx, time
22 #from subprocess import Popen,PIPE
23
24 import wine_versions
25 import lib.playonlinux as playonlinux
26 import lib.wine as wine
27 import lib.Variables as Variables
28 import lib.lng as lng
29 import lib.irc as irc
30 from wx.lib.ClickableHtmlWindow import PyClickableHtmlWindow
31
32 class Onglets(wx.Notebook):
33 # Classe dérivée du wx.Notebook
34 def __init__(self, parent):
35 self.notebook = wx.Notebook.__init__(self, parent, -1)
36
37 def getSettings(self): # Faudra revoir ça dans une future version
38 irc_settings = {}
39
40 if(os.environ["POL_OS"] == "Linux"):
41 irc_settings['NICKNAME'] = os.environ["USER"]+"-pol"
42 else:
43 irc_settings['NICKNAME'] = os.environ["USER"]+"-pom"
44
45 irc_settings['AUTOCONNECT'] = "0"
46 irc_settings['ALERT'] = "0"
47 irc_settings["PLAYSOUND"] = "1"
48 if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/irc")):
49 ircfile = open(Variables.playonlinux_rep+"/configurations/options/irc","r").readlines()
50 self.i = 0
51
52 while(self.i < len(ircfile)):
53 line_parsed = string.split(ircfile[self.i].replace("\n","").replace("\r",""),"=")
54 irc_settings[line_parsed[0]] = line_parsed[1]
55 self.i += 1
56 return irc_settings
57
58 def selectChanByText(self, text):
59 self.item = self.root_window
60
61 self.ij = 0
62 self.texte = None
63 while(self.texte != text):
64 if(self.ij >= len(irc.chans)):
65 return self.window.GetLastChild(self.root_window)
66
67 self.item = self.window.GetNextVisible(self.item)
68 self.texte = self.window.GetItemText(self.item)
69 self.ij += 1
70
71
72 return self.item
73
74 def OpenWindow(self):
75 #if(nom.lower() not in irc.chans and not "@" in nom and nom != "freenode-connect"):
76 #self.old_selection = self.window.GetItemText(self.window.GetSelection())
77 self.window.DeleteAllItems()
78 self.root_window = self.window.AddRoot("")
79 self.i = 0
80 while(self.i < len(irc.chans)):
81 nom = irc.chans[self.i].lower()
82 if("." not in nom and nom != "freenode-connect"):
83 if("#" in nom):
84 self.window.AppendItem(self.root_window, nom, 0)
85 else:
86 if(nom.lower() == "nickserv" or nom.lower() == "chanserv" or nom.lower() == "botserv"):
87 self.window.AppendItem(self.root_window, nom, 2)
88 else:
89 if(nom.lower() == "playonlinux"):
90 self.window.AppendItem(self.root_window, nom, 3)
91 else:
92 self.window.AppendItem(self.root_window, nom, 1)
93 #if(self.i == 0):
94 #self.window.SelectItem(self.window.GetLastChild(self.root_window))
95 self.i += 1
96 #item = self.selectChanByText(self.old_selection)
97 #self.window.SelectItem(item)
98 #irc.open_window.append(nom.lower())
99
100 def selectWindow(self, name):
101 item = self.selectChanByText(name)
102 self.window.SelectItem(item)
103
104 def AjouteIRC(self, nom):
105 self.panel = wx.Panel(self, -1)
106 self.panels_button = wx.Panel(self.panel, -1)
107 self.panels_main = wx.Panel(self.panel, -1)
108 self.panels_connexion = wx.Panel(self.panel, -1)
109 #self.content = wx.TextCtrl(self.panel, 107, pos=(0,20), size=(500,300), style = wx.TE_MULTILINE | wx.TE_RICH2 | wx.CB_READONLY | wx.RAISED_BORDER)
110
111 self.content = PyClickableHtmlWindow(self.panels_main, -1, style=wx.RAISED_BORDER)
112 self.buddy = wx.TreeCtrl(self.panels_main, 126, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|wx.RAISED_BORDER)
113 self.buddy.SetSpacing(0);
114
115 self.window = wx.TreeCtrl(self.panels_main, 127, style=wx.TR_HIDE_ROOT|wx.TR_FULL_ROW_HIGHLIGHT|wx.RAISED_BORDER)
116 #self.root_window = self.window.AddRoot("")
117 self.window.SetSpacing(0);
118
119 self.buddy_images = wx.ImageList(16, 16)
120 self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/star.png"));
121 self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/h-star.png"));
122 self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png"));
123 self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/spacer16.png"));
124 self.buddy_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/install/star.png"));
125 self.buddy.SetImageList(self.buddy_images)
126
127 self.window_images = wx.ImageList(16,16)
128 self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-group-chat.png"));
129 self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/system-users.png"));
130 self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/applications-system.png"));
131 self.window_images.Add(wx.Bitmap(Variables.playonlinux_env+"/etc/playonlinux16.png"));
132 self.window.SetImageList(self.window_images)
133
134 self.buddy.SetSpacing(0);
135 self.field = wx.TextCtrl(self.panels_button, 121, style = wx.TE_MULTILINE)
136 self.button = wx.Button(self.panels_button, 122, _("Send"))
137 self.connect = wx.Button(self.panels_connexion, 123, _("Connect"), pos=(0,0), size=(150,28))
138 self.disconnect = wx.Button(self.panels_connexion, 124, _("Disconnect"), pos=(0,0), size=(150,28))
139 self.close = wx.Button(self.panels_connexion, 128, _("Leave"), pos=(155,0), size=(150,28))
140 #self.close = wx.BitmapButton(self.panels_connexion, 128, wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wineserver.png"), pos=(630,0))
141 self.settings = self.getSettings()
142 self.nickname = wx.TextCtrl(self.panels_connexion, 125, self.settings["NICKNAME"], size=(300,25), pos=(330,2))
143 #self.channel_choices = ["#playonlinux-fr","#playonlinux-en","#playonlinux-it","#playonlinux-ru","#playonlinux-pl","#playonlinux-hu","#playonlinux-es"]
144 #self.channel_choices.sort()
145 #self.channel = wx.ComboBox(self.panels_connexion, 130, _("Join a channel"), size=(190,28), pos=(510,0), choices=self.channel_choices)
146 self.close.Enable(False)
147 self.sizer = wx.BoxSizer(wx.VERTICAL)
148 self.sizerInputs = wx.BoxSizer(wx.HORIZONTAL)
149 self.sizerMain = wx.BoxSizer(wx.HORIZONTAL)
150
151 self.sizer.Add(self.panels_connexion, 3, wx.EXPAND|wx.ALL, 2)
152 self.sizer.Add(self.panels_main, 36, wx.EXPAND|wx.ALL, 2)
153 self.sizer.Add(self.panels_button, 4, wx.EXPAND|wx.ALL, 2)
154
155 self.sizerInputs.Add(self.field, 14, wx.EXPAND|wx.ALL, 2)
156 self.sizerInputs.Add(self.button, 4, wx.EXPAND|wx.ALL, 2)
157
158 self.sizerMain.Add(self.window, 4, wx.EXPAND|wx.ALL, 2)
159 self.sizerMain.Add(self.content, 10, wx.EXPAND|wx.ALL, 2)
160 self.sizerMain.Add(self.buddy, 4, wx.EXPAND|wx.ALL, 2)
161
162 self.panel.SetSizer(self.sizer)
163 self.panels_button.SetSizer(self.sizerInputs)
164 self.panels_main.SetSizer(self.sizerMain)
165 self.panel.SetAutoLayout(True)
166
167 self.AddPage(self.panel, nom)
168 self.field.Bind(wx.EVT_KEY_UP, self.EventKey)
169 self.nickname.Bind(wx.EVT_KEY_UP, self.NicknameKey)
170 #self.channel.Bind(wx.EVT_KEY_UP, self.EventChannel)
171
172 wx.EVT_COMBOBOX(self, 130, self.JoinChan)
173 wx.EVT_BUTTON(self, 122, self.EventButton)
174 wx.EVT_BUTTON(self, 123, self.EventStart)
175 wx.EVT_BUTTON(self, 124, self.EventStop)
176 wx.EVT_BUTTON(self, 128, self.EventClose)
177 wx.EVT_TREE_ITEM_ACTIVATED(self, 126, self.AddNick)
178 #wx.EVT_TREE_ITEM_ACTIVATED(self, 127, self.filtrer)
179 #self.disconnect.Enable(False)
180 #self.EventStart(self)
181
182 def AddNick(self, event):
183 self.buddy_txt = self.buddy.GetItemText(self.buddy.GetSelection()).encode("utf-8","replace")
184 irc.join(self.buddy_txt)
185 #if(self.buddy_txt not in irc.chans):
186
187 #self.field.SetValue("/msg "+self.buddy_txt+" ")
188 #self.OpenWindow(self.buddy_txt)
189
190 def SendMessage(self):
191 self.chars = self.field.GetValue().replace('\n','').encode("utf-8","replace")
192 if(self.chars):
193 self.field.Clear()
194 irc.SendMSG(self.chars)
195 else:
196 self.field.Clear()
197
198 def EventClose(self, event):
199 #index = irc.get_index(self.window.GetItemText(self.window.GetSelection()).lower()):
200 #print index
201
202 #del irc.messages[index]
203 #del irc.names[index]
204 #del irc.endnames[index]
205 #del irc.chans[index]
206 irc.leave_chan(self.window.GetItemText(self.window.GetSelection()).lower())
207
208 self.window.Delete(self.window.GetSelection())
209 #self.close.Enable(False)
210
211 def EventStart(self, event):
212 irc.Nick = self.nickname.GetValue().encode("utf-8","replace")
213 irc.Connexion()
214
215 def EventChannel(self, event):
216 if(event.GetKeyCode() == wx.WXK_RETURN):
217 self.JoinChan(self)
218
219 event.Skip()
220
221 def JoinChan(self, event):
222 my_chan = self.channel.GetValue()
223 if(my_chan[0] == "#"):
224 if(irc.ircconnected == True):
225 irc.join(my_chan)
226 self.channel.SetValue(_("Join a channel"))
227 def EventStop(self, event):
228 irc.stop()
229
230 def EventButton(self, event):
231 self.SendMessage()
232
233 def EventKey(self, event):
234 if(event.GetKeyCode() == wx.WXK_RETURN):
235 self.SendMessage()
236
237 event.Skip()
238
239 def NicknameKey(self, event):
240 if(event.GetKeyCode() == wx.WXK_RETURN):
241 if(irc.ircconnected == True):
242 irc.ChangeNick(self.nickname.GetValue().encode("utf-8","replace"))
243 else:
244 irc.Connexion()
245 event.Skip()
246
247
248 class IrcClient(wx.Frame):
249 def __init__(self,parent,title=""):
250 wx.Frame.__init__(self, parent, -1, title, size = (700, 500))
251
252 self.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY))
253 self.timer = wx.Timer(self, 1)
254 self.onglets = Onglets(self)
255 #self.onglets.hide()
256 self.onglets.AjouteIRC(_("Messenger"))
257 self.oldreload = ""
258 self.oldimg = ""
259 self.names = ["~"]
260 self.messages = ["~"]
261 self.chans = ["~"]
262 self.already_connected = False
263 self.settings = irc.getSettings()
264 self.resized = False
265 #self.settings["AUTOCONNECT"] = "TRUE"
266 #Timer, regarde toute les secondes si il faut actualiser la liste
267 self.Bind(wx.EVT_TIMER, self.AutoReload, self.timer)
268 wx.EVT_CLOSE(self, self.CloseIRC)
269 self.timer.Start(200)
270
271 def CloseIRC(self, event):
272 if(not irc.ircconnected or wx.YES == wx.MessageBox(_('If you close this window, you cannot read further replies. Are you sure that you want to close it?').format(os.environ["APPLICATION_TITLE"]).decode("utf-8","replace"), os.environ["APPLICATION_TITLE"] ,style=wx.YES_NO | wx.ICON_QUESTION)):
273 self.onglets.EventStop(self)
274 self.Destroy()
275
276 def change_irc_window(self, event):
277 #self.irc_user_list(self)
278 self.html_reload(self)
279 #print self.onglets.window.GetItemText(self.onglets.window.GetSelection())
280
281 def irc_key(self, item):
282 if(item[0] == "~"):
283 return ("A")
284 else:
285 if(item[0] == "@" or item[0] == "&"):
286 return ("B")
287 else :
288 if(item[0] == "%"):
289 return ("C")
290 else:
291 if(item[0] == "+"):
292 return ("D")
293 else:
294 return string.lower(item[0])
295
296 def html_reload(self, event):
297 #print("Refresh html")
298 self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace")
299 irc.selected_window = self.window_txt
300 self.chat_content = ""
301 # On regarde quelle liste on va prendre
302 id_liste = irc.get_index(self.window_txt)
303 # On ajoute tout
304 self.i = 0
305 if(len(irc.messages[id_liste]) >= 300):
306 del irc.messages[id_liste][0]
307
308 while(self.i < len(irc.messages[id_liste])):
309 if(self.i != 0):
310 self.chat_content += "\n<br />"
311 self.chat_content += irc.messages[id_liste][self.i]
312 self.i += 1
313 self.onglets.content.SetPage("<html><head></head><body><p align='left'>"+self.chat_content+"</p></body></html>")
314 self.onglets.content.Scroll(0,len(irc.messages[id_liste])*2)
315
316 def html_reload_status(self, event):
317 self.chat_content = ""
318 # On regarde quelle liste on va prendre
319 self.i = 0
320 if(len(irc.status_messages) >= 300):
321 del irc.status_messages[0]
322
323 while(self.i < len(irc.status_messages)):
324 self.chat_content += irc.status_messages[self.i]+"<br />\n"
325 self.i += 1
326 self.onglets.content.SetPage("<html><head></head><body><p align='left'>"+self.chat_content+"</p></body></html>")
327 self.onglets.content.Scroll(0,len(irc.status_messages)*2)
328
329 def irc_user_list(self, event):
330 self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace").lower()
331
332 irc.selected_window = self.window_txt
333 # On casse tout
334 self.onglets.buddy.DeleteAllItems()
335 self.buddy_root = self.onglets.buddy.AddRoot("")
336 # On regarde quelle liste on va prendre
337 id_liste = irc.get_index(self.window_txt)
338 # On ajoute tout
339 self.user_i = 0
340 while(self.user_i < len(irc.names[id_liste])):
341 num = 3
342 irc.names[id_liste].sort(key=self.irc_key)
343 if("@" in irc.names[id_liste][self.user_i] or "&" in irc.names[id_liste][self.user_i]):
344 num = 0
345 if("~" in irc.names[id_liste][self.user_i]):
346 num = 4
347 if("%" in irc.names[id_liste][self.user_i]):
348 num = 1
349 if("+" in irc.names[id_liste][self.user_i]):
350 num = 2
351 self.onglets.buddy.AppendItem(self.buddy_root, irc.names[id_liste][self.user_i].replace("&","").replace("~","").replace("%","").replace("+","").replace("@",""), num)
352 html_hex = irc.GenColor(irc.names[id_liste][self.user_i].replace("&","").replace("~","").replace("%","").replace("+","").replace("@",""))
353 self.couleur = [pow(int(html_hex[2],16),2),pow(int(html_hex[3],16),2),pow(int(html_hex[4],16),2)]
354 self.onglets.buddy.SetItemTextColour(self.onglets.buddy.GetLastChild(self.buddy_root), wx.Colour(int(self.couleur[0]),int(self.couleur[1]),int(self.couleur[2])))
355 self.user_i += 1
356 #wx.Yield()
357
358 def AutoReload(self, event):
359 if(self.resized == False): # wx 2.9 resizing probem
360 self.SetSize((800,500))
361 self.resized = True
362
363 self.new_string = irc.string_to_write
364 if(irc.ircconnected == True):
365 if(self.chans != irc.chans):
366 self.onglets.OpenWindow()
367 self.chans = irc.chans[:]
368 #print "Refresh"
369 #else :
370 #print str(self.chans)+" --- "+str(irc.chans)
371
372 self.window_txt = self.onglets.window.GetItemText(self.onglets.window.GetSelection()).encode("utf-8","replace").lower()
373
374 if(len(self.window_txt) > 0):
375 id_liste = irc.get_index(self.window_txt)
376 if(self.window_txt[0] == "#"):
377 #print self.names
378 if(irc.names[id_liste] != self.names):
379 self.irc_user_list(self)
380 self.names = irc.names[id_liste][:]
381
382 #if(len(irc.messages) > id_liste+1):
383
384 if(irc.messages[id_liste] != self.messages):
385 self.html_reload(self)
386 self.messages = irc.messages[id_liste][:]
387
388 if(irc.select_window != ""):
389 self.onglets.selectWindow(irc.select_window)
390 irc.select_window = ""
391
392 if(self.onglets.window.GetItemText(self.onglets.window.GetSelection()) != irc.selected_window):
393 irc.selected_window = self.onglets.window.GetItemText(self.onglets.window.GetSelection())
394
395 if(irc.selected_window == "#playonlinux" or irc.selected_window == ""):
396 self.onglets.close.Enable(False)
397 else:
398 self.onglets.close.Enable(True)
399
400
401 self.onglets.connect.Hide()
402 self.onglets.disconnect.Show()
403 if(len(self.chans) == 0):
404 if(irc.status_messages != self.messages):
405 self.html_reload_status(self)
406 self.messages = irc.status_messages[:]
407 else:
408 if(irc.status_messages != self.messages):
409 self.html_reload_status(self)
410 self.messages = irc.status_messages[:]
411
412 self.onglets.buddy.DeleteAllItems()
413 self.onglets.window.DeleteAllItems()
414 self.onglets.connect.Show()
415 self.onglets.disconnect.Hide()
416 if(self.settings["AUTOCONNECT"] == "1"):
417 if(self.already_connected == False):
418 irc.Nick = self.onglets.nickname.GetValue().encode("utf-8","replace")
419 irc.connect()
420 self.already_connected = True;
421
422
423
424
425
426 irc = irc.IRCClient()
1515 os.environ["POL_PORT"] = "0"
1616 os.environ["PLAYONLINUX"] = os.path.realpath(os.path.realpath(__file__)+"/../../../")
1717 os.environ["SITE"] = "http://repository.playonlinux.com"
18 os.environ["VERSION"] = "4.2.2"
18 os.environ["VERSION"] = "4.2.3"
1919 os.environ["POL_ID"] = str(random.randint(1,100000000))
2020 os.environ["WINE_SITE"] = "http://www.playonlinux.com/wine/binaries"
2121 os.environ["GECKO_SITE"] = "http://www.playonlinux.com/wine/gecko"
5353 else:
5454 os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q"
5555
56 if (os.environ["POL_OS"] == "FreeBSD"):
57 os.environ["REPERTOIRE"] = os.environ["HOME"]+"/.PlayOnBSD/"
58 os.environ["APPLICATION_TITLE"] = "PlayOnBSD"
59 os.environ["POL_DNS"] = "playonlinux.com"
60 windows_add_size = 0;
61 windows_add_playonmac = 0;
62 widget_borders = wx.RAISED_BORDER
63 os_name = "freebsd"
64 if not os.path.exists("/proc/net/if_inet6"):
65 os.environ["POL_WGET"] = "wget -q"
66 else:
67 os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q"
68
69
5670 os.environ["POL_CURL"] = "curl"
5771
5872 archi = string.split(os.environ["MACHTYPE"],"-")
97111 os.environ["DYLD_LIBRARY_PATH"] = os.environ["PLAYONLINUX"]+"/../unix/tools/lib/dyld:" + os.environ["PLAYONLINUX"]+"/../unix/image_magick/lib:"+ os.environ["DYLD_LIBRARY_PATH"]
98112 else:
99113 # Debian maintainer decided for some reason not to let wineserver binary into PATH...
100 for winepath in ('/usr/lib/wine', '/usr/lib/wine-unstable', \
101 '/usr/lib/i386-linux-gnu/wine', '/usr/lib/i386-linux-gnu/wine-unstable', \
102 '/usr/lib32/wine', '/usr/lib32/wine-unstable'):
114 for winepath in ('/usr/lib/i386-linux-gnu/wine/bin', '/usr/lib/i386-linux-gnu/wine-unstable/bin', \
115 '/usr/lib32/wine', '/usr/lib32/wine-unstable', \
116 '/usr/lib/wine', '/usr/lib/wine-unstable'):
103117 if os.path.exists('%s/wineserver' % (winepath,)):
104118 os.environ["PATH"] += ':%s' % (winepath,)
105119 break
106120
107121 os.environ["PATH_ORIGIN"] = os.environ["PATH"]
108122 os.environ["LD_PATH_ORIGIN"] = os.environ["LD_LIBRARY_PATH"]
123 try:
124 os.environ["LD_32_PATH_ORIGIN"] = os.environ["LD_32_LIBRARY_PATH"]
125 except KeyError:
126 os.environ["LD_32_PATH_ORIGIN"] = ""
127
109128 os.environ["DYLDPATH_ORIGIN"] = os.environ["DYLD_LIBRARY_PATH"]
110129
111130 playonlinux_env = os.environ["PLAYONLINUX"]
+0
-583
python/lib/irc.py less more
0 #!/usr/bin/python
1 # -*- coding:Utf-8 -*-
2 import threading
3 import Variables
4 import time
5 import socket
6 import string
7 import os, math
8 import wx
9 import re
10 global allowed_people
11 global refused_people
12 allowed_people = []
13 refused_people = []
14 class IRCClient(threading.Thread):
15 string_to_write = ""
16 def __init__(self):
17 threading.Thread.__init__(self)
18 # https://www.freenode.net/irc_servers.shtml
19 self.serveur = "chat.freenode.net"
20 self.port = 6667
21 self.Nick = Variables.current_user+"-pol"
22 self.chanAutoJoin = "#playonlinux"
23 self.start()
24 self.freenode_tried = False
25
26 def get_list(self, chan):
27 if(self.ircconnected == True):
28 self.connexion.send('NAMES '+chan+'\r\n')
29
30 def htmlspecialchars(self, string):
31 self.string = string.replace("<","&lt;")
32 self.string = self.string.replace(">","&gt;")
33 return self.string
34
35 def _vivify(self, matchobj):
36 url = matchobj.group(1)
37 return "<A href=\"%s\">%s</A>" % (url, url)
38
39 def urlvivify(self, string):
40 return re.sub(r'((?:[fF][tT][pP]://|[hH][tT][tT][pP][sS]?://|[nN][eE][wW][sS]://)[-a-zA-Z0-9._/%?=&#]*)', self._vivify, string, 0)
41
42 def connect(self): # Se connecte au serveur IRC
43 if(self.ircconnected == False):
44 self.status_messages.append(self.html_convert(None, "Connecting ...","#AA0000","#AA0000",True))
45 try:
46 self.connexion = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
47 self.connexion.connect((self.serveur, self.port))
48 self.ircconnected = True
49 self.connexion.send('NICK' + ' ' + self.Nick + '\r\n')
50 self.realname = os.environ["APPLICATION_TITLE"]+" Client "+os.environ["VERSION"]
51 self.connexion.send('USER' + ' PlayOnLinux ' + self.Nick + ' ' + self.serveur + ' :' + self.realname + '\r\n')
52 except:
53 self.status_messages.append(self.html_convert(None, "Error! Unable to connect. Check your internet connexion and try again.","#AA0000","#AA0000",True))
54 self.stop()
55 else:
56 self.status_messages.append(self.html_convert(None, "You are in offline-mode","#AA0000","#AA0000",True))
57
58
59 def getSettings(self):
60 irc_settings = {}
61
62 irc_settings['NICKNAME'] = os.environ["USER"]+"-pol"
63 irc_settings['AUTOCONNECT'] = "0"
64 irc_settings['ALERT'] = "0"
65 irc_settings["PLAYSOUND"] = "1"
66 if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/irc")):
67 ircfile = open(Variables.playonlinux_rep+"/configurations/options/irc","r").readlines()
68 self.i = 0
69
70 while(self.i < len(ircfile)):
71 line_parsed = string.split(ircfile[self.i].replace("\n","").replace("\r",""),"=")
72 irc_settings[line_parsed[0]] = line_parsed[1]
73 self.i += 1
74 return irc_settings
75
76 def getNick(self, chaine):
77 self.nickname = string.split(chaine, "!")
78 self.nickname = self.nickname[0]
79 self.nickname = self.nickname[1:len(self.nickname)]
80 return self.nickname
81
82 def ChangeNick(self, nick):
83 if(self.ircconnected == True):
84 self.connexion.send("NICK :"+nick+"\r\n")
85 self.Nick = nick
86
87
88 def GenColor(self, pseudo):
89 self.colors = ["000","F00","00F","080","008","010","02E","02F","D60","D80","DA0","E00","E40","E50","E70","E80","F24","F42","777"
90 "06F","090","0A0","0AD","0C0","0F0","0CF","150","209","21F","D11","D12","D13","D20","D40","EA0","F27","F43","666"
91 "280","29E","300","30F","32F","34F","36F","470","560","5A0","5AF","5F0","64F","750","800","850","F28","F44","999"
92 "A90","A80","A00","A0F","A1E","A1C","A08","A70","C40","C30","C60","C80","CA0","D10","EC0","EC1","F29","F45","222"
93 "EC2","EC3","ED1","ED0","ED3","F10","F11","F12","F13","F14","F20","F21","F22","F23","F24","F26","F41","090",
94 "F91","F92","F93","F94","F95","F96","F97","F98","F99","F9A","F9A","F9C","F9D","F9E","F9F","0A0","0A1","0A2",
95 "0D0","0D1","0D2","0D3","0D4","0D5","0D6","0D7","0D8","0D9","0DA","0DA","0DC","0DD","0DE","0DF","FE0","FE1",
96 "FE2","FD0","FD1","FD2","160","161","162","163","164","165","166","170","171","173","174","175","176","#AAA"]
97 #self.colors.sort()
98 self.colors.reverse()
99
100 i = 0
101 somme = 0
102 max = 0
103 while(i < len(pseudo)):
104 i += 1
105 somme += ord(pseudo[i - 1])*i
106 max += 127*i
107
108
109
110 num=math.cos(somme * len(self.colors) / max) * len(self.colors)
111 num=int(num)
112 #print num
113 return "0x"+self.colors[num]
114
115 def smile(self, string):
116 self.newstring = string
117 self.newstring = self.newstring.replace("O:-)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-angel.png'>")
118 self.newstring = self.newstring.replace(":-)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-smile.png'>")
119 self.newstring = self.newstring.replace(":)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-smile.png'>")
120 self.newstring = self.newstring.replace(":-(","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-sad.png'>")
121 self.newstring = self.newstring.replace(":(","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-sad.png'>")
122 self.newstring = self.newstring.replace(":'(","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-crying.png'>")
123 self.newstring = self.newstring.replace("(6)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-devilish.png'>")
124 self.newstring = self.newstring.replace("8-)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-glasses.png'>")
125 self.newstring = self.newstring.replace(":-O","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-surprise.png'>")
126 self.newstring = self.newstring.replace(":-D","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-grin.png'>")
127 self.newstring = self.newstring.replace(":D","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-grin.png'> ")
128 self.newstring = self.newstring.replace(":-*","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-kiss.png'>")
129 self.newstring = self.newstring.replace("(monkey)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-monkey.png'>")
130 self.newstring = self.newstring.replace(":-|","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-plain.png'>")
131 self.newstring = self.newstring.replace(":|","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-plain.png'> ")
132 self.newstring = self.newstring.replace(";-)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-wink.png'> ")
133 self.newstring = self.newstring.replace(";)","<img src='"+Variables.playonlinux_env+"/resources/images/emotes/face-wink.png'> ")
134 return self.newstring
135
136 def playsound(self):
137 settings = self.getSettings()
138 if(settings["PLAYSOUND"] == "1"):
139 #os.system("playsound "+Variables.playonlinux_env+"/etc/snd/snd.wav & 2> /dev/null > /dev/null")
140 sound = wx.Sound(Variables.playonlinux_env+"/resources/sounds/irc.wav")
141 sound.Play(wx.SOUND_SYNC)
142
143 def join(self, chan):
144 if(chan.lower() not in self.chans and self.ircconnected == True):
145 if(chan[0] == "#"):
146 self.connexion.send("JOIN :"+chan+"\r\n")
147 self.chans.append(chan.lower())
148 self.endnames.append(False)
149 self.names.append([])
150 self.messages.append([])
151
152 self.select_window = chan.lower()
153
154 #self.open_window.append(chan.lower())
155 #self.get_list(chan)
156
157 def leave_chan(self, chan):
158 if(chan.lower() in self.chans and self.ircconnected == True):
159 index = self.get_index(chan)
160 if(chan[0] == "#"):
161 self.connexion.send("PART :"+chan+"\r\n")
162
163 del self.messages[index]
164 del self.names[index]
165 del self.endnames[index]
166 del self.chans[index]
167 self.select_window = self.chanAutoJoin
168
169 def html_convert(self, pseudo, message, pseudocolor='#000000', messagecolor='#000000', action = False):
170 tps = time.strftime("%H:%M:%S")
171 message = message.replace(" "," &nbsp;")
172 message = message.replace("\x1f","")
173 message = message.replace("\x02","")
174 message = self.htmlspecialchars(message)
175 message = self.urlvivify(message)
176 message = self.smile(message)
177 if(pseudo != None):
178 if(action == False):
179 return "<font color='"+pseudocolor+"'>("+tps+") <b>"+pseudo+":</b> </font><font color='"+messagecolor+"'>"+message+"</font>"
180 else:
181 return "<font color='"+pseudocolor+"'>("+tps+") <b>*** "+pseudo+"</b> </font><font color='"+messagecolor+"'>"+message+"</font>"
182 else :
183 return "<font color='"+messagecolor+"'>("+tps+") "+message+"</font>"
184 def get_index(self, content):
185 self.boucle = 0
186 while(self.boucle < len(self.chans)):
187 if(self.chans[self.boucle].lower() == content):
188 return self.boucle
189 self.boucle +=1
190
191 return -1
192
193 def getMsg(self, array, num=3):
194 self.boucle = num
195 self.chaine = ""
196 while(self.boucle < len(array)):
197 self.chaine += array[self.boucle]+" "
198 self.boucle += 1
199 return self.chaine[1:len(self.chaine)-1]
200
201 def check_access(self, window, i=0):
202 print("Try #"+str(i))
203 if(window in allowed_people):
204 return True
205 elif(window in refused_people):
206 return False
207 else:
208 if(i == 0):
209 self.connexion.send("PRIVMSG PlayOnLinux :CHECK_ACCESS "+window+"\r\n")
210 if(i <= 5):
211 time.sleep(1)
212 return self.check_access(window, i+1)
213 else:
214 return False
215
216 def SendMSG(self, message, chan="~current"):
217 if(self.ircconnected == False):
218 self.status_messages.append(self.html_convert(None, "You are not connected.","#FF0000","#FF0000",True))
219 else :
220 if(message[0] == "/"): # Une commande
221 self.message_parsed = string.split(message," ")
222 if(self.message_parsed[0].lower() == "/join" and len(self.message_parsed) > 1):
223 if(self.message_parsed[1][0] == "#"):
224 newchan = self.message_parsed[1].lower()
225 else:
226 newchan = "#"+self.message_parsed[1].lower()
227 self.join(newchan)
228
229 if(self.message_parsed[0].lower() == "/query" and len(self.message_parsed) > 1):
230 newchan = self.message_parsed[1].lower()
231 self.join(newchan)
232
233 if(self.message_parsed[0].lower() == "/kick" and len(self.message_parsed) > 1):
234 user = self.message_parsed[1].lower()
235 if(len(self.message_parsed) > 2):
236 self.i = 2
237 message = ""
238 while(self.i < len(self.message_parsed)):
239 if(self.i != 2):
240 message += " "
241 message += self.message_parsed[self.i]
242 self.i += 1
243 else :
244 message = self.Nick
245
246 self.connexion.send("KICK "+self.selected_window+" "+user+" "+message+"\r\n")
247
248 if(self.message_parsed[0].lower() == "/nick" and len(self.message_parsed) > 1):
249 self.ChangeNick(self.message_parsed[1])
250
251 if(self.message_parsed[0].lower() == "/me" and len(self.message_parsed) > 1):
252 if(chan == "~current"):
253 window = self.selected_window
254 else:
255 window = chan
256 self.connexion.send("PRIVMSG "+window+" :\x01ACTION "+message.replace("/me ","")+" \x01\r\n")
257 self.index = self.get_index(window)
258 self.messages[self.index].append(self.html_convert(self.Nick,message.replace("/me ",""),"#000088","#000088",True))
259
260 if((self.message_parsed[0].lower() == "/msg" or self.message_parsed[0].lower() == "/privmsg") and len(self.message_parsed) > 2):
261 self.join(self.message_parsed[1].lower())
262 self.i = 2
263 message = ""
264
265 while(self.i < len(self.message_parsed)):
266 if(self.i != 2):
267 message += " "
268 message += self.message_parsed[self.i]
269 self.i += 1
270
271
272 self.connexion.send("PRIVMSG "+self.message_parsed[1].lower()+" :"+message+"\r\n")
273 self.index = self.get_index(self.message_parsed[1].lower())
274 self.messages[self.index].append(self.html_convert(self.Nick,message,"#000088","#000088",True))
275
276 else:
277 if(chan == "~current"):
278 window = self.selected_window
279 else:
280 window = chan
281
282 if self.check_access(window):
283 self.connexion.send("PRIVMSG "+window+" :"+message+"\r\n")
284
285 self.index = self.get_index(window)
286 if(window[0] != "#"):
287 self.messages[self.index].append(self.html_convert(self.Nick,message,"#000088"))
288 else:
289 self.messages[self.index].append(self.html_convert(self.Nick,message,str(self.GenColor(self.Nick)).replace("0x","#")))
290 else:
291 wx.MessageBox(_("Sorry, this person does not want to receive private messages").format(os.environ["APPLICATION_TITLE"]),_("Error"))
292
293 def filtrer_liste(self, liste):
294 self.boucle = 0
295 self.new_list = []
296 while(self.boucle < len(liste)):
297 self.new_list.append(liste[self.boucle].replace("@","").replace("+","").replace("&","").replace("%","").replace("~","").lower())
298 self.boucle += 1
299
300 return self.new_list
301
302 def traiter(self, line):
303 if(len(self.names) > 1 and "@PlayOnLinux" not in self.names[1] and self.endnames[1] == True):
304 self.status_messages.append(self.html_convert(None, _("Sorry {0} messenger service is not available for the moment.\n\nPlease retry later").format(os.environ["APPLICATION_TITLE"]),"#AA0000","#AA0000",True))
305 self.stop()
306
307 self.line = string.split(line, " ") # On parse la ligne mot par mot
308 # On répond aux pings
309 if(self.line[0] and len(self.line) > 1):
310 self.message_id = self.line[1]
311 if(self.line[0] == "PING"): # PINGS
312 self.connexion.send("PONG "+self.line[1]+"\r\n")
313
314
315
316 if(self.message_id == '353'): # NAMES
317 if(len(self.line) > 4):
318 self.canal = self.line[4].lower()
319 self.canal_index = self.get_index(self.canal)
320 if(self.canal_index != -1):
321 if(self.endnames[self.canal_index] == True):
322 self.names[self.canal_index] = []
323 self.endnames[self.canal_index] = False
324
325 self.boucle = 5
326 # self.names[self.canal_index].append(self.message_id[4])
327 while(self.boucle < len(self.line)):
328 if(self.line[self.boucle] != ''):
329 self.names[self.canal_index].append(self.line[self.boucle].replace(":",""))
330 self.boucle +=1
331
332 if(self.message_id == '366'): # END NAMES
333 if(len(self.line) > 3):
334 self.canal = self.line[3].lower()
335 self.canal_index = self.get_index(self.canal)
336 if(self.canal_index != -1):
337 self.endnames[self.canal_index] = True
338
339 if(self.message_id == '001'): # CONNECTED
340 self.join(self.chanAutoJoin)
341
342 if(self.message_id == '332'): # topic
343 self.subject = self.getMsg(self.line, 4)
344 if(len(self.line) > 3):
345 self.chan = self.line[3].lower()
346 self.chan_index = self.get_index(self.chan)
347 self.messages[self.chan_index].append(self.html_convert(None,"Welcome to "+self.chan+"","#666666","#666666",True))
348 self.messages[self.chan_index].append(self.html_convert(None,"The topic is : "+self.subject+"","#666666","#666666",True))
349
350 if(self.message_id == 'TOPIC'):
351 if(len(self.line) > 2):
352 self.sender = self.getNick(self.line[0])
353 self.chan = self.line[2].lower()
354 self.subject = self.getMsg(self.line)
355 self.messages[self.chan_index].append(self.html_convert(self.sender," has defined the topic : "+self.subject+"","#666666","#666666",True))
356
357 if(self.message_id == '474'): # Banned
358 if(len(self.line) > 3):
359 self.chan = self.line[3].lower()
360 self.chan_index = self.get_index(self.chanAutoJoin)
361
362 if(self.chan == self.chanAutoJoin):
363 self.status_messages.append(self.html_convert(None,"Unable to join the chat : You have been banned","#AA0000","#AA0000",True))
364 self.stop()
365 else:
366 self.messages[self.chan_index].append(self.html_convert(None,"Unable to join "+self.chan+" : You have been banned","#AA0000","#AA0000",True))
367 self.leave_chan(self.chan)
368 #[':irc.steredenn.fr', '474', 'tinou-pol', '#playonlinux', ':Cannot', 'join', 'channel', '(+b)']
369
370 if(self.message_id == 'JOIN'):
371 if(len(self.line) > 2):
372 self.sender = self.getNick(self.line[0])
373 self.window = self.line[2].lower().replace(":","")
374 self.index = self.get_index(self.window)
375 message = " has joined "+self.window
376 self.messages[self.index].append(self.html_convert(self.sender,message,"#888888","#888888",True))
377 self.get_list(self.chans[self.index])
378
379 if(self.message_id == 'PART'):
380 if(len(self.line) > 2):
381 self.sender = self.getNick(self.line[0])
382 self.window = self.line[2].lower().replace(":","")
383 self.index = self.get_index(self.window)
384 message = " has left "+self.window
385 self.messages[self.index].append(self.html_convert(self.sender,message,"#888888","#888888",True))
386 self.get_list(self.chans[self.index])
387
388 if(self.message_id == '401'): # No such nick channels
389 if(len(self.line) > 3):
390 self.msg_to = self.line[3]
391 message = " is offline"
392 self.index = self.get_index(self.msg_to)
393 self.messages[self.index].append(self.html_convert(self.msg_to,message,"#888888","#888888",True))
394
395 if(self.message_id == '482'): # No such nick channels
396 message = "Your not channel operator"
397 self.index = self.get_index(self.selected_window)
398 self.messages[self.index].append(self.html_convert(None,message,"#888888","#888888",True))
399
400 if(self.message_id == 'NICK'):
401 if(len(self.line) > 2):
402 self.sender = self.getNick(self.line[0])
403 self.new_nick = self.line[2].replace(":","")
404 message = " is known as "+self.new_nick
405 self.i = 0
406 while(self.i < len(self.chans)):
407 if(self.sender.lower() in self.filtrer_liste(self.names[self.i])):
408 self.messages[self.i].append(self.html_convert(self.sender,message,"#888888","#888888",True))
409 self.get_list(self.chans[self.i])
410 self.i += 1
411
412 if(self.message_id == 'MODE'):
413 if(len(self.line) > 3):
414 self.chan = self.line[2].lower()
415 if(len(self.line) > 4):
416 self.victime = self.line[4]
417 else:
418 self.victime = None
419
420 self.index = self.get_index(self.chan)
421 self.sender = self.getNick(self.line[0])
422
423 if("+v" in self.line[3] or "-v" in self.line[3]):
424 self.get_list(self.chan)
425
426 if("+o" in self.line[3]):
427 message = " has given operator acces to "+self.victime
428 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
429 self.get_list(self.chan)
430
431 if("-o" in self.line[3]):
432 message = " has removed operator acces to "+self.victime
433 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
434 self.get_list(self.chan)
435
436 if("+h" in self.line[3]):
437 message = " has given half-operator acces to "+self.victime
438 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
439 self.get_list(self.chan)
440
441 if("-h" in self.line[3]):
442 message = " has removed half-operator acces to "+self.victime
443 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
444 self.get_list(self.chan)
445
446 if("+b" in self.line[3]):
447 message = " has banned "+self.victime
448 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
449 self.get_list(self.chan)
450
451 if("-b" in self.line[3]):
452 message = " has unbanned "+self.victime
453 self.messages[self.index].append(self.html_convert(self.sender,message,"#AA0000","#AA0000",True))
454 self.get_list(self.chan)
455
456 if(self.message_id == '433'): # Nick already in use
457 self.status_messages.append(self.html_convert(None, "Error : Nickname already in use","#FF0000","#FF0000",True))
458 self.stop()
459
460 if(self.message_id == '432'): # Nick contain illegal caracteres
461 self.status_messages.append(self.html_convert(None, "Error : Nickname contains illegal characters","#FF0000","#FF0000",True))
462 self.stop()
463
464 if(self.line[0] == 'ERROR'): # Nick contain illegal caracteres
465 self.stop()
466
467 if(self.message_id == "KICK"):
468 if(len(self.line) > 3):
469 self.sender = self.getNick(self.line[0])
470 self.kicked = self.line[3]
471 self.chan = self.line[2].lower()
472 self.index = self.get_index(self.chan)
473 self.raison = self.getMsg(self.line,4)
474 self.chan_index = self.get_index(self.chanAutoJoin)
475
476 if(self.kicked.lower() == self.Nick.lower()):
477 if(self.chan == self.chanAutoJoin):
478 self.status_messages.append(self.html_convert(self.sender," has kicked you from the chat : "+self.raison,"#FF0000","#FF0000",True))
479 self.stop()
480 else :
481 self.messages[self.chan_index].append(self.html_convert(self.sender," has kicked you from "+self.chan+" : "+self.raison,"#FF0000","#FF0000",True))
482 self.leave_chan(self.chan)
483 else :
484 self.messages[self.index].append(self.html_convert(self.sender," has been kicked "+self.kicked+" from "+self.chan+" : "+self.raison,"#888888","#888888",True))
485 self.get_list(self.chan)
486
487 if(self.message_id == 'QUIT'):
488 self.sender = self.getNick(self.line[0])
489 self.i = 0
490 message = " has quit"
491 while(self.i < len(self.chans)):
492 if(self.sender.lower() in self.filtrer_liste(self.names[self.i])):
493 self.messages[self.i].append(self.html_convert(self.sender,message,"#888888","#888888",True))
494 self.get_list(self.chans[self.i])
495 self.i += 1
496
497 if(self.message_id == 'PRIVMSG' or self.message_id == 'NOTICE' and len(self.line) > 2):
498 self.sender = self.getNick(self.line[0])
499 if(self.line[2][0] == "#"):
500 self.window = self.line[2].lower()
501 if(self.Nick.lower() not in self.getMsg(self.line)):
502 self.generated_color = str(self.GenColor(self.sender)).replace("0x","")
503 self.color = "#"+self.generated_color[0]+self.generated_color[0]+self.generated_color[1]+self.generated_color[1]+self.generated_color[2]+self.generated_color[2]# Pseudo normal
504
505 self.message_color = "#000000"
506 else :
507 self.color = "#EE00EE"
508 self.message_color = "#EE00EE"
509 self.playsound()
510
511 else:
512 if(self.sender.lower() != "playonlinux"):
513 self.color = "#AA0000"
514 self.message_color = "#000000"
515 self.window = self.sender.lower()
516 if(self.window != self.selected_window and not "." in self.window):
517 self.playsound()
518 self.old_window = self.selected_window
519 if(self.window not in self.chans):
520 self.chans.append(self.window)
521 self.endnames.append(False)
522 self.names.append([])
523 self.messages.append([])
524 if(self.old_window != ""):
525 self.select_window = self.old_window
526
527 self.index = self.get_index(self.window)
528 if("\x01ACTION" in self.getMsg(self.line)):
529 message = self.getMsg(self.line).replace("\x01","")
530 message = message[6:len(message)]
531 if(self.sender.lower() != "playonlinux"):
532 self.messages[self.index].append(self.html_convert(self.sender,message,"#000088","#000088",True))
533 else :
534 message = self.getMsg(self.line)
535 if(self.sender.lower() != "playonlinux"):
536 self.messages[self.index].append(self.html_convert(self.sender,message,self.color,self.message_color))
537 else:
538 message_split = message.split(" ")
539 if(len(message_split) >= 2):
540 if(message_split[0] == "ALLOW"):
541 allowed_people.append(message_split[1])
542 elif(message_split[0] == "DENY"):
543 refused_people.append(message_split[1])
544
545 #print self.names
546 def run(self):
547 self.ircconnected = False
548 self.selected_window = self.chanAutoJoin
549 self.names = []
550 self.messages = []
551 self.chans = []
552 self.endnames = []
553 self.select_window = ""
554 self.status_messages = []
555 # self.open_window = []
556 while 1:
557 if(self.ircconnected == True):
558 #select([self.connexion], [], [])
559 self.dataRecv = self.connexion.recv(1024)
560 self.contentParse_ = string.split(self.dataRecv,"\r\n")
561 self.k = 0
562 while(self.k < len(self.contentParse_)):
563 if(self.contentParse_[self.k]):
564 self.traiter(self.contentParse_[self.k])
565 self.k += 1
566 else:
567 time.sleep(0.1)
568
569 def Connexion(self):
570 self.connect()
571
572 def stop(self):
573 if(self.ircconnected == True):
574 # self.zone_append("<font color='#666666'>("+time.strftime("%H:%M:%S")+") Disconnected</font>")
575 self.ircconnected = False
576 self.status_messages.append(self.html_convert(None, "Disconnected","#AA0000","#AA0000",True))
577 self.connexion.send("QUIT :www.playonlinux.com\r\n")
578 self.connexion.close()
579 self.names = []
580 self.messages = []
581 self.chans = []
582 self.endnames = []
7373 i += 1
7474 try:
7575 line = string.split(line,"=")
76 return(line[1])
76 del line[0]
77 return(string.join(line,"="))
7778 except:
7879 return("")
7980
2626 print "ERROR ! Please define POL_OS environment var first."
2727 os._exit(1)
2828
29 if(os.environ["POL_OS"] == "Linux"):
29 if(os.environ["POL_OS"] != "Mac"):
3030 import wxversion
3131 wxversion.ensureMinimal('2.8')
3232
3434 import lib.lng as lng
3535 import lib.playonlinux as playonlinux, lib.Variables as Variables
3636 import guiv3 as gui, install, options, wine_versions as wver, sp, configure, threading, debug, gui_server
37 import irc as ircgui
3837
3938 # This thread manage updates
4039 class POLWeb(threading.Thread):
6160 def LastVersion(self):
6261 if(os.environ["POL_OS"] == "Mac"):
6362 fichier_online="version_mac"
63 elif(os.environ["POL_OS"] == "FreeBSD"):
64 fichier_online="version_freebsd"
6465 else:
6566 fichier_online="version2"
6667 return os.popen(os.environ["POL_WGET"]+' "'+os.environ["SITE"]+'/'+fichier_online+'.php?v='+os.environ["VERSION"]+'" -T 30 -O-','r').read()
107108 self.real_check()
108109 time.sleep(1)
109110
111 class PanelManager(wx.aui.AuiManager):
112
113 def __init__(self, frame):
114 wx.aui.AuiManager.__init__(self, frame)
115 self.startPerspective = self.SavePerspective()
116
117
118 def _getPerspectiveName(self):
119 name = self.SavePerspective().split("=")
120 name = name[1].split(";")
121 name = name[0]
122 return name
123
124 def getPerspective(self):
125 return self.SavePerspective().replace(self._getPerspectiveName(),"PERSPECTIVE_NAME")
126
127 def savePosition(self):
128 playonlinux.SetSettings("PANEL_PERSPECTIVE", self.getPerspective())
129
130 def restorePosition(self):
131 self.startPerspective = self.SavePerspective()
132
133 self.Update()
134
135 try:
136 setting = playonlinux.GetSettings("PANEL_PERSPECTIVE")
137 if(setting.count("Actions") < 2 or setting.count("dock_size") < 2 or not "PERSPECTIVE_NAME" in setting):
138 self.LoadPerspective(self.startPerspective)
139 else:
140 setting = setting.replace("PERSPECTIVE_NAME",self._getPerspectiveName())
141 if(setting != ""):
142 self.LoadPerspective(setting)
143
144 except wx._core.PyAssertionError:
145 self.LoadPerspective(self.startPerspective)
146
147
148 self.Update()
149
150 def AddPane(self, data, settings):
151 wx.aui.AuiManager.AddPane(self, data, settings)
152
153 def Destroy(self):
154 self.savePosition()
155
110156 class MainWindow(wx.Frame):
111157 def __init__(self,parent,id,title):
112158
135181 self.windowHeight = int(playonlinux.GetSettings("MAINWINDOW_HEIGHT"))
136182 self.SetSize((self.windowWidth,self.windowHeight))
137183 except:
138 self.windowWidth = 450
184 self.windowWidth = 500
139185 self.windowHeight = 450
140186
141187 # Window position
176222 self.list_game.SetSpacing(0);
177223 self.list_game.SetIndent(5);
178224 self.list_game.SetImageList(self.images)
179
180 self._mgr = wx.aui.AuiManager(self)
181225 self.menu_gauche = wx.Panel(self,-1)
182226
183
184
227 self._mgr = PanelManager(self)
185228 self._mgr.AddPane(self.list_game, wx.CENTER)
186
187
229 self._mgr.AddPane(self.menu_gauche, wx.aui.AuiPaneInfo().Name('Actions').Caption('Actions').Left().BestSize((200,400)).Floatable(True).CloseButton(False).TopDockable(False).BottomDockable(False))
230
231
232
188233 self.filemenu = wx.Menu()
189234 ### On MacOS X, preference is always on the main menu
190235 if(os.environ["POL_OS"] == "Mac"):
216261
217262 self.expertmenu = wx.Menu()
218263
219 self.winever_item = wx.MenuItem(self.expertmenu, 107, _("Manage Wine versions"))
220 self.winever_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wine.png"))
221 self.expertmenu.AppendItem(self.winever_item)
264 self.expertmenu.Append(107, _("Manage Wine versions"))
265
222266
223267 if(os.environ["POL_OS"] == "Mac"):
224268 self.expertmenu.AppendSeparator()
225 self.pccd_item = wx.MenuItem(self.expertmenu, 113, _("Read a PC CD-Rom"))
226 self.pccd_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/cdrom.png"))
227 self.expertmenu.AppendItem(self.pccd_item)
269 self.expertmenu.Append(113, _("Read a PC CD-Rom"))
228270
229271 self.expertmenu.AppendSeparator()
230272
231 self.run_item = wx.MenuItem(self.expertmenu, 108, _("Run a local script"))
232 self.run_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/run.png"))
233 self.expertmenu.AppendItem(self.run_item)
234
235 self.wineserv_item = wx.MenuItem(self.expertmenu, 115, _('Close all {0} software').format(os.environ["APPLICATION_TITLE"]))
236 self.wineserv_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/wineserver.png"))
237 self.expertmenu.AppendItem(self.wineserv_item)
238
239 self.polshell_item = wx.MenuItem(self.expertmenu, 109, _('{0} console').format(os.environ["APPLICATION_TITLE"]))
240 self.polshell_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/polshell.png"))
241 self.expertmenu.AppendItem(self.polshell_item)
242
273 self.expertmenu.Append(108, _("Run a local script"))
274 self.expertmenu.Append(109, _("{0} console").format(os.environ["APPLICATION_TITLE"]))
275
276 self.expertmenu.Append(115, _('Close all {0} software').format(os.environ["APPLICATION_TITLE"]))
243277 self.expertmenu.AppendSeparator()
244278
245 self.pol_online = wx.MenuItem(self.expertmenu, 112, os.environ["APPLICATION_TITLE"]+" online")
246 self.pol_online.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/playonlinux_online.png"))
247 self.expertmenu.AppendItem(self.pol_online)
248
249 self.chat_item = wx.MenuItem(self.expertmenu, 111, _("{0} messenger").format(os.environ["APPLICATION_TITLE"]))
250 self.chat_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/people.png"))
251 self.expertmenu.AppendItem(self.chat_item)
252
253 self.bug_item = wx.MenuItem(self.expertmenu, 110, _("{0} debugger").format(os.environ["APPLICATION_TITLE"]))
254 self.bug_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/bug.png"))
255 self.expertmenu.AppendItem(self.bug_item)
279 self.expertmenu.Append(110, _("{0} debugger").format(os.environ["APPLICATION_TITLE"]))
256280
257281
258282 self.optionmenu = wx.Menu()
259283
260284
261 self.option_item = wx.MenuItem(self.expertmenu, 211, _("Internet"))
262 self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/internet-web-browser.png"))
263 self.optionmenu.AppendItem(self.option_item)
264
265 self.option_item = wx.MenuItem(self.expertmenu, 212, _("File associations"))
266 self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/resources/images/menu/extensions.png"))
267 self.optionmenu.AppendItem(self.option_item)
268
285 self.optionmenu.Append(221, _("Internet"))
286 self.optionmenu.Append(212, _("File associations"))
287 self.optionmenu.Append(214, _("Plugin manager"))
288
289
290 self.supportmenu = wx.Menu()
291 self.supportmenu.Append(400, _("Supported software"))
292 self.supportmenu.Append(401, _("News"))
293 self.supportmenu.Append(402, _("Documentation"))
294 self.supportmenu.Append(403, _("Forums"))
295 self.supportmenu.Append(404, _("Bugs"))
269296
270297
271298 self.help_menu = wx.Menu()
298325 if(self.j > 0):
299326 self.pluginsmenu.AppendSeparator()
300327
301 self.option_item_p = wx.MenuItem(self.expertmenu, 214, _("Plugin manager"))
328
329
330
331 self.option_item_p = wx.MenuItem(self.pluginsmenu, 214, _("Plugin manager"))
302332 self.option_item_p.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/package-x-generic.png"))
333
303334 self.pluginsmenu.AppendItem(self.option_item_p)
304
305 self.option_item = wx.MenuItem(self.expertmenu, 214, _("Plugin manager"))
306 self.option_item.SetBitmap(wx.Bitmap(Variables.playonlinux_env+"/etc/onglet/package-x-generic.png"))
307 self.optionmenu.AppendItem(self.option_item)
308335
309336
310337 self.last_string = ""
332359 self.menubar.Append(self.expertmenu, _("Tools"))
333360 self.menubar.Append(self.optionmenu, _("Settings"))
334361 self.menubar.Append(self.pluginsmenu, _("Plugins"))
362 self.menubar.Append(self.supportmenu, _("Support"))
335363 self.menubar.Append(self.help_menu, "&Help")
336364
337365 #self.menubar.Append(self.help_menu, _("About"))
383411 wx.EVT_MENU(self, 502, self.iconDisplay)
384412 wx.EVT_MENU(self, 503, self.iconDisplay)
385413 wx.EVT_MENU(self, 504, self.iconDisplay)
386 wx.EVT_MENU(self, 505, self.displayMen)
387414
388415 # Expert
389416 wx.EVT_MENU(self, 101, self.Reload)
391418 wx.EVT_MENU(self, 108, self.Executer)
392419 wx.EVT_MENU(self, 109, self.PolShell)
393420 wx.EVT_MENU(self, 110, self.BugReport)
394 wx.EVT_MENU(self, 111, self.OpenIrc)
395421 wx.EVT_MENU(self, 112, self.POLOnline)
396422 wx.EVT_MENU(self, 113, self.PCCd)
397423 wx.EVT_MENU(self, 115, self.killall)
413439 wx.EVT_TREE_ITEM_ACTIVATED(self, 105, self.Run)
414440 wx.EVT_TREE_SEL_CHANGED(self, 105, self.Select)
415441
416
442 # Support
443 wx.EVT_MENU(self, 400, self.runSupport)
444 wx.EVT_MENU(self, 401, self.runSupport)
445 wx.EVT_MENU(self, 402, self.runSupport)
446 wx.EVT_MENU(self, 403, self.runSupport)
447 wx.EVT_MENU(self, 404, self.runSupport)
448
417449 # PlayOnLinux main timer
418450 self.timer = wx.Timer(self, 1)
419451 self.Bind(wx.EVT_TIMER, self.TimerAction, self.timer)
438470 wx.EVT_MENU(self, 235, self.RKill)
439471 wx.EVT_MENU(self, 236, self.ReadMe)
440472 self.Bind(wx.EVT_SIZE, self.ResizeWindow)
441
442 self.MgrAddPage()
473 self._mgr.restorePosition()
443474
444475 def ResizeWindow(self, e):
445476 self.UpdateGaugePos()
470501 self.SetupWindowTimer_delay = time
471502
472503 def SetupWindowAction(self, event):
473
474504 if(self.windowOpened == 0):
475505 self.SetupWindow_TimerRestart(100)
476506 else:
490520 self.Reload(self)
491521 self.Timer_LastShortcutList = currentShortcuts
492522 self.Timer_LastIconList = currentIcons
493
494 def MgrAddPage(self):
495 try:
496 self.LoadSize = int(playonlinux.GetSettings("PANEL_SIZE"))
497 except:
498 self.LoadSize = 150
499
500 try:
501 self.LoadPosition = playonlinux.GetSettings("PANEL_POSITION")
502 except:
503 self.LoadPosition = "LEFT"
504
505 if(self.LoadSize < 20):
506 self.LoadSize = 20
507 if(self.LoadSize > 1000):
508 self.LoadSize = 1000
509
510
511 if(self.LoadPosition == "LEFT"):
512 self._mgr.AddPane(self.menu_gauche, wx.aui.AuiPaneInfo().Name('Actions').Caption('Actions').Left().BestSize((self.LoadSize,400)).Floatable(True).CloseButton(False).TopDockable(False).BottomDockable(False))
513 else:
514 self._mgr.AddPane(self.menu_gauche, wx.aui.AuiPaneInfo().Name('Actions').Caption('Actions').Right().BestSize((self.LoadSize,400)).Floatable(True).CloseButton(False).TopDockable(False).BottomDockable(False))
515 self.menu_gauche.Show()
516
517 self._mgr.Update()
518
519 def displayMen(self, event):
520 playonlinux.SetSettings("PANEL_POSITION","LEFT")
521 if(self.panDisplay.IsChecked()):
522 self.MgrAddPage()
523523
524524 def StatusRead(self):
525525 self.sb.SetStatusText(self.updater.sendToStatusBarStr, 0)
626626 subprocess.Popen(["bash", Variables.playonlinux_rep+"/plugins/"+plugin+"/scripts/menu", game_exec])
627627 except :
628628 pass
629
630 def runSupport(self, event):
631 urlId = event.GetId()-400
632 urlPrefix = "http://www."+os.environ["POL_DNS"]+"/en"
633 if(urlId == 0):
634 url = urlPrefix+"/supported_apps.html"
635 if(urlId == 1):
636 url = urlPrefix+"/news.html"
637 if(urlId == 2):
638 url = urlPrefix+"/documentation.html"
639 if(urlId == 3):
640 url = urlPrefix+"/forums.html"
641 if(urlId == 4):
642 url = urlPrefix+"/bugs.html"
643
644 playonlinux.POL_Open(url)
629645
630646 def iconDisplay(self, event):
631647 iconEvent=event.GetId()
647663
648664
649665 self.Reload(self)
650
651 def OpenIrc(self, event):
652 self.irc = ircgui.IrcClient(self)
653 self.irc.Center(wx.BOTH)
654 self.irc.Show(True)
655666
656667 def UpdateInstructions(self, event):
657668 if(os.environ["POL_OS"] == "Mac"):
720731 self.menuGaucheAddLink("pol_prgm_install", _("Install a program"), i,Variables.playonlinux_env+"/resources/images/menu/add.png",self.InstallMenu)
721732 i+=1
722733 self.menuGaucheAddLink("pol_prgm_settings", _("Settings"), i,Variables.playonlinux_env+"/resources/images/menu/settings.png",self.Options)
723 i+=1
724 self.menuGaucheAddLink("pol_prgm_messenger", _("Messenger"), i,Variables.playonlinux_env+"/resources/images/menu/people.png",self.OpenIrc)
734
735
725736 if(os.path.exists(os.environ["PLAYONLINUX"]+"/.git/")):
726737 i+=1
727738 self.menuGaucheAddLink("pol_git", _("Update GIT"), i,Variables.playonlinux_env+"/resources/images/menu/update_git.png",self.UpdateGIT)
750761 if(os.path.exists(os.environ["POL_USER_ROOT"]+"/configurations/manuals/"+shortcut)):
751762 i+=1
752763 self.menuGaucheAddLink("pol_prgm_readme", _("Read the manual"), i,Variables.playonlinux_env+"/resources/images/menu/manual.png",self.ReadMe)
753 i+=1
754 self.menuGaucheAddLink("pol_prgm_polvaultsave", _("Save"), i,Variables.playonlinux_env+"/resources/images/menu/polvault.png",self.PolVaultSaveGame)
755764
756765 i+=1
757766 self.menuGaucheAddLink("pol_prgm_uninstall", _("Uninstall"), i,Variables.playonlinux_env+"/resources/images/menu/window-close.png",self.UninstallGame)
771780
772781 icon = os.environ["POL_USER_ROOT"]+"/icones/full_size/"+shortcut
773782
774 self.perspective = self._mgr.SavePerspective().split("|")
775 self.perspective = self.perspective[len(self.perspective) - 2].split("=")
776
777 left_pos = (int(self.perspective[1]) - 50)/2
778 if(left_pos <= 0):
779 left_pos = (200-48)/2
780783
781784 if(os.path.exists(icon)):
782785 try:
10551058 playonlinux.SetSettings("MAINWINDOW_HEIGHT",str(self.SizeToSave[1]-Variables.windows_add_playonmac*56))
10561059 playonlinux.SetSettings("MAINWINDOW_X",str(self.PositionToSave[0]))
10571060 playonlinux.SetSettings("MAINWINDOW_Y",str(self.PositionToSave[1]))
1058 self._mgr.UnInit()
1059 # I know, that's very ugly, but I have no choice for the moment
1060 self.perspective = self._mgr.SavePerspective().split("|")
1061 self.perspective = self.perspective[len(self.perspective) - 2].split("=")
1062
1063 self.DockType = self.perspective[0]
1064 self.mySize = 200
1065 self.myPosition = "LEFT"
1066
1067 if(self.DockType == "dock_size(4,0,0)"):
1068 self.mySize = int(self.perspective[1]) - 2
1069 self.myPosition = "LEFT"
1070
1071 if(self.DockType == "dock_size(2,0,1)" or self.DockType == "dock_size(2,0,0)" or "dock_size(2," in self.DockType):
1072 self.mySize = int(self.perspective[1]) - 2
1073 self.myPosition = "RIGHT"
1074
1075 playonlinux.SetSettings("PANEL_SIZE",str(self.mySize))
1076 playonlinux.SetSettings("PANEL_POSITION",str(self.myPosition))
1061
1062 self._mgr.Destroy()
10771063
10781064 self.POLDie()
10791065 return None
10801066
10811067 def About(self, event):
10821068 self.aboutBox = wx.AboutDialogInfo()
1083 if(os.environ["POL_OS"] == "Linux"):
1069 if(os.environ["POL_OS"] != "Mac"):
10841070 self.aboutBox.SetIcon(wx.Icon(Variables.playonlinux_env+"/etc/playonlinux.png", wx.BITMAP_TYPE_ANY))
10851071
10861072
12291215
12301216 self.singleCheckFatal("gpg", package="GnuPG")
12311217
1232 if(os.environ["DEBIAN_PACKAGE"] == "FALSE"):
1218 if(os.environ["DEBIAN_PACKAGE"] == "FALSE" and os.environ["POL_OS"] != "Mac"):
12331219 self.singleCheck("xterm")
12341220 self.singleCheck("gettext.sh", package="gettext") # gettext-base on Debian
12351221 self.singleCheck("icotool", package="icoutils")
12371223 self.singleCheck("wine", package="Wine")
12381224 self.singleCheck("unzip", package="InfoZIP")
12391225 self.singleCheck("7z", package="P7ZIP full") # p7zip-full on Debian
1240
1226 if(os.environ["POL_OS"] == "FreeBSD"):
1227 self.singleCheck("gsed", package="GNU Sed")
1228
12411229 def BringWindowToFront(self):
12421230 try: # it's possible for this event to come when the frame is closed
12431231 self.GetTopWindow().Raise()
12731261 os.system("bash \"$PLAYONLINUX/bash/playonlinux-pkg\" -i \""+filename+"\" &")
12741262 else:
12751263 playonlinux.open_document(filename,file_extension.lower())
1276
1264
12771265 def MacOpenURL(self, url):
1278 if(os.environ["POL_OS"] == "Mac" and "playonlinux://" in url):
1279 wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnLinux"), os.environ["APPLICATION_TITLE"])
1280 if(os.environ["POL_OS"] == "Linux" and "playonmac://" in url):
1281 wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnMac"), os.environ["APPLICATION_TITLE"])
1282
1266 if(os.environ["POL_OS"] == "Mac" and not "playonmac://" in url):
1267 wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnLinux or PlayOnBSD"), os.environ["APPLICATION_TITLE"])
1268 if(os.environ["POL_OS"] == "Linux" and not "playonlinux://" in url):
1269 wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnMac or PlayOnBSD"), os.environ["APPLICATION_TITLE"])
1270 if(os.environ["POL_OS"] == "FreeBSD" and not "playonbsd://" in url):
1271 wx.MessageBox(_("You are trying to open a script design for {0}! It might not work as expected").format("PlayOnMac or PlayOnLinux"), os.environ["APPLICATION_TITLE"])
1272
12831273 os.system("bash \"$PLAYONLINUX/bash/playonlinux-url_handler\" \""+url+"\" &")
12841274
12851275 def MacReopenApp(self):
2525
2626 if(os.environ["POL_OS"] == "Mac"):
2727 os_pref = "darwin"
28 elif(os.environ["POL_OS"] == "Linux"):
29 os_pref = "linux"
2830 else:
29 os_pref = "linux"
30
31 os_pref = "freebsd"
3132 lib.lng.Lang()
3233
3334 def SetWineVersion(game, version):